/*
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 will be much easier then.
Version: 1.1
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/* Estilos Personalizados */

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0 !important;
    }

/* p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 0;
} */

.post-template-default .entry-content p,
.post-template-default .avia_textblock p  {
    margin: 0 0 30px 0;
}

::selection {
    background-color: #3390ff;
    color: #ffffff;
}

.main_color strong, .main_color b, .main_color b a, .main_color strong a, .textwidget strong, .textwidget strong a, .textwidget b, .textwidget b a {
    color: inherit;
}

#top a {
    text-decoration: none !important;
    }

#scroll-top-link {
    display: none !important;
    }

.modified_width .button {
    width: 100%;
    padding: 15px 10px 15px;
    min-width: 0;
}

.av-large-testimonial-slider .avia-testimonial-image {
    float: none; margin: auto !important;
    }

.av-large-testimonial-slider .avia-testimonial-meta-mini {
    text-align: center !important;
    }

.avia_loading_icon {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    display: none;
    z-index: 10000;
    }

#top .avia_loading_icon .av-siteloader {
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
}

@media only screen and (max-width: 767px) {
	.center-mobile {
		text-align: center !important;
	}
    .center-mobile .avia_image {
        margin: 0 auto;
    } 
	.no-margin-mobile {
		margin-bottom: 0 !important;
	}
	.no-background-mobile {
		background-image: none;
	}
	.no-background-mobile .av-parallax {
		display: none;
	}
    .sticky_placeholder {
        display: none;
    }
}

.special_amp {
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit!important;
}

.post-template-default .entry-content-header {
    margin-bottom: 40px;
}

.single .big-preview, .single .blog-meta {
  display: none!important;
}

.av-section-cont-open {
    padding-top: 0 !important;
}

.av-subnav-menu .current-menu-item a {
    color: inherit;
}

/* CENTRALIZAR COLUNA */
.coluna-centralizada .entry-content-wrapper, .center-col .entry-content-wrapper, .coluna-centralizada .av-layout-tab-inner .container {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
justify-content: center;
}

/* PARTNER LOGO ELEMENT*/
.main_color .avia-content-slider .slide-image {
    background: inherit;
}

/* BARRA DE COOKIES */
.wpcb-container {
	z-index: 999999999999 !important;
}

@media screen and (max-width: 568px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
.wpcb-corners-round {
		border-radius: 0 !important;
		border: none !important;
		border-top: solid 1px !important;
		margin: 0 !important;
		align-items: unset !important;
		flex-direction: column !important;
	}
.wpcb-banner .wpcb-message {
		margin-bottom: 1em !important;
		margin-right: 0 !important;
		text-align: center !important;
	}
}

/* MAGAZINE */
#top .av-magazine .av-magazine-time {
	font-size: 12px;
}
#top .av-magazine .av-magazine-title {
	font-size: 16px;
}
#top .av-magazine .first .av-magazine-title {
	font-size: 20px;
}

/* GRADE DE POSTS DA HOME */
.avia-content-slider .slide-entry-title:hover,
.av-magazine  .entry-title:hover {
	opacity: 0.5;
}

.avia-content-grid-active .slide-meta {
	display: none;
}

.avia-content-grid-active .slide-entry-title {
    margin: 10px 0 10px 0;
}

.avia-content-grid-active .read-more-link {
    display: none;
}

@media only screen and (max-width: 767px) {
.avia-content-grid-active .flex_column {
	margin-bottom: 35px !important;
}
.avia-content-grid-active .post-entry-last {
	margin-bottom: 0 !important;
}}

/* BLOG */
.tag .category-term-description {
	display: none;
}

.page .entry-content-wrapper .post-title, .archive .entry-content-wrapper .post-title, .blog .entry-content-wrapper .post-title {
	font-size: 30px;
}

.entry-content-wrapper .post-title {
	font-size: 40px;
	line-height: 1.1em;
}

.post-entry .post-title:hover {
	opacity: 0.5;
}

.single-post .post-entry .post-title:hover {
	opacity: unset;
}

/* .single-post .post-entry .post-title a {
	pointer-events: none;
    cursor: text;
} */

/* .single-post .post-entry .post-title {
    cursor: text;
} */

@media only screen and (max-width: 767px) {
.responsive .big-preview {
	padding: 0 0 10px 0 !important;
} }

.post-entry .wp-caption {
	border: none;
	margin: 0 auto 30px auto !important;
}

.post-entry .wp-caption-text {
    font-family: inherit;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    text-align: left;
    font-style: normal;
    color: #a4a4a4;
}

.post-entry .wp-caption img {
	padding: 0 0 5px 0 !important;
}

#top #commentform label {
	position: relative;
	left: 0;
}

/* DISQUS */
@media only screen and (max-width: 767px) {
#disqus_thread {
	padding-right: 0 !important;
}}

#disqus_thread {
	padding-right: 50px;
}

/* FOOTER */
.recentcomments a, .widget_recent_entries li a {
    font-style: inherit;
    font-family: inherit;
}

.recentcomments, .widget_recent_entries li {
    border-top-width: inherit;
    border-top-style: inherit;
}

#top .widget_nav_menu li {
    float: left;
}

.widget_nav_menu ul:first-child>.current-menu-item>a, .widget_nav_menu ul:first-child>.current_page_item>a {
    padding: 4px 0px 5px 0;
}

/* TABELAS */
.pricing-table li.avia-pricing-row p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    }

/* CF7 COM ESTILO ENFOLD */
#top .wpcf7-form input[type='text'],
#top .wpcf7-form input[type='email'],
#top .wpcf7-form input[type='tel'],
#top .wpcf7-form input[type='url'],
#top .wpcf7-form select,
#top .wpcf7-form .wpcf7-textarea {
    font-family: inherit;
    font-size: 16px;
    padding: 13px!important;
    border-radius: 2px;
}

#top .wpcf7-form .wpcf7-submit {
    padding: 15px 30px;
    border-radius: 2px;
    color: white;
    font-size: 0.92em;
}

#top .wpcf7-not-valid-tip {
    color: #dc3232 !important;
    font-size: 0.9em;
}

#top .wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.newsletter .wpcf7-spinner {
    background-color: #ffffff;
}

.newsletter .wpcf7-spinner::before {
    background-color: #1d262d
}

.newsletter .wpcf7-response-output {
    color: #dddddd;
}

.newsletter .wpcf7-acceptance {
    color: #ffffff;
    font-size: 14px;
}

#top .wpcf7-list-item {
    margin: 0;
}

#top .wpcf7-list-item-label {
    font-size: initial;
    color: inherit;
}

#top .wpcf7 form .obrigatorio {
    color: #dc3232;    
}

.grecaptcha-badge {
    visibility: hidden;
}

/* SOCIAL MEDIA RENDERED */
.twitter-tweet-rendered {
    margin: 10px auto;
}