/*Login
PROVA MARCO	
Color scheme

LOGIN TXT: #000000 - hover: #666666	
MAIN BG: #e2e2e2	
BUTTONS: #5f7a98 - hover: #818286

ACTIVE SIDEBAR MENU: #5f7a98
LINK BACKEND: #5f7a98	
*/

@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,600&display=swap');
body {
	background: #fff url('../assets/images/sj/bkg_sjs.png') no-repeat fixed;
    background-position: center center;
    background-size: cover;
    /*background:#FFF;*/
    overflow-x: hidden;
}

body.login {
background: #FFF;
min-width: 0;
  background-image: url('../assets/images/sj/bkg_sjs.png'); 
  background-size: cover;
  background-repeat: repeat-y;
  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;
}

#login  {}

.login form {
    margin-left: 8px;
    padding: 30px 40px;
    font-weight: normal;
    background-color: #FFF;
    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:1px solid #5f7a98;
}

.wp-core-ui .button-primary {    
    background-image: linear-gradient(to bottom, #5f7a98, #5f7a98);
    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(#5f7a98),to(#5f7a98));
    background-image: -webkit-linear-gradient(top,#5f7a98,#5f7a98);
    background-image: -moz-linear-gradient(top,#5f7a98,#5f7a98);
    background-image: -ms-linear-gradient(top,#5f7a98,#5f7a98);
    background-image: -o-linear-gradient(top,#5f7a98,#5f7a98);
    background-image: linear-gradient(to bottom,#5f7a98,#5f7a98);
    border-bottom-color: #5f7a98;
    -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: #5f7a98;
    border-color: #5f7a98;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    border:1px solid #5f7a98;
}
    
.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: #5f7a98;
    -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: #5f7a98;
    text-shadow: 0 0px 0 rgba(0,0,0,0.3);
    background-image: none;
    background-color: #eee;
    border-color: #5f7a98;
}  

input.button-primary, button.button-primary, a.button-primary {
    border-color: #5f7a98;
    font-weight: bold;
    color: white;
    background: none;
    background: #5f7a98 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: #5f7a98;
    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: #5f7a98;
}

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: #5f7a98!important;
    text-shadow: none;
}




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

.login label {color:#5f7a98; 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: #5f7a98;}

/* fine login */


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

#wpfooter {display: none;}

/*#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;}*/
#dashboard_php_nag, #dashboard_site_health,
#wp-admin-bar-wp-logo {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: #5f7a98;}

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

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


/* CUSTOM BACKEND */
#adminmenu, #adminmenu .wp-submenu, #adminmenuback, #adminmenuwrap {background-color: #333538;}
#your-profile h2:first-of-type,
#your-profile h2:first-of-type + table,
#your-profile h2:nth-of-type(4),
#your-profile h2:nth-of-type(4) + table {display: none;}

.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,
#roiportages_evidenza,
#roiportages_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 #5f7a98;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: #5f7a98; 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:#5f7a98; 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}
.remove {background: #cc6666; transition:all 0.3s; -moz-transition:all 0.3s; -webkit-transition:all 0.3s;}
.add {background: #5f7a98; transition:all 0.3s; -moz-transition:all 0.3s; -webkit-transition:all 0.3s;}
.remove:hover, .add:hover {background:#333;}
.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;}

/*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: #5f7a98; 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: .0rem;
    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: #5f7a98; padding:5px 10px; color:#FFF;}

#button-storedata {width:100%; font-size:14px!important; cursor:pointer; border:0px; text-transform: uppercase; font-weight: bold; background:#5f7a98; 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 #5f7a98}
/* Products Style */

#the-list i {color:#5f7a98; 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: FontAwesome;
    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: #5f7a98;  } /* 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: #5f7a98;  } 

.rating > input[type=radio]:checked+label:before {
    color: #5f7a98;
}


/* 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: FontAwesome;
    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: #5f7a98;  } /* 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: #5f7a98;  } 

.price > input[type=radio]:checked+label:before {
    color: #5f7a98;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* 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: #5f7a98;
}

input:focus + .slider {
    box-shadow: 0 0 1px #5f7a98;
}

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 #5f7a98; 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 #5f7a98!important; color:#5f7a98; margin-bottom: 20px!important;}

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

.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:#5f7a98; border:1px solid #5f7a98; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 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: #5f7a98; background-color: #eee; border:1px solid #5f7a98; }

.new-block .form-group {padding:20px;}
.new-block .inside-block{border-left:1px solid #5f7a98;border-right:1px solid #5f7a98;border-bottom:1px solid #5f7a98;}

.form-control:focus {
    border-color: #5f7a98;
    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:#5f7a98}

.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 #5f7a98; 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: #5f7a98; 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 #5f7a98}
.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: #5f7a98; 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 #5f7a98}
.ed_itemblock_images li {float:left; text-align: left; margin-bottom:15px; width:100%; border:1px solid #5f7a98; 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: #5f7a98; 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: #5f7a98;
    position: absolute;
    top: 2px;
    left: 25px;
    width: 30px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #5f7a98;
    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 #5f7a98;
    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 #333333 !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:#5f7a98; 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.active {background: #efefef; border-color: #dee2e6 #dee2e6 transparent;}
.nav-tabs .nav-link {border-radius: 0px;}

.box_slide_move {
    background: #5f7a98;
    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_slide .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 #5f7a98; 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 #5f7a98!important;
    color: #5f7a98;
    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:'fontawesome';content:'\f047'; z-index: 999; top:50%; left:50%; margin-top:-15px; margin-left:-15px; position: absolute; width:30px; height: 30px; background:#5f7a98; color:#FFF;}

.box_move:hover:after {
    font-family: 'fontawesome';
    content: '\f047';
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #5f7a98;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.block_move {
    border:1px dashed #5f7a98;  
    border-radius: 5px;    
}

/* CARDS */

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

.scrtabs-tab-scroll-arrow {
    border: 0px solid #ddd!important;
    background:#5f7a98;
    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:#5f7a98}

.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:#5f7a98; border-bottom: 1px solid #5f7a98; padding:15px 0px; margin-bottom: 15px;}

.sort-placehold {display: block; border:1px dashed #5f7a98; 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: url('logo.png');
background-size: 140px;
background-position: top center;
background-repeat: no-repeat;
width: 220px;
height: 118px;
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: #5f7a98;
    border-radius: 0px;
}

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



@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700&display=swap');

body,
.aioseop_label,
#aioseop_snippet_link,
#wpadminbar *,
h1,h2,h3,h4,h5,h6,h7 {font-family: 'Roboto', sans-serif;}

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:#5f7a98}

#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: #5f7a98;}

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:#5f7a98}

#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: #5f7a98;color: #FFF;}
#wpadminbar .menupop .ab-sub-wrapper, #wpadminbar .shortlink-input {background:#5f7a98}

#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: #5f7a98;}

.wrap .add-new-h2, .wrap .add-new-h2:active, .wrap .page-title-action, .wrap .page-title-action:active {background:#5f7a98; border:1px solid #5f7a98; 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: #5f7a98;background: transparent;color: #5f7a98;}

.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: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 0px;
    white-space: nowrap;
    box-sizing: border-box;
    transition:all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;
}

#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: #5f7a98!important;
    border-color: #5f7a98!important;
    background: #fefefe!important;
    box-shadow: 0 0px 0 #ccc!important; 
}

.wp-core-ui .button:hover, .wp-core-ui .button-secondary:hover {
    color: #fff!important;
    border-color: #5f7a98!important;
    background: #5f7a98!important;
    box-shadow: 0 0px 0 #ccc!important;
    transition:all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;
}


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

.wp-core-ui .button-link {color:#5f7a98}
#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: #5f7a98;}

#adminmenu .menu-top a:hover {color:#5f7a98}
#adminmenu .wp-has-current-submenu ul>li>a:hover {color:#333;}


#adminmenu li.wp-has-current-submenu >a.menu-top:focus {background:#5f7a98; 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: #5f7a98;}
/*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:#5f7a98; font-weight: 700;}

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

.item-cancel .submitcancel {height: 30px; line-height: 28px; padding: 0 12px 2px; border:1px solid #5f7a98; 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: #5f7a98; color:#FFF; border:1px solid #5f7a98;}


#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:#5f7a98}
div#aioseop_snippet > h3  {padding-top: 10px;}
/*AIOSEP*/

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



/* BTNS */
.btn {border-radius: 0px;}
.btn-outline-primary { color: #5f7a98; background-color: transparent; background-image: none; border-color: #5f7a98;}
.btn-outline-primary:hover {color: #fff; background-color: #5f7a98;border-color: #5f7a98;}
.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: #5f7a98; border-color: #5f7a98;}
/* BTNS */

.accordion-section-title:after, .handlediv, .item-edit, .postbox .handlediv.button-link, .toggle-indicator { color: #5f7a98;}

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


/* NEW ICONS */
.dashicons-dashboard:before { font-family:'FontAwesome'; content: "\f108";}
#toplevel_page_all-in-one-seo-pack-aioseop_class .wp-menu-image:before { font-family:'FontAwesome'; content: "\f1b3"!important;}



/* TEST VERTICAL -- COMMENT TO DELETE */
#screen-meta-links .show-settings {border-radius: 0px;}

#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:#5f7a98;}
.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:#5f7a98}

.box_slide .nav-tabs .nav-link.active,
.box_slide .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:#5f7a98; 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 #5f7a98;
    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: #5f7a98; border:1px solid #5f7a98; cursor: pointer; min-width: 32px;}


.li-move{border:1px dashed #5f7a98;  width:80px;}
.module-moving{border:1px dashed #5f7a98;  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: #5f7a98;
    border-color: #5f7a98;
}


/* 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 #5f7a98!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 #5f7a98!important;
    border-radius: 0px;
    position: relative;
    transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;
    padding-bottom: 32px;
}

.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 { font-family:'FontAwesome'; 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:#5f7a98; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;}

.cards_adder .int:hover:before {color:#FFF}
.cards_adder .int:hover {background:#5f7a98}

.cards_elem .form-cont {padding:10px; padding-bottom:36px;}
.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 #5f7a98;
}

.cards_elem .form-cont .selwrap:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    content: '\f107';
    right: 8px;
    top: 4px;
    position: absolute;
    pointer-events: none;
    color:#5f7a98;
}


.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: #5f7a98;
    letter-spacing: -1px;
}



.box_cards_pic_add {position: absolute; background:#5f7a98; color: #FFF; border:1px solid #5f7a98; 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:#5f7a98; 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;}

.box_cards_move {position: absolute; background:#5f7a98; color: #FFF; border:1px solid #5f7a98; 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_cards_move:hover {color:#5f7a98; background: transparent;}


.box_cards_remove {position: absolute; background:#FFF; color: #5f7a98; border:1px solid #5f7a98; 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_cards_remove:hover {color:#FFF;  background: #5f7a98;}


.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-item {margin-bottom: 20px;}

.module-item .int h1 {color:#5f7a98; font-size: 18px; margin-bottom: 20px; text-align: center;}
.module-item .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 #5f7a98!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;}

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

.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:60px;
  height: 60px;
  border:1px solid #5f7a98;
  display: inline-grid;
  margin: 5px;
  font-size: 9px;
  text-transform: uppercase;
  color:#5f7a98;
  }
.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:#5f7a98; color:#FFF;}

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

.module_content label {color:#5f7a98; cursor: default; margin-bottom: 0px;}
.note-editor.note-frame,
.module_content textarea,
.module_content input[type="text"]{border-radius: 0px; border:1px solid #5f7a98; 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 #5f7a98;
}
.module_content .selwrap {position: relative;}
.module_content .selwrap:before {
    font-family: 'FontAwesome';
    font-size: 19px;
    content: '\f107';
    right: 8px;
    top: 6px;
    position: absolute;
    pointer-events: none;
    color:#5f7a98;
}

/* 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: #5f7a98;
    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-item.col-md-12 .pic_image .image_size:before {content:'1600x900';}
.module-item.col-md-12 .pic_image {padding-bottom: 44.7%}
.module-item.col-md-6 .pic_image .image_size:before {content:'800x800';}
.module-item.col-md-6 .pic_image {padding-bottom: 90%}

/* Module Image+Text */
.module-item.col-md-12 .col-md-4.text_col .pic_image .image_size:before {content:'max 800x800';}
.module-item.col-md-12 .col-md-4.text_col .pic_image {padding-bottom: 100%}

/* Module Banner */
.module-item.col-md-12 .col-md-6.image_col .pic_image .image_size:before {content:'800x800';}
.module-item.col-md-12 .col-md-6.image_col .pic_image {padding-bottom: 74.7%}

.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 #5f7a98; line-height: 30px; background:#5f7a98; cursor: pointer; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;}
.image_add:hover {color:#5f7a98; background: transparent;}


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

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

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


/* Video */
.module-item.col-md-12 .pic_video .image_size:before {content:'Cover for HTML5';}
.module-item.col-md-12 .pic_video {padding-bottom: 44.7%}
.module-item.col-md-6 .pic_video .image_size:before {content:'Cover 800x800';}
.module-item.col-md-6 .pic_video {padding-bottom: 90%}

.title-div.video {width:200px; height: 84px; right:50%; margin-right: -100px; bottom:75%; margin-bottom: -42px;}
.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 {text-align: center; margin-bottom: 3px!important;}
/* Video */


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

.gallery_adder .int:hover {border:1px solid #5f7a98; background: #5f7a98; 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-item.col-md-12 .pic_gallery {padding-bottom: 60.7%}
.module-item.col-md-6 .pic_gallery {padding-bottom: 90%}
.gallery_remove {position: absolute; background:#5f7a98; width:18px; height: 18px; text-align: center; top:3px; left:3px; color:#FFF; border:1px solid #5f7a98; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; cursor:pointer;}
.gallery_remove:hover {background: #FFF; color:#5f7a98;}

.files_adder {margin-bottom: 10px;}
.files_adder .int {cursor:pointer;color:#5f7a98; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;}
.module-item.col-md-12 .files_adder .int,

.files_adder .int:hover {border:1px solid #5f7a98; background: #5f7a98; 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:#5f7a98; width:18px; height: 18px; text-align: center; top:13px; left:9px; color:#FFF; border:1px solid #5f7a98; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; cursor:pointer;}
.files_remove:hover {background: #FFF; color:#5f7a98;}
.module-item.col-md-12 .pic_files,
.module-item.col-md-6 .pic_files {padding-bottom: 45px; background-image:url('move.png'); background-repeat: no-repeat; background-position: center right 7px; background-size: auto;}
.pic_files p {margin-left: 35px; margin-right:35px; margin-top: 7px; margin-bottom: 0px; letter-spacing: -1px;}

.module-item.col-md-12 .attach-move.filemove:before,
.module-item.col-md-6 .attach-move.filemove:before,
.module-item.col-md-12 .files_adder .int, 
.module-item.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-item.col-md-12 .pic_slide_image .image_size:before {content:'Cover 1600x900';}
.module-item.col-md-12 .pic_slide_image {padding-bottom: 44.7%}
.module-item.col-md-6 .pic_slide_image .image_size:before {content:'Cover 800x800';}
.module-item.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 */



/* 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 #5f7a98!important;
    border-radius: 0px!important;
    height: 34px!important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5f7a98;
    color: white;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {top: 4px!important;}
.select2-dropdown {border: 1px solid #5f7a98!important; border-radius:0px!important; border-top:0px!important;}
.select2-container--default .select2-search--dropdown .select2-search__field {border: 1px solid #5f7a98;}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #5f7a98 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 #5f7a98 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: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #5f7a98;
    background-image: -moz-linear-gradient(top, #5f7a98, #5f7a98);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5f7a98), to(#5f7a98));
    background-image: -webkit-linear-gradient(top, #5f7a98, #5f7a98);
    background-image: -o-linear-gradient(top, #5f7a98, #5f7a98);
    background-image: linear-gradient(to bottom, #5f7a98, #5f7a98);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f7a98', endColorstr='#5f7a98', GradientType=0);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2), inset 0 1px rgba(255,255,255,0.03);
    box-shadow: 0 1px 0 rgba(0,0,0,0.2), inset 0 1px rgba(255,255,255,0.03);
    border:1px solid #5f7a98;
}
.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:#5f7a98}
.social-sortable .input-group-append i {color:#5f7a98}
.global-info .input-group-prepend i {width: 15px; color:#5f7a98}

.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 #5f7a98!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;
}

.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.custom_avatar {padding: 10%;margin-bottom: 20px;width: 10%;}
.contain_pic.custom_avatar .image_size:before {content:'200x200';}

.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,
.contain_pic.custom_avatar img { object-fit:contain; -o-object-fit:contain;}
p.logo-p {margin-bottom: 5px; text-align: center; color:#5f7a98}

.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%;}
.contain_pic.doc_image {padding-bottom:142%;}
/*
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 #5f7a98}

.input-group-prepend {border: 1px solid #5f7a98; border-radius: 0rem;}
.input-group-append {border: 1px solid #5f7a98; 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: 0px;
	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: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%235f7a98%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 55%;
	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 #5f7a98;
    outline: 1px solid transparent;
}

input[type=checkbox] {border-radius: 0px; color:#5f7a98}
input[type=radio] {border-radius: 50%; color:#5f7a98}
input[type=radio]:checked::before {background-color:#5f7a98} 
input[type=checkbox]:checked::before {
    content: '\f00c';
    margin: -.1875rem 0 0 -.21rem;
    height: 1.3125rem;
    width: 1.3125rem;
    font-family: FontAwesome;
}


.wp-admin select:focus {
    border-color: #ced4da;
    color: #32373c;
    box-shadow: 0 0 0 0px #5f7a98;
}

.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:#5f7a98}
	
	#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:#5f7a98;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%;
	}
}

.aioseop-notice-blog_public_disabled {display: none;}

/*.wp-picker-container .wp-color-result.button:hover {background:auto!important; border-color:auto!important}*/
/* WP 5.3 FIXES */

/* trumbowyg-editor */

.trumbowyg-editor p, 
.trumbowyg-editor ul,
.trumbowyg-editor ol {font-size: 1rem}

.trumbowyg-box, .trumbowyg-editor,
.trumbowyg-editor, .trumbowyg-textarea {min-height: 200px;}
.trumbowyg-editor h1 {text-align: left!important; font-size: 36px!important; color:#000!important;}
.trumbowyg-editor h2 {text-align: left!important; font-size: 30px!important; color:#000!important;text-transform: none!important; font-weight: 600!important; border-bottom:0px!important; padding: 9px 0 4px 0!important;}
.trumbowyg-editor h3 {text-align: left!important; font-size: 24px!important;}
.trumbowyg-editor h4 {text-align: left!important; font-size: 18px!important;}

.trumbowyg-editor ul {
    list-style-type: disc;
    margin-left: 2em;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'EB Garamond', sans-serif;
}

.trumbowyg-editor .fancy-title.title-dotted-border {background: url(../assets/images/icons/dotted.png) repeat-x center; text-align: center;}
.trumbowyg-editor .title-center h4,
.trumbowyg-editor .title-center h3,
.trumbowyg-editor .title-center h2,
.trumbowyg-editor .title-center h1{text-align: center!important; padding-left:10px; padding-right: 10px; display: inline-block; background: #FFF;}

.trumbowyg-editor p.text-small{font-size: 0.8rem;}
.trumbowyg-editor p.text-lead{font-size: 1.2rem;}
.trumbowyg-editor a{color: #b79949;}
.trumbowyg-editor .dropcap{float: left;font-size: 42px;line-height: 1;margin: 0 5px 0 0;text-transform: uppercase;}
.trumbowyg-editor h1 > span, 
.trumbowyg-editor h2 > span,  
.trumbowyg-editor h3 > span,  
.trumbowyg-editor h4 > span,  
.trumbowyg-editor h5 > span,  
.trumbowyg-editor h6 > span{color:#5f7a98;}
.trumbowyg-editor h1 > span.seccolor, 
.trumbowyg-editor h2 > span.seccolor, 
.trumbowyg-editor h3 > span.seccolor, 
.trumbowyg-editor h4 > span.seccolor, 
.trumbowyg-editor h5 > span.seccolor, 
.trumbowyg-editor h6 > span.seccolor{color:#b79949;}
/* trumbowyg-editor */


/* 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: #5f7a98;
    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-item.col-md-12 .pic_slide_image .image_size:before {content:'Cover 1600x900';}
.module-item.col-md-12 .pic_slide_image {padding-bottom: 44.7%}
.module-item.col-md-6 .pic_slide_image .image_size:before {content:'Cover 800x800';}
.module-item.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 #5f7a98!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 #5f7a98!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: 'FontAwesome';
    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: #5f7a98;
    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:'FontAwesome'; 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:#5f7a98; 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:#5f7a98}

.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 #5f7a98;
}

.iconblock_elem .form-cont .selwrap:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    content: '\f107';
    right: 8px;
    top: 4px;
    position: absolute;
    pointer-events: none;
    color:#5f7a98;
}

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

.box_iconblock_move {position: absolute; background:#5f7a98; color: #FFF; border:1px solid #5f7a98; 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:#5f7a98; background: transparent;}

.box_iconblock_remove {position: absolute; background:#FFF; color: #5f7a98; border:1px solid #5f7a98; 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: #5f7a98;}
/* Module Iconblock */



/* Module secondmenu */
.secondmenu_move, 
.secondmenu_adder,
.secondmenu_elem {margin-bottom: 20px;}


.secondmenu_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;
}



.secondmenu_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 #5f7a98!important;
    border-radius: 0px;
    position: relative;
    position: relative;
    transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;
}

.secondmenu_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 #5f7a98!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;
}

.secondmenu_adder  .int:before {
    font-family: 'FontAwesome';
    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: #5f7a98;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}


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

.secondmenu_adder {min-height: 90px; cursor: pointer;}
.secondmenu_adder.itemblock_adder .int:before { font-family:'FontAwesome'; 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:#5f7a98; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s;}

.secondmenu_adder .int:hover:before {color:#FFF}
.secondmenu_adder .int:hover {background:#5f7a98}

.itemblock_elem .form-cont {padding:10px; padding-bottom:36px;}
.secondmenu_elem .form-cont label {width: 100%;}
.secondmenu_elem .form-cont textarea,
.secondmenu_elem .form-cont input[type="text"] {width: 100%}
.secondmenu_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 #5f7a98;
}

.secondmenu_elem .form-cont .selwrap:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    content: '\f107';
    right: 8px;
    top: 4px;
    position: absolute;
    pointer-events: none;
    color:#5f7a98;
}

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

.box_secondmenu_move {position: absolute; background:#5f7a98; color: #FFF; border:1px solid #5f7a98; 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_secondmenu_move:hover {color:#5f7a98; background: transparent;}

.box_secondmenu_remove {position: absolute; background:#FFF; color: #5f7a98; border:1px solid #5f7a98; top:10px; right: 50px; 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; bottom:18px;}
.box_secondmenu_remove:hover {color:#FFF;  background: #5f7a98;}
/* Module secondmenu */
.mload { background-repeat: no-repeat; background-position: center right 5px;}

/* CPT CUSTOMIZATION */
#event-link-target {max-width: 100%;}
.post-type-pt_event #posts-filter #filter-by-date, 
.post-type-pt_event #posts-filter #post-query-submit,
.post-type-pt_saints #posts-filter #filter-by-date, 
.post-type-pt_saints #posts-filter #post-query-submit {display: none;}

/* STANDALONE SINGLE SLIDER */
#slide_elements .title-div.slide_image {position: absolute; background:rgba(255,255,255,0.8); height: auto; padding:10px;}
#slide_elements .title-div.slide_image input[type="text"], #slide_elements .title-div.slide_image textarea {width: 100%; background: rgba(255,255,255,0.4); color:#333}
#slide_elements .title-div.slide_image select{
	font-size: 13px;
	line-height: 1.38461538; /* 18px */
	color: #32373c;
	border-color: #ced4da;
	box-shadow: none;
	border-radius: 0px;
	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: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%235f7a98%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 55%;
	background-size: 16px 16px;
	cursor: pointer;
	
	}
#slide_elements hr {width: 140px}	
/* STANDALONE SINGLE SLIDER */


/* 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 #5f7a98!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:#5f7a98; 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 #5f7a98; background: #5f7a98; 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 */

/* WP 5.5 FIXES */
.postbox-header{background: #5f7a98;}
.postbox .handle-order-higher[aria-disabled=true], .postbox .handle-order-lower[aria-disabled=true] {color: #bbb;}
.postbox .handle-order-higher, .postbox .handle-order-lower{color:#fff;}
.compat-item .label{max-width: 30%;}