#header-nav {
    position: static;
}

/* top menu */
#top-bar {
    z-index: 1005;
    position: relative;
}

.nav-menu-right li {
    vertical-align: top;
}

.top-bar-widget .btn-top-search {
    font-weight: 600;
    color: #cfcece;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: top;
    display: inline-block;
    padding: 10px;
}

.top-bar-widget .btn-top-search:hover, .top-bar-widget .btn-top-search:hover:before {
    color: #fcb040;
}

.top-bar-widget .btn-top-search:before {
    font-family: "fontello";
    display: inline-block;
    font-size: 14px;
    color: #fff;
    content: '\e806';
    margin-right: 5px;
}

.top-bar-widget .btn-top-search.active:before {
    content: "\e81b";
    font-size: 10px;
}

.top-bar-widget #searchform {
    display: none;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    transition: width 0.3s ease 0s;
    width: 500px;
    z-index: 100;
    border: solid 1px #fff;
    top: 250px;
}

.top-bar-widget #searchform.opened {
    border: solid 1px #fff;
}

.top-bar-widget .wmra-close-topSearch {
    position: absolute;
    top: -70px;
    right: -20px;
}

.top-bar-widget .wmra-close-topSearch * {
    font-size: 18px;
}

.top-bar-widget .wmra-close-topSearch:hover * {
    color: #fff;
    opacity: 0.9;
}

.top-bar-widget #searchform .search-field {
    border: 0;
    font-size: 22px;
    width: 90%;
    line-height: 30px;
    padding: 8px 0;
}

.top-bar-widget #searchform #s {
    height: 50px;
    border: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    color: #131313;
    padding: 0 15px;
    font-size: 20px;
}

.top-bar-widget #searchform div button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #131313;
    font-size: 19px;
    height: 50px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 0;
}

@media (min-width: 991px) {
    .top-bar-widget #searchform #s {
        background: transparent;
        color: #fff;
    }

    .top-bar-widget #searchform input::-webkit-input-placeholder {
        color: #fff;
    }

    .top-bar-widget #searchform input:-moz-placeholder {
        color: #fff;
    }

    .top-bar-widget #searchform input::-moz-placeholder {
        color: #fff;
    }

    .top-bar-widget #searchform input:-ms-input-placeholder {
        color: #fff;
    }

    .top-bar-widget #searchform div button {
        color: #fff;
    }
       
}

/* top cart */
.top-cart > a:hover {
    background: #131313;
}

.top-cart .top-cart-content {
    display: none;
    background: #313131;
    position: absolute;
    right: 0;
    top: 34px;
    width: 300px;
    z-index: 1000;
}

.top-cart .top-cart-content .woocommerce-mini-cart__empty-message {
    font-size: 15px;
    padding: 15px;
    margin: 0;
}

.top-cart:hover .top-cart-content {
    display: block;
}

.top-cart .top-cart-content ul {
    margin: 0 15px;
}

.top-cart .top-cart-content li:not(.empty) {
    overflow: hidden;
    width: 100%;
    text-align: left;
    padding: 20px 30px 20px 0;
    border-bottom: solid 1px #CFCECE;
    position: relative;
}

.top-cart .top-cart-content li.empty {
    padding: 20px 0;
}

.top-cart .top-cart-content li * {
    color: #CFCECE;
}

.top-cart .top-cart-content li .attachment-shop_thumbnail {
    width: 50px;
    float: left;
    margin-right: 10px;
    display: none;
}

.top-cart .top-cart-content li a {
    padding: 0;
}

.top-cart .top-cart-content li a.remove {
    padding: 0;
    display: inline-block;
    position: absolute;
    font-size: 0;
    top: 20px;
    right: 0;
}

.top-cart .top-cart-content li a.remove:after {
    content: "\f1f8";
    font-family: "fontAwesome";
    color: #cfcece;
    font-size: 12px;
    display: inline-block;
    font-weight: normal;
}

.top-cart .top-cart-content li .quantity {
    display: inline-block;
    margin-top: 8px;
}

.top-cart .top-cart-content .fee {
    text-align: left;
    font-size: 14px;
    padding: 10px 0 0;
    border-top: solid 1px #CFCECE;
    margin: 15px 15px 0;
}

.top-cart .top-cart-content .total {
    text-align: left;
    padding: 0 15px;
    margin: 0;
    margin-top: 15px;
    font-size: 16px;
}

.top-cart .top-cart-content .buttons {
    padding: 0 15px;
    margin-top: 20px;
}

.top-cart .top-cart-content .buttons .button {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding: 10px 15px;
}

.top-cart .top-cart-content .buttons .button.wc-forward:hover {
    background: #fff;
    color: #F5A220;
}

.top-cart .top-cart-content .buttons .button.wc-forward {
    background: #fcb040;
    color: #fff;
}

.top-cart .top-cart-content .continue-shopping {
    border: solid 2px #CFCECE;
    background: transparent;
    color: #CFCECE;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.top-cart .after-mini-cart {
    padding: 0 15px;
    margin-bottom: 20px;
}

.wmra-minicart-overlay, .wmra-search-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1000;
    display: none;
    left: 0;
}

.wmra-search-overlay.visible {
    display: block;
    left: 0;
}

/* home */
.adv-masonry-list .column, .adv-masonry-list .wmra-home-testimonials {
    opacity: 0;
}

/* VC pagina standard */
.wmra-page-header-standard .wpb_text_column {
    min-height: 200px;
    margin-bottom: 20px;
}

.wmra-page-header-standard .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.wmra-page-standard-container .vc_column-inner {
    max-width: 80%;
}

@media only screen and (max-width: 1199px) {
    .wmra-page-standard-container .vc_column-inner {
        max-width: 100%;
    }
}

/* gform styling */

/* remove dotted outline/border in Firefox */
button:focus,
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none !important;
}

#content .gform_wrapper .wmra-form-orange .ginput_container_checkbox ul > li {
    margin: 5px 0;
}

#content .gform_wrapper ul.gform_fields > li.wmra-form-no-label {
    margin: 0;
}

.gfield_checkbox input[type="checkbox"] {
    opacity: 0;
    position: relative;
    z-index: 100;
    cursor: pointer;
    vertical-align: top;
}

.gfield_checkbox input[type=checkbox] + span {
    margin: 0 5px 0 0;
    position: relative;
    font-size: 16px;
    vertical-align: top;
}

.gfield_checkbox input[type=checkbox] + span ~ span {
    margin: 0 0 0 40px;
}

.gfield_checkbox input[type=checkbox] + span::before {
    content: ' ';
    position: absolute;
    left: -14px;
    top: -4px;
    width: 16px;
    height: 16px;
    display: block;
    background: transparent;
    border:solid 2px #6B6B6B;
    margin-top: 6px;
    cursor: pointer;
}

