/*
Theme Name: Al Caseificio
Theme URI: https://www.studioideagrafica.it
Author: Marco De Sangro
Author URI: https://www.studioideagrafica.it
Description: Tema sviluppato per Fattoria Al Caseificio
Version: 0.9.3
Text Domain: alcaseificio

...and now go out and play!
*/

/*Stili Generali
================================================================*/

@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Playfair+Display:400,700&display=swap');

body {
    font-family: 'Lato', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
}
h2 {
    font-size: 2.5rem;
}
h3 {
    font-size: 2rem;
}
a {
    color: #333333;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #585858;
    text-decoration: none;
}
.container {
    max-width: 1200px;
}
.alignfull {
	margin: 32px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 40px;
}
h1.entry-title {
    margin-bottom: 32px;
}
p.prezzo-prodotto {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 600;
    margin-top: 50px;
}
h2.titolo-acquisto {
    text-align: center;
    font-weight: 600;
}
p.testo-acquisto {
    text-align: center;
}
h2.titolo-prodotti {
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
}
div#sezione-salumi, div#sezione-formaggi, div#sezione-carne {
    margin-bottom: 60px;
}
.row.prodotti {
    margin-top: 50px;
}
h5.nome-prodotto {
    text-align: center;
    margin-top: 30px;
}
a.link-prodotto {
    text-align: center;
    display: block;
}
img.attachment-large.size-large.wp-post-image {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
}
p.info {
    font-size: 11px;
}
input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number {
    height: 52px;
}
.btn-primary {
    color: #fff;
    background-color: #c8b971;
    border-color: #c8b971;
    border-radius: 0!important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #313131;
    border-color: #313131;
    border-radius: 0!important;
}
/*Header
================================================================*/
.bg-primary {
    background-color: #313131!important;
}
.navbar-dark .navbar-brand {
    color: #fff;
    max-width: 280px;
}
ul#main-menu {
    font-family: 'Playfair Display', serif;
    font-size: 1em;
    text-transform: uppercase;
}
ul#main-menu li {
    margin: 0 5px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.72);
}

/*Home
================================================================*/
div#slider {
    padding: 0;
    margin-bottom: 120px;
}
p.blocco-bianco {
    padding: 20px 20px;
    background-color: white;
}
hr.separatore {
    margin-top: 0;
    margin-bottom: 20px;
    border: 1px solid #313131;
    width: 40%;
}
div#calltoaction {
    background: url(https://www.fattoriaalcaseificio.it/wp-content/uploads/2019/06/calltoaction.jpg) center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}
div#cornice {
    padding: 30px 0;
    border: 4px solid #c9ba73;
}
h3.titolo-call {
    text-align: center;
    color: #c8b973;
}
p.test-call {
    text-align: center;
    color: #fff;
}
a.pulsante-call {
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 30px;
    padding: 10px 20px;
    background-color: white;
    width: 200px;
    transition: ease 0.4s;
}
a.pulsante-call:hover {
    background-color: black;
    color: white;
}

/*Woocoomerce
================================================================*/
nav.woocommerce-breadcrumb {
    display: none;
}
p.avviso-prodotto {
    padding: 5px 10px;
    font-size: 10px;
    line-height: 20px;
    background: rgb(201,186,114);
    background: -moz-linear-gradient(90deg, rgba(201,186,114,1) 0%, rgba(255,255,255,1) 53%);
    background: -webkit-linear-gradient(
90deg, rgba(201,186,114,1) 0%, rgba(255,255,255,1) 53%);
    background: linear-gradient(
90deg, rgba(201,186,114,1) 0%, rgba(255,255,255,1) 53%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c9ba72",endColorstr="#ffffff",GradientType=1);
}
h1.woocommerce-products-header__title.page-title {
    display: none;
}
.btn-outline-primary, .wpcf7 input[type=submit], .btn-outline-primary:hover, .wpcf7 input:hover[type=submit] {
    border-radius: 0;
    border-color: #c8b971;
    background-color: #c8b971;
    padding: 13px;
    margin: 20px 0;
    color: #fff;
    
}
button.carrello-shop {margin: 20px 0!important;}

a.showcoupon {
    color: white;
}
button.carrello-shop:hover {
    border-radius: 0;
    border-color: #313131;
    background-color: #313131;
    padding: 13px;
    margin: 20px 0;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #313131;
    color: #ffffff;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
button.btn.btn-outline-primary {
    display: inherit;
    margin: 0;
    color: white;
}
#coupon_code.input-text, input#coupon_code {
    width: 400px!important;
    padding: 0 10px;
    border-radius: 0;
        height: 52px;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 52px;
    margin: 0 0 -4px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    padding: 10px 0;
    border: 1px solid #ccc!important;
}
h3#order_review_heading {
    margin-top: 50px;
}
a.add-request-quote-button.button {
    background-color: #8BC34A;
    color: white;
    border-radius: 0;
    padding: 22px;
    margin-bottom: 30px;
}
button.minus {
    float: left;
    margin-right: 5px;
    padding: 2px 15px;
        border: 1px solid;
}
button.plus {
    /* float: left; */
    margin-right: 5px;
    padding: 2px 13px;
        border: 1px solid;
}
.yith_ywraq_add_item_response.yith_ywraq_add_item_response_message {
    font-size: 2em;
}
.yith-ywraq-mail-form-wrapper {
    padding-bottom: 50px;
}
.woocommerce form .form-row input.input-text {
    margin: 0;
    outline: 0;
    line-height: normal;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 52px;
}
.woocommerce form .form-row textarea {
    margin: 0;
    outline: 0;
    line-height: normal;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;
}
p#rqa_privacy_description_row a {
    display: contents;
}

