/*
    Theme Name: WMRA 
    Template: goblank
    Description: 
    Author: Adviva
 */

/*
 blu:  #0c729d;
 nero: #313131
 * */

/*GENERALS*/
html, body {
    font-family: 'Roboto', sans-serif;
    color: #313131;
    background: #EBEBEB;
}

body.noScroll {
    width: 100%;
}

h5, .h5 {
    font-size: 15px;
    font-weight: 600;
}

.text-white{
    color: white;
}

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

.gb-upper {
    text-transform: uppercase;
}

.inl-xs-visible {
    vertical-align: top;
}

.gb-check-list ul li {
    padding: 4px 0 0 40px !important;
}

.gb-check-list ul li::before {
    font-family: "fontello";
    content: "\e81d";
    font-weight: bold;
    font-size: 18px;
}

#content .gb-check-list ul li {
    margin-bottom: 15px;
}

#content p a, #content .wpb_wrapper ul li a:not(.vedi_listing) {
    text-decoration: none;
    border-bottom: solid 1px #313131;
}

#content p a:hover, #content .wpb_wrapper ul li a:not(.vedi_listing):hover {
    border-bottom: solid 1px #fcb040;
    color: #fcb040;
}

.main-wrapper {
    background: #fff;
    margin: 0 auto;
    max-width: 2000px;
}

#top-bar {
    background: #313131;
    padding-top: 5px;
    padding-bottom: 5px;
}
#top_msg{
    background: #f4f4f4;
    padding: 6px 20px;
}
#top_msg, #top_msg p, #top_msg a{
    color:#000;
    margin: 0;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0;
}

.nav-menu-left li {
    display: inline-block;
    position: relative;
}

.nav-menu-left li a, .nav-menu-right li a {
    display: block;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 10px 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #CFCECE;
    font-weight: 600;
}

.nav-menu-left li a:hover, .nav-menu-right li a:hover, .nav-menu-right li a:hover *, .nav-menu-left li a:focus {
    color: #fcb040;
}

.nav-menu-left > li:first-child a {
    padding-left: 0;
}

.nav-menu-left li .sub-menu {
    display: none;
    background: #313131;
    position: absolute;
    top: 30px;
    left: 0;
    padding: 0 16px 15px;
    min-width: 200px;
}
.nav-menu-left li .sub-menu li{
    display: block;
}
.nav-menu-left li .sub-menu a {
    padding-left: 0;
    padding-right: 0;
}

.nav-menu-left li:hover > .sub-menu {
    display: block;
}

.nav-menu-left li.menu-item-has-children > a:after {
    content: "\f107";
    font-size: 14px;
    font-family: "fontAwesome";
    color: #CFCECE;
    margin-left: 2px;
}

.nav-menu-left li.menu-item-has-children > a:hover:after {
    color: #fcb040;
}

.nav-menu-right {
    text-align: right;
    color: #fff;
}

.nav-menu-right li {
    display: inline-block;
    position: relative;
}

.nav-menu-right li a.no_login {
    padding-top: 5px;
    float: left;
}
.nav-menu-right li a.ar_top {
    color: #F5A220;
}
.nav-menu-right li a.ar_top:hover, .nav-menu-right li a.ar_top:hover *{
    color: #CFCECE;
}
.nav-menu-right li a.login_top
{
    padding-left: 0;
    padding-top: 10px;

}
.nav-menu-right li a.login_top span
{  border-left: 1px solid;
    padding-left: 15px;

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

.nav-menu-right i {
    font-size: 18px;
    position: relative;
    top: 2px;
}

.nav-menu-right .top-bar-widget a, .nav-menu-right .top-bar-widget li {
    background: #131313;
}

.nav-menu-right .top-bar-tel a {
    color: #fff;
    font-size: 13px;
}

.nav-menu-right .top-cart-label{padding-top: 7px; padding-bottom: 5px;}

#main {
    margin-top: 0;
}

#sidebar-nav {
    position: static;
}
.header-transition{
    transition: 0.5s ease-out;
}
#site-masthead {
    background: #fff;
    z-index: 50;
    position: relative;
    padding: 0;
    margin: 0;
}
#site-masthead.sticky-ready{
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 2000px;
    left: auto;
    right: auto;
}
#site-masthead.sticky{
    top: 0 !important;
}
#site-masthead.sticky-ready #top-bar,
#site-masthead.sticky-ready #top_msg{
    display:none;
}
#site-masthead.sticky-ready #menu_cal{
    top:0;
}
#site-masthead.is_fixed {
    position: fixed;
    width: 100%;
    z-index: 1000;
}
#header-nav{
    display: flex;
    align-items: center;
}

#header-logo {
    margin-top: 0px;
    padding: 12px 0;
}

#header-nav .primary-nav{
    align-self: stretch;
}
#header-nav .primary-nav .mega-menu-wrap{
    height: 100%;
}

.navbar-header{
    z-index:1;
}
#header-logo img {
    width:175px;
    height: auto;
    background: #fff;
}
#header-logo .logo-plain-text{
    width:300px;
    max-width:unset;
}
#header-logo a {
    display: block;
    text-decoration: none;
}

#header-logo .logo-short {
    display: none;
}

.wr-menu-item {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.mega-menu-wrap .badge-menu {
    background: #f8570c;
    font-size: 8px;
    color: #fff;
    line-height: 1;
    padding: 5px 8px 3px;
    border-radius: 2px;
    transform: translateY(-100%);
    position: relative;
}
.mega-menu-wrap .badge-menu:after {
    content:'';
    position: absolute;
    bottom:3px;
    left: 0;
    width: 100%;
    height:2px;
    background: #f8570c;
}
@media screen and (max-width: 991px){
    .mega-menu-wrap .badge-menu{
        transform: none;
        margin-left: 10px;
    }
}

#menu_cal {
    background: #d4d4d4;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
   /* background: #d4d4d4;
    display: block;
    height: 110px;*/ /* same as megamenu */
    text-align: center;
    position: absolute;
    right: 0;
    /*padding: 36px 0 0;*/
    /*top: 44px;*/
    width: 200px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    text-transform: uppercase;
}

#menu_cal:hover {
    background: #313131;
}

#menu_cal:hover * {
    color: #fff;
}

#menu_cal span {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    /*margin-top: 8px;*/
    margin-top: 0px;
}

#menu_cal i {
    display: inline-block;
    font-size: 30px;
    margin-right: 7px;
    position: relative;
    vertical-align: top;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu{
    height:100%;
    display: flex;
    justify-content: flex-end;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 16px;
    padding: 15px 30px;
    text-transform: uppercase;
    background: #fff;
    border-color: #ebebeb;
    height:100%;
    display: flex;
    align-items: center;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover {
    text-decoration: underline;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    position: relative;
    z-index: 99;
    border-color: #ebebeb;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:before {
    bottom: -1px;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    background: #fff;
}


#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:after {
    content: "";
    display: block;
    height: 55px;
    left: -8px;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 99;
    background: #0c729d;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-arrow_down_ad > a.mega-menu-link span:after {
    content: '\f347';
    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;
}

/* mega-menu-box */
#mega-menu-wrap-main-menu .mega-menu-box {
    padding: 20px;
    background: #EBEBEB;
    width: 90%;
    margin: 0;
    transition: all ease-out 0.8s;
    -moz-transition: all ease-out 0.8s;
    -webkit-transition: all ease-out 0.8s;
    position: relative;
    overflow: hidden;
}
#mega-menu-wrap-main-menu .mega-menu-box.mega-menu-box_fundamentals{
    width: 90% !important;
    margin: 0 0 25px 0;
}

#mega-menu-wrap-main-menu .mega-menu-box * {
    color: #313131;
}

#mega-menu-wrap-main-menu .mega-menu-box .title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px;
    margin: 0;
}

#mega-menu-wrap-main-menu .mega-menu-box p {
    font-size: 16px;
    line-height: 20px;
}

#mega-menu-wrap-main-menu .mega-menu-box_aula * {
    color: #fff;
}

#mega-menu-wrap-main-menu .mega-menu-box_aula:after {
    background: #313131;
    background: -moz-linear-gradient(45deg, #313131 70%, #1F1F1F 30%);
    background: -webkit-linear-gradient(45deg, #313131 70%, #1F1F1F 30%);
    background: linear-gradient(45deg, #313131 70%, #1F1F1F 30%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: right center;
}

#mega-menu-wrap-main-menu .mega-menu-box_azienda:after {
    background: #FCB040;
    background: -moz-linear-gradient(45deg, #fcb040 70%, #fa9d2a 30%);
    background: -webkit-linear-gradient(45deg, #fcb040 70%, #fa9d2a 30%);
    background: linear-gradient(45deg, #fcb040 70%, #fa9d2a 30%);
}

#mega-menu-wrap-main-menu .mega-menu-box:after {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: width ease-out 0.5s;
    -moz-transition: width ease-out 0.5s;
    -webkit-transition: width ease-out 0.5s;
    content: "";
    z-index: 0;
}

#mega-menu-wrap-main-menu .mega-menu-box .vc_column_container {
    position: relative;
    z-index: 1;
    float: none;
}

#mega-menu-wrap-main-menu .mega-menu-box:hover:after {
    width: 500%;
}



@media only screen and (min-width: 992px) {
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-md-last-visible > a.mega-menu-link {
        border-right: solid 2px #fff;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-md-last-visible > a.mega-menu-link:hover {
        border-right: solid 2px #EBEBEB;
    }
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff;
    border-top: 2px solid #EBEBEB;
    border-bottom: 2px solid #EBEBEB;
    margin: -2px 0 0 !important;
    padding: 25px 0 0px;
    z-index: 90;
}

#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 {
    color: #0c729d;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1px 10px 7px 10px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    margin-left: 10px;
    margin-top: 0;
}
#mega-menu-main-menu .mega-menu-item .gb-check-list ul{
    margin-top: 0;
}

/* default menu color = black */
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #313131;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:focus {
    color: #313131;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-menu-item {
    position: static;
    height: 100%;
    display: inline-flex;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-menu-item {
    position: static;
    height: 100%;
    display: inline-flex;
}

/*
 *  menu ecommerce - verde */
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-menu-item-commerce > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-menu-item-commerce > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: #1c5d50;
}

/*#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-menu-item-commerce:hover > a.mega-menu-link{
	color:#1c5d50;
}*/
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-menu-item-commerce > .mega-sub-menu > li > .mega-sub-menu > li:before {
    background: #1c5d50;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on.mega-menu-item-commerce > a.mega-menu-link:after {
    background: #1c5d50;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item.mega-menu-item-commerce > a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor.mega-menu-item-commerce > a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor.mega-menu-item-commerce > a.mega-menu-link {
    color: #1c5d50;
}

/* menu travel - rosso #7d1039 */
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-menu-item-travel > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-menu-item-travel > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: #7d1039;
}

/*#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-menu-item-travel:hover > a.mega-menu-link{color:#7d1039;}*/

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu.mega-menu-item-travel > .mega-sub-menu > li > .mega-sub-menu > li:before {
    background: #7d1039;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on.mega-menu-item-travel > a.mega-menu-link:after {
    background: #7d1039;
}

/*#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item.mega-menu-item-travel > a.mega-menu-link,
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor.mega-menu-item-travel > a.mega-menu-link,
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor.mega-menu-item-travel > a.mega-menu-link{
		color:#7d1039;
}*/

#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:hover {
    color: #0c729d;
    text-decoration: underline;
    font-weight: bold;
}

#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-disable-link > a.mega-menu-link:hover {
    text-decoration: none;
}

#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 {
    color: #313131;
    font-size: 14px;
    font-weight: normal;
    padding: 1px 0 2px 0;
    line-height: 18px;
    display: inline-block;
    border-bottom: solid 1px #fff;
    margin-bottom: 4px;
}

#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:hover {
    color: #000;
    text-decoration: none;
    border-bottom: solid 1px #777;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > .mega-sub-menu > li > .mega-sub-menu > li {
    position: relative;
    margin-bottom: 20px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > .mega-sub-menu > li > .mega-sub-menu > li:before {
    content: "";
    display: block;
    height: 35px;
    left: -8px;
    position: absolute;
    top: 3px;
    width: 2px;
    background: #0c729d;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item > ul.mega-sub-menu {
    visibility: unset;
    display: none;
    top:100%;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    visibility: unset;
    display: block;
}

#megamenu_bottom_banner {
    background-color: #313131;
    margin: 0 -15px -17px;
    text-align: center;
}

#megamenu_bottom_banner a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    letter-spacing: 1px;
}

#megamenu_bottom_banner a:hover {
    text-decoration: underline;
}

#megamenu_bottom_banner a .fa {
    font-size: 15px;
}

#megamenu_bottom_banner a .advi {
    font-size: 18px;
}

#mega-pad-right {
    display: none;
}

/* social share */
#gb-share-links{position:fixed; left:0; top:50%; background:#fff; width:46px; text-align:center; padding:0px 1px 0px 0; z-index:40;}
#gb-share-links li{width:100%; margin:1px 0;}
#gb-share-links li a{display:block; background:#2A2A3A; color:#fff; font-size:17px; padding:12px 0px;
    padding:0;
    height: 42px;
    width:45px;
    line-height: 45px;}
#gb-share-links li a.fb-share{background:#4867AA;}
#gb-share-links li a.tw-share{background:#28A9E2;}
#gb-share-links li a.linkedin-share{background:#006699;}
#gb-share-links li a.gplus-share{background:#DD4B3C;}
#gb-share-links li a:hover{opacity:0.85;}

@media (max-width:768px){
    #gb-share-links{display:none;}
}

#site-masthead.is_stuck #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    height: 100%;
}

#site-masthead.is_stuck #menu_cal {
    padding-top: 0px;
    font-size: 14px;
    height: 100%;
}

#site-masthead.is_stuck #header-logo .logo-plain-text {
    /*display: none;*/
}

#site-masthead.is_stuck #header-logo .logo-short {
    /*display: inline-block;*/
}

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

#site-masthead.is_sticky #top-bar {
    padding: 0;
}

/* blog */
body.single-post #site-masthead, body.category #site-masthead {
    border-bottom: solid 2px #EBEBEB;
}

body.single-post #breadcrumbs, body.category #breadcrumbs {
    margin-top: 15px;
    margin-bottom: 30px;
}

body.category .page-header {
    border: 0;
    margin: 0 0 35px;
    padding: 0;
}

.post-list .post .main-link {
    text-decoration: none;
}

.post-list .post .post-title {
    height: auto;
    margin: 10px 0;
    line-height: 30px;
}

.post-list .post .meta {
    margin-bottom: 15px;
}

.post-list .post p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
}

body.single-post #content h2, body.single-post #content .h2 {
    font-size: 36px;
    line-height: 42px;
}

body.single-post #content {
    margin-bottom: 80px;
}