.gfield_checkbox input[type=checkbox] + span::after {
    margin-top: 6px;
    position: absolute;
    left: -11px;
    top: -8px;
    width: 16px;
    height: 16px;
    display: block;
    z-index: 1;
    font-family: "fontAwesome";
    content: "\f00c";
    font-size: 10px;
    -ms-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .3s ease;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.gfield_checkbox input[type=checkbox]:checked + span::after {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.gform_wrapper .wmra-form ul.gfield_checkbox li input[type="checkbox"] {
    position: relative;
    z-index: 100;
    cursor: pointer;
    vertical-align:top;
}

.gform_wrapper .wmra-form-orange input[type="text"], .gform_wrapper .wmra-form-orange input[type="email"], .gform_wrapper .wmra-form-orange textarea {
    font-weight: 400;
}

.gform_wrapper .wmra-form-orange input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper .wmra-form-orange textarea {
    border: solid 2px #6B6B6B;
    background: transparent;
}

#content .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
    border: solid 2px #cf166d;
}

#main .adv-select-style select {
    margin: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    box-shadow: 0;
    outline: unset;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: transparent;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    border-bottom: solid 2px #313131;
    padding: 0 30px 0 5px;
    outline: none;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

#main .adv-select-style select option {
    outline: none;
    outline: unset;
}

#main .adv-select-style select:focus {
    border-bottom: solid 2px #fff;
    outline: none;
    outline: unset;
}

#main .adv-select-style {
    position: relative;
    padding: 5px 0;
}

.adv-select-style:after {
    position: absolute;
    pointer-events: none;
    content: "\f107";
    font-family: "fontAwesome";
    height: 0;
    width: 0;
    color: #000;
    display: inline-block;
    right: 15px;
    top: 5px;
    height: 0;
    width: 0;
}

.adv-select-style select::-ms-expand {
    display: none;
}

.wmra-form-orange_wrapper.wmra-form_wrapper .adv-select-style::after {
    height: 80%;
    text-align: center;
    top: 5px;
    right: 0;
    width: 30px;
    color: #fff;
}

#main .wmra-form-orange_wrapper.wmra-form_wrapper .adv-select-style {
    padding: 3.5px 0;
    background: transparent;
    display: block;
    border: solid 2px #6B6B6B;
}

#main .wmra-form-orange_wrapper.wmra-form_wrapper .gfield.focus .adv-select-style {
    background: #fff;
    border: solid 2px #fff;
}

.wmra-form-orange_wrapper.wmra-form_wrapper .adv-select-style::after {
    color: #fff;
}

.wmra-form-orange_wrapper.wmra-form_wrapper .gfield.focus .adv-select-style::after {
    color: #313131;
}

#main .wmra-form-orange_wrapper.wmra-form_wrapper .gfield.focus .adv-select-style * {
    font-weight: 500;
}

#main .wmra-form-orange_wrapper.wmra-form_wrapper .adv-select-style select {
    border: 0;
    width: 100%;
}

#main .wmra-form-orange_wrapper.wmra-form_wrapper .adv-select-style select:focus option {
    font-weight: 500;
    color: #313131;
    text-shadow: none;
}

.wmra-form-orange_wrapper.wmra-form_wrapper .adv-select-style option {
    background: transparent;
    padding: 5px;
    color: #313131;
    text-shadow: none;
}

.wmra-form-orange_wrapper.wmra-form_wrapper .adv-select-style select {
    color: #313131;
}

#content .wmra-form-orange_wrapper.wmra-form_wrapper .gfield_required {
    color: #fff;
}

.wmra-form-orange_wrapper .gfield_checkbox input[type="checkbox"] + span:after {
    color: #fff;
}

/* ie select css */
html.ie9 .style-select:after, html.ie8 .style-select:after {
    display: none;
}

html.ie9 .style-select, html.ie8 .style-select {
    padding: 2px 2px 2px 6px;
}

/* error 404 */
body.error404 #site-masthead {
    border-bottom: solid 1px #f1f1f1;
}

.error-404 {
    min-height: 350px;
    padding: 130px 0 150px;
}

.error-404 .glyphicon-warning-sign {
    color: #F5A220;
    font-size: 45px;
    display: inline-block;
    margin: 30px 0;
}

.error-404 .cover-404 {
    margin-bottom: 30px;
}

.error-404 .search-wrap {
    margin: 30px 0;
}

#cookiePopup {
    z-index: 16000003;
}

.search-wrap #searchform button {
    padding: 9px;
    background: #131313;
    border-radius: 0;
    color: #fff;
    border: solid 1px #131313;
    vertical-align: top;
    font-size: 18px;
    height: 40px;
}

.search-wrap #searchform #s {
    padding: 0 15px;
    min-width: 250px;
    background: #EBEBEB;
    box-shadow: none;
    border: 0;
    font-size: 16px;
    height: 40px;
}

/* footer */
#toTop {
    position: fixed;
    right: 20px;
    left: auto;
    bottom: 60px;
    height: 50px;
    width: 50px;
    padding: 13px 0 0;
    text-align: center;
    z-index: 2000;
    display: none;
    background: #fff;
    border: solid 2px #ccc;
    border-radius: 50%;
    opacity: 0.75;
}

#toTop .fa {
    line-height: 0;
    font-size: 40px;
    vertical-align: top;
    margin-top: 8px;
    color: #313131;
}

#toTop:hover {
    opacity: 1;
}

/** responsive **/
.mega-sm-visible, .mega-xs-visible {
    display: none !important;
}

@media (max-height: 768px) {
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item .mega-sub-menu a.mega-menu-link {
        font-size: 12px;
        margin-bottom: 1px;
    }

    #mega-menu-wrap-main-menu .mega-gb-menu-special .mega-menu-box .vc_column_container li:before,
    #mega-menu-wrap-main-menu .mega-gb-menu-special .mega-block-title,
    #mega-menu-wrap-main-menu .mega-gb-menu-special .mega-menu-box .vc_column_container li,
    #mega-menu-wrap-main-menu .mega-gb-menu-special .mega-menu-box .vc_column_container p,
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
        font-size: 13px;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        padding: 15px 15px 0 15px;
    }
}

/* riduzione spazi verticali su popup vedi prezzo */
@media (max-height: 705px) and (min-width: 992px) {
    #login_popup .woocomerce-form .wc-form-subtitle {
        margin-bottom: 15px;
        font-size: 13px;
        line-height: 17px;
    }
    #corso_login .column {
        padding: 25px 50px;
    }
    #content #login_popup .woocomerce-form .form-row .woocommerce-Button {
        font-size: 14px;
        font-weight: bold;
        padding: 4px 10px;
    }
    #corso_head #corso_login .title {
        font-size: 30px;
        line-height: 33px;
    }
    #login_popup .woocomerce-form .woocommerce-form-row.woocommerce-form-row--wide {
        margin-bottom: 15px;
    }
    #login_popup .woocomerce-form .checkbox-row-wrap {
        margin: 15px 0;
    }
    #login_popup .woocomerce-form .woocommerce-form-row label.l-animated {
        font-size: 10px;
        left: 5px;
        font-weight: normal;
        top: -15px;
    }
}

@media only screen and (max-width: 1500px) {
    #menu-menu-top-left a {
        padding: 8px 5px;
    }

    #header-nav .primary-nav {
        padding-right: 150px;
    }

    /*#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
        padding: 35px 35px 0;
    }*/

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 12px;
        padding: 15px 20px;
    }

    .wr-menu-item, #site-masthead.is_stuck #menu_cal {
        font-size: 12px;
    }

    #menu_cal {
        width: 150px;
    }
}

