/*
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
*/

.logo {display: none;}
.sidebar {padding-top: 0px;}

.art-horizontal-gallery{
    display:flex;
    flex-wrap:nowrap;
    gap:40px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
    /*scroll-snap-type:x mandatory;
    cursor:grab;*/
    scrollbar-width:none;
    -ms-overflow-style:none;
}
.art-horizontal-gallery::-webkit-scrollbar{display:none;}
.art-horizontal-gallery:active{cursor:grabbing;}
.art-horizontal-gallery .avia_textblock{width: 400px;}
.art-horizontal-gallery .avia-image-container{
    flex:0 0 auto;
    margin:0;
    clear:none !important;
    width:auto !important;
    /*scroll-snap-align:start;*/
}
.art-horizontal-gallery img{    width:auto;    max-width:none;    display:block;
    transition:transform 0.3s ease;}
.art-horizontal-gallery img:hover{    transform:scale(1.02);}

.art-gallery-controls{    display:flex;    justify-content:center;    gap:20px; }
.art-gallery-btn{    cursor:pointer;    transition:all 0.25s ease;    user-select:none;}
.art-gallery-btn:hover{
    opacity: 0.6;
}


@media only screen and (max-width:768px){
    .sidebar .widget_media_image{display:none;}

    .responsive #top .mobile-2cols{
        width:50% !important;
        display:inline-block !important;
        float:left !important;
        clear:none !important;

        margin:0 !important;
    }

}