body.single-post #content ul, body.single-post #content ol {
    margin: 20px 0 20px 20px;
}

body.single-post #content ul li, body.single-post #content ol li {
    margin-bottom: 10px;
}

body.single-post #content h2, body.single-post #content h3 {
    margin-top: 35px;
}

body.single-post #content #post-content blockquote {
    padding: 15px 0 15px 25px;
    margin: 20px 0;
}

body.single-post #content #post-content blockquote p {
    margin-bottom: 15px;
    margin-top: 0;
}

body.single-post #content #post-content blockquote p:last-child {
    margin-bottom: 0;
}

body.single-post #content #post-head {
    margin: 0 0 35px;
}

body.single-post #content #post-head h1 {
    margin-bottom: 25px;
}

body.single-post #content #post-content p {
    margin: 15px 0;
    font-size: 20px;
    line-height: 28px;
}

/* font */

p, #content .wpb_column ul > li, #content .wpb_column ol > li {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin-bottom: 15px;
}

#content .wpb_column ul > li, #content .wpb_column ol > li {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-bottom: 10px;
}

#content .wpb_wrapper ul.list_style_indent,
#content .wpb_text_column:not(.gb-check-list) ul, #content .wpb_text_column:not(.gb-check-list) ol
{
    list-style: none;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
}
#content .wpb_column ul.list_style_indent > li,
#content .wpb_wrapper ul.list_style_indent li,
#content .wpb_text_column:not(.gb-check-list) ul > li,
#content .wpb_text_column:not(.gb-check-list) ul li,
#content .wpb_text_column:not(.gb-check-list) ol > li,
#content .wpb_text_column:not(.gb-check-list) ol li{
    position: relative;
    padding-left: 40px;
    margin-bottom: 5px;
}
#content .wpb_wrapper ul.list_style_indent li:before,
#content .wpb_text_column:not(.gb-check-list) ul li:before,
#content .wpb_wrapper ol.list_style_indent li:before,
#content .wpb_text_column:not(.gb-check-list) ol li:before{
    font-family: "fontAwesome";
    content: "\f111";
    font-size: 8px;
    position: absolute;
    left: 20px;
    top: 5px;
    display: inline-block;
}

a.gb_link_nostyle {
    text-decoration: none;
}

a.gb_link_nostyle:hover {
    text-decoration: none;
}

.wmra-text-more-hidden {
    display: none;
}

.wmra-toggle-less, .wmra-toggle-more {
    text-transform: uppercase;
    font-size: 12px;
}

/* form */
#content .gform_wrapper .gfield_checkbox li label, #content .gform_wrapper .gfield_radio li label {
    font-style: italic;
}

.wmra-form-no-label > label {
    display: none !important;
}

.gform_wrapper .wmra-form .top_label .gfield_label {
    display: none;
}

.gform_wrapper .wmra-form ul.gfield_checkbox li label, .gform_wrapper .wmra-form ul.gfield_radio li label,
.gform_wrapper .wmra-form ul.gfield_checkbox li input[type="checkbox"]:checked + label, .gform_wrapper .wmra-form ul.gfield_radio li input[type="radio"]:checked + label {
    font-weight: normal;
}

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 {
    margin: 0;
    max-width: 100%;
}

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

#content .gform_wrapper .wmra-form-orange ul > li {
    display: inline-block;
    width: 100%;
}

#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: 50%;
}

#content .wpb_column ul > li.wmra-form-no-label {
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
}

.gform_wrapper .wmra-form .gfield_checkbox li label, .gform_wrapper .wmra-form .gfield_radio li label {
    font-size: 13px;
    color: #fff;
}

#content .gform_wrapper .wmra-form .gfield_checkbox li label a, #content .gform_wrapper .wmra-form .gfield_radio li label a,
.gform_wrapper .wmra-form .gfield_checkbox li label a, .gform_wrapper .wmra-form .gfield_radio li label a {
    color: #fff;
    text-decoration: underline;
}
#content .gform_wrapper .wmra-form .gfield_checkbox li label a:hover, #content .gform_wrapper .wmra-form .gfield_radio li label a:hover{
    text-decoration: none;
}

.gform_wrapper .wmra-form ul.gfield_checkbox li input[type="checkbox"], .gform_wrapper .wmra-form ul.gfield_radio li input[type="radio"] {
    margin-top: 0
}

.gform_wrapper .wmra-form ul.gfield_checkbox, .gform_wrapper .wmra-form ul.gfield_radio {
    margin: 2px 0;
    padding: 0;
}

.wmra-form-clear {
    clear: both;
    height: 15px;
}

body .gform_wrapper .wmra-form ul li.gfield {
    margin-top: 10px;
    padding: 0 16px;
}

.gform_wrapper .wmra-form li.gfield.gfield_error, .gform_wrapper .wmra-form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border: none;
    background: none;
}

#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 9px;
}

.gform_wrapper .wmra-form li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}

.gform_wrapper .wmra-form li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding: 0;
}

.gform_wrapper .wmra-form div.validation_error {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.gform_wrapper .wmra-form .ginput_container_textarea {
    padding-top: 0;
}

.gform_wrapper .wmra-form-orange .gform_footer {
    margin: 45px 0 0;
    padding: 0;
    text-align: center;
}

.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"] {
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 25px;
    box-shadow: inset 0 0 0 0 #313131;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border: solid 2px #F8AC21;
    font-weight: 600;
    min-width: 150px;
    width: auto;
}

.gform_wrapper .wmra-form .gform_footer input.button:hover,
.gform_wrapper .wmra-form .gform_footer input[type="submit"]:hover,
.gform_wrapper .wmra-form .gform_page_footer input.button:hover,
.gform_wrapper .wmra-form .gform_page_footer input[type="submit"]:hover {
    /*background: #313131;*/
    box-shadow: inset 230px 0 0 0 #313131;
    color: #fff;
    border: solid 2px #fff;
}

.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: none;
    padding: 7px 12px;
    font-size: 16px;
    color: #fff;
}

#content .gform_wrapper .wmra-form-orange textarea {
    height: 100px;
}

.gform_wrapper .wmra-form-orange .top_label .gfield_label {
    display: block;
    color: #fff;
}

.gform_wrapper .wmra-form-orange .top_label .gfield_label * {
    color: #fff;
}

.gform_wrapper .wmra-form-orange textarea, .gform_wrapper .wmra-form-orange textarea.small {
    height: 38px;
}

.gform_wrapper .wmra-form-orange textarea.wmra-extended, .gform_wrapper .wmra-form-orange textarea.small.wmra-extended {
    height: 80px;
}

.wmra-form-orange ::-webkit-input-placeholder {
    opacity: 1;
    display: none;
    font-size: 0;
}

.wmra-form-orange :-moz-placeholder { /* Firefox 18- */
    opacity: 1;
    display: none;
    font-size: 0;
}

.wmra-form-orange ::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
    display: none;
    font-size: 0;
}

.gform_wrapper .wmra-form-orange input:focus, .gform_wrapper .wmra-form-orange textarea:focus {
    outline: none;

}

#content .gform_wrapper .wmra-form-orange .ginput_container.focus input, #content .gform_wrapper .wmra-form-orange .ginput_container.focus textarea {
    background: #fff;
    border: solid 2px #fff;
    color: #313131;
}

#content .gform_wrapper .wmra-form-orange .gfield:not(.ginput_container_checkbox) .gfield_label {
    position: absolute;
    top: 19px;
    left: 25px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    z-index: 10;
}

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

#content .gform_wrapper .wmra-form-orange .gfield .gfield_label.l-animated {

}

#content .gform_wrapper .wmra-form-orange .gfield.select2-wmra .ginput_container_select
{
    z-index: 12;
    position: relative;
}
#content .gform_wrapper .wmra-form-orange .gfield.select2-wmra  .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 32px;
    font-size: 16px;
}

*:focus {
    outline: none;
}

#content .gform_wrapper .wmra-form-orange .gfield .select2-selection__rendered,
#content .gform_wrapper .wmra-form-orange .gfield.select2-wmra .select2-selection__arrow
{
    display: none;
}
#content .gform_wrapper .wmra-form-orange .gfield.focus .select2-selection__rendered
{
    display: block;
}
.wmra-form-orange input:focus:-ms-input-placeholder, .wmra-form-orange textarea:focus:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.wmra-form-orange input:focus::-webkit-input-placeholder, .wmra-form-orange textarea:focus::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.wmra-form-orange input:focus:-moz-placeholder, .wmra-form-orange textarea:focus:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    opacity: 1;
}

.wmra-form-orange input:focus::-moz-placeholder, .wmra-form-orange textarea:focus::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.wmra-form-orange input:focus:-ms-input-placeholder, .wmra-form-orange textarea:focus:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

#content .wmra-form-newsletter {
    width: 50%;
}

#content .wmra-form-newsletter .vc_column-inner {
    padding: 50px 120px;
}

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

#content .wmra-form-newsletter .vc_column-inner .wpb_wrapper .wpb_wrapper p {
    text-align: center;
}

#content .wmra-form-newsletter .wmra-form li.gfield {
    padding: 0;
}

#content .wmra-form-newsletter .wmra-form {
    padding: 0;
    width: 70%;
}

#content .wmra-form-newsletter .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    width: 100%;
}

@media (max-width: 1300px) {
    #content .wmra-form-newsletter .vc_column-inner {
        padding: 60px;
    }
}

@media (max-width: 991px) {
    #content .wmra-form-newsletter {
        width: 100%;
    }

    #content .wmra-form-newsletter .vc_column-inner {
        padding: 0;
    }
}

@media (max-width: 767px) {
    #content .wmra-form-newsletter .wmra-form {
        width: 100%;
    }
}


/* Sezione Newsletter account */
#wmra-newsletter-content > h3{
    margin-bottom:35px;
}
#wmra-newsletter-content .newsline-wrapper{
    margin-bottom:28px;
}
#wmra-newsletter-content .onoffswitch{
    float: left;
    margin-right: 10px;
}
#wmra-newsletter-content .newsline-wrapper h3 {
    float: left;
    font-size: 17px;
    line-height: 33px;
    font-weight: bold;
    margin:0;
}
#wmra-newsletter-content h3 i, #interest_submit i{
    display: none;
}
#wmra-newsletter-content #interest_submit{
    margin-top: 15px;
}
#wmra-newsletter-content .woocommerce-message{
    padding-left: 20px;
}
@media only screen and (max-width: 600px) {
    #wmra-newsletter-content .onoffswitch{
        float: none;
        margin-bottom: 4px;
    }
    #wmra-newsletter-content .newsline-wrapper h3 {
        float: none;
        font-size: 18px;
        line-height: 19px;
    }
}


/*#content .wmra-form-newsletter .vc_column-inner {background:#EBEBEB;}
#content .wmra-form-newsletter .vc_column-inner {padding:40px;}
#content .wmra-form-newsletter .gform_body label{font-weight:500; font-size:15px;}
#content .wmra-form-newsletter .gform_body .ginput_container input{width:100%; border:0; padding:10px;}
#content .wmra-form-newsletter .gform_footer input{
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	padding: 15px 20px;
	background: #f39400;
	border: 0;
}*/
#content .gform_wrapper .gfield_required {
    color: #cf166d;
}

#content .gform_wrapper div.validation_error {
    border: 0;
    color: #cf166d;
    font-size: 17px;
    font-weight: 500;
}

#content .gform_wrapper .validation_message {
    color: #cf166d;
    font-weight: 500;
}

/* slick slide */
.slick-slide:focus {
    outline: none;
}

/* gb_slider / slider home */
.gb_slider_wrap {
    margin: 0 -15px;
}

.gb_slider_wrap .gb_slider .slick-prev, .gb_slider_wrap .gb_slider .slick-next {
    background: none;
    z-index: 8;
}

.gb_slider .gb_slide .gb_slide_content {
    position: absolute;
    top: 20%;
    width: 50%;
}

.gb_slider .gb_slide .gb_slide_content .sl-subtitle {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 60px;
    margin: 0 0 25px;
}

.gb_slider .gb_slide .gb_slide_content .sl-main-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-transform: uppercase;
}

.gb_slider .gb_slide .gb_slide_content.content_black .sl-main-title, .gb_slider .gb_slide .gb_slide_content.content_black .sl-subtitle, .gb_slider .gb_slide .gb_slide_content.content_black p {
    color: #313131;
}

.gb_slider .gb_slide .gb_slide_content p {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
}

.gb_slider .slide-link {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 0;
    text-decoration: none;
    padding: 15px 20px;
    text-transform: uppercase;
    background-color: #F5A220;
    border: solid 2px #F5A220;
}

.gb_slider .slide-link:hover, .gb_slider .slide-link:focus {
    text-decoration: none;
    background: #fff;
    color: #F5A220;
    border: solid 2px #F5A220;
}

.gb_slider .slide-link:hover i {
    color: #F5A220;
}

.gb_slider .slick-prev::before, .gb_slider .slick-next::before {
    color: #313131;
    opacity: 1;
}

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

.gb_slider_wrap .gb_slider .slick-dots li {
    text-align: center;
}

.gb_slider_wrap .gb_slider .slick-dots li button,
.gb_vc_testimonials_slider .slick-dots li button {
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: none;
    background: none;
    height: 16px;
    margin: 0;
    width: 16px;
    display: inline-block;
    vertical-align: top;
}

.gb_slider_wrap .gb_slider .slick-dots li button {
    padding: 0;
    height: 12px;
    width: 12px;
}

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

.gb_slider_wrap .slick-dots {
    text-align: left;
    padding-left: 30px;
}

.gb_slider_wrap .gb_slider .slick-dots li.slick-active button,
.gb_vc_testimonials_slider .slick-dots li.slick-active button {
    background: #fff;
}

#breadcrumbs {
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.5px;
}

/* VC visual composer */
.wmra-color-bg-grey {
    background: #EBEBEB;
}

.wmra-color-bg-ligh {
}

.wmra-color-bg-black {
    background: #313131;
}

.wmra-color-bg-black .wpb_wrapper *, .gb_vc_titolo .title *, .wmra-color-bg-black .gb_vc_icbox_icon * {
    color: #fff;
}

.wmra-color-bg-orange {
    background: #F5A220;
}

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

.wmra-page-header .gb_vc_titolo .title {
    color: #fff;
    margin-bottom: 55px;
}

.wmra-page-breadcrumb {
    border-bottom: 2px solid #EBEBEB;
    margin-bottom: 50px;
}

.wmra-page-breadcrumb .vc_column-inner {
    padding-top: 13px !important;
    padding-bottom: 13px;
}

.adv-full-width-row {
    margin: 0 -15px; /* da usare con container-fluid come parent */
}

.adv-inner-row-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
}

/* VCA */
.vca_page-section {
    margin-bottom: 50px;
}

