/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


/*Add your own styles here:*/

/*titoli slide*/

.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
    background: #02a1fdc9 !important;
    margin: 0 0 0px 0;
}

/*cf7*/

#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    margin-bottom: 0px !important; 
    margin-top: 10px !important; 
display: inherit !important;
}

.wpcf7-form-control-wrap {
    font-size: 15px;
}

/*menu mobile sotto i 1366px*/

@media only screen and (max-width: 1480px) and (min-width: 768px) {
	.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {display: block;}
	.av-main-nav > li {display: none;}
	}

/*header title*/

.title_container {
    background-image: url(/wp-content/uploads/2021/02/titolo-barra.jpg);
    background-repeat: repeat;
    background-position: center;
}

#top .title_container .container {
    padding-top: 50px;
    min-height: 150px;
}

.title_container .main-title a {
	color: #ffffff !important;
}

/*header title con allineamento al centro*/

#top .alternate_color.title_container .main-title, #top .alternate_color.title_container .main-title a {
    font-size: 30px;
	line-height: 1.1em;
	text-align: center;
}

.title_container .breadcrumb{
text-align:center;
position:relative;
right: inherit;
top:inherit;
margin-top:0;
}

.title_container .breadcrumb span{
display:inline-block;
float:none;
}

.title_container .breadcrumb span a{
float:none;
}

.title_container .breadcrumb span.sep{
vertical-align: bottom;
}

/*dimensioni p footer */

.footer_color p {
    font-size: 15px;
	line-height: 26px;
}


/*dimensioni font su mobile*/

@media only screen and (max-width: 767px) {
h1 {font-size: 34px !important;}
h2 {font-size: 26px !important;}
h3 {font-size: 24px !important; line-height:20px !important;}
h4 {font-size: 18px !important;}
body {font-size: 15px !important;}