@media only screen and (max-width: 1300px) {
    #cookiePopClose {
        margin: 0;
        color: #000 !important;
        text-decoration: none !important;
        float: none;
        padding: 0px 6px;
        position: absolute;
        top: 10px;
        right: 15px;
        border-radius: 50%;
        background: #fff;
    }

    #header-nav {
        position: relative;
    }

    #header-nav .primary-nav {
        padding-right: 200px;
    }

    .gb_slider .gb_slide .gb_slide_content {
        width: 80%;
    }

    .gb_slider_wrap .gb_slider .slick-dots {
        margin: 0;
    }

    .gb_slider .gb_slide .gb_slide_content .sl-subtitle {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    #header-nav .primary-nav {
        padding-right: 150px;
    }

    #menu_cal, #site-masthead.is_sticky #menu_cal,
    #site-masthead.is_sticky.has_top_msg #menu_cal, .has_top_msg #menu_cal{
        top: 0;
    }
}

@media only screen and (max-width: 1199px) {
.navbar-header{padding: 0;}
    #header-logo .logo-plain-text {
        display: none;
    }

    #header-logo .logo-short {
        display: inline-block;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
        max-width: 215px;
    }

    /* home slider */
    .gb_slider .gb_slide .gb_slide_content p {
        display: none;
    }

    .gb_slider .gb_slide .gb_slide_content .sl-subtitle {
        margin: 0 0 5px;
    }

    .gb_slider .gb_slide .gb_slide_bg {
        display: none;
    }

    .gb_slider .gb_slide {
        min-height: 450px;
    }

    .gb_slider .slick-dots {
        margin-left: 0;
    }

    .gb_slider .gb_slide {
        background-position: center center;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        height: 400px;
    }

    /* VC */
    .adv-row-wrapper > .vc_column_container {
        max-width: 970px;
    }

    /* categorie */
    /*.vc_row.wmra-page-header .wpb_column, .vc_row.wmra-page-breadcrumb.adv-row-wrapper .wpb_column, #adv_blocco_di_apertura_categoria .adv-row-wrapper .wpb_column{max-width:970px;}*/
    .wmra-page-header {
        min-height: 350px;
    }

    /* product */
    .corso_plus {
        padding: 18px 15px;
    }

    .corso_plus i {
        font-size: 20px;
        width: 25px;
    }

    .corso_plus span {
        padding-left: 40px;
        font-size: 12px;
        line-height: 16px;
    }

    #corso_cta .gb_vc_size_medium a {
        font-size: 13px;
    }

    #corso_cta .gb_vc_btn_wrap {
        width: 135px;
    }

    .bg-corso-marketing .corso_numero {
        display: none;
    }

    #corso_head_sticky.is_stuck .corso_date_____, #corso_head_sticky.is_stuck .price_wrap {
        display: none;
    }

    #adv_snav .adv-inner-row-wrapper {
        padding-left: 380px;
        padding-right: 90px;
    }

    #adv_snav #programma .adv-inner-row-wrapper {
        padding-left: 380px;
    }

    #adv_snav div[id^="sede-orari"] .adv-inner-row-wrapper {
        padding-left: 380px;
    }

    .gb_vc_image_carousel .slick-next, .gb_vc_image_carousel .slick-prev {
        background: rgba(255, 255, 255, 0.95);
        height: 40px;
        width: 40px;
        border-radius: 50%;
        z-index: 5;
    }

    .gb_vc_image_carousel .slick-next {
        right: 5px;
    }

    .gb_vc_image_carousel .slick-prev {
        left: 5px;
    }

    #head_sticky_info {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #corso_head_sticky .corso_info {
        padding: 6px 0;
        display: block;
    }

    #corso_cta .price_wrap {
        font-size: 15px;
        padding: 0 0 10px;
        margin-top: 0;
        display: block;
        height: auto;
        max-width: 100%;
    }

    #corso_cta .price_wrap .price_inner {
        position: static;
        transform: none;
    }

    #corso_head #corso_intro {
        padding-bottom: 40px;
    }

    #corso_head_sticky.is_stuck .head_sticky_title {
        font-size: 21px;
        padding: 0;
    }

    #corso_cta .gb_vc_btn_wrap {
        margin-right: 0;
        margin-left: 15px;
    }

    #corso_cta {
        padding-bottom: 15px;
    }
}

@media (min-width:991px) and (max-width:1199px){
    .gb_vc_vbox .gb_vc_vbox_cta .gb_vc_vbox_cta_left a, .gb_vc_vbox .gb_vc_vbox_cta .add_to_cart_wrap a {
        font-size: 13px;
        padding: 10px 6px;
    }
}

@media only screen and (max-width: 1100px) {
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 11px;
        padding: 15px 20px;
    }
    /*#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link{height: 80px; padding-top: 23px;}
    #menu_cal{height: 80px; padding-top: 23px;}*/
    #corso_head_sticky.is_sticky .head_sticky_title{font-size: 21px;}
	#header-logo {margin-top: 0px;}
}

