


@font-face {
    font-family: clanBlack;
    font-display:swap;
    src: url("../fonts/ff_clan_ot_black.otf") format("opentype");
}
@font-face {
    font-family: clanBold;
    font-display:swap;
    src: url("../fonts/ff_clan_ot_bold.otf") format("opentype");
}
@font-face {
    font-family: clanMedium;
    font-display:swap;
    src: url("../fonts/ff_clan_ot_medium.otf") format("opentype");
}
@font-face {
    font-family: clanNews;
    font-display:swap;
    src: url("../fonts/ff_clan_ot_news.otf") format("opentype");
}
@font-face {
    font-family: clanThin;
    font-display:swap;
    src: url("../fonts/ff_clan_ot_thin.otf") format("opentype");
}

strong
{
    font-weight: 400 !important;
    font-family: "clanbold" !important;
}
.clanblack{
    font-family: 'clanBlack';
}
.clanbold{
    font-family: 'clanBold';
}
.clannews{
    font-family: 'clanNews';
}
.clanthin{
    font-family: 'clanThin';
}
.clanmedium{
    font-family: 'clanMedium';
}
.color-black{
    color: #191919;
}
body{
    background-color: #fff;
    font-family: 'clanNews', sans-serif;
    margin: 0 !important;
}

h1, .fakeh1{
    font-size: 34px;
}
h2{
    font-size: 28px;
}
h3{
    font-size: 21px;
}
h4{
    font-size: 18px;
}
h1,h2,h3,h4{
    font-family: 'clanNews';
}
a,a:hover, a:visited{
    text-decoration: none;
    font-family: 'clanNews';
    color: inherit;
}
a:visited{
    color: inherit;

}
a.btn-standard{
    text-decoration: none;
}
a.no-underlined{
    text-decoration: none;
}
p{
    font-family: 'clanNews';
    font-size: 14px;
    line-height: 22px;
}
.big-patragraph {

    font-size: 18px;

}
.small{
    font-size: 12px;
}
span.utility, strong.utility{
    font-family: 'clanNews';
    font-size: 14px;
}
h1.bold,h2.bold,h3.bold,h4.bold, p.bold,strong.utility{
    font-family: 'clanBold';
}

header{
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 10px #0000001A;
    transition: all 0.3s ease-in;
}
header .main-navigation li {
    margin-right: 30px;
}
header .main-navigation ul {
    align-items: center;
}
header .main-navigation ul li:not(.btn-standard){
    padding-top: 8px;
}
header .main-navigation li a{
    color: #191919;
    font-size: 14px;
}
header .main-navigation li:not(.btn-standard) a:hover
{
    color: #5E7047;
}

#primary-menu li:first-child:hover a,
header .main-navigation li:first-child.current-menu-item a
{
    color: #C90761;
}

header .main-navigation li:first-child:hover a:hover:after,
header .main-navigation li:first-child.current-menu-item a:after
{
    background-color: #C90761;
}


#primary-menu li:nth-child(2):hover a,
header .main-navigation li:nth-child(2).current-menu-item a
{
    color: #4C97D0;
}
header .main-navigation li:nth-child(2):hover a:hover:after,
header .main-navigation li:nth-child(2).current-menu-item a:after
{
    background-color: #4C97D0;
}
#primary-menu li:nth-child(3):hover a,
header .main-navigation li:nth-child(3).current-menu-item a
{
    color: #543880;
}
header .main-navigation li:nth-child(3):hover a:hover:after,
header .main-navigation li:nth-child(3).current-menu-item a:after
{
    background-color: #543880;
}

#primary-menu li:nth-child(5):hover a,
header .main-navigation li:nth-child(5).current-menu-item a
{
    color: #5E7047;
}
header .main-navigation li:nth-child(5):hover a:hover:after,
header .main-navigation li:nth-child(5).current-menu-item a:after
{
    background-color: #5E7047;
}

#primary-menu li:nth-child(4):hover a,
header .main-navigation li:nth-child(4).current-menu-item a
{
    color: #EEB547;
}
header .main-navigation li:nth-child(4):hover a:hover:after,
header .main-navigation li:nth-child(4).current-menu-item a:after
{
    background-color: #EEB547;
}
header .main-navigation li:not(.btn-standard) a:after{
    content: "";
    margin-top: 5px;
    height: 4px;
    width: 20px;
    background-color: #ffffff;
    display: block;
    transition: all 0.3s ease-in;
}
header .main-navigation li:not(.btn-standard) a:hover:after,
header .main-navigation li:not(.btn-standard).current-menu-item a:after
{
    content: "";
    margin-top: 5px;
    height: 4px;
    width: 20px;

    display: block;
    transition: all 0.3s ease-in;
}
header .main-navigation li.btn-standard {
    text-transform: capitalize;
}