input.button.raq-send-request {
    padding: 30px 50px;
    background-color: #8BC34A;
    color: white;
    transition: ease 0.3s;
}
section.related.products {
    display: none;
}
.yith_ywraq_add_item_product-response-200.yith_ywraq_add_item_product_message {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1.5em;
    text-align: center;
    margin-top: 30px;
}
.woocommerce ul.products li.product .price {
    color: #333333;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 1.2em;
    font-family: 'Playfair Display';
    text-align: center;
}
/*Pagine Interne
================================================================*/
div#header-pagina {
    background: url(https://www.fattoriaalcaseificio.it/wp-content/uploads/2019/06/sfondo-header.jpg) center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    margin-bottom: 100px;
}
.contenuto-titolo {
    width: 350px;
    min-width: 300px;
    margin: auto;
    position: relative;
    padding: 40px 10px;
    background-color: #313131;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    top: 40px;
}
h2.titolo-pagina {
    font-size: 1.5rem;
    text-align: center;
    color: #c9ba72;
    text-transform: uppercase;
}
p#breadcrumbs {
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
    font-size: .7rem;
    color: #c9ba72;
}
p#breadcrumbs a {
    color: #c9ba72;
}
div#section-contatti {
    background-color: #f2f2f2;
    padding: 100px 0;
}
.wpcf7 {
    max-width: 100%;
    margin: 0 auto!important;
}
#responsive-form{
	max-width:800px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
div#prodotti-loop {
    margin-bottom: 35px;
}
.yith_ywraq_add_item_browse_message.hide-when-removed a {
    padding: 20px;
    display: inline-block;
    margin-bottom: 30px;
    background-color: #8BC34A;
    margin-top: 20px;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(96,136,50,1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(96,136,50,1);
    box-shadow: 0px 4px 0px 0px rgba(96,136,50,1);
}
span.info-spedizione {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 300;
}

.small, small {
    font-size: 100%;
    font-weight: 400;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}
.wpcf7 textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"]{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 52px;
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	background: #CA0002;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #ff0000;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled, .wpcf7 input.disabled[type=submit], .wpcf7 input:disabled[type=submit] {
    color: #313131!important;
    background-color: transparent;
}

/*Footer
================================================================*/
#wrapper-footer-full, #wrapper-static-hero {
    background-color: #313131;
    padding: 60px 0;
}
div#footer-full-content {
    color: white;
    text-align: center;
}
h3.widget-title {
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    margin-bottom: 50px;
}
.textwidget {
    font-size: 0.8em;
}
div#wrapper-footer {
    background-color: #000000;
}
.site-info, .site-info a {
    color: white;
    font-size: 10px;
}
img.icona-newsletter.alignleft {
    width: 70px;
}
div#newsletter-footer {
    margin-top: 50px;
}
label.agreeterm {
    font-size: 12px;
}
input.newsletter-field {
    padding: 10px;
    width: 75%;
    font-family: 'Lato', sans-serif;
}
input.iscrizione {
    padding: 10px;
    width: 23%;
    background-color: #313131;
    border: #313131;
    color: white;
    text-transform: uppercase;
    font-weight: 200;
}