@media only screen and (max-width: 991px) {
	
    .mega-sm-visible {
        display: block !important;
    }

    #header-nav .primary-nav {
        display: block;
        padding-right: 15px;
    }

    #menu_cal {
        display: none;
    }

    #site-masthead.is_sticky {
        z-index: 2000;
    }

    .top-bar-widget .wmra-close-topSearch {
        display: none;
    }

    .nav-menu-left li a, .nav-menu-right li a, .top-bar-widget .btn-top-search {
        font-size: 10px;
    }

    .nav-menu-right .top-bar-tel a {
        font-size: 11px;
    }

    #top-bar {
        padding-top: 0;
        padding-bottom: 0;
    }

    #header-logo, #site-masthead.is_stuck #header-logo {
        margin-top:0px;
    }

    #header-logo img, #site-masthead.is_sticky #header-logo img {
        width: 125px;
    }

    /*#mega-menu-wrap-main-menu .mega-menu-toggle {
        margin-top: 5px;
    }*/

    nav.primary-nav {
        margin: 0;
        padding: 0 10px;
    }

    #main {
        padding-top: 0;
    }

    #content > .vc_row:not(.vc_row-no-padding):not(.wmra-page-header) > .vc_column_container > .vc_column-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .primary-nav {
        overflow: visible;
    }

    #top-bar .top-area-riservata a i {
        font-size: 16px;
    }

    .nav-menu-right li > a {
        padding: 10px 5px;
        line-height: 16px;
    }

    .nav-menu-left li a {
        padding: 14px 10px;
    }

    .top-bar-widget #searchform #s {
        height: 39px;
    }

    .top-bar-widget #searchform {
        width: 100%;
        top: 38px;
        display: none;
        right: 0;
    }

    .top-bar-widget #searchform.opened {
        width: 100%;
    }

    .top-bar-widget #searchform #s, .top-bar-widget #searchform div button {
        height: 65px;
    }

    .top-bar-widget #searchform button {
        height: 100%;
    }

    .nav-menu-right li a {
        padding-bottom: 15px;
        padding-top: 8px;
    }
    .nav-menu-right li a.login_top
    {
        padding-top: 11px;
    }
    .nav-menu-right li a.login_top span
    {
        padding-left: 5px;
    }
    .nav-menu-right li > a {
        line-height: 10px;
    }

    .nav-menu-right li.top-link a {
        padding-top: 14px;
    }

    .nav-menu-right i {
        font-size: 16px;
    }

    /***  megamenu  ***/
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item {
        max-width: 100%;
    }

    #mega-menu-wrap-main-menu .mega-menu-toggle {
        border: 2px solid #fff;
        float: right;
        height: 40px;
        line-height: 28px;
        padding: 4px;
        width: auto;
    }

    #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open {
        /*border:solid 2px #ebebeb;*/
    }

    #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open + #mega-menu-main-menu {
        margin-top: 0;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-menu-item {
        position: relative;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-menu-item .gb-menu-arrow-btn {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        text-align: right;
        z-index: 150;
        padding:0 10px;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-menu-item .gb-menu-arrow-btn:after {
        content: '\f347';
        font-size: 20px;
        display: inline-block;
        font-family: dashicons;
        margin: 0 0 0 6px;
        vertical-align: top;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: rotate(0);
        color: inherit;
        font-style: normal;
        color: #333;
        margin-top: 20px;
        padding-right: 20px;

    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-menu-item .gb-menu-arrow-btn.active:after {
        content: '\f343';
        color: #333;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link{
        padding:20px;
    }


    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link:after {
        display: none !important;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
        height: auto;
        font-size: 12px;
        border-bottom: 2px solid #ebebeb;
    }

    #site-masthead #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:before {
        background: transparent;
    }

    #site-masthead #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:after {
        font-size: 15px;
        content: "\f106";
        font-family: "fontAwesome";
        display: inline-block;
        border: 0;
        background: transparent;
        position: relative;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-flyout.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link::after,
    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-flyout li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link::after,
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link::after {
        display: block;
        line-height: 0;
    }

    #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-center {
        display: none;
    }

    #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin-right: 0;
        width: 100%;
    }

    .mega-pad-menu {
        display: none !important;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
        font-size: 13px;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item .mega-sub-menu a.mega-menu-link {
        font-size: 12px;
        line-height: 16px;
    }

    #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open + #mega-menu-main-menu {
        display: block;
        position: absolute;
        right: 0;
        top: 30px;
        width: 100%;
        z-index: 99;
    }

    #site-masthead #mega-menu-main-menu {
        background: #fff;
        overflow-y: scroll;
        padding-top: 0;
        padding-bottom: 40px;
        /* max-width: 750px; same as container */
    }
    .primary-nav,#header-nav,#mega-menu-wrap-main-menu {
        position: static;
    }
    #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open + #mega-menu-main-menu {
        left: 0;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
        border: 0;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a {
        padding-left: 50px;
        padding-right: 50px;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu:not(.mega-gb-menu-special) > ul.mega-sub-menu > li.mega-menu-item {
        width: 30% !important;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {
        width: 100% !important;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li:nth-child(2n+1) {
        clear: none;
    }

    #mega-menu-wrap-main-menu .mega-menu-box {
        width: 100%;
    }

    .gb_vc_btn_border a:hover:before, .wmra-form-orange .gform_button:hover:before {
        -webkit-transform: scale3d(15, 15, 1);
        transform: scale3d(15, 15, 1);
    }

    /* home */
    .top-bar-widget .btn-top-search {
        padding: 10px;
    }

    #wcal .wcaltit {
        padding: 24px 10px;
    }

    #wcal .wcalslider .slick-prev, #wcal .wcalslider .slick-next, #wcal .wcalslider .slick-list {
        border-top: solid 2px #f1f1f1;
    }

    #wcal .wcalslider .slick-list {
        margin: 0;
        padding-left: 25px;
    }

    /* VC */
    .gb_vc_titolo.standard .title {
        font-size: 30px;
        line-height: 35px;
    }

    .gb_vc_size_medium a {
        font-size: 13px;
        padding: 12px 10px;
    }

    .gb_vc_sbox .gb_vc_sbox_title {
        font-size: 35px;
        line-height: 41px;
    }

    .adv-row-wrapper > .vc_column_container {
        max-width: 750px;
    }

    .gb_vc_order_item.gb_opened .gb_vc_item_head::after {
        top: 30%;
    }

    #content .gb_vc_order_item .gb_vc_item_info li {
        font-size: 14px;
    }

    .gb_vc_order_item .gb_vc_item_head {
        font-size: 14px;
        line-height: 20px;
    }

    .gb_vc_order_item .gb_vc_item_head {
        padding: 18px;
    }

    .gb_vc_order_item.gb_opened .gb_vc_item_head {
        padding: 20px 18px;
    }

    .gb_vc_order_item .gb_vc_item_content {
        padding: 0 18px 18px;
    }

    /* categorie prodotti */
    /*.vc_row.wmra-page-header .wpb_column, .vc_row.wmra-page-breadcrumb.adv-row-wrapper .wpb_column, #adv_blocco_di_apertura_categoria .adv-row-wrapper .wpb_column{max-width:750px;}*/
    .adv_category-buttons-wrap {
        text-align: center;
    }

    .adv_category-buttons-wrap .gb_vc_btn_wrap {
        display: inline-block;
        width: 30%;
    }

    .adv_category-buttons-wrap .gb_vc_btn_special a::after {
        width: 30px;
        height: 32px;
        background-position: center center;
    }
    
	.wmra_category_box_plus > .vc_column-inner > .wpb_wrapper {
		margin: 0 0 0 20px;
	}     

    /* adv_snav_menu */
    #adv_snav_menu .vc_tta-tabs-container {
        margin: 0 auto;
    }

    /* corsi webmarketing */
    #corso_head_sticky .gb_vc_titolo {
        margin-bottom: 30px;
    }

    #corso_head_sticky.is_stuck .gb_vc_titolo.big .title {
        margin-bottom: 10px;
    }

    #corso_cta .gb_vc_btn_wrap {
        margin-left: 0;
        margin-right: 15px;
    }

    #corso_plus, #corso_atf_msg {
        padding-left: 0;
    }
    #corso_csoon {
        margin-left: 0;
    }

    .rating-stars-container {
        margin-top: 25px;
    }

    .adv_snav_panels_container .adv_snav_panels .vc_tta-panel-body .adv-inner-row-wrapper {
        width: 750px;
        margin: 0 auto;
    }

    #adv_snav #adv_snav_menu {
        width: 100% !important;
        background: #fff;
    }

    #adv_snav_panels {
        margin-top: 30px;
    }

    #content #adv_snav_menu ul, #adv_snav > .container {
        padding: 0;
    }

    #content #adv_snav_menu li {
        display: inline-block;
        padding: 10px 0;
        margin: 0 10px;
        border-left: 0;
        border-bottom: 4px solid #ccc;
    }

    #content #adv_snav_menu li:hover {
        border-bottom: 4px solid #444;
    }

    #adv_snav_menu a {
        padding: 2px 0;
    }

    #adv_snav .adv-inner-row-wrapper {
        padding-left: 0;
    }

    .riga-programma-corso {
        padding-left: 20px;
        padding-right: 20px;
    }

    /*** corsi ***/
    #corso_plus {
        margin-top: 50px;
    }

    #corso_head .gb_vc_titolo.big .title {
        font-size: 35px;
        line-height: 40px;
    }

    #corso_cta .gb_vc_btn_wrap {
        min-width: 0;
    }

    #content #adv_snav_menu li {
        margin: 0;
    }

    #content #adv_snav_menu li:hover {
        border-bottom: solid 4px #fcb040;
    }

    .wmra-corso-header-img {
        margin-bottom: 0;
    }

    #adv_snav_menu {
        padding: 10px 0 20px;
    }

    #adv_snav_menu.is_stuck {
        left: 0;
    }

    #content #adv_snav_menu ul {
        text-align: center;
    }

    #content #adv_snav_menu li {
        padding: 0;
        border: 0 !important;
    }

    #content #adv_snav_menu li a {
        padding: 10px;
        display: inline-block;
        border-bottom: solid 4px #ebebeb;
    }

    #content #adv_snav_menu li a:hover, #content #adv_snav_menu li.adv_snav_active a {
        border-bottom: solid 4px #313131;
    }

    #adv_snav #programma .adv-inner-row-wrapper {
        padding-left: 0;
    }

    #adv_snav .adv-inner-row-wrapper {
        padding-right: 0;
    }

    #adv_snav div[id^="sede-orari"] .adv-inner-row-wrapper {
        padding-left: 0;
    }

    #corso_head_sticky .corso_info.corso_numero {
        display: none;
    }

    #corso_cta .gb_vc_btn_wrap, #head_sticky_links.not_toBuy_course #corso_cta .gb_vc_btn_wrap {
        float: left;
        margin-left: 1.5%;
        margin-right: 1.5%;
        text-align: center;
        width: 47%;
        margin-bottom: 5px;
    }

    #head_sticky_links.not_toBuy_course #corso_cta .gb_vc_btn_wrap.gb_unique-cta {
        width: 100%;
    }

    .price_wrap, #corso_head_sticky .corso_info {
        margin-left: 5px;
        margin-right: 5px;
    }

    /* corso cta sticky */
    #head_sticky_links {
        position: static;
    }

    #corso_cta.is_stuck {
        left: 0;
        padding: 5px 20px 15px;
        right: 0;
        width: 100% !important;
        z-index: 20000;
    }

    #corso_cta.is_stuck .price_wrap {
        display: none;
    }

    .bg-corso-marketing #corso_cta {
        background: #00577D;
    }

    .bg-corso-commerce #corso_cta {
        background: #194f44;
    }

    .bg-corso-travel #corso_cta {
        background: #650c2e;
    }

    #head_sticky_links #corso_cta .gb_vc_size_medium a {
        font-size: 12px;
        padding: 8px;
    }

    #corso_head_sticky.is_stuck .head_sticky_title {
        display: none;
    }

    #corso_head_sticky.is_stuck #head_sticky_links {
        width: 100%;
    }

    #corso_head_sticky.is_stuck #head_sticky_info {
        padding-top: 0;
        padding-bottom: 0;
    }

    #corso_cta .user_logged_cta {
        margin-bottom: 20px;
    }

    #corso_cta.is_stuck .user_logged_cta {
        margin: 6px 0;
    }

    #corso_csoon {
        margin: 25px -25px 10px;
        padding-left: 25px;
        padding-right: 25px;
    }

    /* slider clienti */
    .gb_vc_image_carousel .slick-next {
        right: 10px;
        height: 40px;
    }

    .gb_vc_image_carousel .slick-prev {
        left: 10px;
        height: 40px;
    }

    /* docenti */
    #docenti_list.container-docenti .adv_snav_panels > div .gb_vc_docente_box {
        padding: 25px;
    }

    /* contatti */
    #wmra-group-row .wmra-digital-group-logo {
        position: static;
        text-align: center;
        width: 150px;
        margin: 0 auto 30px;
        display: block;
    }

    #wmra-group-row .wmra-logos-list {
        padding-left: 0;
    }

    #wmra-group-row .wmra-logos-list img {
        display: block;
        margin: 0 auto 25px;
    }

    /* calendario corsi */
    #cal-noEvents-wrap {
        position: static;
    }

    .mega-hide-sub-menu-on-mobile > i {
        display: none;
    }

    .mega-hide-sub-menu-on-mobile > ul {
        display: none!important;
    }

    #cookiePopup .button {
        margin: 15px 0 0;
        display: block;
        width: 70px;
        text-align: center;
    }

    #mega-menu-wrap-main-menu .mega-gb-menu-special .mega-menu-box .vc_column_container.vc_col-has-fill > div {
        padding-top:150px;
    }

    #header-nav .primary-nav .mega-menu-wrap{
        height: auto;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-menu-item{
        display: list-item;
        height:auto;
    }
    #header-nav .primary-nav {
        align-self: center;
    }
}