section{
    padding: 40px 0;
}
.position-relative{
    position: relative;
}
.btn-standard{
    padding: 15px 30px;
    border: 1px solid #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.btn-standard.white{
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
}
.btn-standard.black{
    background-color: #191919;
    color: #fff;
    text-transform: uppercase;
}
.btn-standard.transparent{
    background-color: transparent;
    color: #191919;
    border: 1px solid #191919;
}
.btn-standard.transparent-white{
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    text-align: center;
}

.newsletter-box .field-wrapper input.form-field
{
    background-color: transparent;
    border: 0;
    height: 56px;
    outline: none !important;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
footer{
    background: #fff;
    height: 550px;
    padding: 65px 30px;
    border-top: 1px solid #f5f5f5;
}
footer ul{
    list-style: none;
}

footer h3, footer span, footer a{
    font-size: 14px;
    color: #191919;

}
footer span, footer a{
    font-family: clanNews;
}
footer .mailto
{
    text-decoration: underline;
}
footer .link-utili li{
    margin-bottom: 13px;
}
.brands-wrapper a {
    margin-right: 13px;
}
.brands-wrapper a i {
    font-size: 20px;
}
.subfooter{
    background-color: #191919;
    text-align: center;
}
.subfooter p{
    font-size: 12px;
    color: #fff;
    padding: 15px 0;
}
.no-list-style{
    list-style: none
}
.standard-page-header{
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 40px;
    margin-bottom: 80px;
    position: relative;
}
.standard-page-header:not(.no-before):before{
    content: "";
    position: absolute;
    background-color: rgba(25,25,25,0.3);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.standard-page-header h1{
    position: relative;
}
.link-underlined{
    border-bottom: 1px solid #191919;
    font-size: 14px;
    text-transform: uppercase;
}
hr.separator-black {
    border-top: 1px solid #191919;
}
.form-field-generic{
    margin-bottom: 20px;
}
.form-field-generic label{
    display: block;
    color: #191919;
    font-size: 13px;
    font-family: clanBold;
}
.form-field-generic input[type="text"],
.form-field-generic input[type="email"],
.form-field-generic input[type="password"],
.form-field-generic input[type="number"],
.form-field-generic input[type="date"],
.form-field-generic textarea
{
    padding: 20px;
    height: 55px;
    border: 1px solid #191919;
    width: 100%;
    border-radius: 0;
}
.form-field-generic textarea{
    height: 320px;
}
.form-field-generic input[type="checkbox"]
{
    padding: 20px;
    height: 16px;
    width: 16px;
    border: 1px solid #191919;

}
.site-branding img{
    width: 190px;
    transition: all 0.3s ease-in;
}
header.scrolled .site-branding img{
    width: 128px;
}
header.scrolled{
    padding-top: 15px;
    padding-bottom: 15px;
}
header.scrolled .main-navigation li.btn-standard{
    padding-top: 5px;
    padding-bottom: 5px;
}
header.scrolled .main-navigation li:not(.btn-standard) a:after{
    height: 2px !important;
}
.container {
    max-width: 1366px;

}
#biglietti .container-custom,#amici-opv .container-custom{
    max-width: 900px;
    margin: auto;

}
label[for="privacy"]{
    font-size: 12px;
}
.contributi-wrapper span{
    font-size: 12px;
}
.mb-80{
    margin-bottom: 80px;
}
.mt-80{
    margin-top: 80px !important;
}
.mb-60{
    margin-bottom: 60px;
}
.mt-60{
    margin-top: 60px;
}
.mb-50{
    margin-bottom: 50px;
}
.mt-50{
    margin-top: 50px;
}
.mb-40{
    margin-bottom: 40px;
}
.mt-40{
    margin-top: 40px;
}
.mb-30{
    margin-bottom: 30px;
}
.mt-30{
    margin-top: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
.mt-20{
    margin-top: 20px;
}
.mb-80{
    margin-bottom: 80px;
}
.mt-80{
    margin-top: 80px;
}
.pb-60{
    padding-bottom: 60px;
}
.pb-50{
    padding-bottom: 50px;
}
.pt-50{
    padding-top: 50px;
}
.pb-40{
    padding-bottom: 40px;
}
.pt-40{
    padding-top: 40px;
}
.pb-80{
    padding-bottom: 80px;
}
.pt-80{
    padding-top: 80px;
}
.pb-90{
    padding-bottom: 90px;
}
.pt-90{
    padding-top: 90px;
}
.pb-20{
    padding-bottom: 20px;
}
.pt-20{
    padding-top: 20px;
}
#concerto-carousel-evento .owl-nav,
#concerto-carousel .owl-nav,
#post-carousel .owl-nav
{
    position: absolute;
    top: -50px;
    right: 0;
}
.italic{
    font-style: italic;
}
.violet{
    color:#543880 ;
}
.locandina span {
    font-size: 12px !important;
}
.locandina span:first-child{
    font-size: 14px !important;
}
#alert-save{
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    display: none;
}
#alert-save.error{
    display: block;
    background-color: #C90761;
}
#alert-save.success{
    display: block;
    background-color: #4D5E31;
}
.accedi-link {
    border-left: 1px solid #191919;
    padding-left: 20px;
    font-size: 14px;
}
.avatar a{
    display: block;
    width: 32px;
    height: 32px;
    background-color: #191919;
    border-radius: 31px;
    color: #fff;
    display: flex;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.13px;

}
.locandina span:first-child {
    font-size: 14px !important;
    word-break: break-all;
}
.privacy{
    text-decoration: underline;
}
.text-underline{
    text-decoration: underline;
}
.lang-switcher{
    margin-left: 10px;
}

