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

#header/*:not(.header-scrolled-full)*/ .av-logo-container{
    margin-top: 35px;
}

/*#header.header-scrolled-full .header_bg{
    background-color: transparent !important;
}*/

.html_header_top.html_header_sticky #header.header-scrolled,
.html_header_top.html_header_sticky #header.header-scrolled-full {
    top: 0 !important;
}

.custom-top-bar{
    width:100%;
    background:#fff;
    border-bottom:1px solid #eee;
    position:relative;
    z-index:9999;
}

.custom-top-bar-inner{
    max-width: 100%;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:10px 150px;
}

.top-left-logo img{
    height:85px;
}

.top-right-block{
    display:flex;
    align-items:center;
    gap:15px;
}

.top-right-block img{
    height:85px;
}

.top-separator{
    width:1px;
    height:50px;;
    background:#ddd;
    margin:0 20px;
}
.top-right-block img.top-string{
    height: 50px;
}
@media (max-width: 1024px) {
    .custom-top-bar-inner {
        padding: 10px 20px;
    }
}
@media (max-width: 768px) {
    .custom-top-bar-inner {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        padding: 10px;
    }

    .top-separator {
        display: none;
    }
}

@media (max-width: 768px) {

    .top-row-1{
        justify-content:space-between;
    }

    .top-row-2{
        margin-top:10px;
        justify-content:center;
    }

    .top-left-logo img,
    .top-right-logo img{
        height:40px;
    }

    .top-string{
        max-width:100%;
        height:auto;
    }

    /* opzionale: separatore nascosto */
    .top-separator{
        display:none;
    }
}

#slider-home #logo-w{
    width: 450px;

}

#slider-home h3.av-rotator-container-inner span{
    color: #fff !important;
    font-weight: 700 !important;
}

.vertical-separator {
    width: 1% !important;
    border-right: 1px solid #231f20 !important;
}

.col-loghi{
    width: 55% !important;
}

@media only screen and (max-width: 767px) {
    .vertical-separator {
        width: 100% !important;
        min-height: 1px !important;
    }
    .logo-capofila{
        width: 60%; 
        margin: 0 20%;
    }
    .col-loghi{
        width: 100% !important;
    }
}

#footer {
    padding: 50px 0;
}

#footer .widget {
    margin: 0 !important;
}

#footer .widget ul#menu-main-menu {
    display: flex;
    align-items: center;
}

#footer .widget ul#menu-main-menu li{
    margin-right: 50px;
}

#footer .social_bookmarks {
    display: flex !important;
    gap: 10px;
    height: auto;
}

#footer .social_bookmarks li {
    display: block !important;
    float: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 50px;
    border: 0;
}

#footer .social_bookmarks li a {
    width: 50px;
    line-height: 50px;
    min-height: 50px;
    background-color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: all .3s ease;

}

#socket .copyright {
    width: 100%;
    display: flex;
    justify-content: space-between;
}