/*custom css*/
.justify-text{
    text-align: justify !important;
}
.flex-direction-nav a {
    background: none;
}
/*color*/
.violet{
    background-color: #680865!important;
}
li {
    color: #777;
}
.header-transparent.topnav-top #main-navigation #main-menu > ul > li > a, .header-transparent.topnav-top #main-navigation .nav-right i, #main-navigation #main-menu > ul > li > a{
    color: #650262;
}
#wrapper .title h3, .title h2 {
    color: #650262;
}

/*header*/
.topnav-top #logo a {
    height: 86px;
}
#main-menu > ul > li > a, .main-menu > ul > li > a {
    font-weight: 700;
}
#logo a {
    display: block;
    height: 55px;
}
#main-menu > ul > li > ul > li a, #main-aside-menu > ul > li > ul > li a{
    text-transform: uppercase;
    font-family: Montserrat;
    letter-spacing: 2px;
}
#main-aside-navigation .main-nav-wrapper #aside-logo a img {
    max-width: 250px;
}
.only-desktop{
    display: block !important;
}
.only-mobile{
    display: none !important;
}
.topnav-top #header .nav-left #logo {
    padding-top: 10px;
}

/*footer*/
#footer .footer-logo {
    max-width: 337px;
    margin-bottom: 0;
}

/*scuola*/
.row.posts .post {
    background: transparent;
}

/*contatti*/
.form-group label#privacy-field {
    font-size: 0.7rem;
    text-transform: inherit;
    font-weight: 400;
    margin-top: 7px;
    line-height: 1;
}
.hidden {
    display: none !important;
}
.alert-warning {
    padding: 15px;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-success {
    color: #004810;
    background-color: #1fc709;
    border-color: #1fc709;
}
/*calendario*/
.js .cd-schedule__top-info>span,.js .cd-schedule__timeline li span {
    color: #680865 !important;
}
/*.js .cd-schedule__group {
    border: 1px solid hsl(0deg 0% 80%);
    background: #dfdedf;
}*/
.cd-schedule__event{
    box-shadow: inset 0 0px 0 rgb(0 0 0);
}


/*mwdia query*/
@media screen and (max-width: 992px) {
    .p-t-80 {
        padding-top: 55px !important;
    }
    /*home*/
    .half-section.img-home-studio.half-section-fullwidth .img-cover:not(.img-visible-small-screen){
        display: block;
    }
    .section, .section-md.section {
        padding: 25px 0;
    }
    #wrapper .title.title-center {
        margin-top: 15px;
    }

    #wrapper .title {
        margin-bottom: 15px;
    }
    /*chisiamo*/
    .half-section.img-chisiamo.half-section-fullwidth .img-cover:not(.img-visible-small-screen) {
        display: block;
        background-position-y: center !important;
    }
    .img-chisiamo ul{
        list-style: none;
    }
    .half-section.img-chisiamo .text-element-wrapper {
        padding: 2rem;
    }
}
@media screen and (max-width: 500px) {
    .topnav-top #logo a {
        height: 59px;
    }
    .section.section-dark.height-full.t-right.scuola {
        background-position: 60% 30% !important;
    }
    .section.section-dark.height-full.t-right.contatti {
        background-position: 55% 15% !important;
    }
    .section.section-dark.height-full.t-right.chisiamo {
        background-position: 60% 80% !important;
    }
    .section.section-dark.height-full.t-right.corsi {
        background-position: 40% 10% !important;
    }
    .section.section-dark.height-full.t-right.calendario {
        background-position: 70% 80% !important;
    }
    .only-desktop{
        display: none !important;
    }
    .only-mobile{
        display: block !important;
    }
}



