/* CSS Document */
/*
Theme Name:     mts_onepage_child
Theme URI:      https://www.rifugiodeipagani.com/en/mts_onepage_child/
Description:    Tema Child per il tema OnePage
Author:         Alessandro Indelli
Author URI:     http://www.studioindelli.com
Template:       mts_onepage
Version:        0.1.0
*/

@import url("../mts_onepage/style.css");

/*HEADER*/



/*GENERICI*/
#homepage-buttons .inside {box-shadow:0 0px 0px 0 rgba(164, 164, 164, 0.11)!important;}
.homepage-section .inside {padding-bottom: 2em;}


/*CONTATTI*/
.contact_section .contact-text {padding: 20px 0 40px 0}
.contact_section .contact-text div {padding-bottom:5px}
.contact_section .contact-text div i {color:#a37b45}
.contact_section .contact-text div strong {color:#a37b45; font-family:Cinzel; }
.contact_section .fa-map-marker {color:#f7584c;}
.contact_section .fa-skype {color:#009ee5;}
.contact_section .fa-phone {color:#a37b45; padding-right:0px;}
.contact_section .fa-envelope {color:#a37b45;}

/*FEATURES*/
@media screen and (max-width:960px) { .blog #homepage-features.homepage-section .inside {padding-top:0px;}}

/*COPYRIGHTS*/
.copyrights > span {width:100%; margin-top:40px;}
div.autore {display:inline;}
div.local {display:block;}

/*SERVICES*/
section.homepage-service strong {color:#a37b45; font-family:cinzel; }

/*SLIDER*/
p.slidertext {text-shadow:2px 1px 1px #000;}

/*PORTFOLIO*/
#portfolio-grid .item a.expand-view .overlay {background-color: rgba(0,0,0,0.5)}
#homepage-portfolio, #homepage-pricing,  #homepage-testimonials {background-size:cover;}
#homepage-portfolio #filters li a {color:#fff!important;}
#portfolio-grid .item a.expand-view {border:2px solid #fff;}
#homepage-portfolio .expander {max-width:99%; background-color:rgba(255,255,255,1); border:2px solid #fff;}

/*TESTIMONIALS*/
#testimonials .testifier-image > img {width:100px!important; border:3px solid #cccfbc!important; }
#testimonials .testifier-image .arrow {top:0px!important; border-top-color:#cccfbc;}
#homepage-testimonials .testimonial-item {background-color:rgba(255,255,255,0.95); margin:0 5px; padding:15px 5px; color:#000; min-height:320px;}
#homepage-testimonials .owl-nav div, #service_slides .owl-nav div {border-color:#fff; color:#fff; background-color:#a37b45;}


/*PRICING*/
#pricing_tables ul li .table_button > a,  #pricing_tables ul li .table_title {background-color: #cccfbc;}
#pricing_tables ul li .price_container {background-color: #fff;}
#pricing_tables ul li .price {color: #cccfbc!important;}

/*clients*/
.homepage-clients.inside {padding:0;}




/*FORM*/
/*-----------------------------
Making WordPress Contact Form 7 Plugin form responsive and full width with CSS customization
Add this code snippet to your WordPress theme's style.css file.
-------------------------------*/
div.wpcf7 .wpcf7-form-control { max-width: 100%; }

/* Make Contact Form 7 Select Dropdown field responsive & full width */
.wpcf7 select {  
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0;
    padding: 4px;
    text-indent: 0px;
    width: 100%;
    z-index: 100;
}
/* Make Contact Form 7 text field full width & responsive */
.wpcf7-text { 
	width: 100%;
} 
/* Some additional CSS customization to the whole Contact Form 7 form */
div.wpcf7 { 
	background-color: #f5f5f5; /* Adds background color */
	border: 2px solid #eee; /* Adds a form border */
	padding:20px 10px 10px 10px;
	-webkit-border-radius: 4px; /* Making form border rounded */
	-moz-border-radius: 4px; 
	border-radius: 4px; 
}
input[type="submit"] {background-color:#a37b45; text-transform:uppercase!important;}