@media only screen and (max-width: 767px) {
    #ar_login.wmra_login_pop, .wmra_menu_pop {
        left: auto;
    }

    .gb_vc_vbox .gb_vc_vbox_title h3, h3, .h3 {
        font-size: 22px;
        font-weight: 700;
        line-height: 28px;
    }

    .mega-xs-visible {
        display: block !important;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 14px;
        padding: 20px;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:last-child > a.mega-menu-link {
        border-bottom: 0;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
        padding: 10px 0 0;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
        padding: 0 15px 0 15px;
    }

    #megamenu_bottom_banner {
        margin: 20px 0;
    }

    /* top cart */
    .top-cart .top-cart-content {
        width: 100%;
        display: none;
        position: fixed;
        top: 0;
    }

    .top-cart:hover .top-cart-content {
        display: none;
    }

    .top-cart .top-cart-content li {
        position: relative;
    }

    .top-cart .top-cart-content li a.remove {
        right: 20px;
    }

    #wmra_top_cart_close {
        margin: 20px 0 0;
        float: right;
    }

    #wmra_top_cart_close:hover {
        color: #fff;
    }

    .top-cart .top-cart-content li a.remove {
        right: 15px;
        top: 28px;
    }

    #cart-content-header {
        text-align: left;
    }

    #cart-content-header .title {
        margin-top: 30px;
    }

    .gb_slider .gb_slide {
        min-height: 400px;
    }

    .gb_slider .gb_slide .gb_slide_content .sl-main-title {
        display: none;
    }

    .gb_slider .gb_slide .gb_slide_content .sl-subtitle {
        font-size: 25px;
        line-height: 38px;
    }

    /* restore align center */
    .gb_slider .gb_slide.text-right .gb_slide_content {
        right: 0;
        left: 0;
        margin: 0 auto;
        text-align: center;
    }

    .gb-big {
        font-size: 19px;
    }

    h1 {
        font-size: 28px;
        line-height: 35px;
    }

    .gb_vc_titolo.standard .title {
        font-size: 24px;
        line-height: 32px;
    }

    .gb_vc_titolo.standard .title {
        font-size: 28px;
        line-height: 35px;
    }

    .gb_vc_titolo.big .title {
        font-size: 26px;
        line-height: 32px;
    }

    .gb_slider_wrap .slick-dots {
        text-align: center;
        padding-left: 0;
    }

    .gb_slider .slick-prev, .gb_slider .slick-next {
        display: none !important;
    }

    p, #content .wpb_column ul > li, #content .wpb_column ol > li {
        font-size: 17px;
    }

    button:focus {
        outline: 0 !important;
        outline-offset: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .wmra_login_pop .button, .wmra-btn, .gb_vc_btn_full a, .gb_vc_btn_border a, .gb_vc_btn_special a {
        font-size: 12px;
    }

    .wmra-page-breadcrumb {
        margin-bottom: 25px;
    }

    /* woocommerce error */
    #content .woocommerce .woocommerce-error {
        padding: 10px 20px 15px 50px;
        margin: 0 0 20px;
    }

    #content .woocommerce ul.woocommerce-error li {
        font-size: 15px;
    }

    /* header */
    .nav-menu-left li > a, .nav-menu-right li > a {
        display: inline-block;
    }

    #top-bar .nav-menu-left {
        display: none;
    }

    #header-logo img, #site-masthead.is_stuck #header-logo img, #site-masthead.is_sticky #header-logo img {
        width: 100px;
        padding-left: 10px;
        margin-top:0;
    }

    nav.primary-nav {
        margin: 0;
        padding: 0 5px;
    }

    .nav-menu-right li:not(.top-search) {
        position: static;
        margin-left: 10px;
    }

    .nav-menu-right li a.login_top
    {
        padding-top: 9px;
    }
    .nav-menu-right li a.login_top span
    {
        padding-left: 5px;
    }

    #corso_head #corso_intro {
        padding-top: 40px;
    }

    .top-bar-widget.top-bar-tel {
        margin-left: 15px;
    }

    .nav-menu-right .top-area-riservata > a {
        line-height: 10px;
    }

    .nav-menu-right .top-search {
        float: left;
    }

    .nav-menu-left li a, .nav-menu-right li a {
        padding: 8px 5px;
    }

    .nav-menu-right li.top-link a {
        padding-top: 12px;
    }

    .nav-menu-right i {
        font-size: 14px !important;
        line-height: 1 !important;
        /* display: inline-block; */
    }

    /* megamenu */
    #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open + #mega-menu-main-menu {
        top: 24px;
    }

    #header-nav .primary-nav {
        padding-right: 0;
        margin: 0;
    }

    /*#mega-menu-wrap-main-menu .mega-menu-toggle {
        margin-right: 15px;
    }*/

    #site-masthead #mega-menu-main-menu {
        padding-left: 25px;
        padding-right: 25px;
    }

    #site-masthead #mega-menu-main-menu > li > .mega-sub-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
        width: 100% !important;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu:not(.mega-gb-menu-special) > ul.mega-sub-menu > li.mega-menu-item {
        width: 100% !important;
    }
    .mega-gb-menu-gray-bg ul.mega-sub-menu {
        background-color: transparent !important;
    }

    #site-masthead #mega-menu-main-menu .mega-menu-box {
        display: none;
    }

    #site-masthead #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
        padding-top: 30px;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-menu-item .gb-menu-arrow-btn:after {
        padding-right: 0;
    }

    #mega-menu-wrap-main-menu .mega-gb-menu-special .mega-sub-menu > li:nth-child(3) >div {
        padding-top: 0;
        padding-left: 10px !important;
    }
    #mega-menu-wrap-main-menu .mega-gb-menu-special .mega-sub-menu > li:nth-child(3) >div .mega-menu-box {
        display: block !important;
        background: transparent;
    }

    /* area riservata */
    .ar_courses_box {
        margin: 20px 0 40px;
    }

    /* home */
    .adv-masonry-list .column {
        opacity: 1;
    }

    .adv-masonry-list .column {
        float: none;
        width: 100%;
    }

    .adv-row-wrapper .vc_col-sm-6:first-child .gb_vc_sbox {
        margin-right: 0;
    }

    .adv-row-wrapper .vc_col-sm-6:last-child .gb_vc_sbox {
        margin-left: 0;
    }

    .wmra-home-testimonials {
        padding: 20px;
    }

    .gb_vc_testimonials_slider.wmra-home-testimonials .titemwrap::before, .gb_vc_testimonials_list .gb_vc_testimonials_slider .titemwrap::before {
        right: 0px;
        top: 0;
    }

    .gb_vc_vbox .gb_vc_vbox_cta_right {
        margin: 15px 0 0;
        width: 100%;
    }

    .gb_vc_sbox {
        padding: 35px;
    }

    .gb_vc_sbox .gb_vc_sbox_title {
        margin: 0 0 20px;
    }

    .gb_vc_sbox.black:after {
        background: #313131;
        background: -moz-linear-gradient(45deg, #313131 65%, #1F1F1F 30%);
        background: -webkit-linear-gradient(45deg, #313131 65%, #1F1F1F 30%);
        background: linear-gradient(45deg, #313131 65%, #1F1F1F 30%);
        background-position: right center;
    }

    .gb_vc_sbox.orange:after {
        background: #FCB040;
        background: -moz-linear-gradient(45deg, #fcb040 65%, #fa9d2a 30%);
        background: -webkit-linear-gradient(45deg, #fcb040 65%, #fa9d2a 30%);
        background: linear-gradient(45deg, #fcb040 65%, #fa9d2a 30%);
    }

    .gb_vc_citazione blockquote.cite, blockquote {
        padding: 10px 0 10px 15px;
    }

    /* docenti */
    .gb_vc_docente_img img {
        display: block;
        margin: 20px auto;
        max-width: 200px;
    }

    #docenti_list.container-docenti .adv_snav_panels > div .gb_vc_docente_box {
        padding: 10px 15px;
        margin-bottom: 40px;
    }

    /* categorie corsi */
    .wmra-page-header .gb_vc_titolo .title {
        margin-bottom: 25px;
    }

    .wmra-page-header {
        min-height: 150px;
    }

    #wmra_elenco_corsi {
        padding-left: 5px;
        padding-right: 5px;
    }

    #adv_blocco_di_apertura_categoria > .vc_row > .vc_column_container > .vc_column-inner,
    .vc_row.wmra-page-header > .wpb_column > .vc_column-inner, .vc_row.wmra-page-breadcrumb.adv-row-wrapper > .wpb_column > .vc_column-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    
	.wmra_category_box_plus > .vc_column-inner > .wpb_wrapper {
		margin: 0;
	}    

    /*** corsi ***/
    #adv_snav div[id^="sede-orari"] .vc_tta-panel-body .vc_row:last-child .wpb_column {
        padding-bottom: 0;
    }

    #adv_snav div[id^="sede-orari"] .vc_tta-panel-body .vc_row:last-child .wpb_column:last-child {
        padding-bottom: 40px;
    }

    #corso_intro #breadcrumbs {
        margin: 0px auto 30px;
    }

    #corso_cta.is_stuck {
        padding: 5px 20px 3px;
    }

    #corso_head_sticky.sticky #corso_cta{
        padding: 10px 20px 8px;
    }

    #wmra-logos-carousel_wrap .gb_vc_btn_align_dx {
        text-align: center;
    }

    #corso_head_sticky .column {
        padding-left: 20px;
        padding-right: 20px;
    }

    .adv_snav_panels_container .adv_snav_panels .vc_tta-panel-body .adv-inner-row-wrapper {
        width: 100%;
    }

    #corso_cta {
        text-align: left;
    }

    #corso_head_sticky .gb_vc_titolo.big .title {
        font-size: 32px;
        line-height: 42px;
    }

    #corso_head_sticky .gb_vc_titolo {
        margin-bottom: 15px;
    }

    #corso_head_sticky #corso_cta {
        margin-bottom: 0;
    }

    #corso_cta .user_logged_cta {
        margin-bottom: 0;
    }

    #head_sticky_links #corso_cta .gb_vc_size_medium a {
        font-size: 14px;
    }

    #content #adv_snav_menu li {
        padding: 10px 0 3px;
    }

    #corso_wrap .gb-divider {
        display: none;
    }

    #content #adv_snav_menu li {
        margin-bottom: 10px;
    }

    #adv_snav_panels {
        margin-top: 10px;
    }

    .riga-programma-corso .gb_vc_titolo.gday {
        padding-top: 30px;
    }

    #corso_plus {
        display: none;
        margin-top: 25px;
    }
    #corso_atf_msg {
         padding-top: 24px;
    }

    #corso_plus .col-md-6 {
        margin-bottom: 20px;
    }

    #corso_head_sticky .corso_info {
        display: inline-block;
        border: 0;
        margin-right: 20px;
    }

    #corso_intro > .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    #wmra_corso-icona {
        bottom: 20px;
        left: 20px;
        max-width: 60px;
    }

    .wmra-corso-header-img::after {
        bottom: 20px;
        right: 20px;
        width: 70px;
    }

    #corso_head {
        padding: 0 0 80px;
    }

    .wmra-corso-header-img {
        margin-top: -70px;
    }

    #ar_login.wmra_login_pop {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        z-index: 20000;
    }

    #adv_snav {
        padding: 0 10px;
    }

    #adv_snav_menu {
        padding: 0 0 10px;
    }

    #adv_snav_menu.is_stuck {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 4px;
        box-shadow: 1px 5px 9px -4px #bbb;
    }

    #content #adv_snav_menu li { /*width:140px;*/
    }

    #content #adv_snav_menu li a {
        display: block;
        padding: 10px;
    }

    #adv_snav .vc_tta-panel .vc_tta-panel-body {
        padding-left: 25px;
        padding-right: 25px;
    }

    #adv_snav .vc_tta-panel {
        margin-left: -25px;
        margin-right: -25px;
    }

    #content .box-docente-studiocappello > div:first-child {
        margin-bottom: 30px;
    }

    #content .gb_vc_docente_box {
        padding: 80px 0 40px;
    }

    #adv_snav .vc_tta-panel {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .adv-inner-row-wrapper .gb_vc_icbox {
        margin-bottom: 25px;
    }

    #perche-sceglierci .gb_vc_icbox_icon {
        float: left;
    }

    #perche-sceglierci .gb_vc_icbox_title {
        text-align: left;
        line-height: 17px;
        padding-left: 80px;
        padding-top: 8px;
    }

    #perche-sceglierci .gb_vc_icbox_title br {
        display: none;
    }

    #adv_snav #programma .vc_column-inner {
        padding: 15px 30px;
    }

    .wmra-google-maps .vc_tta-panel-body, .wmra-google-maps .wmra-inner-maps-info {
        position: static;
    }

    .riga-form-corso > .vc_column_container > .vc_column-inner > .wpb_wrapper {
        padding: 25px 10px;
    }

    .riga-programma-corso {
        padding-left: 0;
        padding-right: 0;
    }

    .gb_vc_testimonials_slider .titemwrap {
        padding: 20px;
    }

    #adv_snav div[id^="sede-orari"] .vc_tta-panel-body {
        position: static;
        max-width: none;
        display: block;
    }

    /* G form */
    body .gform_wrapper .wmra-form ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper .wmra-form ul li.field_description_below div.ginput_container_radio {
        max-width: 100%;
    }

    .gform_wrapper .wmra-form-orange .gform_footer {
        float: none;
        margin: 35px 0 0;
        width: 100%;
    }

    #content .gform_wrapper .ginput_container .gfield_checkbox span:not(.ginput_price) {
        display: inline-block;
        vertical-align: top;
    }

    #content .gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
        vertical-align: top;
    }

    .riga-form-corso > .vc_column_container > .vc_column-inner > .wpb_wrapper,
    .riga-form-corso > .vc_column_container > .vc_column-inner > .wpb_wrapper {
        max-width: 100%;
    }

    #corso_wrap .vc_row:last-child {
        margin-bottom: 30px;
    }

    .wmra-contact-form_container .wmra-form {
        padding: 25px 0 35px;
    }

    #content .gform_wrapper .wmra-form .gform_footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gform_wrapper .wmra-form .gform_footer input.button, .gform_wrapper .wmra-form .gform_footer input[type="submit"], .gform_wrapper .wmra-form .gform_page_footer input.button, .gform_wrapper .wmra-form .gform_page_footer input[type="submit"] {
        border-radius: 0;
        appearance: none;
        -webkit-appearance: none;
    }

    .gform_wrapper .wmra-form-orange input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper .wmra-form-orange textarea {
        border-radius: 0;
    }

    .wmra-form-orange_wrapper.wmra-form_wrapper .adv-select-style::after {
        top: 10px;
        height: 30px;
    }

    #content .gform_wrapper .wmra-form-orange ul > li.gfield.gf_left_half, #content .gform_wrapper .wmra-form-orange ul > li.gfield.gf_right_half {
        width: 100%;
    }

    #pre-footer-wrapper {
        overflow: hidden;
    }

    /* area riservata */
    .ar-page-intro_right {
        text-align: left;
    }

    .gb_vc_customer_products {
        margin-bottom: 40px;
    }

    /* chi siamo */
    #wmra-group-row {
        margin-bottom: 0;
        margin-top: 25px;
    }

    /* footer */
    #pre-footer-wrapper div[class^="wmra-special-col"] * {
        text-align: center !important;
    }

    .wmra-special-col-one a, .wmra-special-col-two a {
        font-size: 19px;
        line-height: 25px;
    }

    #footer-block .wpb_column, #footer-block .wpb_single_image.vc_align_left, #footer-block .social-icons {
        text-align: center;
    }

    #footer-block .social-icons li {
        float: none;
        display: inline-block;
        margin: 0 5px;
    }

    .footer-col .wpb_text_column {
        margin: 0;
    }

    #footer .gb_vc_titolo {
        position: relative;
        margin-bottom: 0;
        cursor: pointer;
    }

    #footer .gb_vc_titolo .title {
        margin-bottom: 0;
    }

    #footer .wmra-footer .wpb_column {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: solid 2px #ebebeb;
        text-align: center;
    }

    #footer .wmra-footer .wpb_column:last-child {
        border-bottom: 0;
    }

    #footer-block .wmra-footer .wpb_text_column .social-icons {
        margin-top: 0;
    }

    #footer-block .vc_wp_custommenu {
        margin-bottom: 0;
    }

    .wpb_column.expandable .gb_vc_titolo .title:after {
        content: "\f107";
        font-family: "fontAwesome";
        display: inline-block;
        font-size: 20px;
        margin-left: 4px;
    }

    .wpb_column.expandable .gb_vc_titolo .title.active:after {
        content: "\f106";
    }

    .wpb_column .menu {
        display: none;
    }

    .wpb_column .menu li {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .wmra-credits {
        margin-top: 0;
    }

    /* chi siamo */
    .gb_vc_docenti_slider .doc_slide {
        margin: 0 auto;
    }

    .gb_vc_image_carousel .slick-dots li {
        width: 15px;
    }

    .full-col-w-container-two > .vc_column-inner > .wpb_wrapper {
        padding-left: 0;
    }

    /* breadcrumb */
    #breadcrumbs > span {
        display: none;
    }

    .wmra-breadcrumbs-back {
        font-size: 14px;
        display: inline-block;
        text-decoration: none;
        font-style: normal;
    }

    .wmra-breadcrumbs-back:before {
        content: "\f104";
        font-family: "fontAwesome";
        display: inline-block;
        font-size: 16px;
        margin-right: 6px;
    }

    .wmra_login_pop input:not([type="submit"]):not([type="button"]) {
        border-radius: 0;
        font-size: 16px;
    }

    .wmra-prefooter > div {
        animation: none !important;
    }
    .wmra-corso-header-img.google_partner:after {
        width: 100px;
        height: 55px;
    }

    #cookiePopup {
        padding: 40px 30px 25px 35px;
    }
    #cookiePopClose {
        right: 20px;
    }
    .gb_vc_vbox .gb_vc_vbox_info .gb_vc_vbox_subtitle,
    .gb_vc_vbox .gb_vc_vbox_cta_right{
        display: none;
    }
    .gb_vc_vbox .gb_vc_vbox_cnt *{
        font-size: 13px;
        line-height: 20px;
    }

}