.wpat_lang_item.wpat_lang_selected{
    width: 60px !important;
}
.standard-page-header.only-text {
    height: auto;
    text-align: center;
    background: #191919;
}
@media screen and (max-width: 1200px){
    header{
        padding-left: 15px;
        padding-right: 15px;
    }
    header .main-navigation li{
        margin-right: 15px;
    }
    header .main-navigation li.btn-standard {
        text-transform: capitalize;
        padding: 8px 20px;
    }
}
@media screen and (max-width: 992px){

    footer{
        padding: 65px 10px;
    }
    header .main-navigation li a{
        font-size: 12px;
    }
    .site-branding img {
        width: 130px;
    }


}

@media screen and (max-width: 991px){
    footer{
        height: auto;
    }
    .logo-contributore {
        padding: 0 10px;
    }
    .accedi-link{
        margin-right: 0 !important;
    }
    header .main-navigation li a{
        text-transform:capitalize ;
        font-size: 14px;
    }


    header .main-navigation li.btn-standard{
        display: inline-block;
        width: auto;
    }
    .extra-menu-mobile{
        border-top:1px solid #CCCCCC;
        padding-top: 24px;
        font-size: 12px;
    }
    .extra-menu-mobile div{
        margin-bottom: 14px;
    }
    .extra-menu-mobile i{
        font-size: 20px;
        margin-right: 24px;
        margin-top: 35px;
    }
    .extra-menu-mobile div:first-child span:first-child{
        margin-bottom: 14px;
    }
    #biglietti .container-custom, #amici-opv .container-custom{
        padding: 15px;
    }
    .standard-page-header{
        padding: 15px;
    }
}
@media screen and (max-width: 767px){
    header .main-navigation li:not(.btn-standard) a:after{
        content: none !important;
    }
    header .main-navigation li {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .menu-menu-1-container{
        transition: all 0.3s ease-in;
    }
    #primary-menu{
        height: 0;
        visibility: hidden;
        opacity: 0;
        display: block;
    }
    .main-navigation.toggled ul{
        height: auto !important;;
        visibility: visible !important;;
        opacity: 1 !important;
        transition: all 0.4s ease-in !important;;
    }
    .menu-toggle{
        border-color: transparent !important;
        outline: none !important;
        background-color: transparent;
        border: 0;
        height: 24px;
        width: 24px;
        display: flex;align-items: center;flex-direction: column;
        justify-content: center;
        padding: 0;
        margin-left: 24px;

    }
    .menu-toggle span{

        background: #191919;
        width: 100%;
        height: 2px;
        margin-bottom: 8px;
        display: block;

    }
    .menu-toggle span:last-child{
        display: block;
        margin-bottom: 0px;
    }
    .menu-menu-1-container {
        position: absolute;
        z-index: 10;
        background: #fff;
        width: 100%;
        left: 0;
        top: 70px;
        padding-left: 15px;
        padding-right: 15px;
        height: 0;
    }
    .scrolled .menu-menu-1-container{
        top:45px;
    }
    .accedi-link{
        border-left: 0;
        padding-left: 0;
        font-size: 14px;
    }
    .accedi-link a span{
        display: block !important;
    }
    .accedi-link a i{
        display: none !important;
    }
    .standard-page-header{
        padding: 0;
        height: 250px;
    }
}

@media print{
    @page {size: portrait}
    .info-evento, .info-biglietti {
        margin-top: 0 !important;
        width: 100% !important;
        max-width: 100%;
    }
    .no-print{
        display: none !important;
    }
    .single-evento-image{
        height: 300px !important;
    }
    header#masthead {
        display: none !important;
    }
    .title .data{
        font-size: 20px;
    }
    .title .luogo h4, .info-biglietti-box h3{
        font-size: 16px;
    }
    .info-biglietti-box h4{
        font-size: 14px;
    }
    .compositore-single h4{
        font-size: 16px !Important;
    }
    .musicista-box {
        height: auto !important;
        background-image: none !important;
        /* background: none !important; */
        padding: 0;
        color: #191919;
    }
    .musicista-box:before{
        content: none;
    }
    .musicista-box div h3, .musicista-box div span{
        color: #191919 !important;
    }
    .single-evento-box{
        display: block !important;
    }
    .print-no-padding .col-6{
        padding: 0 !important;
    }
}