.vca_bg-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.vca_padded-text-col > .vc_column-inner > .wpb_wrapper {
    padding: 40px 30px;
}

/* da assegnare alla colonna */
.vca_padded-wrapper {
    padding: 40px;
}

/* da assegnare al blocco di testo */
.vca_no-bottom {
    margin-bottom: 0 !important;
}

.vca_banner-dark p, .vca_banner-dark .vca_title {
    color: #fff;
}

/* full half colums with container */
.full-col-w-container-one {
}

.full-col-w-container-one > .vc_column-inner > .wpb_wrapper {
    padding-right: 50px;
}

.full-col-w-container-two {
}

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

/* citazione */
.gb_vc_citazione {
    margin-bottom: 35px;
}

.gb_vc_citazione .cite {
    margin: 0;
}

.gb_vc_citazione .cite .autore {
    font-size: 15px;
    font-weight: normal;
    margin: 10px 0 0;
}

.gb_vc_citazione blockquote.cite, blockquote {
    border-left: 2px solid #f39400;
    color: #f39400;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 27px;
    padding: 20px 0 20px 35px;
}

/* box con icona */
.gb_vc_icbox {
}

.gb_vc_icbox_align_cx {
    text-align: center;
}

.gb_vc_icbox_align_dx {
    text-align: right;
}

.gb_vc_icbox_title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
}

.gb_vc_icbox_icon {
    margin-bottom: 10px;
}

.gb_vc_icbox_icon.gb_vc_icontext_box_ibig {
    margin-bottom: 25px;
}

.gb_vc_icbox_icon span {
    font-size: 35px;
}

.gb_vc_icbox_icon span:before {
    margin: 0;
}

.gb_vc_icbox_icon.gb_vc_icontext_box_ibig span {
    font-size: 45px;
}

.gb_vc_icbox_icon.gb_vc_icontext_box_imed span {
    font-size: 24px;
}

.gb_vc_icbox_icon.gb_vc_icontext_box_ismall span {
    font-size: 21px;
}

.gb_vc_icbox_icon.gb_vc_icontext_box_ismall span.adv-icon-non_adatto {
    font-size: 32px;
}

.gb_vc_icbox_boxed {
    border: 2px solid #EBEBEB;
    padding: 20px;
    margin-bottom: 30px;
    width: 100%;
    display: table;
}

.gb_vc_icbox_boxed .gb_vc_icbox_icon {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
}

.gb_vc_icbox_boxed .gb_vc_icbox_title {
    border-left: 2px solid #EBEBEB;
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
}

/* slider testimonials */
.adv-testimonials-slider .slick-slider {
    margin: 0;
    padding-bottom: 40px;
}

.adv-testimonials-slider .adv-slider-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.wmra-home-testimonials .adv-slider-title {
    font-size: 35px;
    line-height: 39px;
    text-align: center;
    text-transform: none;
    margin-bottom: 40px;
}

.gb_vc_testimonials_slider .thidden {
    display: none;
}

.gb_vc_testimonials_slider .titemwrap {
    position: relative;
    padding: 20px 55px;
}

.gb_vc_testimonials_slider .titemwrap:before {
    content: '\e815';
    font-family: "fontello";
    font-size: 45px;
    font-style: normal;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    color: #fff;
}

.gb_vc_testimonials_slider .tdesc, .gb_vc_testimonials_slider .tdesc p {
    font-style: italic;
    font-weight: 300;
}

.gb_vc_testimonials_slider .tdescmore {
    display: block;
    height: 210px;
    overflow: hidden;
}

.gb_vc_testimonials_slider .tname, .gb_vc_testimonials_single .tname {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 16px 0 8px;
}

.gb_vc_testimonials_single .trole, .gb_vc_testimonials_slider .trole, .gb_vc_testimonials_slider .tcompany {
    font-size: 14px;
    text-transform: uppercase;
}

.gb_vc_testimonials_slider .btn.more {
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 17px;
    margin: 1px 8px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
}

.gb_vc_testimonials_slider .tratings {
    display: block;
    margin: 15px 0 0;
    font-size: 15px;
}
.gb_vc_testimonials_slider .tratings i{
    margin-right: 3px;
}

#content .gb_vc_testimonials_slider .slick-dots {
    text-align: left;
    width: auto;
    bottom: 0;
    margin: 5px 0 0;
    position: static;
    display: inline-block;
    list-style: none !important;
}

.gb_vc_testimonials_slider .slick-dots li {
    width: 15px;
    padding: 0;
}

.gb_vc_testimonials_slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 4px;
}

.gb_vc_testimonials_slider .slick-dots li button:before {
    display: none;
}

.wpb_content_element.adv-custom-slick-no-pag {
    margin-bottom: 0;
}

.adv-custom-slick-no-pag .slick-slider {
    margin-bottom: 10px;
}

/*.wmra-home-testimonials{
	background: #EDEDED; padding: 40px 45px 30px;
}*/
.wmra-home-testimonials.gb_vc_testimonials_slider .adv-testimonials-slider .slick-slider {
    padding-bottom: 0;
}

.adv-testimonials-slider .slick-slider {
    text-align: center;
}

.adv-testimonials-slider .titemslide {
    text-align: left;
}

.gb_vc_testimonials_slider.wmra-home-testimonials .titemwrap {
    z-index: 1;
    padding: 20px;
}

.adv-testimonials-slider .slick-list {
    margin-bottom: 40px;
}

.adv-testimonials-slider .titemwrap .tmore a {
    border-bottom: 1px solid #313131;
    display: inline-block;
    font-size: 13px;
    padding-bottom: 2px;
    margin-top: 10px;
    text-decoration: none;
}

/*.gb_vc_testimonials_slider.wmra-home-testimonials .titemwrap:before, .gb_vc_testimonials_list .gb_vc_testimonials_slider .titemwrap:before{
	content: "î •";
	left: auto;
    right: 30px;
    top: 30px;
}*/
.gb_vc_testimonials_list .gb_vc_testimonials_slider .titemwrap {
    background: #EDEDED;
    z-index: 1;
}

.gb_vc_testimonials_list .gb_vc_testimonials_slider .titemslide {
    margin-bottom: 30px;
}

/* pulsanti */
.gb-btn-link {
    text-decoration: none;
    border-bottom: solid 1px #313131;
    font-weight: 500;
    padding-bottom: 3px;
    font-size: 16px;
}

.gb-btn-link:hover {
    border-bottom: solid 1px #F5A220;
}

.wmra_login_pop .button, .wmra-btn, .gb_vc_btn_full a, .woocommerce .gb_vc_btn_full a.button, .gb_vc_btn_border a, .gb_vc_btn_special a {
    background: #313131;
    border: 2px solid #313131;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 14px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 0;
}

.wmra_login_pop .button:hover {
    background: transparent;
    color: #313131;
}

.wmra-btn.btn-cta {
    background: #F5A220;
    border: solid 2px #F5A220;
    text-transform: uppercase;
}

.wmra-btn.btn-cta:hover {
    color: #F5A220;
}

.wmra-btn:hover, .gb_vc_btn_full a:hover, .wmra_login_pop .button:hover a{
    color: white;
    text-decoration: none;
    box-shadow: 0 0 10px 2px #ccc;
}

.wmra-btn:before, .gb_vc_btn_full a:before, .wmra_login_pop .button:before, .woocommerce .gb_vc_btn_full a.button:before {
    content: '';
    z-index: -1;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

.wmra-btn:hover:before, .gb_vc_btn_full a:hover:before, .woocommerce .gb_vc_btn_full a.button:hover:before, .wmra_login_pop .button:hover:before {
    -webkit-transform: scale3d(10, 10, 1);
    transform: scale3d(10, 10, 1);
}

.wmra-btn.btn-light {
    background: transparent;
    color: #313131;
}

.wmra-btn.btn-light:hover {
    color: #fff;
}

.wmra-btn.btn-light:before {
    background: #313131;
}

.btn-small {
    padding: 6px 10px;
}

.wmra-form-orange .gform_button {
    background: #F8AC21;
    color: #313131;
    padding: 25px 40px;
    font-weight: 500;
    border: 0;
    font-size: 20px;
}

.gb_vc_btn_border a {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.gb_vc_btn_border a:hover, .wmra-form-orange .gform_button:hover {
    text-decoration: none;
    color: #0c729d;
}

.gb_vc_btn_border a:before, .wmra-form-orange .gform_button:before {
    content: '';
    z-index: -1;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 100%;
    top: 0;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

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

.gb_vc_btn_border a:hover {
    background: transparent;
    border: solid 2px #fff;
}

.gb_vc_btn_special a {
    font-size: 16px;
    padding: 12px 16px;
    position: relative;
    background-position: 95% center;
    margin-bottom: 2px;
    max-width: 280px;
    width: 100%;
    text-align: left;
}

.gb_vc_btn_special a:after {
    content: "";
    background-image: url('images/icons/badge_pulsante.svg');
    background-repeat: no-repeat;
    display: inline-block;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    height: 45px;
    width: 45px;
    right: 5px;
    top: 13px;
    position: absolute;
}

.gb_vc_btn_full.gb_vc_size_small a {
    padding: 5px 10px;
    font-size: 14px;
}

.gb_vc_btn_full a, .woocommerce .gb_vc_btn_full a.button {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.gb_vc_btn_full.gb_vc_btn_orange a, .woocommerce .gb_vc_btn_full.gb_vc_btn_orange a.button{
    background: #fcb040;
    color: #fff;
    border: 2px solid #fcb040;
}

.woocommerce .gb_vc_btn_full a.button:before, .gb_vc_btn_full a:before {
    content: '';
    z-index: -1;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

.gb_vc_btn_orange a:before {
    background: #fff;
}

.woocommerce .gb_vc_btn_full a.button:hover:before, .gb_vc_btn_full a:hover:before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
}

.gb_vc_btn_full.gb_vc_btn_orange a:hover, .woocommerce .gb_vc_btn_full.gb_vc_btn_orange a.button:hover {
    background: #fff;
    border-color: #fcb040;
    color: #fcb040;
}

.gb_vc_btn_special a {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.gb_vc_btn_special a:before {
    content: '';
    z-index: -1;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

.gb_vc_btn_special a:hover:before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
}

.gb_vc_btn_full.gb_vc_btn_green a, .gb_vc_btn_special.gb_vc_btn_green a {
    background-color: #406348;
    color: #fff;
    border: 2px solid #406348;
}

.gb_vc_btn_full.gb_vc_btn_green a:hover, .gb_vc_btn_special.gb_vc_btn_green a:hover {
    background-color: #fff;
    color: #406348;
}
.wco_vle_cta.gb_vc_vbox_cta_left.gb_vc_btn_wrap.gb_vc_btn_full.gb_vc_size_normal.gb_vc_btn_align_sx.gb_vc_btn_blu.lesson-button a{
    background-color: transparent;
    color: #0c729d;
    border: 2px solid #0c729d;
}
.wco_vle_cta.gb_vc_vbox_cta_left.gb_vc_btn_wrap.gb_vc_btn_full.gb_vc_size_normal.gb_vc_btn_align_sx.gb_vc_btn_blu.lesson-button a:hover{
    box-shadow: 0 0 10px 2px #ccc;
}
.gb_vc_vbox_cta_left.gb_vc_btn_wrap.gb_vc_btn_full.gb_vc_size_normal.gb_vc_btn_align_sx.slide_download.gb_vc_btn_blu a{
    background-color: transparent;
    color: #313131;
    border: 2px solid #313131;
}
.gb_vc_vbox_cta_left.gb_vc_btn_wrap.gb_vc_btn_full.gb_vc_size_normal.gb_vc_btn_align_sx.slide_download.gb_vc_btn_blu a:hover{
    background-color: transparent;
    color: #313131;
    border: 2px solid #313131;
    box-shadow: 0 0 10px 2px #ccc;
}
.wco_single .wco_head .wco_head_right .gb_vc_btn_full a:hover{
    box-shadow: 0 0 10px 1px #ccc;
}
#content .gb_vc_vbox_cta .gb_vc_btn_full.gb_vc_btn_blu a {
    background: transparent;
    color: #0c729d;
    line-height: 13px;
}

#content .gb_vc_vbox_cta .gb_vc_btn_full.gb_vc_btn_green a {
    background: transparent;
    color: #1c5d50;
    line-height: 13px;
    border: solid 2px #1c5d50;
}

#content .gb_vc_vbox_cta .gb_vc_btn_full.gb_vc_btn_red a {
    background: transparent;
    color: #7d1039;
    line-height: 13px;
    border: solid 2px #7d1039;
}

.gb_vc_btn_full.gb_vc_btn_red a, .gb_vc_btn_special.gb_vc_btn_red a {
    background-color: #961b49;
    color: #fff;
    border: 2px solid #961b49;
}

.gb_vc_btn_full.gb_vc_btn_red a:hover, .gb_vc_btn_special.gb_vc_btn_red a:hover {
    background-color: #fff;
    color: #961b49;
}

.gb_vc_btn_align_dx {
    text-align: right;
}

.gb_vc_btn_align_sx {
    text-align: left;
}

/*.gb_vc_btn_align_cx {
    text-align: center;
}*/

.gb_vc_size_medium a {
    font-size: 19px;
    padding: 12px 15px;
}

.gb_vc_size_lerge a {
    font-size: 22px;
    padding: 14px 22px;
}

.gb_vc_btn_link a {
    font-size: 16px;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-bottom: 1px solid #313131;
    color: #313131;
    font-weight: 600;
}

.gb_vc_btn_link a:hover, .gb_vc_btn_link.gb_vc_btn_orange a:hover {
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

.gb_vc_btn_link.gb_vc_size_small a {
    font-size: 13px;
}

.gb_vc_btn_link.gb_vc_btn_orange a {
    border-bottom: 1px solid #fcb040;
    color: #fcb040;
}

/* divider */
.gb-divider.gb-border {
    height: 2px;
    background: #EBEBEB;
}

/* titoli */
.gb_vc_titolo {
    margin: 0 0 20px;
}

.gb_vc_titolo .title {
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.gb_vc_titolo .subtitle {
    margin: 8px 0 0;
}

.gb_vc_titolo.cx {
    text-align: center;
}

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

.gb_vc_titolo.big .title {
    font-size: 38px;
    line-height: 42px;
}

.gb_vc_titolo.small .title {
    font-size: 22px;
    line-height: 26px;
}

.gb_vc_titolo.gday .title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 26px;
}

/* banner */
.gb_vc_sbox {
    background: #fff;
    padding: 45px;
    position: relative;
    cursor: pointer;
}

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

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

.gb_vc_sbox {
    transition: all ease-out 0.8s;
    -moz-transition: all ease-out 0.8s;
    -webkit-transition: all ease-out 0.8s;
}

.gb_vc_sbox.black .gb_vc_sbox_cnt p {
    color: #fff;
}

.gb_vc_sbox .gb_vc_sbox_title {
    color: #fff;
    font-size: 46px;
    font-weight: 300;
    line-height: 47px;
    margin: 0 0 30px;
}

.gb_vc_sbox .gb_vc_sbox_icon {
    height: 25px;
    position: absolute;
    right: 25px;
    top: 25px;
    width: 25px;
}

.gb_vc_sbox {
    position: relative;
    overflow: hidden
}

.gb_vc_sbox:after {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: width ease-out 0.5s;
    -moz-transition: width ease-out 0.5s;
    -webkit-transition: width ease-out 0.5s;
    content: "";
    z-index: 0;
}

.gb_vc_sbox * {
    position: relative;
    z-index: 1;
}

.gb_vc_sbox:hover:after {
    width: 450%;
}

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

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

#banner-borsa-studio-wrap .gb_vc_sbox.alignLeft.custom {
    background-position: right top !important;
}

#banner-borsa-studio-wrap .gb_vc_sbox.custom .gb_vc_sbox_cta a {
    color: #FCB040;
    font-weight: 600;
    border-bottom: solid 1px #FCB040;
}

.gb_vc_sbox .gb_vc_sbox_cta a {
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.gb_vc_sbox.orange .gb_vc_sbox_cta a {
    color: #313131;
    border-bottom: 1px solid #313131;
}

.gb_vc_sbox.black .gb_vc_sbox_cta a {
    color: #FCB040;
    border-bottom: 1px solid #FCB040;
}

.gb_vc_sbox .gb_vc_sbox_cta a:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

/* gb_vc_vertical_box - vertical box */
.gb_vc_vbox {
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}

.wmra-loop-corso .gb_vc_vbox {
    cursor: default;
}

.wmra-loop-corso{
    background: #ebebeb;
}

.gb_vc_vbox .gb_vc_vbox_img {
    overflow: hidden;
    background: #313131;
}

.gb_vc_vbox .gb_vc_vbox_img a img {
    transition: all ease-out 0.6s;
    -webkit-transition: all ease-out 0.6s;
    -moz-transition: all ease-out 0.6s;
}

.gb_vc_vbox:hover .gb_vc_vbox_img a img {
    transform: scale(1.1, 1.1);
    opacity: 0.7;
}

.gb_vc_vbox .gb_vc_vbox_title h3 {
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
}

.gb_vc_vbox:hover .gb_vc_vbox_title h3 {
    opacity: 0.7;
}

.gb_vc_vbox.aligncenter {
    text-align: center;
}

.gb_vc_vbox.alignright {
    text-align: right;
}

.gb_vc_vbox .gb_vc_vbox_wrap {
    /*border: 2px solid #EBEBEB;*/
    border-top: none;
    padding: 25px;
}

.gb_vc_vbox .gb_vc_vbox_wrap.gb_vc_vbox_wrap_bordertop {
    border: 2px solid #EBEBEB;
}

.gb_vc_vbox .gb_vc_vbox_subtitle {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #FCB040;
}

.gb_vc_vbox .gb_vc_vbox_title h3, h3, .h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
    margin: 0 0 10px;
}

#content .gb_vc_vbox .gb_vc_vbox_title a {
    border: 0;
    text-decoration: none;
}

