/*
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.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/****DOOFE STRICHE BEI TIMELINE AUSBLENDEN****/
.main_color .avia-icon-list .iconlist-timeline {
    border-color: transparent !important;
}
/***** HINTERGRUND VIDEOS FARBE ANPASSEN****/
.avia-video video {
background-color: transparent !important;
}
/****** Wenn & nicht zur Seite passt: *******/
.special_amp {
font-family: inherit;
font-style: inherit;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
color: inherit !important;
}
.comment_meta_container,
.comment_container {
display: none;
}

.image-overlay {
background: transparent !important;
}

socket li.avia-button.avia-cookie-consent-button.avia-cookie-consent-button-2.av-extra-cookie-btn.avia-cookie-info-btn {
border-bottom: 0;
background: transparent !important;
font-size: inherit;
margin: 0;
}
.avia-cookie-consent a.dse {
color: white;
text-decoration: underline;
}
.avia-cookie-consent .avia-cookie-consent-button.avia-cookie-hide-notification, .avia-popup .avia-cookie-consent-button.avia-cookie-hide-notification {
background-color: #fff;
color: #000 !important;
}

.nf-field-container {
margin-bottom: 0 !important;
}

/*************************RESPONSIVE START******************************/
@media only screen and (min-width: 768px) {
.nf-field-container .checkbox-wrap .nf-field-label label {
margin-left: 30px !important;
}
.nf-field-container .checkbox-wrap .nf-field-label label:before,
.nf-field-container .checkbox-wrap .nf-field-label label:after {
left: -30px !important;
}
}