/*
Theme Name: Artebit
Theme URI: https://artebit.net/
Author: Artebit
Author URI: https://artebit.net/
Description: Custom theme.
Version: 1.0
Text Domain: vv5
*/


.h_bbn {
    line-height: 1.4;
}
.h_bbn small {
    font-size: 28px;
    display: block;
}
.h_bbn em {
    font-size: 26px;
    display: block;
    margin-bottom: 30px;
    color: #555;
    font-weight: 400;

}

.single-cpt_bbn h2 {
    margin-top: 30px;
}
.single-cpt_bbn .wpcf7-spinner {
    display: block;
}



.box_bbn a {
    color: #777!important;
    font-weight: 700;

}


.vis_mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .vis_desktop {
        display: none;
    }
    .vis_mobile {
        display: block;
    }
    .box_bbn {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.box__mobile {
    background-color: #f7f7f7;
    padding: 5px 10px;
    font-size: 16px;
    margin-bottom: 0;
}

.box__mobile_bt {
    background-color: #333;
    color: #fff!important;
    margin-bottom: 5px;
    font-size: 16px;
    padding: 10px 20px;
    transition: all 0.22s;
    border-radius: 4px;
}

.box__mobile_bt strong {
    color: #fff!important;
}

.box__mobile_bt:hover {
    background-color: #000;
    color: #fff;
    transition: all 0.22s;
    text-decoration: none;
}

.box__mobile_bt:hover strong {
    color: #fff!important;
}

.box__mobile h2 {
    margin:10px 0 5px 0;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.box_bbn a:hover {
    color: #000!important;
    text-decoration: none;
}

.box_bbn a:hover .box__ {
    transition: all 0.2s;
}

.box__ {
    transition: all 0.2s;
    background-color: #000;
    color: #fff;
    border-top: 1px solid #ffffff45;
    padding: 15px;
    border-radius: 0 0 4px 4px;
}

.sarata_vpXXX .box__ {
    background-color: #AE9A63;
    border-top-color: #fff;
}

.box_bbn a:hover .box__ {
    transition: all 0.2s;
    background-color: #333;
    color: #fff;
}

.icon_s {
    position: absolute;
    z-index: 9;
    width: 40px;
    right: 28px;
    top: 15px;
}

@media screen and (max-width: 767px) {
    .icon_s {

        width: 30px;
        right: 12px;
        top: 12px;
    }
}

.box_bbn_bk {
    background-color: #f6f5ef;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    max-width: 430px;
    margin: 30px auto;
}

.abs_cru {
    position: absolute;
    width: 160px;
    bottom: 70px;
    left: 50%;
    margin-left: -80px;
    z-index: 99;
    padding: 3px 12px;
    background-color: #ae9a63;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
}
@media screen and (max-width: 1199px) {
    .abs_cru {
        bottom: 64px;
    }
}

@media screen and (max-width: 991px) {
    .abs_cru {
        bottom: 70px;
    }
}

@media screen and (max-width: 767px) {
    .abs_cru {
        bottom: 0px;
        width: 100%;
        margin-left: 0;
        border-radius: 0;
        left: 0;
    }
}

@media screen and (max-width: 460px) {
    .abs_cru {
        padding: 4px 4px;
        font-size: 0.9rem;
        line-height: 1;
    }
}

.single-cpt_bbn .wpcf7-form {
    max-width: 680px;
    margin: 0 auto;
    padding: 25px;
    background-color: #fafafa;
    text-align: center;
    border-radius: 6px;
}

.single-cpt_bbn .wpcf7-form input[type="number"], .single-cpt_bbn textarea, .single-cpt_bbn select {
    width: 95%;
    border: 1px solid #ddd;
    padding: 8px 14px;
}






.navbar-nav2 {
    list-style: none;
    padding-left: 10px;
}
.navbar-nav2 .link_regala_head a.nav-link {
    background-color: #AE9A63;
    color: #fff;
    padding: 7px 9px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    margin-left: 6px;
    margin-top: 4px;
}
.navbar-nav2 .link_regala_head a.nav-link:hover {
    background-color: #000;
}
.navbar-nav2 .link_regala_head a.nav-link svg {
    float: left;
    margin: -2px 3px 0 0;
    width: 18px;
    color: #fff;
    fill: #fff;
}
.navbar-nav2 a.nav-link {
    font-size: 16px;
    color: #fff;
}

.navbar-nav2 .nav-link.link_eventi svg {
    display: none;
    width: 24px;
    color: #fff;
    fill: #fff;
}
#link_logo img {
    width: 200px;
    height: auto;
}

.logo_o img {
    width:140px;
    height: auto;
}



@media (max-width: 578px) {
    .logo_o img {
        width:110px;
        height: auto;
    }
    .navbar-nav2 .nav-link.link_eventi {
        padding: 3px 5px;
    }
    .navbar-nav2 .nav-link.link_eventi svg {
        display: inline-block;

    }
    .navbar-nav2 .nav-link.link_eventi span {
        display: none;
    }
    #link_logo img {
        width: 180px;
    }
    .navbar-nav2 .link_regala_head a.nav-link {
        font-size: 14px;
        display: flex;
        padding: 5px 6px;
    }
    .navbar-nav2 .link_regala_head a.nav-link svg {
        font-size: 16px;

    }
    #navbarTogglerDemo02 {
        margin-left: 0!important;
        position: absolute;
        top: 4px;
        right: 5px;
    }
}

.navbar-brand {
    margin-right: 0!important;
}
#box_network {
    display: none;
}
#box_network > div {

}
#box_network a {
    color:#fff;
}

a.link_net em {
    font-size: 17px;
}
a.link_net:hover {
    text-decoration: none;
    opacity: 1;
}

._dot {
    color: #ccc;
    margin: 0 6px;
    font-size: 14px;
}

.network .navbar-toggler {

    border:none;
    margin-left: 6px;
}

a.link_net {
    display: inline-block;
    margin-bottom: 15px;
    opacity: 0.85;
    font-size: 18px;
}

.net_title {
    font-family:'Work Sans', sans-serif;text-transform:none;letter-spacing:0;font-size: 18px;
}


@media (max-width: 360px) {
    .net_title {
        font-size: 16px;
    }

    a.link_net em {
        font-size: 14px;
    }

    ._dot {
        font-size: 12px;
    }

    a.link_net {
        font-size: 16px;
    }
}

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600');
.bg-dark {
    background-color: #323232!important;
}
.navbar-dark .navbar-toggler {
    border: 0;
}
.network {
    line-height: 16.32px;
    font-size:13.6px;
}
.network .nav-link {
    font-family: 'Work Sans',sans-serif;
    font-weight: 300;
    line-height: 16.32px;
    font-size:13.6px;
    color:rgba(255,255,255,.5);
    padding-left:0;
}
.network .nav-link:hover {
    color:rgba(255,255,255,.75);
}
.network .nav-link.active {
    color:rgba(255,255,255,1);
}
@media screen and(min-width:768px){
    .network .nav-link {
        font-size:16px;
    }
}