.gb_vc_vbox .gb_vc_vbox_cnt * {
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
}

.gb_vc_vbox .gb_vc_vbox_cta {
    margin-top: auto;
}

.gb_vc_vbox .gb_vc_vbox_tag {
    background: rgba(0, 0, 0, 0.7);
    padding: 8px 10px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

.gb_vc_vbox .gb_vc_vbox_cta_right {
    float: right;
    padding-top: 8px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;

}

.gb_vc_vbox .gb_vc_vbox_cta_right span {
    font-size: 20px;
    margin-right: 4px;
}

.gb_vc_vbox .gb_vc_vbox_cta .gb_vc_vbox_cta_left, .gb_vc_vbox .gb_vc_vbox_cta .add_to_cart_wrap {
    float: left;
}
.gb_vc_vbox .gb_vc_vbox_cta .add_to_cart_wrap {
    margin-left: 7px;
}

.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: 14px;
    text-transform: uppercase;
}

.gb_vc_vbox .gb_vc_vbox_cnt .gb-small {
    font-size: 13px;
}

#content .gb_vc_vbox .gb_vc_vbox_cta .add_to_cart_wrap a {
    padding: 10px 8px;
    margin-left: 10px;
    line-height: 14px;
    border: solid 2px #fcb040;
}

#content .gb_vc_vbox .gb_vc_vbox_cta .add_to_cart_wrap a:hover {
    border: solid 2px #fcb040;
}

.gb_vc_vbox .gb_vc_vbox_cta .add_to_cart_wrap .added_to_cart {
    display: none;
}

.gb_vc_vbox_img > a > img {
    display: block; /* usato su listing prodotti */
}

.gb_vc_sbox.sbox_with_desc .gb_vc_sbox_title, .gb_vc_sbox.sbox_with_desc .gb_vc_sbox_cnt {
    width: 50%;
    float: left;
}

.gb_vc_sbox.sbox_with_desc .gb_vc_sbox_cnt {
    padding-left: 15px;
}

/* image carousel */
.gb_vc_image_carousel .slick-dots li {
    margin: 0;
}

.gb_vc_image_carousel .slick-prev:before, .gb_vc_image_carousel .slick-next:before {
    color: #313131;
    font-family: "fontAwesome";
    font-size: 40px;
}

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

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

.gb_vc_image_carousel .slick-prev:before {
    content: "\f104";
}

.gb_vc_image_carousel .slick-next:before {
    content: "\f105";
}

.gb_vc_image_carousel .slick-dots li button:before {
    content: "";
}

.gb_vc_image_carousel .slick-dots li button {
    background: transparent;
    border: 1px solid #000;
    border-radius: 50%;
    height: 0;
    padding: 3px;
    width: 0;

    display: none;
}

.gb_vc_image_carousel .slick-dots li {
    background: #eee;
    height: 7px;
    margin: 0;
    padding: 0;
    width: 30px;
}

.gb_vc_image_carousel .slick-dots li.slick-active {
    background: #313131;
}

.gb_vc_image_carousel .vc_item {
    margin-right: 50px;
}

.wmra-logos-carousel img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

.wmra-logos-carousel img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}

.wmra-logos-list img {
    display: inline-block;
    margin: 15px 25px;
    vertical-align: top;
    height: 30px;
    width: auto;
}

#wmra-group-row {
    margin-bottom: 50px;
}

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

#wmra-group-row .wmra-digital-group-logo {
    position: absolute;
    top: -62px;
    margin: 0;
}

.wmra-easy-image-list img {
    display: inline-block;
    margin: 15px 9px;
    vertical-align: top;
}

.wmra-easy-image-list img:first-child {
    margin-left: 0;
}

.wmra-easy-image-list img:last-child {
    margin-right: 0;
}

/* prefooter banners */
.wmra-special-col-one, .wmra-special-col-two {
    cursor: pointer;
}

.wmra-special-col-one a, .wmra-special-col-two a {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    text-decoration: none;
}

.wmra-special-col-one p, .wmra-special-col-two p {
    margin: 0;
    color: #fff;
    font-size: 15px;
}

.wmra-special-col-one p, .wmra-special-col-one a:hover, .wmra-special-col-one:hover a {
    color: #F5A220;
}

.wmra-special-col-two p, .wmra-special-col-two a:hover, .wmra-special-col-two:hover a {
    color: #313131;
}

/* gb_vc_docenti_slider slider docenti */
.gb_vc_docenti_slider {
    margin: 25px 0 100px;
}

.gb_vc_docenti_slider .doc_slide_img img {
    border-radius: 50%;
}

.gb_vc_docenti_slider .doc_slide {
    position: relative;
    margin: 0 50px;
    height: 254px;
    width: 254px;
}

.gb_vc_docenti_slider .doc_slide_cnt_td {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 254px;
    width: 254px;
    padding: 35px;
}

.gb_vc_docenti_slider .doc_slide_img {
}

.gb_vc_docenti_slider .doc_slide_cnt {
    border-radius: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
}

.gb_vc_docenti_slider .gb_vc_titolo.small .title {
    color: #F5A220;
}

.gb_vc_docenti_slider .doc_slide_exc {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 15px;
    text-transform: uppercase;
}

.gb_vc_docenti_slider .doc_slide_sep {
    height: 2px;
    margin: 0 auto 20px;
    width: 30px;
    background: #fff;
}

.gb_vc_docenti_slider .doc_slide_hover .doc_slide_cnt {
    background: #313131;
    background: rgba(0, 0, 0, 0.8);
    display: block;
}

/*
background: -moz-linear-gradient(45deg,  rgba(255,255,255,1) 45%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(45deg,  rgba(255,255,255,1) 45%,rgba(255,255,255,0) 100%);
background: linear-gradient(45deg,  rgba(255,255,255,1) 45%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );*/
.gb_vc_docenti_slider .gb_vc_image_carousel .slick-prev:before, .gb_vc_docenti_slider .gb_vc_image_carousel .slick-next:before {
    display: none;
}

.gb_vc_docenti_slider .gb_vc_image_carousel .slick-prev, .gb_vc_docenti_slider .gb_vc_image_carousel .slick-next {
    background: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 270px;
    z-index: 9;
    top: 0;
}

.gb_vc_docenti_slider .gb_vc_image_carousel .slick-next {
    right: 0;
}

.gb_vc_docenti_slider .gb_vc_image_carousel .slick-prev {
    left: 0;
}

.gb_vc_docenti_slider .gb_vc_image_carousel .slick-dots {
    bottom: -70px;
    margin: 0;
}

.container-docenti .gb_vc_docente_title .text-white{
    color: #313131;
}
.container-docenti .riga-corso-colorata {
    background: #EBEBEB;
}

.container-docenti .gb_vc_docente_label {
    left: 20px;
    position: relative;
    top: -95px;
}


.container-docenti #adv_snav .vc_tta-panel {
    padding-bottom: 0;
    padding-top: 0;
}

/* singolo testimonial */
.gb_vc_testimonials_single_row {
    background: #EBEBEB;
}

.gb_vc_testimonials_single_row > .wpb_column > .vc_column-inner {
    padding-top: 0 !important;
}

.gb_vc_testimonials_single {
    padding: 15px 0;
}

.gb_vc_testimonials_single .tname {
    display: block;
    margin-top: 8px;
}

.gb_vc_testimonials_single .trole {
}

.gb_vc_testimonials_single .tdesc p {
    line-height: 25px;
    margin: 0;
    font-style: italic;
    font-size: 17px;
}

.gb_vc_testimonials_single .tdescmorefull p {
    line-height: 25px;
    margin: 0;
    font-style: italic;
}

.gb_vc_testimonials_single .tmorefulljs a {
    display: inline-block;
    font-size: 12px;
    line-height: 17px;
    margin-left: 10px;
    margin-top: 5px;
    vertical-align: top;
}

.tdesctrimspan {
    position: relative;
    z-index: 0;
    display: block;
    padding-right: 45px;
}

.tdesctrimspan:before {
    content: '\e815';
    font-family: "fontello";
    font-size: 35px;
    font-style: normal;
    right: 0;
    position: absolute;
    top: 10px;
    z-index: -1;
    color: #fff;
}

.tdesctrimspan:after {
}

/* riga vantaggi wmr group */
.wmr-group-row {
    background: #F5A220;
}

.wmr-group-row .gb_vc_titolo .title {
    color: #fff;
}

.wmr-group-row .wpb_single_image .vc_single_image-wrapper {
    background: rgba(0, 0, 0, 0) linear-gradient(-75deg, #fff 80%, #f5a220 20%);
    height: 350px;
    margin: 0 0 0 -15px;
    padding: 150px 0 0 115px;
}

.wmr-group-row .wmra-group-col .wpb_content_element {
    margin: 0;
}

.wmr-group-row /*.wpb_single_image .vc_single_image-wrapper*/ .wmra-group-col {
    background: rgba(0, 0, 0, 0) linear-gradient(-75deg, #f5a220 20%, #fff 0%);
}

.wmr-group-row img.alignleft {
    margin: 0 25px 0 0;
}

/* end visual composer */

/* calendario */
#course-calendar {
    margin-bottom: 40px;
}

.wmra-calendario-header {
    min-height: 220px;
}

.cal-sel-wrap {
    margin-bottom: 20px;
}

.cal-sel-item {
    background: #313131;
    color: #fff;
    display: inline-block;
    float: none;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 42px;
    height: 42px;
    margin-right: 0;
    text-transform: uppercase;
    position: relative;
    vertical-align: top;
}

.cal-sel-nav {
    min-width: 100px;
}

.cal-sel-nav.cal-prev {
    text-align: right;
}

.cal-sel-nav.cal-prev .fa {
    float: left;
}

.cal-sel-nav.cal-next .fa {
    float: right;
}

.cal-sel-nav .fa {
    font-size: 30px;
    margin-top: 4px;
    vertical-align: top;
}

.cal-sel-item .cal-sel-sel {
    font-size: 15px;
    text-transform: none;
    min-width: 100px;
    text-align: left;
    letter-spacing: 0.5px;
}

.cal-sel-item .cal-sel-sel .fa.fa-angle-up::before {
    content: "\f106";
}

.cal-sel-sel .fa {
    font-size: 22px;
    float: right;
    margin-top: 8px;
}

.cal-sel-item-label {
    min-width: 250px;
    padding: 0 15px;
    text-align: center;
}

.cal-sel-item-label-small {
    background: transparent;
    padding: 0 15px;
    color: #313131;
    text-transform: none;
}

.cal-sel-item a {
    color: #fff;
    display: block;
    padding: 0 15px;
    text-decoration: none;
}

.cal-sel-item a:hover {
    opacity: 0.6;
}

.cal-sel-list {
    display: none;
    position: absolute;
    text-align: center;
    width: 100%;
    right: 0;
    background: #555;
    z-index: 10;
}

.cal-sel-list a {
    font-size: 14px;
    line-height: 25px;
    padding: 2px 15px;
    text-decoration: underline;
}

.cal-sel-list a:hover {
    opacity: 1;
    text-decoration: none;
}

#cal_month_sel_btn {
    min-width: 150px;
    text-align: left;
}

table.calendar {
    border-left: 2px solid #EBEBEB;
    width: 100%;
    margin: 20px 0;
}

tr.calendar-row {
}

td.calendar-day {
    min-height: 100px;
    font-size: 15px;
    position: relative;
}

* html div.calendar-day {
    height: 80px;
}

td.calendar-day:hover {
}

td.calendar-day-np {
    background: #eee;
    min-height: 80px;
}

* html div.calendar-day-np {
    height: 100px;
}

