/*Login
Color scheme

LOGIN TXT: #000000 - hover: #666666
MAIN BG: #e2e2e2
BUTTONS: var(--primary-color) - hover: #818286

ACTIVE SIDEBAR MENU: var(--primary-color)
LINK BACKEND: var(--primary-color)
#0082cb
*/


a {text-decoration: none!important;}
small {font-size: .675em;}
body {
	/*background: #fff url('assets/1920x1080.jpg') no-repeat fixed;*/
    background-position: center right;
    background-size: cover;
    background:var(--page-background);
    overflow-x: hidden;
}

.nicescroll-cursors {background-color:var(--primary-color)!important; border-color:var(--primary-color)!important;}

body.login {
    background: var(--primary-background);
    min-width: 0;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: 50% 0;*/
    background-position: center center;
    -webkit-transition: 0s linear;
    -o-transition: 0s linear;
    transition: 0s linear;
    -webkit-transition-property: background-position;
    -o-transition-property: background-position;
    transition-property: background-position;
}

.login .button-primary {
    float: right;
    padding: 6px 10px;
}


/* Change Login Align */
.wpo365-mssignin-label {font-weight: 300!important;font-size: 14px!important}
#login  {padding:0px 30px; margin:0px; background-color:var(--page-background);height: 100%;}
#login h1 {padding-top: 80px;}
/* Change Login Align */


.login form {
    margin-left: 8px;
    padding: 30px 40px;
    font-weight: normal;
    background-color: var(--page-background);
    border: 0px solid #bf1e2e;
    -moz-box-shadow: rgba(200,200,200,0.7) 0px 0px 0px;
    -webkit-box-shadow: rgba(200, 200, 200, 0.7) 0px 0px 0px;
    box-shadow: rgba(200, 200, 200, 0.7) 0px 0px 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-top: 0px;
    border:0px solid var(--primary-color);
}

.wp-core-ui .button-primary {
    background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
    box-shadow: 0 0px 0 rgba(120, 200, 230, 0.5) inset;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear,left top,left bottom,from(var(--primary-color)),to(var(--primary-color)));
    background-image: -webkit-linear-gradient(top,var(--primary-color),var(--primary-color));
    background-image: -moz-linear-gradient(top,var(--primary-color),var(--primary-color));
    background-image: -ms-linear-gradient(top,var(--primary-color),var(--primary-color));
    background-image: -o-linear-gradient(top,var(--primary-color),var(--primary-color));
    background-image: linear-gradient(to bottom,var(--primary-color),var(--primary-color));
    border-bottom-color: var(--primary-color);
    -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,0.5);
    box-shadow: inset 0 0px 0 rgba(255,255,255,0.5);
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 0px 0 rgba(0,0,0,0.1);
    background-image: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    border:1px solid var(--primary-color);
}

.login #nav {text-align: center;}