@media only screen and (max-width: 500px) {

    #top_msg, #top_msg p, #top_msg a {
        font-size: 12px;
        line-height: 16px;
    }

    .gb-medium {
        line-height: 28px;
    }

    .top-bar-widget .btn-top-search {
        font-size: 0;
    }

    .nav-menu-right .top-bar-tel a span {
        display: none;
    }

    #ar_login.wmra_login_pop, .wmra_menu_pop {
        width: 100%;
        left: 0;
    }

    .gb_vc_sbox {
        padding: 25px;
    }

    .top-bar-widget.top-bar-tel {
        margin-left: 8px;
    }

    .nav-menu-right > li:not(.top-search) {
        margin-left: 8px;
    }

    .nav-menu-right li .wmra_menu_pop a {
        padding: 15px 20px;
        font-size: 12px;
    }

    /* home */
    .gb_vc_sbox.sbox_with_desc .gb_vc_sbox_title, .gb_vc_sbox.sbox_with_desc .gb_vc_sbox_cnt {
        width: 100%;
        float: none;
        padding: 0;
    }

    /* area riservata */
    .gb_vc_order_item .gb_vc_item_head {
        font-size: 16px;
        line-height: 21px;
    }

    #content .gb_vc_order_item .gb_vc_item_info li {
        font-size: 14px;
    }

    .gb_vc_order_item.gb_opened .gb_vc_item_head {
        padding: 20px 45px 0 25px;
    }

    .gb_vc_order_item .gb_vc_item_content {
        padding: 0 25px 15px;
    }

    .gb_vc_order_item.gb_opened .gb_vc_item_head::after {
        top: 20px;
    }

    #content .gb_vc_guide_ebook {
        padding: 25px 15px;
    }

    #content .gb_vc_guide_ebook ul {
        margin: 0;
    }

    #box-borsa-studio {
        background: #4a6171 !important;
    }

    /* vca */
    .vca_padded-wrapper {
        padding: 25px;
    }

    /* categoria corsi */
    #adv_blocco_di_apertura_categoria > .vc_row {
        padding-left: 5px;
        padding-right: 5px;
    }
	.wmra_category_box_plus > .vc_column-inner > .wpb_wrapper {
        padding-left: 25px;
        padding-right: 25px;
	}     

    /* corso */
    #corso_head .gb_vc_titolo.big .title {
        font-size: 28px;
        line-height: 35px;
    }

    #corso_cta.is_stuck .user_logged_cta {
        margin: 0;
    }

    #corso_cta.is_stuck {
        padding: 10px 20px 8px;
    }

    #content #adv_snav_menu li {
        padding: 6px 0 3px;
        margin-bottom: 0;
    }

    #adv_snav .titolo-programma-corso {
        padding-top: 0;
    }

    #corso_wrap .vc_row:last-child {
        margin-bottom: 0;
    }

    .gb_vc_docente_label {
        font-size: 13px;
        line-height: 16px;
    }

    #content .gb_vc_docente_box {
        padding: 25px 0;
    }

    #content .wmra-form-newsletter .vc_column-inner > .wpb_wrapper {
        padding: 0 15px 45px;
    }

    .gform_wrapper .wmra-form .gform_footer input.button, .gform_wrapper .wmra-form .gform_footer input[type="submit"],
    .gform_wrapper .wmra-form .gform_page_footer input.button, .gform_wrapper .wmra-form .gform_page_footer input[type="submit"] {
        padding: 8px 25px;
    }

    #content .gform_wrapper .wmra-form-orange ul > li:not(.gfield_html_formatted):not(.wmra-form-no-label) {
        margin-top: 18px;
    }

    #content #adv_snav_menu a {
        font-size: 12px;
    }

    body.single-product #content #adv_snav_menu a {
        font-size: 12px;
    }

    #content #adv_snav_menu li a {
        padding: 6px 5px;
    }

    .adv_category-buttons-wrap .gb_vc_btn_wrap {
        width: 280px;
    }

    #adv_snav div[id^="sede-orari"] .adv-inner-row-wrapper .vc_column-inner {
        padding: 0 30px;
    }

    /* G form */
    .wmra-contact-form_container .wmra-form {
        padding: 0 0 35px;
    }

    .wmra-contact-form_container .gb_vc_titolo {
        padding: 30px 20px 0;
    }

    .wmra-contact-form_container .gb_vc_titolo .subtitle {
        margin: 20px 0;
        line-height: 23px;
        font-size: 16px;
    }

    /*#content .gform_wrapper .wmra-form-orange ul > li.gfield_html_formatted {
        display: none;
    }*/

    .gform_wrapper .wmra-form-orange input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
    .gform_wrapper .wmra-form-orange textarea {
        padding: 4px 12px;
    }

    #content .gform_wrapper .wmra-form-orange .gfield:not(.ginput_container_checkbox) .gfield_label {
        left: 32px;
    }

    #content .gform_wrapper .wmra-form-orange .gfield .gfield_label.l-animated {
        left: 15px;
    }

    /* footer */
    #footer-wrapper {
        margin-top: 40px;
    }

    .wmra-easy-image-list img {
        margin: 15px 0;
    }

    div#custom_acceptances {
        margin-bottom: 25px;
    }

    .wmra-corso-header-img.google_partner:after {
        right: 10px;
        bottom: 10px;
        width: 70px;
        height: 38px;
    }
    #wmra_corso-icona {
        bottom: 5px;
        left: 5px;
        max-width: 50px;
    }

    #corso_csoon {
        flex-direction: column;
        align-items: start;
    }
    #corso_csoon .csoon_left {
        width: 100%;
    }
    #corso_csoon .csoon_right {
        width: 100%;
        text-align: left;
        margin: 15px 0 0 0;
    }

    #cookiePopup {
        font-size: 13px;
    }
}

@media only screen and  (max-width: 380px) {
    .gb_slider .gb_slide {
        min-height: 350px;
        height: 350px;
    }

    .gb_slider .gb_slide .gb_slide_content .sl-subtitle {
        font-size: 20px;
        line-height: 29px;
    }
    .wmra-easy-image-list p > img {
        max-width: 80%;
    }
    img#footer_logo {
        width: 110px;
    }
    .gb-divider {
        display: none;
    }

    .mega-sub-menu  a {
        margin-bottom: 12px!important;
    }
}

@media only screen and (max-width: 1200px) {
    #top-bar .container
    {
        width: 100%;
    }
}