td.calendar-day-head {
    border-bottom: 2px solid #EBEBEB;
    border-right: 2px solid #EBEBEB;
    border-top: 2px solid #EBEBEB;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 120px;
}

div.day-number {
    padding: 5px;
    font-weight: bold;
    margin: 3px 5px 5px;
    width: 20px;
    text-align: center;
    font-size: 11px;
}

/* shared */
td.calendar-day, td.calendar-day-np {
    width: 120px;
    padding: 0;
    border-bottom: 2px solid #EBEBEB;
    border-right: 2px solid #EBEBEB;
    height: 120px;
    vertical-align: top;
}

td.calendar-day-head.weekday-5, td.calendar-day-head.weekday-6 { /*background: #bbb;*/
    width: 40px;
}

.cal-event {
    padding: 0;
    background: transparent;
    margin-bottom: 2px;
}

.cal-event a {
    text-decoration: none;
}

.cal-event a:hover {
    opacity: 0.6;
}

.cal-event .cal-evt-title {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 10px 10px 0;
    position: relative;
    display: inline-block;
}

.cal-event.warning {
    background: #fcf499;
}

table.calendar .cal-evt-categories, .evt-loop .evt-info .cal-evt-categories {
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #333;
    margin-top: 10px;
    padding: 1px 8px;
    text-align: center;
    display: inline-block;
    float: right;
    position: relative;
}

table.calendar .cal-evt-cat, .evt-loop .evt-info .cal-evt-categories .evt-cat {
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    height: 17px;
    line-height: 17px;
    display: inline-block;
    vertical-align: top;
}

.cal-event {
    position: relative;
    overflow: hidden;
}

.cal-event:before, .evt-loop .evt-info:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    display: inline-block;
    top: 0;
    left: 0;
}

.cal-event.bg-corso-marketing:before, .evt-loop .evt-info.bg-corso-marketing:before {
    background: #006792;
    opacity: 0.2;
}

.cal-event.bg-corso-marketing .cal-evt-categories, .evt-loop .evt-info.bg-corso-marketing .cal-evt-categories {
    background: #006792;
}

.cal-event.bg-corso-travel:before, .evt-loop .evt-info.bg-corso-travel:before {
    background: #961b49;
    opacity: 0.2;
}

.cal-event.bg-corso-travel .cal-evt-categories, .evt-loop .evt-info.bg-corso-travel .cal-evt-categories {
    background: #961b49;
}

.cal-event.bg-corso-commerce:before, .evt-loop .evt-info.bg-corso-commerce .cal-evt-categories {
    background: #406348;
    opacity: 0.2;
}

.cal-event.bg-corso-commerce .cal-evt-categories, .evt-loop .evt-info.bg-corso-commerce .cal-evt-categories {
    background: #406348;
}

/* evt mobile loop */
.evt-loop {
    margin-bottom: 25px;
}

.evt-loop .evt-info {
    position: relative;
    overflow: hidden;
}

.evt-loop .evt-info .evt-date {
    border-bottom: 2px solid #EBEBEB;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 10px;
    text-transform: uppercase;
}

.evt-loop .evt-info .evt-title {
    display: block;
    font-size: 21px;
    padding: 15px;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.evt-loop .evt-info .cal-evt-categories {
    padding: 2px 10px;
}

.evt-loop .evt-info .cal-evt-categories .evt-cat {
    font-size: 11px;
    text-decoration: none;
}

/* no events */
#cal-noEvents-wrap {
    position: absolute;
    top: 120px;
    padding: 8% 12%;
    background: #F7A400;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 750px;
}

#cal-noEvents-wrap * {
    color: #fff;
}

#cal-noEvents-wrap .cal-noEvents-icon {
    height: auto;
    margin-bottom: 35px;
}

@media only screen and (max-width: 991px) {
    .cal-sel-item {
        font-size: 12px;
    }

    .cal-sel-item-label {
        min-width: auto;
        padding: 0 25px;
    }

    .cal-sel-item .cal-sel-sel {
        font-size: 13px;
    }

    #cal_month_sel_btn {
        min-width: 120px;
    }

    .cal-sel-nav {
        font-size: 0;
        min-width: auto;
        text-align: center;
    }

    .cal-sel-nav .fa {
        font-size: 23px;
        margin-top: 10px;
    }

    .cal-sel-nav.cal-next .fa, .cal-sel-nav.cal-prev .fa {
        float: none;
    }

    .cal-sel-item-label-small {
        padding: 0 8px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .cal-sel-item-label {
        width: 70%;
        float: left;
        border-left: solid 2px #fff;
        border-right: solid 2px #fff;
    }

    .cal-sel-nav {
        width: 15%;
        float: left;
    }

    .cal-sel-nav.cal-prev {
        text-align: center;
    }

    .cal-sel-sort-wrap .cal-sel-item {
        float: left;
        width: 40%;
    }

    .cal-sel-sort-wrap .cal-sel-item-label-small {
        text-align: center;
        width: 20%;
    }

    #cal_month_sel_btn {
        border-right: solid 2px #fff;
    }
}

/* end calendario*/

/* Area Riservata */
.page-area-riservata {
    border-top: solid 2px #f1f1f1;
}

#ar_page_intro {
    margin-bottom: 40px;
    margin-top: 30px;
}

.ar-page-intro_right {
    text-align: right;
}

#ar_page_intro p {
    color: #9E9E9E;
}

#ar_not_active {
    margin-top: 80px;
    margin-bottom: 0px;
    text-align: center;
}

#ar_welcome {
    margin-bottom: 50px;
}

.ar-box {
    padding: 60px 40px 40px;
    background: #EBEBEB;
}

.ar_courses_box {
    margin: 40px 0;
}

.ar_content-none {
    background: #EBEBEB;
    padding: 40px;
    margin: 40px 0 70px;
    /* min-height: 180px; */
}

.gb_vc_order_item.bg-corso-marketing, .gb_vc_order_item.gb_opened.bg-corso-marketing .gb_vc_item_head {
    background: rgb(180, 212, 225);
}

.gb_vc_order_item.gb_opened.bg-corso-marketing .gb_vc_item_head, .gb_vc_order_item.gb_opened.bg-corso-marketing a {
    color: #00729F;
}

.gb_vc_order_item.bg-corso-marketing .gb_vc_item_head {
    background: #00729F;
}

.gb_vc_order_item.bg-corso-marketing a:after {
    color: #00729F;
}

.gb_vc_order_item.bg-corso-travel, .gb_vc_order_item.gb_opened.bg-corso-travel .gb_vc_item_head {
    background: #EAD1DA;
}

.gb_vc_order_item.gb_opened.bg-corso-travel .gb_vc_item_head, .gb_vc_order_item.gb_opened.bg-corso-travel a {
    color: #961B49;
}

.gb_vc_order_item.bg-corso-travel .gb_vc_item_head {
    background: #961B49;
}

.gb_vc_order_item.bg-corso-travel a:after {
    color: #961B49;
}

.gb_vc_order_item.bg-corso-commerce, .gb_vc_order_item.gb_opened.bg-corso-commerce .gb_vc_item_head {
    background: #B9D1C9;
}

.gb_vc_order_item.gb_opened.bg-corso-commerce .gb_vc_item_head, .gb_vc_order_item.gb_opened.bg-corso-commerce a {
    color: #194F44;
}

.gb_vc_order_item.bg-corso-commerce .gb_vc_item_head {
    background: #194F44;
}

.gb_vc_order_item.bg-corso-commerce a:after {
    color: #194F44;
}

.gb_vc_order_item a {
    font-weight: 700;
    position: relative;
}

/*
.gb_vc_order_item {
    border-top: solid 2px #fff;
}
*/

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

.gb_vc_order_item .gb_vc_item_head {
    padding: 25px;
    position: relative;
    padding-right: 30px;
}

/*.gb_vc_order_item .gb_vc_item_head:after {
    font-family: "fontAwesome";
    right: 8px;
    color: #fff;
    font-size: 26px;
    position: absolute;
    content: "\f107";
    right: 20px;
    top: 30%;
}

.gb_vc_order_item.gb_opened .gb_vc_item_head:after {
    font-family: "fontello";
    content: "\e81b";
    font-size: 14px;
    top: 40%;
}*/

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

.gb_vc_order_item .gb_vc_item_head {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.gb_vc_order_item:not(.gb_opened) .gb_vc_item_content {
    display: none;
}

.gb_vc_order_item .gb_vc_item_info {
    list-style: none;
    margin-left: 0;
}
.gb_vc_order_item .gb_vc_item_info li span {
    text-transform: uppercase;
}
#content .gb_vc_order_item .gb_vc_item_info li {
    font-size: 14px;
    margin-bottom: 8px;
    padding: 0;
    color: #0c729d;
}
#content li.gb_vc_attestato {
    text-transform: uppercase;
}
#content .wpb_wrapper ul li.gb_vc_attestato a, #content .wpb_wrapper ul li a.assegna_corso {
    text-decoration: underline;
    border: none;
    color: #313131;
    font-weight: normal;
    font-size: 14px;
}
#content .wpb_wrapper ul li.gb_vc_attestato a:hover, #content .wpb_wrapper ul li a.assegna_corso:hover {
    text-decoration: none;
    color: #000;
}
#content .wpb_wrapper ul li.gb_vc_attestato a:after, #content a.assegna_corso:after{
    display: none;
}
#content .wpb_wrapper ul li a.assegna_corso {
    text-transform: none;
}

#content .gb_vc_guide_ebook {
    padding: 40px;
    margin-right: 0px;
    margin-left: 0;
    background: #F1F1F1;
    background: -moz-linear-gradient(145deg, #F1F1F1 60%, #EBEBEB 40%);
    background: -webkit-linear-gradient(145deg, #F1F1F1 60%, #EBEBEB 40%);
    background: linear-gradient(145deg, #F1F1F1 60%, #EBEBEB 40%);
    background-position: right center;
    min-height: 200px;
    overflow: hidden;
}

#content .gb_vc_guide_ebook .wpb_single_image {
    float: right;
}

#content .gb_vc_guide_ebook ul {
    list-style: none;
    padding-left: 0;
}

#content .gb_vc_guide_ebook ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}

#content .gb_vc_guide_ebook ul li:before {
    position: absolute;
    left: 0;
    font-family: "fontello";
    content: "\e81d";
    color: #F3A21F;
    font-size: 21px;
}

#content .gb_vc_guide_ebook ul li a {
    text-decoration: none;
    border-bottom: solid 2px #A3A3A3;
    font-size: 18px;
}

#content .gb_vc_guide_ebook ul li a:hover {
    border-bottom: solid 2px #F3A21F;
}

/* search page */
body.search .search-content {
    border-top: solid 2px #f1f1f1;
    padding-top: 50px;
    padding-bottom: 100px;
}

body.search .search-content .page-title span {
    display: block;
}

.search-box #searchform {
    position: relative;
    border: solid 1px #ddd;
    display: inline-block;
}

.search-box #searchform button {
    border: 0;
    font-size: 17px;
    background: transparent;
    position: absolute;
    right: 0;
    top: 4px;
    height: 35px;
    line-height: 35px;
    background: #fff;
}

.search-box #searchform #s {
    padding: 0 10px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border: 0;
    min-width: 300px;
}

@media screen and (max-width: 767px) {
    .search-box #searchform #s {
        min-width: 0;
    }
}

/* targeting filter */
#adv_targeting_filter {
    text-align: right;
}

#adv_targeting_filter ul {
    list-style: none;
    margin-left: 0;
}

#content #adv_targeting_filter ul li {
    margin-bottom: 4px;
}

#content #adv_targeting_filter li > a {
    display: inline-block;
    min-width: 120px;
    padding: 8px 20px 8px 15px;
    background: #ebebeb;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    border-radius: 20px;
    text-align: right;
    text-transform: uppercase;
    border: solid 2px #313131;
    background: transparent;
}

#content #adv_targeting_filter li > a:not(.adv-current-target):hover {
    border: solid 2px #000;
    color: #000;
}

#content #adv_targeting_filter li > a.adv-current-target {
    background: #ddd;
    background: #FA9D2A;
    color: #fff;
    border: solid 2px #FA9D2A;
}

#adv_targeting_filter li > a.adv-current-target:before {
    font-family: "fontello";
    color: #fff;
    font-size: 11px;
    content: "\e81b";
    float: left;
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    #adv_targeting_filter {
        text-align: left;
    }

    #content #adv_targeting_filter ul li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 8px;
    }

    #content #adv_targeting_filter li > a {
        text-align: left;
        font-size: 11px;
        padding: 5px 10px 5px 15px;
        border-radius: 15px;
        line-height: 15px;
        min-width: 100px;
    }

    #adv_targeting_filter li > a.adv-current-target::before {
        float: right;
        margin-right: 0;
        margin-left: 10px;
    }
}

/* pagination */
.pagination.navigation {
    padding: 0;
    text-align: center;
    display: block;
    margin: 40px 0;
}

.pagination .nav-links .page-numbers.next .fa, .pagination .nav-links .page-numbers.prev .fa {
    font-size: 26px;
    line-height: 45px;
}

.pagination .nav-links .page-numbers {
    border-radius: 50%;
    border: solid 2px #ebebeb;
    background: transparent;
    font-size: 19px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-decoration: none;
    margin: 0 10px 8px;
}

.pagination .nav-links .page-numbers:hover {
    background: #F7F7F7;
}

.pagination .nav-links .page-numbers.current {
    background: #F7F7F7;
    border: solid 2px #ebebeb;
}

.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
    font-size: 0;
    background: transparent;
}

.pagination .nav-links .page-numbers.next:hover, .pagination .nav-links .page-numbers.prev:hover {
    background: #F7F7F7;
}

.pagination .nav-links .page-numbers.next .fa, .pagination .nav-links .page-numbers.prev .fa {
    font-size: 26px;
    line-height: 46px;
}

/* tag cosi */
body.tax-product_tag #site-masthead {
    border-bottom: solid 2px #ebebeb;
}

#adv_blocco_di_apertura_tag {
    padding: 45px 0 55px;
}

/* contatti */
.gform_wrapper #gform_3 .gform_footer,
.gform_wrapper #gform_4 .gform_footer
{
    margin-top: 20px;
}
#pre_submit
{
    font-size: 13px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
}

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

.wmra-contact-form_container > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    background: #313131;
}

.wmra-contact-form_container > .vc_column_container .gform_fields > li {
    position: relative;
}

.wmra-contact-form_container .gb_vc_titolo {
    padding-top: 60px;
}

.wmra-contact-form_container .gb_vc_titolo .title, .wmra-contact-form_container .gb_vc_titolo .subtitle, .wmra-contact-form_container .wpb_text_column p {
    color: #fff;
}

