/*
 Theme Name:   Still in the Woods
 Description:  Child Theme
 Author:       Mathias und Kevin
 Author URI:   https://www.dionic.de
 Template:     enfold
 Version:      1.0
 Text Domain:  enfold-child
 */
.rev-btn {
    max-width: 100% !important;
}
.av_header_transparency .av-logo-container {
    display: none;
}
/*
.av-logo-container {
    display:none;
}*/
#header_main_alternate {
    padding-top: 25px;
}

/*Add your own styles here:*/
.header-scrolled .av-logo-container {
    display: block !important;
    background-color: #373737;
}

.header-scrolled #header_main_alternate {
    padding-top: 0;
}
.header-scrolled .bg-logo {
    padding-top: 8px;
}

.header-scrolled .container_wrap_logo {
    background-color: #373737;
}

.logo > a {
    color: #fff !important;
    font-size: 30px;
}

.logo > a:hover {
    text-decoration: none;
}

.container_wrap {
    border: none !important;
}

h2.av-special-heading-tag {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h2.av-special-heading-tag:before,
h2.av-special-heading-tag:after {
    content: '';
    border-top: 2px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

h2.av-special-heading-tag:after {
    margin: 0 0 0 20px;
}

#socket {
    background: #373737 !important;
    color: #fff;
    font-size: 16px;
}

#socket a {
    color: #fff;
}

#socket .social_bookmarks {
    font-size: 25px;
}

#socket .social_bookmarks li, #socket .social_bookmarks li a {
    border-radius: 0 !important;
}

#socket .social_bookmarks li {
    margin: 0 5px;
}

#scroll-top-link:hover, #av-cookie-consent-badge:hover {
    background-color: #83b6cc;
    color: #fff;
}

.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
    opacity: 0.9;
    margin: 10px;
}

.main_color .av-masonry-outerimage-container {
    background-color: transparent;
}
.entry-content-wrapper ul {
    list-style: none !important;
}
.eo-events {
    margin-left: 0;
    list-style: none !important;
    width: 100%;
}

.eo-events li {
    color: #fff;
    list-style: none;
    overflow: auto;
    padding-left: 0;
    margin: 0 0 15px 0;
    font-size: 22px;
    font-weight: 600 !important;
    text-shadow: 3px 3px 4px #777
}

.eo-events li span {
    font-size: 20px;
    display: block;
    padding-top: 10px;
}

.eo-events li a {
    color: #000;
}

.eo-events li a:hover {
    text-decoration: none;
}

.eo-events .order {
    background: #fff;
    padding: 5px 15px;
    border-radius: 25px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    float: right;
    text-shadow: none;
}

a.order[href=''] {
    font-style: italic;
    font-weight: normal;
    text-transform: initial;
    background: none;
    padding: 0px;
    color: #fff;
}

a.order[href='']:before {
    content: "";
    padding: 0;
}

.eo-events .order:before {
    font-family: 'entypo-fontello';
    content: "\e859";
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
}
/*
.eo-events li:nth-child(2) {

}

.eo-events li img {
    float: left;
    margin-right: 15px;
}

.eo-events li .eventcontainer {
    position: relative;
}

.eventcontainer .eventdate {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    color: #000;
    padding: 3px 5px 3px 5px;
    font-weight: bold;
    min-width: 110px;
}

.eventcontainer .eventdate:before {
    font-family: 'entypo-fontello';
    content: "\e85b";
    padding-right: 5px;
    font-size: 16px;
}*/


.cherry-popup-subscribe__input-group {
    max-width: 600px !important;
    margin: 0 auto !important;
}

#top input[type="email"] {
    margin-bottom: 0 !important;
    padding: 11px 6px !important;
}

.cherry-popup-wrapper .cherry-popup-container {
    min-height: 200px !important;
}

.cherry-popup-subscribe__message {
    text-align: center !important;
    font-size: 18px !important;
}

.privacy-policy #header_main {
    background: #373737 !important;
}

.privacy-policy .header_color, .privacy-policy .header_color div {
    border-bottom: 0px solid transparent !important;
}

#tour {
    position: relative !important;
    padding-top: 120px;
}

#bio {
    padding-top: 50px;
}

#tour #newsletter {
    position: absolute;
    left: 0;
    right: 0;
    background: #373737;
    min-height: 100px;
    top: -10px;
    color: #fff;
    padding: 15px 0;
    z-index: 9999;
}

#newsletter .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

#newsletter .first, #newsletter .second {
    width: 50%;
    float: left;
    padding: 10px 5px;
}

#newsletter .second input[type="email"] {
    max-width: 66%;
    float: left;
    padding: 8px !important;
    border-radius: 10px 0px 0px 10px;
}

#newsletter .second input[type="submit"] {
    background: #1b5292;
    border-radius: 0px 10px 10px 0px;
}

#newsletter form {
    margin-bottom: 0 !important;
}

#newsletter .first {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 28px;
}

#top .avia-slideshow-arrows a {
    background: black;
    opacity: 0.7;
}

@media only screen and (max-width: 767px) {
    .av_header_transparency .av-logo-container {
        display: block;
    }
    #top #wrap_all .av_header_transparency {
        background-color: #373737;
        color: #fff;
    }
    h2.av-special-heading-tag {
        font-size: 0.6em !important;
    }

    .eo-events {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        margin-left: 0;
    }

    #newsletter .first, #newsletter .second {
        width: 100%;
        float: none;
        padding: 10px 0;
        text-align: center;
    }

    #newsletter .second input[type="submit"], #newsletter .second input[type="email"] {
        border-radius: initial;
    }
}

@media only screen and (max-width: 576px) {
    .logo > a {
        font-size: 24px;
    }

    .eo-events li img {
        float: none;
        margin-right: 0px;
    }

    .eo-events li {
        border-bottom: 0px solid #fff;
        text-align: left;
        width: 100%;
        float: none;
        line-height: 28px;
    }
    .eo-events li .order{
        float:none;
    }
    .eo-events li .order::before {
        content: " - ";
    }

    .eventcontainer .eventdate {
        left: 24%;
    }

}

/*.main_color {
    background: #fff url(//still-in-the-woods.de.w019dd28.kasserver.com/wp-content/uploads/2019/11/bg2-1.jpg) center center no-repeat fixed !important;
}*/