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



/*Add your own styles here:*/

.avia-fullwidth-slider .avia-slide-wrap {
    padding-bottom: 440px;
}
.avia-slideshow.image_no_stretch li img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1299px){
    .slideshow_caption {
        width: 80%;
        max-width: 550px;
    }
}

@media only screen and (max-width: 989px){
    .avia-fullwidth-slider .avia-slide-wrap {
        padding-bottom: 56%;
    }
}

@media only screen and (max-width: 767px){
    .main_color.container_wrap_first.container_wrap{
        padding-bottom: 20px;
    }	.main_color.container_wrap_first.container_wrap .template-page{
             display: none;
         }
    .slideshow_caption {
        width: 100%;
        max-width: 100%;
    }
    .avia-fullwidth-slider .avia-slideshow-inner  .slideshow_caption h2 {
        font-size: 30px !important;
    }
    .avia-fullwidth-slider .avia-slideshow-inner .avia-caption-content p {
        font-size: 20px !important;
    }

    #accomodation .av-special-heading h2 {
        font-size: 30px !important;
    }

    #barsrests .av-special-heading h2{
        font-size: 36px !important;
    }

    #functions  .av-special-heading h2{
        font-size: 46px !important;
    }
}

#footer .container .flex_column:first-child {
    display: none;
}
#footer .container .flex_column:last-child {
    display: none;
}
#footer .container .flex_column:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    position: relative;
    padding-left: 6%;
    padding-right: 6%;
}
#footer .container .flex_column:nth-child(2) ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#footer .container .flex_column:nth-child(2) h3.widgettitle {
    text-align: center;
    margin-bottom: 40px;
}
.header_color {
    background: #f4f5f0 url('../images/background-images/ios-linen-dark.png') top center repeat scroll !important;
}