.wmra-contact-form_container .gb_vc_titolo .subtitle {
    font-weight: 700;
    color: #F8AC21;
    font-size: 16px;
    margin: 20px 0 40px;
    text-align: center;
    text-transform: uppercase;
}

/* WC basic layout */
.woocommerce h2 {
    font-weight: bold;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
}

@media (max-width: 767px) {
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        width: 100%;
    }
}

/* login */
#wmra_custom-login-intro {
    padding: 100px 15%;
}

#wmra_login-intro {
    margin-bottom: 25px;
}

#customer_login {
    background: #EBEBEB;
}

.wc-login-col {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
}

.form-loader {
    background: url('images/icons/load-round.svg') no-repeat center center;
    background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    height: 80px;
    width: 80px;
    margin: 15px auto 40px;
}

#wc_login_back {
    padding: 6px 15px;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: -20px;
    font-size: 14px;
}

#wc_login_back span {
    display: inline-block;
    border-bottom: solid 1px #fff;
    padding-bottom: 0px;
    line-height: 18px;
}

#wc_login_back .fa {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 1px;
}

#wc_login_back:before {
    display: none !important;
}

#wc_login_back:hover {
    background: #fff;
}

.wc-form-resetpassword-wrap {
    max-width: 768px;
    margin: 80px auto 0;
}

form.woocommerce-ResetPassword {
    padding: 40px;
    background: #EBEBEB;
}

form.woocommerce-ResetPassword p {
    text-align: center;
}

form.woocommerce-ResetPassword .woocommerce-form-row input {
    width: 100%;
    padding: 3px 6px;
}

form.woocommerce-ResetPassword .woocommerce-form-row {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

form.woocommerce-ResetPassword .woocommerce-form-row label {
    text-align: left;
}

.woocomerce-form .woocommerce-form-row label, form.woocommerce-ResetPassword .woocommerce-form-row label {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

.woocomerce-form .woocommerce-form-row input {
    width: 100%;
    padding: 4px 10px;
    border: solid 2px #E9E9E9;
    vertical-align: top;
}

.woocomerce-form .checkbox-row-wrap {
    margin: 20px 0;
}

.woocomerce-form .checkbox-row-wrap input[type="checkbox"] + span {
    vertical-align: top;
}

.woocomerce-form .checkbox-row-wrap input[type="checkbox"] + span:after {
    top: -2px;
    left: -14px;
}

.woocomerce-form .checkbox-row-wrap input[type="checkbox"] + span:before {
    border: solid 2px #333;
}

.woocomerce-form .checkbox-row-wrap label {
    width: 90%;
    line-height: 18px;
}

form.woocommerce-ResetPassword .woocommerce-form-row--first {
    margin-top: 40px;
}

.gb_login-form-wrapper {
    overflow: hidden;
}

#wmra_login-form-tab-nav {
    list-style: none;
    margin: 20px 0;
}

#wmra_login-form-tab-nav li {
    display: inline-block;
    vertical-align: top;
}

#wmra_login-form-tab-nav li button {
    background: #F1F1F1;
    border: solid 1px #F1F1F1;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 2px 18px;
    width: 100%;
}

#wmra_login-form-tab-nav li button.active {
    border: solid 1px #F5A220;
    background: #fff;
    color: #F5A220;
}

#wc_login-form {
    background: url('images/wmra-login-bg.jpg') no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    right: 0;
    transition: right ease-out 0.4s;
    -webkit-transition: right ease-out 0.4s;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.gb_login-form-wrapper {
    padding: 100px 15%;
    position: relative;
}

#customer_login .woocomerce-form {
    background: #fff;
    padding: 50px 20%;
}

#customer_login #wc_register-form .woocomerce-form {
    margin: 0;
}

.woocomerce-form .wc-form-subtitle {
    color: #F5A220;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;
}

.woocomerce-form .wc-form-title {
    text-align: center;
}

#content .woocomerce-form .form-row .woocommerce-Button {
    background: #F5A220;
    border: solid 2px #F5A220;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 14px;
}

#content .woocomerce-form .form-row .woocommerce-Button:hover {
    background: #fff;
    color: #F5A220;
}

.woocomerce-form .woocommerce-form-row.woocommerce-form-row--wide {
    margin-bottom: 30px;
}

.woocomerce-form .woocommerce-LostPassword {
    text-align: center;
}

.woocomerce-form .woocommerce-LostPassword a {
    font-size: 15px;
    font-style: italic;
}

.woocomerce-form p a {
    font-size: 13px;
}

.woocomerce-form .woocommerce-form__label-for-checkbox span {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}

.woocomerce-form .form-row {
    position: relative;
}

.woocomerce-form .form-row:not(.standard-label-row-wrap) label {
    text-align: left;
    position: absolute;
    top: 6px;
    left: 15px;
    transition: all ease 0.3s;
    margin: 0;
}

.woocomerce-form .form-row.focus:not(.checkbox-row-wrap) {
}

.woocomerce-form .form-row:not(.checkbox-row-wrap) label.l-animated {
    top: -18px;
    font-size: 11px;
    left: 10px;
    line-height: 15px;
}

.woocommerce-password-hint {
    font-size: 13px;
    line-height: 17px;
    display: block;
}

#customer_login .woocomerce-form .form-row {
    text-align: center;
}

#add_custom_heading.invoice_adress
{

    display: block;
    width: 100%;
    float: left;
    margin-top: 30px;
}
@media (max-width: 991px) {
    #wmra_custom-login-intro {
        padding: 80px 30px;
    }

    .gb_login-form-wrapper {
        padding: 40px;
    }

    #customer_login .woocomerce-form {
        padding: 30px 40px;
    }
}

@media (max-width: 767px) {
    #customer_login h2 {
        font-size: 28px;
        margin-right: 10px;
        line-height: 30px;
    }

    #customer_login .woocommerce-form-row label {
        font-size: 15px;
    }

    #wc_login-form {
        position: static;
        padding: 0 20px 20px;
        background: #EBEBEB;
    }

    .gb_login-form-wrapper {
        padding: 0 20px 20px;
    }
}

@media (max-width: 500px) {
    #customer_login {
        background: #fff;
    }

    .gb_login-form-wrapper {
        padding: 0;
    }

    #customer_login .woocomerce-form {
        padding: 20px 10px;
        margin: 0 0 20px;
    }

    #wmra_login-form-tab-nav {
        overflow: hidden;
    }

    #wmra_login-form-tab-nav li {
        width: 50%;
        float: left;
        padding-right: 5px;
    }

    #wc_login-form {
        padding: 0 20px;
        background: transparent;
    }

    .gb_login-form-wrapper {
        padding: 0 20px;
    }

    .gb_login-form-wrapper .checkbox-row-wrap label {
        text-align: left;
        padding-left: 5px;
    }
}

.woocommerce-password-strength {
    margin: 5px 0;
    font-size: 14px;
    background: #fff;
    padding: 4px 10px;
    font-weight: bold;
}

.woocommerce-password-strength.bad {
    color: red;
}

.woocommerce-password-strength.short {
    color: #e5c244;
}

.woocommerce-password-strength.good {
    color: blue;
}

.woocommerce-password-strength.strong {
    color: #82ce44;
}

/* WC account */
#wmra_my-account {
    background-color: #F2F2F2;
    padding-top: 50px;
    padding-bottom: 110px;
}

body.woocommerce-account #site-masthead {
    border-bottom: solid 2px #f1f1f1;
}

body.woocommerce-account .notice-box {
    margin: 80px auto 0;
    max-width: 700px;
}

body.woocommerce-account .woocommerce-MyAccount-content {
    background-color: #fff;
    padding: 65px;
}

.woocommerce-MyAccount-navigation {
    background: #fff;
    padding: 20px;
    width: 80%;
}

.woocommerce-MyAccount-navigation ul li {
    border-left: 4px solid #ccc;
    padding: 9px 0;
    margin-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #999;
    text-decoration: none;
    display: block;
    padding: 2px 5px 2px 15px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    text-decoration: underline;
}

.woocommerce-MyAccount-navigation ul li.is-active {
    border-color: #313131;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #313131;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border: 0;
    padding-left: 0;
    margin-top: 25px;
}

.woocommerce-MyAccount-navigation ul li:last-child a {
    color: #fcb040;
    padding-left: 0;
}

/* Edit account */
.woocommerce-MyAccount-content .woocomerce-form h2 {
    margin-bottom: 60px;
}

.woocommerce-EditAccountForm, .wmra-edit-address-form, .woocommerce-MyAccount-content .woocomerce-form {
    max-width: 500px;
    margin: 0 auto;
}

.wmra-light-form.woocomerce-form .form-row {
    margin-bottom: 45px;
}

.wmra-light-form.woocomerce-form .form-row input {
    background: transparent;
    border: solid 2px #313131;
    padding: 6px 15px;
}

.wmra-light-form.woocomerce-form .select2-container--default .select2-selection--single {
    border: 2px solid #313131;
    background: transparent;
}

#billing_address_1_field:not(.focus) label {
    display: none;
}

abbr[title], abbr[data-original-title] {
    border: 0;
    text-decoration: none;
}

/* error / messages */
#content .woocommerce .woocommerce-error, #login_popup .woocommerce-error{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px 20px;
    margin: 0 0 20px;
    list-style: none;
}

#content .woocommerce ul.woocommerce-error li, #login_popup .woocommerce-error li {
    line-height: 18px;
    padding: 5px 0 5px 35px !important;
}

#content .woocommerce .gb_login-form-wrapper ul.woocommerce-error li, #login_popup .woocommerce-error li {
    padding: 5px 0 !important;
}

.woocommerce .woocommerce-error * {
    color: #a94442;
}

.woocommerce .woocommerce-message {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px 20px;
    margin-bottom: 25px;
    line-height: 22px;
    padding-left: 55px;
}

.woocommerce .woocommerce-message * {
    color: #3c763d;
}

.alert.alert-info {
    font-size: 17px;
    line-height: 19px;
}

/* woocommerce button */
.main-wrapper .woocommerce-button.button {
    margin: 0 4px;
    border-radius: 0;
}

.main-wrapper .woocommerce-Button.button {
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
    background: #000;
    color: #fff;
    letter-spacing: 1px;
    padding: 8px 15px;
    border: 0;
    border: solid 1px #000;
}

.main-wrapper .woocommerce-Button.button:hover {
    background: #fff;
    color: #000;
}

/* address */
.woocommerce-MyAccount-content .edit {
    margin-bottom: 15px;
    text-transform: uppercase;
    background: #313131;
    border: 2px solid #313131;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 10px 14px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 0;
}

.woocommerce-MyAccount-content .edit:hover {
    background: transparent;
    color: #000;
}

.woocommerce-Address address {
    line-height: 22px;
    font-size: 17px;
}

.woocommerce-MyAccount-content .form-row label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.woocommerce-MyAccount-content .form-row input {
    width: 100%;
    padding: 3px 15px;
}

.woocommerce-MyAccount-content legend {
    border: 0;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 30px;
}

.wmra-address-inner {
    margin: 30px 0 20px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #CCCCCC;
    border-radius: 0;
    padding: 4px;
    height: auto;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 6px 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 8px 6px 0;
}

/* reset password */
.woocommerce-MyAccount-content .button {
    background: #131313;
    color: #fff;
    padding: 8px 15px;
    border: 0;
    box-shadow: none;
}

.woocommerce-MyAccount-content .button:hover {
    opacity: 0.85;
}

@media only screen and (max-width: 991px) {
    .woocommerce-MyAccount-navigation {
        padding: 15px;
        width: 100%;
    }

    .woocommerce-MyAccount-navigation ul li a {
        padding: 2px 5px 2px 10px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 767px) {
    #wmra_my-account {
        padding-top: 30px;
    }

    .woocommerce-MyAccount-navigation {
        width: 100%;
    }

    .woocommerce h2 {
        font-size: 28px;
        line-height: 38px;
    }

    #wmra_my-account {
        opacity: 0;
    }

    #wmra_my-account #sidebar-nav:not(.fixed) ul li:first-child {
        display: none;
    }

    #wmra_myaccount-back {
        margin-bottom: 30px;
        padding: 6px 10px;
        text-transform: uppercase;
        font-size: 12px;
    }

    #wmra_myaccount-back i {
        font-size: 16px;
    }

    body.woocommerce-account .woocommerce-MyAccount-content {
        padding: 35px;
    }

    #wmra_my-account #sidebar-nav {
        padding: 0;
        float: none;
    }

    #wmra_my-account #sidebar-nav.fixed {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        padding: 30px;
        display: none;
        background: #fff;
        z-index: 2000;
    }

    #wmra_close-button {
        border: 0;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 10px;
    }

    #wmra_my-account #sidebar-nav.fixed .woocommerce-MyAccount-navigation {
        padding: 15px 0;
    }

    .woocommerce-EditAccountForm, .wmra-edit-address-form, .woocommerce-MyAccount-content .woocomerce-form {
        max-width: 100%;
    }
}

/* login form */
.wmra_login_pop, .wmra_menu_pop {
    background: #fff;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9;
    padding: 0 15px;
    display: none;
    text-align: left;
}

#ar_login.wmra_login_pop, .wmra_menu_pop {
    z-index: 20;
    width: 290px;
}

.wmra_menu_pop {
    background: #313131;
    text-align: left;
    padding: 0;
}

#ar_page_login.wmra_login_pop {
    border: 2px solid #313131;
    box-shadow: none;
    display: block;
    margin: 80px auto;
    max-width: 350px;
    position: static;
}

#ar_page_login.wmra_login_pop .login-username label, #ar_page_login.wmra_login_pop .login-password label {
    display: block;
}

.nav-menu-right li .wmra_menu_pop a {
    padding: 11px 20px;
}

.nav-menu-right li a.ar_active {
    color: #F5A220;
    padding-top: 7px; padding-bottom: 5px;
}

.nav-menu-right li a.ar_active:hover {
    color: #cfcece;
}

.wmra_menu_pop a.special, .nav-menu-right li .wmra_menu_pop a:hover {
    background: #131313;
}

.wmra_menu_pop a.special:hover {
    background: #000;
}

.wmra_login_pop label {
    display: none;
}

.wmra_login_pop input:not([type="submit"]):not([type="button"]) {
    width: 100%;
    border: none;
    border: 2px solid #313131;
    font-size: 16px;
    color: #313131;
    padding: 4px 10px;
}

.wmra_login_pop input:not([type="text"]):not([type="password"]):not([type="email"]) {
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.wmra_login_pop input[type="submit"] {
    width: 100%;
}

.wmra_login_pop p.logindesc {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    color: #313131;
    margin: 12px 0;
    text-align: center;
}

.wmra_login_pop p.loginreg {
    font-size: 16px;
    color: #313131;
    letter-spacing: 0;
    line-height: 19px;
    margin: 22px 0 12px 0;
    text-align: left;
}

.wmra_login_pop #adv_wp_submit, .wmra_login_pop #adv_wp_submit_ar {
    margin-top: 7px;
}