.wp-core-ui .button-primary.hover, .wp-core-ui .button-primary:hover, .wp-core-ui .button-primary.focus, .wp-core-ui .button-primary:focus {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#eee));
    background-image: -webkit-linear-gradient(top,#eee,#eee);
    background-image: -moz-linear-gradient(top,#eee,#eee);
    background-image: -ms-linear-gradient(top,#eee,#eee);
    background-image: -o-linear-gradient(top,#eee,#eee);
    background-image: linear-gradient(to bottom,#eee,#eee);
    border-color: var(--primary-color);
    -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,0.6);
    box-shadow: inset 0 0px 0 rgba(255,255,255,0.6);
    color: var(--primary-color);
    text-shadow: 0 0px 0 rgba(0,0,0,0.3);
    background-image: none;
    background-color: #eee;
    border-color: var(--primary-color);
}

input.button-primary, button.button-primary, a.button-primary {
    border-color: var(--primary-color);
    font-weight: bold;
    color: white;
    background: none;
    background: var(--primary-color) url('grad.png') repeat-x scroll left top;
    text-shadow: rgba(0, 0, 0, 0.3) 0 0px 0;
}

input.button-primary, button.button-primary, a.button-primary {
    border-color: var(--primary-color);
    font-weight: bold;
    color: #333;
    /*background: #333 url(grad.png) repeat-x scroll left top;
    text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0;*/
    background: none;
    background: var(--primary-color);
}

input.button-primary:hover, button.button-primary:hover, a.button-primary:hover {
    border-color: #818286;
    font-weight: bold;
    color: #dad6cb;
    /*background: #333 url(grad.png) repeat-x scroll left top;
    text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0;*/
    background: none;
    background: #818286;
}

#backtoblog {display: none;}

.login #nav a, .login #backtoblog a {
    color: var(--primary-color)!important;
    text-shadow: none;
}

.login #nav a:hover, .login #backtoblog a:hover {
    color: #333!important;
    text-shadow: none;
}

.login label {color:var(--primary-color); text-transform:uppercase; font-weight: normal;  }

.login form .input, .login input[type=text], .login form input[type=checkbox] {
    background: #fff; border:1px solid #f2f2f2;
}

#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head, #adminmenu .wp-menu-arrow, #adminmenu .wp-menu-arrow div, #adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, .folded #adminmenu li.current.menu-top, .folded #adminmenu li.wp-has-current-submenu {background: var(--primary-background);}
/* fine login */

ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu>li.current>a.current:after {border-right-color: #e2e2e2;}

.table .thead-dark {background:var(--primary-background)!important;}
.table .thead-dark th {background:transparent; border-color: transparent;}
#table_messages td {font-size: 12px;}
/*#wpadminbar {
direction: ltr;
color: #ccc;
font: normal 13px/28px sans-serif;
height: 28px;
position: fixed;
top: 0;
left: 0;
width: 100%;
min-width: 600px;
z-index: 99999;
background: #656565;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#373737),color-stop(0%,#656565));
background-image: -webkit-linear-gradient(bottom,#373737 0,#656565 0px);
background-image: -moz-linear-gradient(bottom,#373737 0,#656565 0px);
background-image: -o-linear-gradient(bottom,#373737 0,#656565 0px);
background-image: linear-gradient(to top,#373737 0,#656565 0px);
background: url('images/grad-bar.png');
}

#wpadminbar .ab-top-secondary {background: url('images/grad-bar.png');}
#wpadminbar .quicklinks .ab-top-secondary>li>a, #wpadminbar .quicklinks .ab-top-secondary>li>.ab-empty-item {border-color:#FFF;}
#wpadminbar .quicklinks .ab-top-secondary>li {border-color:#FFF;}
#wpadminbar .quicklinks>ul>li>a, #wpadminbar .quicklinks>ul>li>.ab-empty-item {border-right: 1px solid #FFF;}
#wpadminbar .quicklinks>ul>li {border-right: 1px solid #FFF;}*/
#wpfooter, #dashboard_php_nag,
#wp-admin-bar-wp-logo,#settings-other-payment-methods,
#adminmenu a[href*=new-user-approve-admin-pricing],
body.users_page_new-user-approve-admin #nua-approve-admin .nav-tab:last-child,
body.users_page_new-user-approve-admin .postbox-container.column-secondary{display:none;}


/* Link backend */
a, #adminmenu a, #the-comment-list p.comment-author strong a, #media-upload a.del-link, #media-items a.delete, #media-items a.delete-permanently, .plugins a.delete, .ui-tabs-nav a {color: var(--primary-color);}

#adminmenuback, #adminmenuwrap {background-color: #222222; border-color: #ccc;}
#wpwrap {}

.wrap .add-new-h2, .wrap .add-new-h2:active {background: var(--primary-color); color:#ffffff; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;}
.view-switch a.current:before {color: var(--primary-color);}


/* CUSTOM BACKEND */
#adminmenu, #adminmenu .wp-submenu, #adminmenuback, #adminmenuwrap {background-color: #333538;}

.slidetoggle {background: #0f4daa;}

#box-risorsa input,
#box-partner input {border:1px solid #999999; width:400px;}

.my_meta_control {display: inline-table; width:100%;}

#container-box {background: #cbb276; padding:20px;}
#url_press {width:350px;}
#container-box .button {height: 27px; background: #0f4daa; border: 0px; text-transform: uppercase; text-align: center;margin-top: 15px;}

.column-image {width:60px!important;}

#aiosp_upgrade_wrapper {display:none;}

.column-image img {width:100px;}
.column-image {width:110px!important;}

.column-image_alb img {width:100px;}
.column-image_alb {width:110px!important;}

/* CUSTOM TYPE COLUMNS */
.column-post_abbonati,
#prods_menu_order,
#prods_image,
#offers_menu_order,
#offers_image,
#inevidenza_menu_order,
#slider_menu_order,
#inevidenza_image,
#slider_image,
#posts_image {width:80px;}

.posts_image img,
.prods_image img,
.offers_image img,
.inevidenza_image img,
.roiportages_image img,
.slider_image img {width:100%;}

#roiportages_image,
#roiportages_evidenza,
#prods_menu_order,
#offers_menu_order,
#slider_menu_order,
.prods_menu_order,
.offers_menu_order,
.roiportages_evidenza,
.column-post_abbonati,
.inevidenza_menu_order,
.slider_menu_order  {text-align: center;}

/* CUSTOM TYPE COLUMNS */
.item-luoghibox {width:50%; display: inline-block; float: left;}
.contain-luoghibox {width:100%; }
.int-luoghibox {background:#fff; margin:5px; padding:15px;}
.area-luoghi-image {float:left; width:120px; margin-right: 10px;}

.area-luoghi-content,
.area-luoghi-image {display:flow-root;}

/* BACKEND */
.box-homebox h2 {font-weight: bold;}
.box-homebox {width:100%;background: #dfe6de;  float:left; clear: both; border:1px solid var(--primary-color);padding:20px;
background: #dfe6de no-repeat fixed;
    background-position: center right;
    background-size: cover;
}
.box-homebox textarea {width:100%; height:200px; resize:none;  border-radius: 5px}
.box-homebox label {font-size: 16px;margin-top: 10px; display: block;}
.box-homebox select {height: 40px; border-radius: 5px; width: 100%;}
.box-homebox a:link, .box-homebox a:visited {color: var(--primary-color); font-weight: bold;}
.box-homebox a:hover {color:#333!important;}

.wrap-config {width:100%; display: flex;  float: left;}
.box-config {width:100%; display:flex; margin:20px; background: #fff; border:1px solid #efefef; float:left;}
.box-content {width:100%;  margin:10px 20px 20px 20px;}
#message-ok {background:#7fcbae; color:#FFF;padding:10px; text-align: center; border-radius: 5px; border-bottom: 4px solid #5d9982}
.box-content h1 {color:#333; border-bottom: 1px solid #e2e2e2; padding-bottom: 20px;}

.box-content input[type="text"]{width:100%; height: 35px;}
.box-content textarea{width:100%; height: 120px;}
.box-content label {}

.boxdata, .boxcol {float:left; background:#e2e2e2; border-bottom:4px solid #d9d9d9;}

.boxdata {width:60%; }
.boxcol {width:38%; margin-right:2%; }
.row-submit {width:100%; float:left;  margin-top: 20px;}

.full {width:100%!important;}

#button-storedata {width:100%; font-size:14px!important; cursor:pointer; border:0px; text-transform: uppercase; font-weight: bold; background:var(--primary-color); color:#FFF; padding:10px; 0px;}
#button-storedata:hover {background:#999;}

.box-int {width:90%;  padding-left:5%; padding-right:5%;}

.addin textarea {height:80px!important;}
.addin {border-bottom:1px solid #999; padding-bottom: 20px; margin-bottom: 20px;}
.remove, .add { margin:5px 0px; color:#FFF!important; text-decoration: none; padding:2px 10px; width:150px; display: grid; text-align: center; cursor:pointer}



.line-divide {width:100%; float: left; margin:20px 0px;}
.show_container img {width:100%;}

.tab-container {color:#000; float: left; width:100%; margin-top: 20px; margin-bottom: 20px;}
.tab-container .etabs {float: left; width:100%;}
.tab-container .etabs li {float:left; border:0px solid #9f9f9f; margin-left:10px;padding:5px 10px; text-transform: uppercase;}
.tab-container .etabs li:first-child {margin-left:0px; }
.tab-container .tab {background:#c2c2c2; margin-bottom: 0px;}
.tab-container .etabs .active {background:transparent; background:#fff}
.tab-container .etabs {margin:0px;}
.tab-container .etabs a:link, .tab-container .etabs a:visited {color:#000!important; text-decoration: none!important;}

.tab-container .tabfull {float: left; width:100%; border-top:0px;background:#fff; position: relative;}
.tab-container .ul-tabint {padding:20px;}

.tab-container .tabfullint p {padding:0px 10px;}

.contain_box_image img {width:100%; max-width:200px;}

.ui-datepicker.ui-widget, .bootstrap-datetimepicker-widget{z-index:1100 !important;}

.justify-content-between.event-fase .form-check-inline,
.justify-content-between.event-fase .form-check-inline input[type=radio] {margin-right: 0;z-index: 1;}
.justify-content-between.event-fase .form-check-inline input[type=radio]:disabled {opacity: 1;background: #ddd;}
.justify-content-between.event-fase:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    background: var(--primary-color);
    left: 0;
    right: 0;
    top: 7px;
    z-index: 0;
}
.justify-content-between.event-fase .form-check.form-check-inline:last-of-type:after {
    content: none;
}
.popover .arrow {overflow: initial;left: initial;}
.popover .arrow:after{
    background-color:transparent;
    box-shadow: none;
    left: initial;
    top: initial;
    width: inherit;
    height: inherit;
    transform: none;
}

/*BACKEND*/
.box-homebox input[type="text"],.box-homebox input[type="number"] {width:100%!important; height: 30px; border-radius: 5px}
.box-homebox input[type="text"].datetimepicker-input {width: auto !important;}
.box-homebox textarea {width:100%; height:200px; resize:none;  border-radius: 5px}
.box-homebox label {font-size: 16px;margin-top: 10px; display: block;}

.box-homebox select {height: 40px; border-radius: 5px; width: 250px;}

.int-homebox select {height: 40px; border-radius: 5px; width: 100%;}

.box-homebox a:link, .box-homebox a:visited {color: var(--primary-color); font-weight: bold;}
.box-homebox a:hover {color:#333!important;}

.wrap-config {width:100%; display: flex;  float: left;}
.box-config {width:100%; display:flex; margin:20px; background: #fff; border:1px solid #efefef; float:left;}
.box-content {width:100%;  margin:10px 20px 20px 20px;}
#message-ok {background:#7fcbae; color:#FFF;padding:10px; text-align: center; border-radius: 5px; border-bottom: 4px solid #5d9982}
.box-content h1 {color:#333; border-bottom: 1px solid #e2e2e2; padding-bottom: 20px;}

.box-content input[type="text"]{width:100%; height: 35px;}
.box-content textarea{width:100%; height: 120px;}
.box-content label {}

.boxdata, .boxcol {float:left; background:#e2e2e2; border-bottom:4px solid #d9d9d9;}

.boxdata {width:60%; }
.boxcol {width:38%; margin-right:2%; }
.row-submit {width:100%; float:left;  margin-top: 20px;}

.full {width:100%!important;}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    box-shadow: 0 0 0 transparent;
    border-radius: var(--radius-input);
    border: 1px solid #ced4da;
    background-color: #fff;
    color: #495057;
}
.input-group-text {border-radius: 0px;}


/*ADD BOOTSTRAP*/
.gray {background:#efefef;}
.white {background:#FFF;}
.b-int {padding:10px 20px; border-radius:5px; border:1px solid #e2e2e2; float:left; width: 100%;}
.item {margin-bottom: 20px;}
.item label {font-size: 12px;}

.add_block {background:#e2e2e2; padding:30px; margin-bottom: 20px; position: relative;}
.item_number {position: absolute; top:20px; right: 20px; background: var(--primary-color); padding:5px 10px; color:#FFF;}

#button-storedata {width:100%; font-size:14px!important; cursor:pointer; border:0px; text-transform: uppercase; font-weight: bold; background:var(--primary-color); color:#FFF; padding:10px; 0px;}
#button-storedata:hover {background:#999;}

/* DASHBOARD */
.widget-logo {width:150px;}
#dashboard_right_now,#dashboard_activity,#icl_dashboard_widget,#dashboard_quick_press,#dashboard_primary {display:none;}
.aioseop-notice {display:none;}

/* Products Style */
.column-pic_partner,.column-pic_vini, .column-pic_punti_vendita {width:80px!important;}
.column-pic_partner img, .column-pic_vini img, .column-pic_punti_vendita img {width:60px; border: 2px solid var(--primary-color)}
/* Products Style */

#the-list i {color:var(--primary-color); font-size: 12px; margin:2px;}
#the-list .no-icon {color:#aaaaaa!important; }

.alertwrong {color:red;}

/* BOX INTERNI */
.box-module {width:100%;background: #efefef;   clear: both; border:1px solid #f2f2f2}
.box-module input {width:100%;}
.box-module textarea {width:100%;}

.back-image {width:50px;}

/* RATING WIDGET */
.rating {
    border: none;
    float: left;
    width:100%;
    margin: 1em 0;
    border-bottom: 1px solid #e2e2e2;
}

.rating > input { display: none; }
.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: 'bootstrap-icons';
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
    margin-top: 0px;
}

.rating > span {line-height: 26px;}

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: var(--primary-color);  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: var(--primary-color);  }

.rating > input[type=radio]:checked+label:before {
    color: var(--primary-color);
}


/* PRICE WIDGET */
.price {
    border: none;
    float: left;
    width:100%;
    margin: 1em 0;
    border-bottom: 1px solid #e2e2e2;
}

.price > input { display: none; }
.price > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: 'bootstrap-icons';
    display: inline-block;
    content: "\f153";
}

.price > .half:before {
    content: "\f153";
    position: absolute;
}

.price > label {
    color: #ddd;
    float: right;
    margin-top: 0px;
}

.price > span {line-height: 26px;}

.price > input:checked ~ label, /* show gold star when clicked */
.price:not(:checked) > label:hover, /* hover current star */
.price:not(:checked) > label:hover ~ label { color: var(--primary-color);  } /* hover previous stars in list */

.price > input:checked + label:hover, /* hover current star when changing rating */
.price > input:checked ~ label:hover,
.price > label:hover ~ input:checked ~ label, /* lighten current selection */
.price > input:checked ~ label:hover ~ label { color: var(--primary-color);  }

.price > input[type=radio]:checked+label:before {
    color: var(--primary-color);
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 60px;
    height: 34px;
}
.switch span {
    margin-left: 70px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: var(--primary-color);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--primary-color);
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.contcheck {position: relative; display: inline-block;}
.contcheck > span {float:left; width:100%; margin-bottom: 15px;}
.contcheck > label {float: left;}

#wp-admin-bar-comments,
#wp-admin-bar-new-content {display: none;}

/* Custom Part pic post */
#pic_post_cont img {width:100%;}
.contain_image img {width:100%; }
.img-container {margin-bottom: 20px;}
.img-container img {width:100%;}

#semperplugins-rss-feed {display: none;}
#roiportage_evpic_cont img {width: 100%;}

.this-pic-cont img {width:100%; max-width: 400px;}

.profile-info {border:1px solid var(--primary-color); padding:20px;}
.profile-info .tabfullint {padding:10px;}

.profile-info .tabfullint textarea,
.profile-info .tabfullint input {width:300px!important;}
.profile-info .tabfullint textarea {height: 200px;}

#pic2_partner_cont img,
#pic_partner_cont img {width: 100%;}

#issue_image {width:80px;}
.column-issue_image {width:80px}
.column-issue_image img {width:80px}

#net_image {width:80px;}
.column-net_image {width:80px}
.column-net_image img {width:80px}

.column-partner_url {width: 80px; text-align: center;}
#partner_url {text-align: center;}

.column-post_evidenza,
.column-partner_file {width: 80px; text-align: center;}
#post_evidenza,
#partner_file {text-align: center;}

.sidebox textarea {min-height: 160px; resize: none;}

.column-net_menu_order,
#net_menu_order {width:80px; text-align: center;}

.column-net_image,
#net_image {width:80px; text-align: center;}
.column-net_image img {width: 50px;}

#tag_autoridiv {display: none;}

.int-homebox h2 {font-size: 24px!important; font-weight: bold!important; padding:20px 0px!important; border-bottom: 1px solid var(--primary-color)!important; color:var(--primary-color); margin-bottom: 20px!important;}

/* Bootstrap fix */
ul.category-tabs, ul.wp-tab-bar, .categorydiv ul {
    margin-top: 12px;
    margin-bottom: 4px;
    padding-left: 0;
}

.tabs-panel ul {margin-top:10px;}

.tablenav .tablenav-pages a,
.tablenav-pages-navspan {display: inline-table;width:27px;}
.inside-block { padding:25px;}

/* New Block System */
.box-homebox {margin-bottom: 30px;}

.new-block  {margin-bottom: 20px;}
.new-block .btn-square {border-radius: 0px; position: relative;}

.btn-primary:focus, .btn-primary.focus,
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary ,
.btn-primary {color:#FFF; background:var(--primary-background); border:0px solid var(--primary-color); transition: opacity 0.4s; -moz-transition: opacity 0.4s; -webkit-transition: opacity 0.4s;}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle,
.btn-primary:hover{ color: #FFF; background: var(--primary-hover-background); opacity: var(--primary-hover-opacity);border:0px solid var(--primary-color); }

.new-block .form-group {padding:20px;}
.new-block .inside-block{border-left:1px solid var(--primary-color);border-right:1px solid var(--primary-color);border-bottom:1px solid var(--primary-color);}

.form-control:focus {
    border-color: var(--primary-color);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.6);
}

.new-block .tab-pane {border-left:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #ddd}

.new-block label {color:var(--primary-color)}

.new-block .tab-pane,.new-block .nav-tabs>li.active>a, .new-block .nav-tabs>li.active>a:hover, .new-block .nav-tabs>li.active>a:focus {background:#fefefe;}

.containerpic img {width:100%; margin-bottom: 20px;}

.new-block input[type="text"]{height: 40px;}

.hero_gallery .gallery img {width:100px; height: auto;  border:1px solid var(--primary-color); cursor: move;}
.hero_gallery li {float:left; text-align: center; margin:10px;}
.hero_gallery {display: inline-block;}
.hero_gallery .gallery_actions li {text-align: center; width:100%; margin:0px;}
.hero_gallery_delete {display:inline-block; background: var(--primary-color); color:#FFF;  margin-top:5px;border-radius: 50%; font-size: 10px; transition:all 0.3s; -moz-transition:all 0.3s; -webkit-transition:all 0.3s; cursor:pointer; width:20px; height:20px; line-height: 20px;}
.hero_gallery_delete:hover {background:red;}



.ed_itemblock_gallery .gallery img {width:80px; height: 80px; border:1px solid var(--primary-color)}
.ed_itemblock_gallery li {float:left; text-align: center; margin:10px;}
.ed_itemblock_gallery {display: inline-block;}
.ed_itemblock_gallery .gallery_actions li {text-align: center; width:100%; margin:0px;}
.ed_itemblock_gallery_delete {display:inline-block; background: var(--primary-color); color:#FFF;  margin-top:5px;border-radius: 50%; font-size: 10px; transition:all 0.3s; -moz-transition:all 0.3s; -webkit-transition:all 0.3s; cursor:pointer; width:20px; height:20px; line-height: 20px;}
.ed_itemblock_gallery_delete:hover {background:red;}

.ed_itemblock_images .image img {width:80px; height: 80px; border:1px solid var(--primary-color)}
.ed_itemblock_images li {float:left; text-align: left; margin-bottom:15px; width:100%; border:1px solid var(--primary-color); padding:10px 0px 10px 5px;}
.ed_itemblock_images li ul {width:30px; }
.ed_itemblock_images li ul li {padding:0px; border:0px; margin-right: 20px!important;}

.ed_itemblock_images {display: inline-block; width:100%;}
.ed_itemblock_images .actions li {text-align: center; width:100%; margin:0px;}
.ed_itemblock_delete {display:inline-block; background: var(--primary-color); color:#FFF;  margin-top:5px;border-radius: 50%; font-size: 10px; transition:all 0.3s; -moz-transition:all 0.3s; -webkit-transition:all 0.3s; cursor:pointer; width:20px; height:20px; line-height: 20px;}
.ed_itemblock_delete:hover {background:red;}

.removeed_itemblock {margin-top: 20px; }

.number-box {
    background: #FFF;
    color: var(--primary-color);
    position: absolute;
    top: 2px;
    left: 25px;
    width: 30px;
    height: 28px;
    line-height: 28px;
    border: 1px solid var(--primary-color);
    font-size: 12px;
}

.new-block .nav>li>a {
    position: relative;
    display: block;
    padding: 5px 8px;
}

.summernote {user-drag: none;
user-select: none;
-moz-user-select: none;
-webkit-user-drag: none;
-webkit-user-select: none;
-ms-user-select: none;}

.note-editable ul {
    list-style-type: disc;
    margin-left: 2em;
}

.column-tag_tagline-color {width:50px;}
.b-color {width:30px; height: 30px; background:#fff; border:1px solid #eee;}

#titlediv #title-prompt-text { padding: 4px 10px;}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid var(--primary-color);
    width: 100%;
}

.blockback {background:#eee; padding:20px 30px;margin-bottom: 50px;}

/* New Block System */

.column-solution_image img {width:50px;}
.column-solution_image{width:80px}

.column-menu_order_application,
.column-menu_order_solution {width:50px; text-align: center!important; }

/*
.bootstrap-select {width:100%!important;}
.bootstrap-select button {width:100%!important}
.bootstrap-select .caret {position: absolute; right:10px; top:16px;}
.bootstrap-select .dropdown-menu {width: 100%;}
.bootstrap-select .dropdown-menu.inner {background:yellow; height: 150px;}

*/


/*!
 * Bootstrap-select v1.6.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select {
  width: 220px \0;
  /* IE9 and below */
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.notice-error strong {
    color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select .btn:focus {
  outline: thin dotted var(--primary-color) !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.dropdown-header {
  cursor: default;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li .media {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li .media-body {
  vertical-align: middle;
  white-space: normal;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

.mapico,
.heritageico,
.techico {background:#c2c2c2; padding: 15px 10px; margin-bottom: 30px; border-radius: 5px}

.featico {background:var(--primary-color); padding: 15px 10px; margin-bottom: 30px; border-radius: 5px}
.featico label {color:#FFF;}

.mapico .btn-square,
.heritageico .btn-square {
    position: absolute;
    right: 30px;
    top: 4px;
    background: #FFF;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    cursor: move;
}

.gtm4wp-notice.notice-warning {display: none;}

.optbox {background:#FFF; padding:20px;}

.optboxdash {margin-bottom: 30px;}
.optboxdash .tab-pane {margin-top: 0px!important}

.blue-bg {background:#5499e6; padding:20px; color:#FFF; margin-bottom: 20px; border-radius: 5px; -moz-border-radius:5px; -webkit-border-radius:5px;}


.blue-bg .select2-container { width: 100%!important;}

.selectize-control.plugin-remove_button [data-value] .remove:hover,
.selectize-control.plugin-remove_button [data-value] .remove {background:transparent; margin: 0px;}
.selectize-input .item {margin-bottom: 0px;}

.tab-content>.tab-pane {background: #efefef; padding:20px; border-left:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #ddd; margin-top: -2px; border-top:0px solid #ddd;}
.nav-tabs .nav-link {border-radius: 0px;font-size: 12px; padding:10px; color: var(--primary-color);}
.nav-tabs .nav-link.active {background: #efefef; border-color: #dee2e6 #dee2e6 transparent;}


.box_moduletb_move {
    background: var(--primary-color);
    position: absolute;
    top: 50%;
    margin-top:-10px;
    left: 10px;
    width: 20px;
    height: 20px;
    z-index: 99;
    cursor: move;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    color:#FFF;
}

.box_moduletb .nav>li>a {
    position: relative;
    display: block;
    padding: 9px 15px 11px 35px;
}

.slide-boxes input[type="text"] {height: 38px;}
.slide-boxes label {font-size: 12px; font-weight: bold;}
.slide-boxes textarea {height: 80px;}

.column-page_menu_order,
.column-target_menu_order {width:80px; text-align: center!important;}
.column-page_target {width: 110px}

.link-row {border-bottom:1px solid var(--primary-color); padding-bottom:15px; margin-bottom: 15px;}

.h2, h2 {
    font-size: 20px;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 0px solid #e5e5e5;
}

a:focus, a:hover {text-decoration: none;}
/*
#custom_pics_widget {background:#e4e4e4}
*/
#custom_pics_widget .contain_box_image img {margin-bottom: 10px; margin-top: 10px;}

.column-target_image {width:120px;}
.column-target_image img {width: 100px;}

.column-page_video,
.column-page_link {text-align: center!important; width: 50px;}

svg.icon.icon-strm-outline {
    fill: none!important;
    stroke: #19191a;
    stroke-width: 1px;
    width: 20px;
    height: 20px;
}

.icon-strm-outline {
    margin-right: 10px;
    stroke: #3e7dda;
    stroke-width: 1px;
}

.page_icon .select2-results__option {text-align: center!important;}


.scrtabs-tabs-fixed-container ul.nav-tabs>li { position: relative; }
.note-editor.note-frame {width: 100%; max-width: 100%;}
.note-editor.note-frame.card {padding:0px;}
.nav-tabs .nav-item {margin-bottom: 0px;}
.form-control {font-size: 12px;}

#comment-link-box, #edit-slug-box {font-size: 12px;}

.dashtabs .nav-item {margin-bottom: -1px;}


.alert-dismissible .close {padding: .45rem 1.25rem;}
.wp-list-table.media {display: block;}
.tablenav .tablenav-pages {font-size: 12px;}
.tablenav-pages .current-page {padding-top: 4px;padding-bottom: 3px; font-size: 12px;}

.wp-admin select {font-size: 12px;}
.field-move-visual-label,
.menu-item-settings .description-wide,
#side-sortables .add-menu-item-tabs a,
label,
.nav-menus-php .add-new-menu-action,
#collapse-button .collapse-button-label,
.accordion-section .categorychecklist {font-size: 12px;}
.menu-item-settings {width:382px;}

#side-sortables .add-menu-item-tabs {margin-bottom: 1px;}


/* CARDS */

/*
.module_content .box_cards {max-height: 450px; overflow-x: auto;}
*/

.int-orderbox-body h3 {font-size: 18px; color:#07305d}
.int-orderbox-body {color:#035867}

h2.metatitle {
    font-size: 24px!important;
    font-weight: bold!important;
    padding: 20px 0px!important;
    border-bottom: 1px solid var(--primary-color)!important;
    color: var(--primary-color);
    margin-bottom: 20px!important;
}

.int-orderbox {
	height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: none!important;
    border:1px solid #e2e2e2!important;
    border-radius: 5px;
    position: relative;
}

.block_o {margin-bottom: 20px; }

.box-pagebox {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 30px;
}

.int-orderbox img.fill {
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.int-orderbox .image {
    height: 0;
    padding-bottom: 45.74468085106383%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.int-orderbox .image img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.int-orderbox-body {
	display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    flex-grow: 1;
	padding:20px;
}
.card-text {   flex-grow: 1;}

.box_move {cursor: pointer; transition: all 0.4s; -moz-transition:all 0.4s; -webkit-transition: all 0.4s;}
.box_move:after,
.box_move:before {content:''; transition: all 0.4s; -moz-transition:all 0.4s; -webkit-transition: all 0.4s;}

.box_move:hover:before {content:''; background:rgba(255,255,255,0.5); position: absolute; top:0px; left:0; right:0px; bottom:0px; z-index:99; border-top-left-radius:5px; border-top-right-radius:5px;}
.box_move:hover:after {font-family:'bootstrap-icons';content:'\f14e'; z-index: 999; top:50%; left:50%; margin-top:-15px; margin-left:-15px; position: absolute; width:30px; height: 30px; background:var(--primary-color); color:#FFF;}

.box_move:hover:after {
    font-family: 'bootstrap-icons';
    content: '\f14e';
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    position: absolute;
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    color: #FFF;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.block_move {
    border:1px dashed var(--primary-color);
    border-radius: 5px;
}

/* CARDS */

.box_moduletb .nav-item {margin-bottom: -1px; position: relative;}

.scrtabs-tab-scroll-arrow {
    border: 0px solid #ddd!important;
    background:var(--primary-color);
    color: #FFF;
    display: none;
    float: left;
    font-size: 12px;
    height: 40px;
    margin-bottom: 0px;
    padding-left: 2px;
    padding-top: 13px;
    width: 20px;
    transition: all 0.4s; -moz-transition:all 0.4s; -webkit-transition: all 0.4s;
}

.scrtabs-tab-scroll-arrow:hover {color:var(--primary-color)}

.card-form {padding:0px;}
.select2-container {width:100%!important}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd!important;
    border-radius: .25rem!important;
}

.select2-results__option {font-size: 12px}
#partner_menu_order,
#partner_image {width: 90px; text-align: center!important;}
.partner_image img {max-width: 80px}
.partner_menu_order {text-align: center;}

.card select {height: 32px;}
.card textarea {height: 100px;}

.int-homebox .card {max-width: 100%;}
.int-homebox .card-bnevo,
.int-homebox .card-cit {margin-bottom: 20px;}
.card-bnevo h4,
.card-cit h4 {font-size: 16px; color:var(--primary-color); border-bottom: 1px solid var(--primary-color); padding:15px 0px; margin-bottom: 15px;}

.sort-placehold {display: block; border:1px dashed var(--primary-color); border-radius: 5px;}
#pic_logowhite_cont {background:#333; padding:10px;}

.theme-browser .theme .theme-name {padding-bottom: 35px;}

.icon_attach:before {font-size: 15px!important; height: auto!important; margin-top:5px;}
.ed_itemblock_images b {display: inline-block; margin-top: 4px;}

.login h1 a {
background-image: var(--backend-loginlogo);
background-size: 220px;
background-position: top center;
background-repeat: no-repeat;
width: 220px;
height: 75px;
text-indent: -9999px;
overflow: hidden;
padding-bottom: 15px;
display: block;
}

#titlediv #title-prompt-text {font-size: 1.2em}
.tab-content>.tab-hero {
    background: #FFF;
    padding: 20px;
	border:0px;
    margin-top: -2px;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 0px;
}

.compat-item .field input[type=checkbox] {margin:0px!important; margin-right: 5px!important;}
.compat-field-theme_sel label {display: block;}







body{font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}



a:hover {color: #333;text-decoration: none;}
.wp-list-table a,
a {transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;}
.wp-core-ui .button-link:active, .wp-core-ui .button-link:hover {color: #333;}
#adminmenu,
#adminmenuwrap,
#adminmenuback {background-color:#FFF;}
#adminmenu div.wp-menu-image:before {color:var(--primary-color)}

#adminmenuback {box-shadow: -10px 0px 15px 3px #000;}
/* WPML HACK ICON*/
#adminmenu #toplevel_page_sitepress-multilingual-cms-menu-languages div.wp-menu-image img { display: none;}
#adminmenu #toplevel_page_sitepress-multilingual-cms-menu-languages div.wp-menu-image::before {content: '\f11d';}
/* AIOSP HACK ICON */
#adminmenu #toplevel_page_all-in-one-seo-pack-aioseop_class div.wp-menu-image img { display: none;}

#toplevel_page_all-in-one-seo-pack-aioseop_class .wp-menu-image {background: none!important;}


#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after {display: none;}

#adminmenu .wp-has-current-submenu .wp-submenu, #adminmenu .wp-has-current-submenu .wp-submenu.sub-open, #adminmenu .wp-has-current-submenu.opensub .wp-submenu, #adminmenu a.wp-has-current-submenu:focus+.wp-submenu, .no-js li.wp-has-current-submenu:hover .wp-submenu {background-color: #efefef;}
#adminmenu, #adminmenu .wp-submenu, #adminmenuback, #adminmenuwrap {background-color: #fff;}
#adminmenu .wp-submenu a,
#adminmenu .opensub .wp-submenu li.current a, #adminmenu .wp-submenu li.current, #adminmenu .wp-submenu li.current a, #adminmenu .wp-submenu li.current a:focus, #adminmenu .wp-submenu li.current a:hover, #adminmenu a.wp-has-current-submenu:focus+.wp-submenu li.current a {color: var(--primary-color);}

ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu>li.current>a.current:after {display: none;}



.logo_premenu {width:100%; text-align: center;}
.logo_premenu img {width:100%;}

#wpadminbar {background:var(--primary-background)}

#wpadminbar .ab-top-menu>li.hover>.ab-item, #wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item, #wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus {background: var(--primary-color);color: #FFF;}
#wpadminbar .menupop .ab-sub-wrapper, #wpadminbar .shortlink-input {background:var(--primary-color)}

#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover>a, #wpadminbar .quicklinks .menupop ul li a:focus, #wpadminbar .quicklinks .menupop ul li a:focus strong, #wpadminbar .quicklinks .menupop ul li a:hover, #wpadminbar .quicklinks .menupop ul li a:hover strong, #wpadminbar .quicklinks .menupop.hover ul li a:focus, #wpadminbar .quicklinks .menupop.hover ul li a:hover, #wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:focus, #wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:hover, #wpadminbar li #adminbarsearch.adminbar-focused:before, #wpadminbar li .ab-item:focus .ab-icon:before, #wpadminbar li .ab-item:focus:before, #wpadminbar li a:focus .ab-icon:before, #wpadminbar li.hover .ab-icon:before, #wpadminbar li.hover .ab-item:before, #wpadminbar li:hover #adminbarsearch:before, #wpadminbar li:hover .ab-icon:before, #wpadminbar li:hover .ab-item:before, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover {
    color: #333;
}

#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover, #adminmenu a:hover, #adminmenu li.menu-top>a:focus {color: #333;}


#wp-admin-bar-aioseop-pro-upgrade {display: none;}

#collapse-button:hover {color: var(--primary-color);}
/*
.wrap .add-new-h2, .wrap .add-new-h2:active, .wrap .page-title-action, .wrap .page-title-action:active {background:var(--primary-color); border:1px solid var(--primary-color); color:#FFF; border-radius: 0px; transition:all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; font-weight: 100;}
.wrap .add-new-h2:hover, .wrap .page-title-action:hover {border-color: var(--primary-color);background: transparent;color: var(--primary-color);}
*/

.wrap .wp-heading-inline+.page-title-action {
    padding: 7px 20px!important;
}
.wrap .add-new-h2, .wrap .add-new-h2:active, .wrap .page-title-action, .wrap .page-title-action:active {
    background: var(--secondary-background);
    border-radius: var(--radius-btn);
    border: 0px;
    color: #FFF;
    transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    font-weight: 100;
    opacity: 1.0;
}

.wrap .add-new-h2:hover, .wrap .page-title-action:hover {
    background: var(--secondary-hover-background)!important;
    color: #FFF;
    opacity: var(--secondary-hover-opacity);
}

.wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 25px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    white-space: nowrap;
    box-sizing: border-box;
    transition:all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;
     border-radius: var(--radius-btn);
}

#adminmenu li.wp-menu-separator {height: 0px;padding: 0;margin: 0 0 0px 0;cursor: inherit;}

/* Bottoni Secondari */
.wp-core-ui .button:not(.wp-color-result), .wp-core-ui .button-secondary {
    color: #FFF!important;
    border-color: var(--primary-color)!important;
    background: var(--primary-background)!important;
    box-shadow: 0 0px 0 #ccc!important;
    border-radius: var(--radius-btn);
    border:0px;
}

.wp-core-ui .button:not(.wp-color-result):hover, .wp-core-ui .button-secondary:hover {
    color: #fff!important;
    border-color: var(--primary-color)!important;
    background: var(--primary-hover-background)!important;
    box-shadow: 0 0px 0 #ccc!important;
    transition:opacity 0.4s; -moz-transition: opacity 0.4s; -webkit-transition: opacity 0.4s;
    opacity: var(--primary-hover-opacity);
}


#adminmenu li.menu-top:hover, #adminmenu li.opensub>a.menu-top {background-color:#e2e2e2; color:var(--primary-color)}
#adminmenu li.opensub>a.wp-has-current-submenu {background-color:var(--primary-color); color:#FFF;}
#adminmenu li.wp-not-current-submenu>a.menu-top:focus {background-color:#e2e2e2; }

.wp-core-ui .button-link {color:var(--primary-color)}
#adminmenu li a:focus div.wp-menu-image:before, #adminmenu li.opensub div.wp-menu-image:before, #adminmenu li:hover div.wp-menu-image:before {color: var(--primary-color);}

#adminmenu .menu-top a:hover {color:var(--primary-color)}
#adminmenu .wp-has-current-submenu ul>li>a:hover {color:var(--primary-color);}


#adminmenu li.wp-has-current-submenu >a.menu-top:focus {background:var(--primary-color); color:#FFF;}

/*QUICK EDIT */
.inline-edit-row fieldset label span.title, .inline-edit-row fieldset.inline-edit-date legend {display: block;float: left;width: 8em;line-height: 2.5;}
.inline-edit-row fieldset .timestamp-wrap, .inline-edit-row fieldset label span.input-text-wrap {display: block;margin-left: 8em;}
input[type=checkbox], input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=radio], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {box-shadow: inset 0 0px 0px rgba(0,0,0,.07); line-height: 20px;}
#adminmenu li.menu-top>a:focus {color: var(--primary-color);}
/*QUICK EDIT */

/* POST INSIDE */
.postbox .inside { padding: 0px!important; line-height: 1.4; font-size: 13px;}
#poststuff .inside {margin-top: 0px; margin:15px;}
.box-module { background: transparent;border: 0px solid #f2f2f2;}
#titlediv #title { padding: 3px 8px; font-size: 1.3em; line-height: 100%; height: 1.7em; width: 100%; outline: 0; margin: 0 0 3px; background-color: #fff;}
#wp-content-editor-tools { background-color: #fff; padding-top: 20px;}

#post-body #visibility:before, #post-body .misc-pub-post-status:before, #post-body .misc-pub-revisions:before, .curtime #timestamp:before, span.wp-media-buttons-icon:before {color:inherit;}
#ed_toolbar {width: 100%!important;}
#poststuff h2 {text-transform: uppercase; color:var(--primary-color); font-weight: 700;}

.submitbox .submitdelete {height: 30px; line-height: 28px; padding: 0 12px 2px;  display: inline-block; font-weight: 700; }


.item-cancel .submitcancel {height: 30px; line-height: 28px; padding: 0 12px 2px; border:1px solid var(--primary-color); display: inline-block; font-weight: 700; color:red;transition:all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;}
.item-cancel .submitcancel:hover {background: var(--primary-color); color:#FFF; border:1px solid var(--primary-color);}


#dashboard-widgets .postbox .inside {margin:12px;}
/* POST INSIDE */


/*AIOSEP*/
.aioseop_help_text_link:before,
.aioseop_meta_box_help, .aioseop_meta_box_help:active {display: none;}
.aioseop_label {padding-left: 10px; font-weight: 400; color:var(--primary-color)}
div#aioseop_snippet > h3  {padding-top: 10px;}
/*AIOSEP*/

/* WPML */
#icl_document_language_dropdown,
#icl_post_language {width:100%;}



/* BTNS */
.btn {border-radius: var(--radius-btn);}
.btn-outline-primary { color:var(--primary-color); background-color: transparent; background-image: none; border-color: var(--primary-color);}
.btn-outline-primary:hover {color: #fff; background: var(--primary-background);border-color: var(--primary-color);}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {color: #fff; background-color: var(--primary-color); border-color: var(--primary-color);}

.btn-outline-primary { color: #FFF; background: var(--primary-background); border: 0px;}
.btn-outline-primary:hover {color: #fff; background: var(--primary-hover-background);border-color: var(--primary-color); opacity:var(--primary-hover-opacity)}
/* BTNS */

.accordion-section-title:after, .handlediv, .item-edit, .postbox .handlediv.button-link, .toggle-indicator { color: var(--primary-color);}

.theme-browser .theme.active .theme-name {background:var(--primary-color)}
update-tr.active td, .plugins .active th.check-column {border-left: 4px solid var(--primary-color);}
.user-admin-color-wrap {display: none;}


/* NEW ICONS */
.dashicons-dashboard:before { font-family:'bootstrap-icons'; content: "\F580";}
#toplevel_page_all-in-one-seo-pack-aioseop_class .wp-menu-image:before { font-family:'bootstrap-icons'; content: "\F19F"!important; font-size: 16px;}
#toplevel_page_tm-menu-main img {display: none;}
#toplevel_page_tm-menu-main .wp-menu-image:before { font-family:'bootstrap-icons'; content: "\F3EE"!important; font-size: 16px;}

/* TEST VERTICAL -- COMMENT TO DELETE */
#screen-meta-links .show-settings {border-radius: var(--radius-btn);}

#adminmenu div.wp-menu-image {
    float: none;
    width: 100%;
    height: 25px;
    margin: 0;
    text-align: center;
}

#adminmenu {text-transform: uppercase;}
#adminmenu div.wp-menu-name {padding: 0px 0; text-align: center; padding-bottom: 3px;}


#adminmenu a.menu-top {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
    padding: 0;
}

.dashicons-before:before {font-size: 18px; width:18px; height: 18px;}
.logo_premenu img { width: 100%; max-width: 80px; margin-top: 0px;}
#adminmenu .wp-submenu .wp-submenu-head {text-align: center;}

#adminmenu, #adminmenu .wp-submenu, #adminmenuback, #adminmenuwrap {width: 110px;}
#wpcontent, #wpfooter {margin-left: 120px;}
#adminmenu .wp-submenu {left:110px;}
#adminmenu .wp-submenu a {font-size: 10px; line-height: 1.2; text-align: center;}
#poststuff #post-body.columns-2 #side-sortables {width: 255px;}
#post-body.columns-2 #postbox-container-1 {
    float: right;
    margin-right: -290px;
    width: 280px;
}

#poststuff #post-body.columns-2 {
    margin-right: 255px;
}
#wpcontent {padding-left: 10px;}


.js .postbox .hndle h2,
.js .postbox .hndle, .js .widget .widget-top {color:#FFF!important; text-transform: uppercase; font-weight: 700; background:var(--primary-background);}
.accordion-section-title:after, .handlediv, .item-edit, .postbox .handlediv.button-link, .toggle-indicator { color: #FFF;}
#nav-menu-footer .menu-delete {font-weight: 700; height: 30px; line-height: 28px; padding: 0 12px 2px; font-size: 13px; color:red; border:1px solid red; display: block;}
#nav-menu-footer .menu-delete:hover {color:#FFF; background: red; border:1px solid red;transition:all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;}
.contain_box_image {margin-bottom: 10px;}

.login #login_error, .login .message, .login .success {border-left: 4px solid #00a0d2;}

.nav-menus-php .item-edit:before {color:var(--primary-color)}

.box_moduletb .nav-tabs .nav-link.active,
.box_moduletb .tab-content>.tab-pane {background:#FFF!important;}

.sticky-menu #adminmenuwrap {z-index: 99;}

.post-attributes-label-wrapper {margin-bottom: 0px;}
.post-attributes-label-wrapper label {color:var(--primary-color); margin-bottom: 3px;}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--primary-color);
    border-radius: 0rem;
    outline: 0;
}

  h1 {
  color: #666;
  /*text-align: center;*/
  font-size: 36px;
}

.thumbnail {
  margin: 0;
  background: #ddd;
  padding: 40px 5px;
}

h3 {
  margin: 0;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
  width: 30px;
  right: -15px;
}
.ui-resizable-handle:after {
  content: &quot;&quot;;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 10px 0 #ddd, 0 20px 0 #ddd;
}

.nav-tabs .adder {width:50px; text-align: center;}
.nav-tabs .adder button {height: 32px; line-height: 32px; background:#FFF; color: var(--primary-color); border:1px solid var(--primary-color); cursor: pointer; min-width: 32px;}


.li-move{border:1px dashed var(--primary-color);  width:80px;}
.module-moving{border:1px dashed var(--primary-color);  width:100%; height: 38px; margin-bottom: 20px;}
/*
.module_content .nav-tabs {margin-bottom: 2px!important;}
.module_content .nav-tabs {margin-bottom: -1px!important;}
*/
.form-check-label input[type=checkbox]{position: relative;}

.modal-footer .btn-primary.disabled, .modal-footer .btn-primary:disabled {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}


/* CARDS */
.card_move,
.cards_adder,
.cards_elem {margin-bottom: 20px;}


.card_move:before {
	content: '';
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: none!important;
    border: 1px dashed #bbb!important;
    border-radius: 0px;
    position: relative;
    transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;
}



.cards_adder .int {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: none!important;
    border: 1px dashed var(--primary-color)!important;
    border-radius: 0px;
    position: relative;
    position: relative;
    transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;
}

.cards_elem .int {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: none!important;
    border: 1px dashed var(--primary-color)!important;
    border-radius: 0px;
    position: relative;
    transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;
    /*padding-bottom: 32px;*/
    padding-top:28px;
}

.new-block .cards_elem .int input[type="text"]{ height: 30px;}
.new-block .cards_elem .int label {margin-bottom: 0.2rem;}
.new-block .cards_elem .int textarea {height: 80px;}

.cards_adder {min-height: 427px; cursor: pointer;}

.cards_adder .int:before, .times_adder .int:before { font-family:'bootstrap-icons'; content:'\F64D'; width:30px; height: 30px;  position: absolute; top:50%; left:50%; margin-top:-15px; margin-left:-15px; font-size: 16px;  line-height:30px; text-align: center; color:var(--primary-color); transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;}

.cards_adder .int:hover:before, .times_adder .int:hover:before {color:#FFF}
.cards_adder .int:hover, .times_adder .int:hover {background:var(--primary-color)}

.cards_elem .form-cont {padding:10px; }
.cards_elem .form-cont label {width: 100%;}
.cards_elem .form-cont textarea,
.cards_elem .form-cont input[type="text"] {width: 100%}
.cards_elem .form-cont select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    width: 100%;
    color: #32373c;
    cursor: pointer;
    display: inline-block;
    padding: 0 5px 0 10px;
    height: 30px;
    font-size: 11px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid var(--primary-color);
}

.cards_elem .form-cont .selwrap:before {
    font-family: 'bootstrap-icons';
    font-size: 16px;
    content: '\f107';
    right: 8px;
    top: 4px;
    position: absolute;
    pointer-events: none;
    color:var(--primary-color);
}


.cards_elem .int .contain_cards_image {
    height: 0;
    padding-bottom: 65.744681%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-color:#e2e2e2
}

.box_cards_pic_size {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    margin-left: -40px;
    margin-top: -13px;
    color: var(--primary-color);
    letter-spacing: -1px;
}

.box_cards_pic_add {position: absolute; background:var(--primary-color); color: #FFF; border:1px solid var(--primary-color); bottom:10px; left: 10px; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; width:25px; height: 25px; text-align: center; line-height: 25px; cursor: pointer;}
.box_cards_pic_add:hover {color:var(--primary-color); background: transparent;}

.box_cards_pic_remove {position: absolute; background:#dc3545; color: #FFF; border:1px solid #dc3545; bottom:10px; left: 10px; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; width:25px; height: 25px; text-align: center; line-height: 25px; cursor: pointer;}
.box_cards_pic_remove:hover {color:#dc3545; background: transparent;}




.cards_elem .int img {
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cards_elem .int .contain_cards_image {
    height: 0;
    padding-bottom: 60.7%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.cards_elem .contain_cards_image img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.int-orderbox-body {
	display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    flex-grow: 1;
	padding:20px;
}

.grab {
    cursor: move!important; /* fallback if grab cursor is unsupported */
    cursor: grab!important;
    cursor: -moz-grab!important;
    cursor: -webkit-grab!important;
}

 /* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grab:active {
    cursor: grabbing!important;
    cursor: -moz-grabbing!important;
    cursor: -webkit-grabbing!important;
}
/*
.box_cards {max-height: 428px; overflow: auto;}
*/
/* CARDS */




/* NEW BACK */

/* NEW BACK */
.module-move,
.module_content {margin-bottom: 20px;}

.module_content .int h2,
.module_content .int h1 {color:var(--primary-color); font-size: 18px; margin-bottom: 20px; text-align: center;}
.module_content .int {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: none!important;
    border: 1px dashed var(--primary-color)!important;
    border-radius: 0px;
    position: relative;
    transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;
    padding: 15px;
    min-height: 150px;
}

.module-move:before {
	content: '';
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: none!important;
    border: 1px dashed #bbb!important;
    border-radius: 0px;
    position: relative;
    transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;
}


.edit_module,
.save_module,
.remove_module,
.move_module {width: 30px; height: 30px; line-height: 22px; position: absolute; top:20px;}


.save_module {right:20px;}
.move_module {right:55px;}
.edit_module {right:90px;}

.remove_module {
    left: 26px;
}



.type-contain {width:400px; display:flow-root;}
.modal-body hr {margin-top:10px; margin-bottom: 10px;}
.item_radio.disabled,
.item_radio {
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;-moz-transition: all 0.5s; -webkit-transition: all 0.5s;
    width:78px;
    height: 78px;
    border:1px solid var(--primary-color);
    display: inline-grid;
    margin: 5px;
    font-size: 9px;
    text-transform: uppercase;
    color:var(--primary-color);
}
.item-radio.disabled i,
.item_radio i {font-size: 26px; width: 100%;margin-top: 5px;}
.disabled span,
.item_radio span {line-height: 10px;}
.disabled input[type="radio"],
.item_radio input[type="radio"]{display: none;}


.item_radio:hover {background:#e2e2e2}
.item_radio.item-selected:hover,
.item_radio.item-selected {background:var(--primary-color); color:#FFF;}

.item_radio.disabled:hover,
.item_radio.disabled {border:1px solid #ddd; color:#ddd; background:#FFF;}

.module_content label {color:var(--primary-color); cursor: default; margin-bottom: 0px;}
.note-editor.note-frame,
.module_content textarea,
.module_content input[type="number"],
.module_content input[type="text"]{border-radius: var(--radius-input); border:1px solid #ced4da; margin-bottom: 15px;}

.note-editor.note-frame {margin-top: 0px;}


.module_content select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    width: 100%;
    color: #32373c;
    cursor: pointer;
    display: inline-block;
    padding: 0 5px 0 10px;
    height: 34px;
    font-size: 12px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid var(--primary-color);
}
.module_content .selwrap {position: relative;}
.module_content .selwrap:before {
    font-family: 'bootstrap-icons';
    font-size: 19px;
    content: '\f107';
    right: 8px;
    top: 6px;
    position: absolute;
    pointer-events: none;
    color:var(--primary-color);
}

/* Images */
.contain_pic img {
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contain_pic {
    height: 0;
    padding-bottom: 65.744681%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-color:#e2e2e2
}

.contain_pic .image_size {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    margin-left: -50px;
    margin-top: -13px;
    color: var(--primary-color);
    letter-spacing: -1px;
}

.contain_pic img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.contain_pic.landscape {padding-bottom: 45.74%}

/* Casi al cambiare del container*/
.module_content.col-md-12 .pic_image .image_size:before {content:'1600x900';}
.module_content.col-md-12 .pic_image {padding-bottom: 44.7%}
.module_content.col-md-6 .pic_image .image_size:before {content:'800x800';}
.module_content.col-md-6 .pic_image {padding-bottom: 90%}

.module_content.col-md-12 .mod_banner .pic_image .image_size:before {content:'1600x1600';}
.module_content.col-md-12 .mod_banner .pic_image {padding-bottom: 66%}


.attach_remove,
.attach_add {color:#FFF;  text-align: center; height:30px; width:100%; display:block; border:1px solid #50af31; line-height: 30px; background:#50af31; cursor: pointer; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;}
.attachremove:hover,
.attach_add:hover {color:#50af31; background: transparent;}
.attach_div a{text-align: center; display: block; line-height: 30px; width: 100%; height: 30px; background:#e2e2e2;}


.image_add {color:#FFF; width:30px; height: 30px; text-align: center; position: absolute; bottom:10px; left: 10px; border:1px solid var(--primary-color); line-height: 30px; background:var(--primary-color); cursor: pointer; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;}
.image_add:hover {color:var(--primary-color); background: transparent;}


.image_remove {color:#FFF; width:30px; height: 30px; text-align: center; position: absolute; bottom:10px; left: 10px; border:1px solid var(--remove-color); line-height: 30px; background:var(--remove-background); cursor: pointer; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; border-radius:var(--radius-btn);}
.image_remove:hover {color:var(--remove-color); background: #FFF;}


.module_content .title-div {width:40%; height:46px; position: absolute; bottom: 10px; right:25px; background:#FFF; padding:10px;}
.module_content .title-div textarea, .module_content .title-div input {width: 100%; resize: none; background:rgba(255,255,255,0.4); color:#000;}

.module_content .title-div input::placeholder,
.module_content .title-div textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
.module_content .title-div input:-ms-input-placeholder ,
.module_content .title-div textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.module_content .title-div input::-ms-input-placeholder,
.module_content .title-div textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
/* Images */



/* Video */
.module_content.col-md-12 .pic_video .image_size:before {content:'Cover 1600x900';}
.module_content.col-md-12 .pic_video {padding-bottom: 44.7%}
.module_content.col-md-6 .pic_video .image_size:before {content:'Cover 800x800';}
.module_content.col-md-6 .pic_video {padding-bottom: 90%}

.title-div.video {width:300px; height: 84px; left:40px; top:40px; f}
.title-div.video input[type="text"]{width: 100%; background:rgba(255,255,255,0.4); color:#000; text-align: center; margin-bottom: 0px!important;}
.title-div.video textarea {font-size: 18px; text-align: left;margin-bottom: 3px!important;}
/* Video */


/* Gallery + Files */
.gallery_adder {margin-bottom: 10px;}
.gallery_adder .int {cursor:pointer;color:var(--primary-color); transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;}
.module_content.col-md-12 .attach-move.gallmove:before,
.module_content.col-md-12 .gallery_adder .int {min-height: 117.91px!important;}
.module_content.col-md-6 .attach-move.gallmove:before,
.module_content.col-md-6 .gallery_adder .int {min-height: 70.31px!important;}

.gallery_adder .int:hover {border:1px solid var(--primary-color); background: var(--primary-color); color:#FFF;}
.gallery_adder i {font-size: 20px; height: 20px; width: 20px; position: absolute; top:50%; margin-top:-10px; left:50%; margin-left: -10px; text-align: center;}
.module_content.col-md-12 .pic_gallery {padding-bottom: 60.7%}
.module_content.col-md-6 .pic_gallery {padding-bottom: 90%}
.gallery_remove {position: absolute; background:var(--primary-color); width:18px; height: 18px; text-align: center; top:3px; left:3px; color:#FFF; border:1px solid var(--primary-color); transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; cursor:pointer;}
.gallery_remove:hover {background: #FFF; color:var(--primary-color);}

.files_adder {margin-bottom: 10px;}
.files_adder .int {cursor:pointer;color:var(--primary-color); transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;}
.module_content.col-md-12 .files_adder .int,

.files_adder .int:hover {border:1px solid var(--primary-color); background: var(--primary-color); color:#FFF;}
.files_adder i {font-size: 20px; height: 20px; width: 20px; position: absolute; top:50%; margin-top:-10px; left:50%; margin-left: -10px; text-align: center;}

.files_remove {position: absolute; background:var(--remove-background); width:25px; height: 25px; line-height: 25px; text-align: center; top:7px; left:7px; color:#FFF; border:0px solid var(--primary-color); transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; cursor:pointer;}

.files_remove:hover {background: #FFF; color:var(--primary-color);}

.module_content.col-md-12 .pic_files,
.module_content.col-md-6 .pic_files {padding-bottom: 44px;padding-right:6px;}
.pic_files p {margin-left: 35px; margin-top: 7px; margin-bottom: 0px; letter-spacing: -1px;}

.module_content.col-md-12 .attach-move.filemove:before,
.module_content.col-md-6 .attach-move.filemove:before,
.module_content.col-md-12 .files_adder .int,
.module_content.col-md-6 .files_adder .int {min-height: 36.03px!important;}

.attach-move {margin-bottom: 10px;}
.attach-move:before {
	content: '';
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: none!important;
    border: 1px dashed #bbb!important;
    border-radius: 0px;
    position: relative;
    transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;
}
.attach_manage .item {margin-bottom: 10px}
/* Gallery + Files */


/* Slider */
.module_content.col-md-12 .pic_slide_image .image_size:before {content:'Cover 1600x900';}
.module_content.col-md-12 .pic_slide_image {padding-bottom: 44.7%}
.module_content.col-md-6 .pic_slide_image .image_size:before {content:'Cover 800x800';}
.module_content.col-md-6 .pic_slide_image {padding-bottom: 90%}

.title-div.slide_image {width:260px; height: 200px; right:50%; margin-right: -130px;  top:140px;}
.title-div.slide_image input[type="text"]{width: 100%; background:rgba(255,255,255,0.4); color:#000; text-align: center;  height: 28px; margin-bottom: 8px;}
.title-div.slide_image select {height: 28px; margin-bottom: 8px;  background:rgba(255,255,255,0.4);}
.title-div.slide_image .selwrap:before {top:4px; font-size: 16px;}
.title-div.slide_image textarea {text-align: center; margin-bottom: 3px!important; height: 40px;}
.contain_pic.pic_slide_image .image_size {margin-bottom: 0px!important; bottom: 35px!important; margin-top: auto; top:auto;}
/* Slider */

/* Module Accordion */
.box_accordion .nav-tabs .nav-link.active,
.box_accordion .tab-content>.tab-pane {background:#FFF!important;}
.box_accordion .nav-tabs .nav-item {margin-bottom: -1px}
.box_accordion_move {
    background: var(--primary-color);
    position: absolute;
    top: 50%;
    margin-top:-10px;
    left: 10px;
    width: 20px;
    height: 20px;
    z-index: 99;
    cursor: move;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    color:#FFF;
}

.box_accordion .nav>li>a {
    position: relative;
    display: block;
    padding: 9px 15px 11px 35px;
}

.accordion-boxes input[type="text"] {height: 38px; width: 100%;}
.accordion-boxes label {font-size: 12px; font-weight: bold;}
.accordion-boxes textarea {height: 80px; width: 100%;}

.module_content.col-md-12 .pic_slide_image .image_size:before {content:'Cover 1600x900';}
.module_content.col-md-12 .pic_slide_image {padding-bottom: 44.7%}
.module_content.col-md-6 .pic_slide_image .image_size:before {content:'Cover 800x800';}
.module_content.col-md-6 .pic_slide_image {padding-bottom: 90%}

.title-div.accordion_image {width:260px; height: 200px; right:50%; margin-right: -130px;  top:140px;}
.title-div.accordion_image input[type="text"]{width: 100%; background:rgba(255,255,255,0.4); color:#000; text-align: center;  height: 28px; margin-bottom: 8px;}
.title-div.accordion_image select {height: 28px; margin-bottom: 8px;  background:rgba(255,255,255,0.4);}
.title-div.accordion_image .selwrap:before {top:4px; font-size: 16px;}
.title-div.accordion_image textarea {text-align: center; margin-bottom: 3px!important; height: 40px;}
.contain_pic.pic_accordion_image .image_size {margin-bottom: 0px!important; bottom: 35px!important; margin-top: auto; top:auto;}
/* Module Accordion */

/* Module Iconblock */
.iconblock_move,
.iconblock_adder,
.iconblock_elem {margin-bottom: 20px;}

.iconblock_move:before {
	content: '';
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: none!important;
    border: 1px dashed #bbb!important;
    border-radius: 0px;
    position: relative;
    transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;
}

.iconblock_adder .int {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: none!important;
    border: 1px dashed var(--primary-color)!important;
    border-radius: 0px;
    position: relative;
    position: relative;
    transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;
}

.iconblock_elem .int {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: none!important;
    border: 1px dashed var(--primary-color)!important;
    border-radius: 0px;
    position: relative;
    transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;
    padding-bottom: 32px;
    padding-top: 30px;
}

.iconblock_adder  .int:before {
    font-family: 'bootstrap-icons';
    content: '\f067';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: var(--primary-color);
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.new-block .iconblock_elem .int input[type="text"]{ height: 30px;}
.new-block .iconblock_elem .int label {margin-bottom: 0.2rem;}
.new-block .iconblock_elem .int textarea {height: 80px;}

.iconblock_adder {min-height: 390px; cursor: pointer;}
.iconblock_adder.itemblock_adder .int:before { font-family:'bootstrap-icons'; content:'\f067'; width:30px; height: 30px;  position: absolute; top:50%; left:50%; margin-top:-15px; margin-left:-15px; font-size: 16px;  line-height:30px; text-align: center; color:var(--primary-color); transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;}

.iconblock_adder .int:hover:before {color:#FFF}
.iconblock_adder .int:hover {background:var(--primary-color)}

.itemblock_elem .form-cont {padding:10px; padding-bottom:36px;}
.iconblock_elem .form-cont label {width: 100%;}
.iconblock_elem .form-cont textarea,
.iconblock_elem .form-cont input[type="text"] {width: 100%}
.iconblock_elem .form-cont select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    width: 100%;
    color: #32373c;
    cursor: pointer;
    display: inline-block;
    padding: 0 5px 0 10px;
    height: 30px;
    font-size: 11px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 1px solid var(--primary-color);
}

.iconblock_elem .form-cont .selwrap:before {
    font-family: 'bootstrap-icons';
    font-size: 16px;
    content: '\f107';
    right: 8px;
    top: 4px;
    position: absolute;
    pointer-events: none;
    color:var(--primary-color);
}

.iconblock_elem .form-cont textarea,
.iconblock_elem .form-cont input[type="text"] {width: 100%;}

.box_iconblock_move {position: absolute; background:var(--primary-color); color: #FFF; border:1px solid var(--primary-color); top:10px; right: 10px; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; width:25px; height: 25px; text-align: center; line-height: 24px; cursor: pointer; z-index: 9;}
.box_iconblock_move:hover {color:var(--primary-color); background: transparent;}

.box_iconblock_remove {position: absolute; background:#FFF; color: var(--primary-color); border:1px solid var(--primary-color); bottom:15px; left: 50%; margin-left: -55px; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; width:110px; height: 25px; text-align: center; line-height: 25px; cursor: pointer; bottom:18px;}
.box_iconblock_remove:hover {color:#FFF;  background: var(--primary-color);}
/* Module Iconblock */

/* Module Times */
.box_times_move {top: 10px;right: 10px;}
.box_times_remove {left: 70px;bottom: 10px;z-index: 100;}
.times_adder {margin-bottom:20px; min-height: 0; cursor: pointer;}
.box_times .date input[type="text"]{margin-bottom: 0;}
.box_times .date{margin-bottom: 15px;}
/* Module Times */

/* Module Numbers */
.contain_pic.pic_numbers{padding-bottom: 54%;}
.module_content .container-div {background-color: rgba(255,255,255,0.4);position: absolute;top: 40%;left: 20%;right: 20%;padding: 10px;}
.module_content .container-div textarea, .module_content .container-div input {width: 100%; resize: none; background:rgba(255,255,255,0.4); color:#000;}

.module_content .container-div input::placeholder,
.module_content .container-div textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
.module_content .container-div input:-ms-input-placeholder ,
.module_content .container-div textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.module_content .container-div input::-ms-input-placeholder,
.module_content .container-div textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
/* Module Numbers */

/* IMAGES CROP */
.poster { position: relative; overflow: hidden;}
.poster figure { position: relative; height: auto; overflow: hidden; margin:0px;}
.poster figure:before { content: ""; display: block; padding-top: 134.83146%;}
.poster figure img{ position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; opacity: 1;}
.poster--flexible figure:before {display: none;}
.poster--square figure:before { padding-top: 100%;}
.poster--horizontal figure:before {padding-top: 68.57143%;}
.poster--title figure:before {padding-top: 46%;}
.poster--features-landscape figure::before {padding-top: 62.47191%;}
.poster--features-portrait figure::before { padding-top: 141.57303%;}
.poster--cover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; pointer-events: none;}
.poster--cover:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s;-webkit-transform-origin:top center;transform-origin:top center;background-color:#eff0f1;will-change:transform}
.poster--cover:after{-webkit-transform:none;transform:none}
.poster--cover:after{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:bottom center;transform-origin:bottom center}
/* IMAGES CROP */


/* Select 2 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 34px!important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid var(--primary-color)!important;
    border-radius: 0px!important;
    height: 34px!important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color);
    color: white;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {top: 4px!important;}
.select2-dropdown {border: 1px solid var(--primary-color)!important; border-radius:0px!important; border-top:0px!important;}
.select2-container--default .select2-search--dropdown .select2-search__field {border: 1px solid var(--primary-color);}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--primary-color) transparent transparent transparent!important;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--primary-color) transparent!important;
    border-width: 0 4px 5px 4px;
}
/* Select 2 */

/* Selectize */
.selectize-control.multi .selectize-input [data-value].active,
.selectize-control.multi .selectize-input [data-value] {
    text-shadow: 0 0px 0 rgba(0, 51, 83, 0.3);
    -webkit-border-radius: var(--radius-element);
    -moz-border-radius: var(--radius-element);
    border-radius: var(--radius-element);
    background: var(--secondary-background);
    /*
    background-image: -moz-linear-gradient(top, var(--secondary-color), var(--secondary-color));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--secondary-color)), to(var(--secondary-color)));
    background-image: -webkit-linear-gradient(top, var(--secondary-color), var(--secondary-color));
    background-image: -o-linear-gradient(top, var(--secondary-color), var(--secondary-color));
    background-image: linear-gradient(to bottom, var(--secondary-color), var(--secondary-color));
    */
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--secondary-color)', endColorstr='var(--secondary-color)', GradientType=0);
    -webkit-box-shadow: 0 0px 0 rgba(0,0,0,0.2), inset 0 0px rgba(255,255,255,0.03);
    box-shadow: 0 0px 0 rgba(0,0,0,0.2), inset 0 0px rgba(255,255,255,0.03);
    border:0px solid var(--secondary-color);
}
.selectize-control.plugin-remove_button [data-value].active .remove,
.selectize-control.plugin-remove_button [data-value] .remove {border-left-color: #FFF; }
/* Selectize */

.spinner {display: none;}

/* Dashboard */
#wpbody-content #dashboard-widgets .postbox-container {width:100%}

.social-sortable .input-group-prepend i {width: 15px; color:var(--primary-color)}
.social-sortable .input-group-append i {color:var(--primary-color)}
.global-info .input-group-prepend i {width: 15px; color:var(--primary-color)}

.dash-col .int  {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: none!important;
    border: 1px dashed var(--primary-color)!important;
    border-radius: var(--radius-btn);
    position: relative;
    transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;
    padding: 15px;
    min-height: 150px;
}

.dash-col {margin-bottom: 30px;}


.contain_pic.pic_og_image {padding:25.5%;}
.contain_pic.pic_og_image .image_size:before {content:'850x450';}

.contain_pic.pic_logo_image_white,
.contain_pic.pic_logo_image {padding:18.5%; margin-bottom: 20px;}
.contain_pic.pic_logo_image_white img,
.contain_pic.pic_logo_image img { object-fit:contain; -o-object-fit:contain;}
p.logo-p {margin-bottom: 5px; text-align: center; color:var(--primary-color)}
p.logo-l {margin-bottom: 5px; text-align: left; color:var(--primary-color)}

.contain_pic.pic_favicon_image {padding:18.5%; margin-bottom: 20px;}
.contain_pic.pic_favicon_image img { object-fit:contain; -o-object-fit:contain;}

.sidebox .image_remove,
.sidebox .image_add {width: 25px; height: 25px; line-height: 25px;}


.contain_pic.pic_showcol {padding:50%;}
/*
input[type=checkbox], input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=radio], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {border:1px solid var(--primary-color)}

.input-group-prepend {border: 1px solid var(--primary-color); border-radius: 0rem;}
.input-group-append {border: 1px solid var(--primary-color); border-radius: 0rem;}
.input-group-text {border-radius: 0px; border:0px;}
*/
/* Dashboard */



/* WP 5.3 FIXES */
.wp-admin select {
	font-size: 13px;
	line-height: 1.38461538; /* 18px */
	color: #32373c;
	border-color: #ced4da;
	box-shadow: none;
	border-radius: var(--radius-input);
	padding: 3px 24px 3px 8px;
	min-height: 28px;
	max-width: 25rem;
	vertical-align: middle;
	-webkit-appearance: none;
	/* The SVG is arrow-down-alt2 from Dashicons. */
	background: var(--select-arrowstyle);
	background-size: 16px 16px;
	cursor: pointer;
}

.widefat tbody th.check-column {padding: 8px 0 0 3px;}




input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=radio]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
    border-color: #ced4da;
    box-shadow: 0 0 0 0px var(--primary-color);
    outline: 1px solid transparent;
}

input[type=checkbox] {border-radius: 0px; color:var(--primary-color)}
input[type=radio] {border-radius: 50%; color:var(--primary-color)}
input[type=radio]:checked::before {background-color:var(--primary-color)}
input[type=checkbox]:checked::before {
    content: '\F26E';
    margin: -.1875rem 0 0 -.21rem;
    height: 1.3125rem;
    width: 1.3125rem;
    font-family: bootstrap-icons;
}


.wp-admin select:focus {
    border-color: #ced4da;
    color: #32373c;
    box-shadow: 0 0 0 0px var(--primary-color);
}

.wp-admin select:hover {
    color: #32373c;
}

.wp-admin select:after {content:'';width:10px; height: 10px; position: absolute; background:red; top:0; right:0;}

.description-wide {width: 100%;}
.link-to-original {border: 0px;}

@media screen and (max-width: 782px){
	#contextual-help-link-wrap,
	#wp-admin-bar-new-content,
	#wp-admin-bar-site-name,
	#wp-admin-bar-comments,
	#wp-admin-bar-wp-logo {display: none!important;}
	input[type=checkbox], input[type=radio] {width:1rem; height: 1rem;}

	#adminmenu div.wp-menu-name {text-align: left;}
	.auto-fold #adminmenu li a {font-size: 12px;}
	#adminmenu div.wp-menu-name {line-height: 32px;}
	.auto-fold #adminmenu a.menu-top {height: 38px;}

	#adminmenu .wp-submenu a {text-align: left;}
	#wpadminbar li:hover .ab-icon:before {color:#FFF;}

	.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {background: #FFF;}
	.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {color:var(--primary-color)}

	#poststuff #post-body.columns-2 #side-sortables {width: 100%;}

	#trigger_add_module
}
#contextual-help-link-wrap {display: none!important;}

#adminmenu .wp-submenu .wp-submenu-head {background:var(--primary-color);padding: 8px 4px 8px 4px; font-size: 13px;}

.wp-editor-expand #wp-content-editor-tools {z-index: 98;}

@media only screen and (max-width: 1800px) and (min-width: 1500px){
	#wpbody-content #dashboard-widgets #postbox-container-1 {
	    width: 100%;
	}
}
#dashboard_site_health {display: none;}
/* WP 5.3 FIXES */


/* WYSIWYG Editor */
.module_content .int .trumbowyg-editor h1,
.module_content .int .trumbowyg-editor h2,
.module_content .int .trumbowyg-editor h3,
.module_content .int .trumbowyg-editor h4,
.module_content .int .trumbowyg-editor h5,
.module_content .int .trumbowyg-editor h6 { text-transform: none!important; color:#000!important; margin:0px!important; padding:0px!important; border:0px!important; text-align: left; line-height: auto; font-weight: 500!important}

.trumbowyg-editor ul {list-style: circle; margin-left: 2em}
.trumbowyg-editor, .trumbowyg-textarea {resize: vertical!important;}

.module_content .int .trumbowyg-editor h1 {font-size: 2.0rem;}
.module_content .int .trumbowyg-editor h2 {font-size: 1.7rem!important;}
.module_content .int .trumbowyg-editor h3 {font-size: 1.3rem;}
.module_content .int .trumbowyg-editor h4 {font-size: 1.1rem;}
.module_content .int .trumbowyg-editor h5 {}
.module_content .int .trumbowyg-editor h6 {}

/* AIOSEP */
.aioseop_options_wrapper .ui-sortable-handle span {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--the-backfont);
    color: #FFF;
}

/* MODULE QUIZ */
.quiz-text {font-size: 18px;}
.box_quiz_move,
.box_quiz_remove {width: 100%; color:var(--primary-color); border:1px solid var(--primary-color); display:block; text-align: center; line-height: 28px; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;}

.box_quiz_remove {cursor: pointer;}
.box_quiz_move:hover {background: var(--primary-color); color:#FFF;}
.box_quiz_remove:hover {background:red; color:#FFF; border-color: red;}
.box_quiz_add {border: 1px solid var(--primary-color); color:var(--primary-color); text-align: center; line-height: 34px;transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; cursor:pointer;}
.box_quiz_add:hover {background:var(--primary-color); color:#FFF}
/* MODULE QUIZ */

/* STANDALONE GALLERY */
.global_gallery_adder .int {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: none!important;
    border: 1px dashed #000000!important;
    border-radius: 0px;
    position: relative;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    padding: 15px;
    min-height: 150px;
}
.global_gallery_adder {margin-bottom: 10px;}
.global_gallery_adder .int {cursor:pointer;color:#000000; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; min-height: 70px!important;}
.global_gallery_adder .int:hover {border:1px solid #000000; background: #000000; color:#FFF;}
.global_gallery_adder i {font-size: 20px; height: 20px; width: 20px; position: absolute; top:50%; margin-top:-10px; left:50%; margin-left: -10px; text-align: center;}

/* STANDALONE GALLERY */

/* Select2 */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color:#FFF;
    border-radius: 0px;
    }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color:#FFF; margin-right: 5px;}
/* Select2 */

.selectize-control.single .selectize-input {
    -webkit-box-shadow: 0 0px 0 rgba(0,0,0,0.05), inset 0 0px 0 rgba(255,255,255,0.8);
    box-shadow: 0 0px 0 rgba(0,0,0,0.05), inset 0 0px 0 rgba(255,255,255,0.8);
    background-color: #FFF;
    background-image: -moz-linear-gradient(top, #FFF, #FFF);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#FFF));
    background-image: -webkit-linear-gradient(top, #FFF, #FFF);
    background-image: -o-linear-gradient(top, #FFF, #FFF);
    background-image: linear-gradient(to bottom, #FFF, #FFF);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#FFF', GradientType=0);
    border-radius:var(--radius-input);
}
.selectize-input.dropdown-active {border-radius: 0px;}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
}

.selectize-input {border-radius: 0px;    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);}
.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent var(--primary-color) transparent;
}
.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: var(--primary-color) transparent transparent transparent;
}
.selectize-input {
    padding: 6px 8px !important;
    border: 1px solid #ced4da !important;
    -webkit-border-radius: var(--radius-input);
    -moz-border-radius: var(--radius-input);
    border-radius: var(--radius-input);
}


.manage-column.column-catalog_pic,
.manage-column.column-author_pic,
.manage-column.column-playlist_pic,
.manage-column.column-event_pic,
.manage-column.column-portfolio_pic,
.manage-column.column-speaker_pic {width:100px; text-align: center;}
.manage-column.column-event_date {width: 120px;}
.custom-control custom-radio .custom-control-label{line-height: 1.5rem;}
.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:var(--primary-color);}

.postbox-header .handle-actions {display:none;}

.select2-selection__rendered .icon {width: 22px; height: 22px; margin-top:3px; fill:var(--primary-color)!important;}
.select2-results .icon {width: 30px; height: 30px; fill:var(--primary-color)!important}
.select2-results .select2-results__option--highlighted .icon {fill:#FFF!important}

.taxiconfield {width: 32px; height: 32px;}
.taxiconfield .icon {width: 32px; height: 32px; margin-top:3px; fill:var(--primary-color)!important; }

.mload {background-repeat: no-repeat; background-position: left center}

.select2-search {z-index: 999;}

#wp-admin-bar-all-in-one-seo-pack {display: none;}

/* DATATABLE */
.table_datamod {font-size: 12px;}
.table_datamod th {color:var(--primary-color)}
.table_datamod.table td, .table_datamod.table th {padding:.45rem}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
/* DATATABLE*/

.moduledate-reset {cursor: pointer; color:#495057; border:1px solid #ced4da; background-color:#e9ecef; padding: 3px 9px; font-size: 1rem; display: inline-block; margin-top: 6px;}

.column-username span.view {display: none!important}



/** NEW MODULE MODIMAGETEXT **/
.mod_imagetext_pic {padding-bottom: 91%}
/** NEW MODULE MODIMAGETEXT **/


/** NEW MODULE GLOBAL STYLES **/
.module_content .int h2 {font-size: 18px; border-bottom: 0px!important; font-weight: 400!important; padding: 9px 0 4px 0!important; line-height: 1.3!important; margin-bottom: 20px; text-transform: none!important;}
/** NEW MODULE GLOBAL STYLES **/

/** NEW MODULE SLIDE **/
.box_moduletb .contain_pic.pic_desktop_pic {padding-bottom:58%;}
.box_moduletb .contain_pic.pic_desktop_pic .image_size:before {content:'1170x700';}
.box_moduletb .contain_pic.pic_desktop_pic .image_size {margin-left: auto; margin-top: auto; bottom:10px; right: 10px;}

.box_moduletb .titles-group {width: 300px; top:20px; left: 20px; background:rgba(255,255,255,0.7); padding:10px 8px;}
.box_moduletb .titles-group p,
.box_moduletb .titles-group p.logo-l {font-size: 10px; margin-bottom: 0px; margin-top: 5px;}
.box_moduletb .titles-group input {height: 20px;}
.box_moduletb .titles-group textarea {height: 50px;}
.box_moduletb .titles-group select {width: 100%;}

.box_moduletb .titles-group select,
.box_moduletb .titles-group input[type="text"] {height: 30px!important;}

.box_moduletb .nav-tabs .nav-link.active {line-height: 1.5em;}
.box_moduletb .nav>li>a {padding: 9px 15px 12px 35px; }

.box_moduletb .tab-content>.tab-pane {margin-top: 0px;}
/** NEW MODULE SLIDE **/

/** NEW MODULE MODIMAGETEXT **/
.mod_imagetext_pic {padding-bottom: 91%}
/** NEW MODULE MODIMAGETEXT **/

.aioseop_input input[type="radio"]:checked, .aioseop_input input[type="checkbox"]:checked {
    background: var(--primary-color);
}

/*** GLOBAL FILE ADD *****/
.contain_file {position: relative;}
.contain_file .file_remove,
.contain_file .file_add {
    color: #FFF;
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    position: absolute;
    border: 1px solid var(--primary-color);
    line-height: 30px;
    background: var(--primary-color);
    cursor: pointer;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.contain_file .file_remove:hover,
.contain_file .file_add:hover {
    color: var(--primary-color);
    background: transparent;
}
.contain_file input[type="text"]{padding-left: 40px;}
/*** GLOBAL FILE ADD *****/



/*** MODULE LINKS ******/
.bar-add {width: 100%; text-align: center; color:#fff; cursor: pointer; padding:8px; 5px;}
.linkrow {border:2px solid #eee; padding:20px 10px 0px 10px; margin-bottom:10px;}
.linkrow select {height: 30px!important; /*border:1px solid #333;*/}
/*** MODULE LINKS ******/
.trumbowyg-box, .trumbowyg-editor, .trumbowyg-textarea {min-height: 150px;background-color: #fff;}


/*** SEOZOOM PART ******/
.sz-counters .sz-elementScore {margin-top: -20px;}
#poststuff #sz-totalscore > h3 {font-size: 18px;}
.sz-result {width: 200px;margin-left: 10px;}
.sz-pane-analysis .row {padding:10px; margin-bottom: 0px;}
/*** SEOZOOM PART ******/


/*** WORKS PART ******/
.column-work_pic {width: 100px;}
/*** WORKS PART ******/
*_pic {background: green;}

.manage {background:#FFF; position: absolute; top:5px; right:5px; width: 130px; z-index:2; padding:5px}
.manage span {width: 100%; background: var(--primary-background); display: inline-block; text-align: center; margin-bottom: 5px; color:#FFF; padding:5px 0px;}
.gallerynew_elem {position: relative;}
.box_gallerynew_remove {cursor:pointer;}

/* Color Picker */
.wp-picker-container .wp-color-result.button,
.wp-picker-container {width:100%;}
.wp-picker-container .wp-color-result.button {border:0px; padding:0px; border:1px solid #ced4da}
.wp-color-result-text {border:0px; background:transparent; color:#FFF; }


.wp-core-ui .button-secondary:focus, .wp-core-ui .button.focus, .wp-core-ui .button:focus {
    background: #f6f7f7;
    border-color: #3582c4;
    color: #0a4b78;
    box-shadow: 0 0 0 0px #3582c4;
    outline: 0px solid transparent;
    outline-offset: 0;
}

.box_cards_move, .box_times_move {position: absolute; background:var(--primary-background); color: #FFF; border:0px solid var(--primary-color); top:10px; right: 10px; transition: all 0.4s; -moz-transition: opacity 0.4s; -webkit-transition: opacity 0.4s; width:25px; height: 25px; text-align: center; line-height: 25px; cursor: pointer; z-index: 9; border-radius:var(--radius-btn);}
.box_cards_move:hover, .box_times_move:hover {color:#FFF; background: var(--primary-hover-background); opacity:var(--primary-hover-opacity);}


.box_cards_remove, .box_times_remove {position: absolute;  top:10px; right: 40px;  width:25px; height: 25px; text-align: center; line-height: 25px; cursor: pointer; bottom:18px; border-radius:var(--radius-btn);}


#adminmenuwrap {z-index: 1000;}

.language-switcher {bottom:20px; left:0px; position: absolute; width: 320px; padding: 0px 30px;}


/* GLOBAL COLORS */
.widefat tfoot tr td, .widefat tfoot tr th, .widefat thead tr td, .widefat thead tr th {color: var(--primary-color);}

.remove,
.submitbox .submitdelete,
.bar-add,
.box_cards_remove,
.box_times_remove,
.image_remove,
.remove_module { color: #FFF; background: var(--remove-background); transition: opacity 0.4s; -moz-transition: opacity 0.4s; -webkit-transition: opacity 0.4s; border:0px; border-radius: var(--radius-btn);}

.remove:hover,
.submitbox .submitdelete:hover,
.bar-add:hover,
.box_cards_remove:hover,
.box_times_remove:hover,
.image_remove:hover,
.remove_module:hover {color:#FFF; background:var(--remove-background-hover);  opacity: var(--remove-opacity-hover);}

.add,
.bar-add { color: #FFF; background: var(--primary-background); transition: opacity 0.4s; -moz-transition: opacity 0.4s; -webkit-transition: opacity 0.4s; border:0px; border-radius: var(--radius-btn);}

.add:hover,
.bar-add:hover {background:var(--primary-hover-background);  opacity: var(--primary-hover-opacity);}

.js .postbox .hndle {border-top-left-radius: var(--radius-btn); border-top-right-radius: var(--radius-btn);}
.module_content .int,
.manage span,
.postbox {border-radius: var(--radius-btn)}

.btn-secondary {color: #FFF; background: var(--secondary-background); transition: opacity 0.4s; -moz-transition: opacity 0.4s; -webkit-transition: opacity 0.4s; border:0px; border-radius: var(--radius-btn);}

.btn-secondary:hover {background:var(--secondary-hover-background);  opacity: var(--secondary-hover-opacity);}
/* GLOBAL COLORS */

#info_box {display: none;}
h1,h4 {color: var(--primary-color);}



/* GLOBAL ELEMENTS STYLES */

.module_content .int.module_styleadd:before {
    font-family: 'bootstrap-icons';
    content: '\F64D';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: var(--primary-color);
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.module_content .int.module_styleadd {cursor: pointer;}

.module_content .int.module_styleadd:hover { background: var(--primary-color);}
.module_content .int.module_styleadd:hover:before, .times_adder .int:hover:before { color: #FFF;}

.module_content .int .module_styledrag,
.module_content .int .module_styleremove {width:25px; height: 25px; position: absolute; top:5px; text-align: center; color:#FFF; line-height: 25px; border-radius: var(--radius-btn); z-index: 1;}

.module_content .int .module_styledrag {right:10px; background: var(--secondary-background); transition: opacity 0.4s; -moz-transition: opacity 0.4s; -webkit-transition: opacity 0.4s; border:0px;}
.module_content .int .module_styledrag:hover {background:var(--secondary-hover-background);  opacity: var(--secondary-hover-opacity);}

.module_content .int .module_styleremove {left:10px; cursor: pointer; background: var(--remove-background); }
.module_content .int .module_styleremove:hover {background:var(--remove-background-hover);  opacity: var(--remove-opacity-hover);}

.module_content .int .form-cont {margin-top: 30px;}

.module_content .module_blockrep {margin-bottom: 20px;}
/* GLOBAL ELEMENTS STYLES */



/* POST REVISIONS */
label[for="revisionsdiv-hide"],
#revisionsdiv,
#preview-action,
.misc-pub-section.misc-pub-revisions {display: none;}
.aioseop-notice-blog_public_disabled {display: none;}
#adminmenu a .awaiting-mod.enti-alert,
#adminmenu li.current a .awaiting-mod.enti-alert {position: absolute; top:10px; right: 5px;}

.type-pt_bandi.status-pending span.post-state,
.type-pt_iniziative.status-pending span.post-state {background:#f77d11; color:#FFF; font-size: 10px; font-weight: 300; padding:0px 5px;}

.foot-alert {width: 280px; position: fixed; bottom:0px; z-index: 99; right:15px;}

.form-control {border-radius: var(--radius-input);}

/* ENTI PAGE */
#enti-page .tab-content h3 {border-bottom: 0px;}

#adminmenu .awaiting-mod, #adminmenu .update-plugin,
#adminmenu li.current a .awaiting-mod,
.badge-primary {background: var(--secondary-background);}

#enti-page .tab-content>.tab-pane,
#enti-page .nav-tabs .nav-link.active {background:#FFF;}
#enti-page .tab-content h3 {color:var(--primary-color);}

.table .thead-dark th {
    color: #fff;
    background-color: transparent;
    border-color: #1d0e82;
    border:0px;

}

.alert-primary {border-radius: var(--radius-btn); border:0px; background:var(--secondary-background);; color:#FFF;}
.alert-primary .close {color:#FFF;}

.btn-info {
    color: #fff;
    background: linear-gradient(
150.6deg,#20dab4,#2c90e4);
    border: 0px;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.block-inactive {background: var(--remove-background); padding:20px; color:#FFF; margin-bottom: 20px; border-radius: var(--radius-input)}
.block-inactive h2,
.block-inactive p {color:#FFF!important;}
.block-inactive h2 {border-bottom:1px solid #FFF!important;}
/* ENTI PAGE */


.manage-column.column-logo_pic {width: 130px;}
.column-logo_pic img {width: 80px;}


.int-homebox .module-item h2 {text-align: center;}

/* EDITOR CUSTOMIZATION PREVIEW */
.trumbowyg-editor h1,
.trumbowyg-editor h2,
.trumbowyg-editor h3,
.trumbowyg-editor h4 {color:#000!important; font-weight: 700!important; text-transform: none!important; text-align: left!important; border-bottom: 0px!important; padding:0px!important; padding-bottom: 0px!important; margin-bottom: 15px!important;}

.trumbowyg-editor h1 {font-size: 2rem!important;}
.trumbowyg-editor h2 {font-size: 1.8rem!important;}
.trumbowyg-editor h3 {font-size: 1.6rem!important;}
.trumbowyg-editor h4 {font-size: 1.4rem!important;}
.trumbowyg-editor blockquote {background: #efefef!important; padding: 20px;}

/* EDITOR CUSTOMIZATION PREVIEW */

#aiosp_sitemap_priority_wrapper,#aiosp_sitemap_frequency_wrapper {display: none!important;}

span.maxlength-feedback {background-color:#4eab49; display: inline-block; padding:4px 8px; margin-top: 5px; color:#FFF;}
span.maxlength-feedback.maxlength-full {background-color:#ec4e00}

.bg-primary {background:var(--primary-background)!important;}
.bg-secondary {background:var(--secondary-background)!important;}

.module-item .int {border:1px solid var(--primary-color); margin:10px 5px; position: relative; padding: 0px 20px; background-color:var(--page-background)}
@media (min-width: 576px){
/*.modal-dialog {max-width: 501px;}*/
}


/** SELECTIZE HTML **/
.selectize_html span.term,
.selectize_html span.site,
.selectize_html span.type {margin-right: 10px; font-size: 11px;}
.selectize_html span.term,
.selectize_html span.title { display: block;}
.selectize_html span.title {border-bottom:1px dashed #333; margin-bottom: 5px; padding-bottom: 5px;}
.selectize_html .item-ftmsel {width: 100%;}
.selectize_html .item-ftmsel span.title {border-bottom:1px dashed #FFF;}
.selectize_html .selectize-dropdown-content .option.active {background: var(--primary-color); color:#FFF;}
.selectize_html .selectize-dropdown-content .option.active span.title {border-color:#FFF;}

@media (min-width: 576px){
	#module-choose .modal-dialog {max-width: 502px;}
}

.btn-block {width: 100%;}
.form-group {margin-bottom: 1rem;}
#side-sortables ul {padding-left: 0px;}
.control-section .accordion-section-title, .customize-pane-child .accordion-section-title {background:var(--primary-background)!important; color:#FFF;}
.js .control-section.open .accordion-section-title, .js .control-section:hover .accordion-section-title {color:#FFF;}

.my_meta_control label {color:var(--primary-color);}
/*
.menu-icon-pt_ftm {border-top:1px solid var(--primary-color); border-left:1px solid var(--primary-color); border-right:1px solid var(--primary-color);}
.menu-icon-pt_gam,
.menu-icon-pt_madama {border-left:1px solid var(--primary-color); border-right:1px solid var(--primary-color);}
.menu-icon-pt_mao {border-bottom:1px solid var(--primary-color); border-left:1px solid var(--primary-color); border-right:1px solid var(--primary-color);}

.menu-icon-pt_ftm,
.menu-icon-pt_gam,
.menu-icon-pt_madama,
.menu-icon-pt_mao {background-color: var(--page-background)}
*/

.form-switch .form-check-input {background-repeat: no-repeat;}
.form-switch .form-check-input:checked:before {display: none;}
.form-check-input:checked {background-color: var(--primary-color); border-color: var(--primary-color);}
.form-switch .form-check-input {width: 40px; height: 25px; margin-left: 0px;}
.form-switch {padding:0px;}
.badge-backend {background:var(--primary-background)!important; font-size: 13px;}
p.reset-data {cursor: pointer; margin-top: 6px; background:var(--primary-background); color:#FFF; display: inline-block; padding:2px 8px; transition:all 0.4s;}
p.reset-data:hover {background:var(--primary-hover-background)}

.form-switch .form-check-input.small-check {width: 34px; height: 18px;}
.form-switch .form-check-input.ajax-check {margin-left: 16px;}
span.custom-menu-label {background:var(--primary-background);color:#FFF; font-size: 12px; padding:5px 10px;}

.tox-statusbar__branding,
.mce-branding{display:none!important}
.mce-tinymce{border:1px solid #efefef!important}