/*
Theme Name: Enfold Child
Description: DR Brasil Seguros 
Version: 1.0
Author: Ibsen Fernando
Author URI: http://
Template: enfold
*/

/*BASICO*/
html, #scroll-top-link {
    background-color: #465141;
}
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: none !important;
    letter-spacing: 0px !important;
    font-weight: 400;
}
div .slideshow_caption h2 {
    text-transform: none;
}
span.avia_iconbox_title {
    font-size: 17px;
}

/*BLOG*/
.html_modern-blog #top .post-entry .post-title, .html_modern-blog .avia-content-slider .slide-entry-title {
    font-size: 1.4em;
    text-align: left;
    letter-spacing: normal;
    font-weight: 400;
}
.html_elegant-blog #top .post-entry .post-title, .html_elegant-blog .avia-content-slider .slide-entry-title {
    line-height: normal;
}
.html_modern-blog #top .post-entry .post-meta-infos, .html_modern-blog .avia-content-slider .slide-meta {
    margin-top: 5px;
}
.html_modern-blog .more-link {
    border-left: 1px solid;
    position: relative;
    top: 0px;
    width: auto;
}
.html_elegant-blog .more-link {
    text-align: left;
    margin: 0px;
    padding: 0px 10px;
    border-radius: 0px;
}

/*FOOTER*/
#top .news-content {
    padding: 0;
}
div#footer .flex_column.av_one_half.first.el_before_av_one_half {
    width: 20%;
}
div#footer .flex_column.av_one_half.el_after_av_one_half.el_before_av_one_half {
    width: 70%;
}

/*TOPO*/
#topo .avia_textblock.av_inherit_color p {
    color: #f1f2f3;
    font-weight: 300;
    font-family: Roboto;
}
#topo fieldset h3 {
    color: #009d2e;
}
#topo fieldset label {
    color: #fff;
}
#topo fieldset label span {
    color: #999;
}
.avia_ajax_form .button {
    border-radius: 26px;
}
.topo-tit {
	font-size: 4em;
	line-height: 1.2em;
}
.topo-subtit {
	font-size: 2em;
	line-height: 1.2em;
}
div#topo {
    background-size: cover;
}
#topo input.button {
    background-color: #83a846;
}

/*SUBMENU INTERNO*/
#sub_menu1 span.avia-menu-text {
    color: #000;
    font-size: 17px;
}


/*TESTE BREAD TRANSP*/
/*.title_container {
    top: 114px;
}*/
/*.html_header_top.html_header_topbar_active.html_header_sticky #top #main {
    padding-top: 1px;
}*/
.title_container .main-title {
    font-size: 41px;
    min-height: 41px;
}



/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

  	/*TOP MENU*/
	.responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul {
	    display: none;
	}

	/*MENU ABAIXO DO HEADER*/
	#top .av-subnav-menu > li {
	    display: list-item;
	}

	/*TOPO*/
	.topo-tit {
		font-size: 3em;
	}
	.topo-subtit {
		font-size: 1.8em;
	}

    /*DEPOIMENTOS*/
   #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
        padding: 0px 10px;
    }



}