#popup_form_bottom {
    text-align: center;
    line-height: 16px;
}

#popup_form_bottom #adv_lost_password {
    display: inline-block;
    margin: 8px 0;
}

/* scrolled nav */
#adv_snav_menu {
    z-index: 8;
    width: 240px !important;
    margin-bottom: 20px;
    position: relative;
}
#adv_snav_menu > .vc_tta-tabs-container{
    background: #fff;
    transition: 0.5s ease-out;
}

#content #adv_snav_menu ul {
    margin: 0;
    padding: 25px;
    list-style: none;
    background: transparent;
}

#content #adv_snav_menu li {
    border-left: 5px solid #ccc;
    padding: 9px 0;
    margin-bottom: 0;
}

#content #adv_snav_menu a {
    color: #999;
    text-decoration: none;
    display: block;
    padding: 2px 5px 2px 15px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0;
}

#content #adv_snav_menu li.adv_snav_active {
    border-color: #313131;
}

#content #adv_snav_menu li.adv_snav_active a {
    color: #313131;
}

#adv_snav_panels {
    margin-top: -150px;
}

/* categorie */
#wmra_elenco_corsi {
    margin-bottom: 70px;
    min-height: 500px;
}

#content .wmra-page-header:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 55%;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.wmra_category_box_plus{}
.wmra_category_box_plus > .vc_column-inner > .wpb_wrapper{
	margin: 0 0 0 70px;
	padding: 35px 35px 1px;
		
	-webkit-box-shadow: 1px 1px 10px 1px rgba(186,179,186,0.61);
	-moz-box-shadow: 1px 1px 10px 1px rgba(186,179,186,0.61);
	box-shadow: 1px 1px 10px 1px rgba(186,179,186,0.61);		
}
.wmra_category_box_plus .gb_vc_titolo .title, .wmra_category_box_plus .gb-check-list ul li:before {
	color: #999;
}
.wmra_category_box_plus .gb-check-list ul li:before {
	font-size: 14px;
}
.wmra_category_box_plus .gb-check-list ul li {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	letter-spacing: 0.5px;
	padding-left: 30px !important;
}
#adv_blocco_di_apertura_categoria.bdac_black .wmra-page-header .gb_vc_titolo .title {
    color: #333;
}

/* footer */
#footer-wrapper {
    background: #fff;
    margin-top:0;
    padding: 0;
}

#footer-block .gb_vc_titolo .title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#footer-block a {
    color: #737373;
    /*text-decoration: none;*/
}

#footer-block a:hover {
    color: #313131;
    text-decoration: underline;
}

#footer-block ul.menu {
    list-style: outside none none;
    font-size: 14px;
    margin: 0;
}

#footer-block ul.menu li {
    line-height: 20px;
    margin: 0;
    padding: 3px 0;
}

#footer-block ul.menu a {
    margin: 0 0 5px 0;
    font-size: 14px;
    padding: 2px 0;
}

#footer-block .wmra-footer .wpb_text_column, #footer-block .wmra-footer .wpb_text_column p {
    color: #737373;
    font-size: 14px;
}

#footer-block .wmra-footer-logo img {
    width: 150px;
}

#footer-block .wmra-footer .wpb_text_column .social-icons a i {
    font-size: 20px !important;
}

#footer-block .wmra-footer .wpb_text_column .social-icons a {
    color: #313131;
}

#footer-block .wmra-footer .wpb_text_column .social-icons a:hover {
    color: #737373;
}

#footer-block .wmra-footer .wpb_text_column {
    margin-bottom: 15px;
}

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

#footer-block .footer-payments .gb_vc_titolo .title {
    margin-bottom: 0;
    color: #313131;
}
#footer-block .social-icons{
    text-align:center;
}
#footer-block .social-icons li{
    margin: 0 12px;
    display: inline-block;
    float:none;
}

#footer-block .footer-bottom{
    padding:30px 0;
}

#footer-block .footer-logo-wrap img{
    margin:5px;
}

.wmra-footer{
    padding-top:50px;
}

.wmra-credits {
    padding: 25px 0 0;
    border-top: 2px solid #EBEBEB;
}

.wmra-credits p {
    font-size: 12px;
    color: #737373;
}

@media only screen and (min-width: 992px) {
    /* scrollbar - solo WebKit */
    ::-webkit-scrollbar {
        width: 12px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background: #EBEBEB;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background: #F5A220;
        -webkit-box-shadow: none;
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #666;
    }

    .wmra-form-orange ::-webkit-scrollbar-thumb {
        background: #fff;
    }

    /* hover */
    .top-area-riservata:hover #ar_menu {
        display: block;
    }
}

.wmra-remove-product-icon{
    font-size: 16px;
    color: #F5A220;
}
#privacy_label, .privacy_label {
    font-weight: normal;
    text-align: left;
    margin-top: -3px;
}
button.button[name="apply_coupon"] {
    text-transform: uppercase;
    padding: 11.5px 15px;
}
#coupon_code, button.button[name="apply_coupon"]{
    height: 40px;
}
.woocommerce .woocommerce-customer-details address {
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    padding: 15px 25px;
}
.cart-discount-message {
    float:  left;
    width: 50%;
    padding: 50px;
    background-color: #e6e6e6;
}
.woocommerce-checkout #payment label.checkbox {
    text-decoration: none;
    margin-top: 0;
}
#custom_acceptances > p{
    margin-bottom: 0!important;
}
.gb_vc_vbox .gb_vc_vbox_price .amountm, .gb_vc_vbox .gb_vc_vbox_price ins{
    text-decoration: none!important;
}

.gb_vc_vbox_price {
    min-height: 40px;
}
.gb_vc_vbox_price .price_wrap {}

.gb_vc_vbox_price .price_wrap .price_inner {}

.gb_vc_vbox_price .price_wrap .price_inner .desc {
    margin-right: 15px;
}

.gb_vc_vbox_price .price_wrap .price_inner del {
}

.gb_vc_vbox_price .price_wrap .price_inner ins {}
.gb_vc_vbox_price .price_wrap .price_inner del,.gb_vc_vbox_price .price_wrap .price_inner ins{
    font-size: 120%;
    padding-right: 5px;
}
.mega-gb-menu-special .mega-menu-box {
    width: 100%!important;
    padding: 0!important;
}

.mega-gb-menu-gray-bg ul.mega-sub-menu {
    background-color: #EBEBEB!important;
    z-index: 200!important;
    padding-bottom: 25px!important;
}

#mega-menu-wrap-main-menu .mega-gb-menu-special .mega-menu-box .vc_column_container {
    float: left;
}

#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{
    font-size: 14px;
}
#mega-menu-wrap-main-menu .mega-gb-menu-special .mega-menu-box .vc_column_container li{
    font-size: 15px;
}
#mega-menu-wrap-main-menu .mega-gb-menu-special .mega-menu-box .vc_column_container p{
    font-size: 16px;
}


#mega-menu-wrap-main-menu .mega-gb-menu-special .mega-menu-box .vc_column_container li{
    margin-bottom: 0;
}
#mega-menu-wrap-main-menu .mega-gb-menu-special ul.mega-sub-menu li.mega-menu-columns-1-of-2{
    padding: 0!important;
}
#mega-menu-wrap-main-menu .mega-gb-menu-special .mega-menu-box .vc_column_container.vc_col-has-fill > div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#mega-menu-wrap-main-menu .mega-gb-menu-special .mega-sub-menu > li:nth-child(2){
    /* background: red!important; */
}
#mega-menu-wrap-main-menu .mega-gb-menu-special .mega-sub-menu > li:nth-child(2) .mega-menu-box .vc_column_container:not(.vc_col-has-fill) {
    padding: 15px;
}
#mega-menu-wrap-main-menu .mega-gb-menu-special .mega-sub-menu > li:nth-child(3) >div{
    padding-left: 30px!important;
}
#mega-menu-wrap-main-menu .mega-gb-menu-special .mega-sub-menu > li:nth-child(3) .gb-check-list ul > li{
    line-height: 22px;
    padding-left: 25px!important;
}
#mega-menu-wrap-main-menu .mega-gb-menu-special .mega-sub-menu > li:nth-child(3) .gb-check-list ul > li::before{
    font-size: 10px!important;
}

.mega-xs-visible > .mega-sub-menu > li.mega-xs-visible {
    padding: 10px 0px!important;
}

.mega-xs-visible > .mega-sub-menu > li.mega-xs-visible > a {
    color: #313131!important;
    font-size: inherit!important;
    margin-bottom: 0!important;
}
.mega-xs-visible > .mega-sub-menu{
    padding: 20px 20px!important;
}
.mega-menu-item-has-children {
    overflow: hidden;
}

.mega-xs-visible.mega-toggle-on > a {
    border-bottom-color: transparent!important;
}

.mega-xs-visible.mega-toggle-on > .mega-sub-menu {
    border-bottom: 2px solid #ebebeb!important;
}

.mega-gb-menu-special .wpb_text_column.wpb_content_element {
    margin-bottom: 15px;
}

.mega-menu-box_aula .vc_column-inner {
    padding-top: 15px;
    padding-bottom: 15px;
}

#mega-menu-wrap-main-menu .mega-gb-menu-special .mega-sub-menu > li:nth-child(3) >div {
    padding-top: 30px;
}
.mega-toggle-on.mega-gb-menu-gray-bg > a {
    background-color: #ebebeb!important;
}

.mega-toggle-on.mega-gb-menu-gray-bg > a:before {
    background-color: #ebebeb!important;
}
@media only screen and (max-width: 991px) {
    .mega-toggle-on.mega-gb-menu-gray-bg > a {
        background-color: transparent !important;
    }
    .mega-toggle-on.mega-gb-menu-gray-bg > a:before {
        background-color: transparent !important;
    }
}

.mega-gb-menu-special  .gb_vc_btn_blu > a:hover {
    color: #25719d!important;
}

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

body.content_only .content_only_element
{
    display: none;
}

/* wmra-portfolio-grid */
#wmra-portfolio-grid .vc_grid-item{
    width: 16.66666667%;
    float: left;
}
#wmra-portfolio-grid .vc_grid-item a{
    display: none;
}
#wmra-portfolio-grid .vc_gitem-zone {
    background-size: initial;
}
#wmra-portfolio-grid .vc_gitem-is-link {
    cursor: default;
}
@media only screen and (max-width: 991px) {
    #wmra-portfolio-grid .vc_grid-item{
        width: 25%;
    }
}
@media only screen and (max-width: 600px) {
    #wmra-portfolio-grid .vc_grid-item{
        width: 33%;
        float: left;
    }
}
@media only screen and (max-width: 460px) {
    #wmra-portfolio-grid .vc_grid-item{
        width: 50%;
        float: left;
    }
}

/* area riservata */
.page-area-riservata#content > .vc_row:not(.vc_row-no-padding):not(.wmra-page-header) > .vc_column_container > .vc_column-inner{
    padding-left: 15px;
    padding-right: 15px;
}
.ar_area-riservata-courses .vc_column_container>.vc_column-inner{
    padding-left: 0 !Important;
    padding-right: 0 !important;
}
.ar_area-riservata-courses .gb_vc_titolo_smaller h3{
    font-size: 28px;
    font-weight: 400;
}
.ar_courses-next{
    background: #f4f4f4;
    padding: 80px 0 20px;
    margin: 30px 0 40px;
}
.ar_courses-next .ar_content-none{
    background: white;
}
@media only screen and (max-width: 991px) {
    .ar_courses-next{
        padding: 50px 0 0;
        margin: 0 0 20px;
    }
}
@media only screen and (max-width: 767px) {
    .gb_vc_titolo.standard .title{
        font-size: 22px !important;
    }
    .ar_courses-next{
        padding: 35px 0 0;
    }
    .ar_area-riservata-courses .gb_vc_customer_products .container{
        margin: 0 20px;
    }
    .ar_courses-next .ar_content-none{
        padding: 20px;
        margin: 25px 0 50px;
    }
    .ar_courses-next .ar_content-none p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 500px) {
    .gb_vc_guide_ebook{
        padding: 20px 10px !important;
    }
    .gb_vc_guide_ebook .gb_vc_titolo.standard .title{
        font-size: 22px;
    }
    .gb_vc_guide_ebook li{
        padding-left: 22px !important;
    }
    #content .gb_vc_guide_ebook ul li a{
        font-size: 14px;
        border-bottom: solid 1px #A3A3A3;
    }
    .gb_vc_guide_ebook li::before{
        left: 10px !important;
    }
}

/* box corso*/
.ar_courses_box .gb_vc_vbox{
    width: calc(33% - 40px) !important;
    margin-right: 40px !important;
    display: flex;
    flex-direction: column;
}
.ar_courses_box .gb_vc_vbox .gb_vc_vbox_wrap{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.ar_courses_box .gb_vc_vbox .adv-icon-durata{
    font-size: 20px;
    margin-right: 9px;
    vertical-align: bottom;
}
.ar_courses_box .gb_vc_vbox .gb_vc_vbox_wrap .gb_vc_vbox_title{
    margin-bottom: 20px;
}
.gb_vc_vbox.gb_vc_vbox_online{
    background: #f4f4f4;
}
.gb_vc_vbox.gb_vc_vbox_other {
    background: white;
}
.gb_vc_vbox.gb_vc_vbox_other .gb_vc_btn_full:hover a{
   border: 2px solid #0c729d;
    color: white;
    box-shadow: 0 0 10px 2px #ccc;
}
.gb_vc_vbox.gb_vc_vbox_other .gb_vc_btn_full a{
    background: #0c729d;
    border: 2px solid transparent;;
}
.gb_vc_vbox.gb_vc_vbox_other .gb_vc_btn_full.slide_download a{
    background: white;
    border: 2px solid #313131;
    color: #313131;
}
.gb_vc_vbox.gb_vc_vbox_online .gb_vc_vbox_cnt{
    display: flex;
    margin-top: 15px;
}
.gb_vc_vbox.gb_vc_vbox_online .gb_vc_vbox_cnt .wco_cat.smll{
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #313131;
}
.gb_vc_vbox.gb_vc_vbox_online .gb_vc_vbox_cnt .progress{
    width: 72%;
    margin-left: auto;
}
.gb_vc_vbox.gb_vc_vbox_online .gb_vc_vbox_cnt .progress-status p{
   text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.gb_vc_vbox.gb_vc_vbox_online .gb_vc_vbox_cnt .ar_progress_bar > div{
    font-size: 14px !important;
    line-height: 25px !important;
}
.gb_vc_vbox.gb_vc_vbox_online.gb_vc_vbox_cta{
    margin-top: 0;
}
.ar_online_courses_list .gb_vc_vbox .gb_vc_vbox_cta .gb_vc_vbox_cta_left a{
    min-width: 170px !important;
    max-width: 2100px;
}
@media only screen and (max-width: 991px) {
    .ar_courses_box .gb_vc_vbox{
        width: calc(50% - 20px) !important;
        margin-right: 20px !important;
    }
}
@media only screen and (max-width: 767px) {
    .gb_vc_vbox .gb_vc_vbox_title h3, h3, .h3 {
        font-size: 18px !important;
    }
    .wco_single .wco_head .wco_head_right .ar_progress_bar > div{
        line-height: 20px !important;
    }
    .wco_single .wco_head .wco_head_right .gb_vc_btn_wrap{
        text-align: center;
    }
    .ar_online_courses_list .gb_vc_vbox .gb_vc_vbox_cta .gb_vc_vbox_cta_left {
        min-width: 100% !important;
    }
    .ar_online_courses_list .gb_vc_vbox .gb_vc_vbox_cta .gb_vc_vbox_cta_left a {
        min-width: 100% !important;
    }
    .gb_vc_vbox.gb_vc_vbox_online .gb_vc_vbox_cnt .progress-status p{
        line-height: 21px
    }
    .gb_vc_vbox.gb_vc_vbox_online .gb_vc_vbox_cnt .ar_progress_bar > div{
        font-size: 12px !important;
        line-height: 21px !important;
    }
}
@media only screen and (max-width: 600px) {
    .ar_courses_box .gb_vc_vbox{
        width: 100% !important;
        margin-right: 0!important;
    }
}

/*pagina indice corso*/
.wco_single .wco_head .wco_head_left, .wco_single .wco_head .wco_head_right{
    padding: 45px 40px 35px;
}
.wco_single .wco_head .wco_head_left .wco_cat{
    font-size: 22px;
    margin-bottom: 5px;
}
.wco_single .wco_head .wco_head_left .wco_exc p{
    font-size: 18px;
    line-height: 23px;
}
#content .wco_head_left .gb_vc_btn_full.gb_vc_btn_blu.slide_download a{
    margin: 20px 0 0 0 !important;
}
.wco_single .wco_head .wco_head_right .ar_progress_bar{
    margin-bottom: 25px;
}
.wco_single .wco_head .wco_head_right .ar_progress_bar > div{
    font-size: 14px !important;
    line-height: 25px;
}
#indice-lezioni .adv-icon-check::before{
    color: #F8AC21!important;
    font-size: 20px;
    font-weight: 900;
}
#indice-lezioni .wco_lezione .wco_cat {
    text-transform: capitalize;
}
#indice-lezioni .wco_lezione .wco_tit{
    font-size: 28px;
}
#indice-lezioni .wco_lezione .ar_progress_bar{
    height: 20px;
    margin: 0 15px 0 15px;
}
.wco_docente_bio{
    line-height: 18px;
}
.wco_single .wco_head .wco_head_left .wco_docente{
    margin: 25px 0;
}
.wco_single .wco_head .wco_head_left .wco_docente img{
    width: 45px;
}
.wco_single .wco_head .wco_head_left .wco_docente .wco_docente_info{
    margin: 0 20px 0 10px;
}
.wco_single .wco_head .wco_head_left .wco_docente .wco_docente_info span{
    font-size: 14px;
}
.wco_single .wco_head .wco_head_left .wco_docente .wco_docente_info p{
    line-height: 17px;
    margin: 10px 0 0;
    font-weight: 600;
}
.wco_single .wco_head .wco_head_left .wco_docente .wco_docente_more{
    margin: 0;
}
.wco_docente_more a{
    position: relative;
}
.wco_docente_more .fa-angle-double-down{
    margin-left: 5px;
    position: absolute;
    top: 3px;
}
.wco_single .wco_head .wco_head_left .wco_docente .wco_docente_more a{
    font-size: 16px;
}
#indice-lezioni .ar_progress_bar > div {
    font-size: 13px !important;
    line-height: 19px !important;
}
.wco_lezione-buttons{
    display: flex;
    margin-left: auto;
}
.wco_lezione-buttons .gb_vc_btn_full.slide_download{
    margin-right: 30px
}
.gb_vc_btn_full.slide_download a{
    background: transparent;
    color: #313131;
    border-color: #313131;
}
.gb_vc_docente_label_wrapper{
    padding-bottom: 70px;
}
.gb_vc_docente_label_wrapper .gb_vc_docente_label{
    font-size: 14px;
    left: 0;
}
.gb_vc_docente_box{
    padding: 0 0 50px !important;
}
.gb_vc_docente_box .gb_vc_docente_title .gb_vc_titolo{
    padding-top: 0 !important;
}
.gb_vc_docente_box .gb_vc_docente_role{
    font-size: 12px;
}
.gb_vc_docente_box .gb_vc_docente_exc p{
    font-size: 15px;
}
.gb_vc_docente_img img{
    max-width: 280px;
}
.login-message{
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    width: 300px;
    padding: 35px 20px 20px;
    background: #F5A220;
    z-index: 1000;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}
.login-message i{
    position: absolute !important;
    top: 12px;
    right: 28px;
    font-size: 14px;
    font-weight: 400;
}
@media only screen and (max-width: 1199px) {
    #indice-lezioni .wco_lezione .ar_progress_bar{
        height: 20px;
        margin: 0 10px;
    }
    #indice-lezioni .gb_vc_btn_wrap.gb_vc_btn_full.gb_vc_size_normal a{
        font-size: 12px;
        min-width: 160px;
        max-width: 160px;
    }
}
@media only screen and (min-width: 992px) {
    .wco_single .wco_head .wco_head_left, .wco_single .wco_head .wco_head_right{
        padding: 30px;
    }
    .wco_head_left h1, .wco_tit{
        font-size: 30px !important;
    }
    #indice-lezioni .wco_lezione .ar_progress_bar{
        max-width: 200px;
    }
    .gb_vc_docente_img-responsive {
        display: none;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item > ul.mega-sub-menu{
        box-shadow: none;
    }
}
@media only screen and (max-width: 991px) {
    .gb_vc_docente_container{
        margin-right: 15px;
        margin-left: 15px;
    }
    .gb_vc_docente_label_wrapper .gb_vc_docente_label{
        left: 15px;
    }
    .gb_vc_docente_box{
        padding: 0 0 20px !important;
    }
    .gb_vc_docente_box .gb_vc_docente_exc{
        margin: 30px 0;
    }
    .gb_vc_docente_img-responsive{
        padding-top: 30px;
    }
    .gb_vc_docente_img-responsive img{
        max-width: 220px;
    }
    .gb_vc_docente_img {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .wco_head_left, .wco_head_right{
        width: 100% !important;
        padding: 25px 20px !important;
    }
    .wco_single > .container{
        padding: 0 !important;
    }
    .wco_single .wco_head .wco_head_left .wco_cat{
        font-size: 18px;
    }
    .wco_head_left h1, .wco_tit{
        font-size: 20px !important;
    }
    .wco_single .wco_head .wco_head_left .wco_docente .wco_docente_more{
        margin: 15px 0 0;
    }
    .wco_single .wco_head .wco_head_left .wco_exc p{
        font-size: 14px;
    }
    .gb_vc_docente_img-responsive img{
        max-width: 220px !important;
        margin: 0 auto !important;
    }
}
@media only screen and (max-width: 600px) {
    #indice-lezioni .wco_lezione{
       padding: 25px 20px;
    }
    #indice-lezioni .wco_lezione .ar_progress_bar{
        margin: 0;
        max-width: 220px;
    }

    .wco_lezione-buttons{
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 30px;
    }
    .wco_lezione-buttons .gb_vc_btn_full.slide_download{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .gb_vc_docente_box .gb_vc_docente_exc p{
       font-size: 14px;
        line-height: 21px;
    }
    .gb_vc_docente_img-responsive{
        text-align: center;
    }
}

/*pagina singola lezione*/
.wco_single_lesson .wco_cat{
    margin-bottom: 10px;
    font-size: 22px;
    color: #f39400;
}
.wco_single_lesson .wco_status_bar{
    margin-top: 20px;
}
.wco_status_bar .time{
    width: 50%;
}
.wco_status_bar .wco_actions{
    width: 50% !important;
    justify-content: flex-end;
}
.wco_single_lesson .time{
    text-transform: uppercase;
    font-weight: bold;
}
.wco_single_lesson .time i{
    font-size: 20px;
    vertical-align: middle;
}
.wco_single_lesson .time i:before{
    margin: 0;
}
.wco_single_lesson .wco_actions {
    margin: 0;
}
.wco_single_lesson .wco_actions .ar_progress_bar{
    margin: 0;
}
.wco_single_lesson .wco_actions .progress-bar{
    font-size: 14px !important;
    line-height: 24px !important;
}
.wco_single_lesson .wco_status_bar .gb_vc_vbox_cta_left.gb_vc_btn_wrap.gb_vc_btn_full.gb_vc_size_normal.gb_vc_btn_align_cx.slide_download{
    margin-bottom: 0 !important;
    text-align: right !important;
}
.woocommerce .gb_vc_btn_full a.button:before, .gb_vc_btn_full a:before{
    display: none;
}
.wco_single_lesson .wco_links_bar a{
  font-size: 16px;
    font-weight: 500;
}
.wco_single_lesson .wco_links_bar a:hover{
    text-decoration: underline;
    color: #ff9900;
}
@media only screen and (max-width: 1200px) {
    .wco_single_lesson .wco_status_bar{
        display: flex;
        justify-content: center;
    }
    .wco_actions .wco_cat.smll{
        margin: 0;
    }
    .wco_single_lesson .wco_actions .ar_progress_bar{
        max-width: 200px;
        height: 20px;
    }
    .wco_single_lesson .wco_actions .progress-bar {
        line-height: 20px !important;
    }
}
@media only screen and (max-width: 767px) {
    .wco_single_lesson_wrap > .container{
        padding-right: 0;
        padding-left: 0;
    }
    .wco_single_lesson .wco_status_bar{
        justify-content: center;
        flex-direction: column;
        align-content: flex-start;
    }
    .wco_status_bar .time{
        width: 100%;
        margin-bottom: 10px;
    }
    .wco_status_bar .wco_actions{
        width: 100% !important;
        justify-content: flex-start;
    }
    .wco_links_bar{
        flex-direction: column;
        align-items: center !important;
        margin: 10px 0 !important;
    }
    .wco_links_bar div{
        text-align: center !important;
        margin: 8px 0;
        width: 100% !important;
    }
    .wco_single_lesson .wco_links_bar a{
       font-size: 14px;
    }
}
/*PROGRESS BAR*/
.ar_progress_bar.progress{
    height: 25px;
    border-radius: 10px;
}
.ar_progress_bar > div {
    min-width: 8px;
    border-radius: 10px !important;
    padding-left: 5px;
}
.ar_progress_bar > div.progress_zero{
    min-width: 0;
    margin-left: 5px;
    padding-left: 0;
}
@media only screen and (max-width: 767px) {
    .ar_progress_bar.progress{
        height: 20px;
    }
}

/*bottoni*/
.gb_vc_btn_wrap.gb_vc_btn_full.gb_vc_size_normal{
    text-transform: uppercase;
}
.gb_vc_btn_wrap.gb_vc_btn_full.gb_vc_size_normal a{
    font-size: 14px;
    text-align: center;
}
.wco_single .wco_head .wco_head_right .progress_ongoing.gb_vc_btn_full a{
    background: #F5A220;
    border-color: #F5A220;
}
.wco_single .wco_head .wco_head_right .progress_ongoing.gb_vc_btn_full:hover a{
    color: white;
}

/*banner unisciti al gruppo*/
.banner-group{
    background: #0c729d;
    padding: 45px 0 35px;
    margin: 50px 0;
}
.banner-group .adv-inner-row-wrapper{
    display: flex;
    align-items: center;
}
.banner-group h4{
    margin-bottom: 0;
    line-height: 35px;
}
.banner-group .vc_btn3-container.vc_btn3-center{
    text-align: right;
    margin-bottom: 0;
}
.banner-group .vc_btn3-container.vc_btn3-center a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-blue{
    color: #fff;
    border: 2px solid #b4d4e1;
    text-transform: uppercase;
    background-color: transparent !important;
    background-image: none !important;
}
.banner-group .vc_btn3-container.vc_btn3-center a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-blue:hover{
    color: #ff9900;
    border: 2px solid #ff9900;
}
@media only screen and (max-width: 767px) {
    .banner-group{
        margin: 25px 0;
    }
    .banner-group .adv-inner-row-wrapper{
        flex-direction: column;
    }
    .banner-group h4{
        text-align: center !important;
        margin-bottom: 20px;
        font-size: 20px !important;
    }
    .banner-group .vc_btn3-container.vc_btn3-center{
        text-align: center;
    }
}

/*banner borsa di studio*/
#banner-borsa-studio-wrap{
    margin-top: 35px;
    margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
    #banner-borsa-studio-wrap{
        margin-top: 15px;
        margin-bottom: 0;
    }
}


/*blocchi sede e orari corso*/
.course-place-block .vc_column_container .vc_column-inner{
    padding-left: 15px !important;
}
.course-time-block .vc_column_container .vc_column-inner{
    padding-left: 0 !important;
}
@media only screen and (max-width: 767px) {
    .course-time-block .vc_column_container .vc_column-inner{
        padding-left: 15px !important;
    }
}

/*cookie policy page*/
body.page-id-19535 h4{
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 22px !important;
}
body.page-id-19535 button{
    background: #f08f01;
    border: none;
    padding: 15px;
    margin-right: 20px;
    border-radius: 30px;
}
@media only screen and (max-width: 567px) {
    body.page-id-19535 button{
        margin-bottom: 20px;
    }
}
body.page-id-19535 table tbody td[colspan]{
    border: 0 !important;
}
body.page-id-19535 table td, body.page-id-19535 table th{
    border: 1px solid lightgray !important;
    padding: 10px !important;
    font-size: 16px;
    white-space: unset !important;
    word-wrap: break-word;
}
body.page-id-19535 table th{
    max-width: 150px;
}
body.page-id-19535 table th:nth-child(2){
    max-width: 250px;
    min-width: 250px !important;
}
body.page-id-19535 table td{
    max-width: 100px;
}
body.page-id-19535 table td:nth-child(2){
    max-width: 250px;
    min-width: 250px !important;
}
@media only screen and (max-width: 767px) {
    body.page-id-19535 table th{
        max-width: 80px;
    }
    body.page-id-19535 table th:nth-child(2){
        max-width: 180px;
        min-width: 180px !important;
    }
    body.page-id-19535 table td{
        max-width: 60px;
    }
    body.page-id-19535 table td:nth-child(2){
        max-width: 180px;
        min-width: 180px !important;
    }
}