
.ctl-wp-studio-admin-bar-top a{
    width: 65px !important;   
}

.ctl-wp-studio-admin-bar-top i {
    color: #fccc1d;
    font-size: 18px !important;
}

.ctl-wp-studio-admin-bar-top{
    cursor: pointer;
}

.ctl-wp-studio-admin-bar-top:hover i{
    color: #00a0d2;
}

.ctl-wp-studio-fixed{
    position: fixed !important;
}

.ctl-wp-studio-clear{
    content: "";
    clear: both;
}
    
.ctl-wp-studio-align-left{
    text-align: left !important;
}
.ctl-wp-studio-align-center{
    text-align: center !important;
}
.ctl-wp-studio-align-right{
    text-align: right !important;
}
.ctl-wp-studio-hidden{
    display: none !important;
}
.ctl-wp-studio-display-block{
    display: block !important;
}
.ctl-wp-studio-display-none{
    display: none !important;
}
.ctl-wp-studio-float-left{
    float: left !important;
}
.ctl-wp-studio-float-right{
    float: right !important;
}

.ctl-wp-studio-no-padding{
    padding: 0px;
}
.ctl-wp-studio-no-margin{
    margin: 0px;
}

.ctl-wp-studio-list-style-none{
    list-style: none;
}

.ctl-wp-studio-inline-list li{
    display: inline-block;
}

.ctl-wp-studio-position-top-0{
    top: 0px;
}
.ctl-wp-studio-position-bottom-0{
    bottom: 0px;
}
.ctl-wp-studio-position-left-0{
    left: 0px;
}
.ctl-wp-studio-position-right-0{
    right: 0px;
}


.ctl-wp-studio-noselect{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ctl-wp-studio-btn-dangerous{
    background: #e30000 !important;
    border-color: #d30000 !important;
    -webkit-box-shadow: 0 1px 0 #d30000 !important;
    box-shadow: 0 1px 0 #d30000 !important;
    color: #fff !important;
    text-decoration: none !important;
    text-shadow: 0 0 3px #d30000 !important;
}

.ctl-wp-studio-btn-dangerous:hover{
    background: #f60000 !important;
}


.ctl-wp-studio-btn-dangerous:active{
    background: #e90000 !important;
    box-shadow: inset 0 1px 0 #d30000 !important; 
}

.ctl-wp-studio-admin-wrapper p.submit .button{
    margin-right: 5px;
}

.ctl-wp-studio-row{
    
}


.ctl-wp-studio-row:before,
.ctl-wp-studio-row:after{
    display: table;
    content: " "; 
    box-sizing: border-box;
}

.ctl-wp-studio-row:after{
    clear: both;   
}


.ctl-wp-studio-col-12,
.ctl-wp-studio-col-10,
.ctl-wp-studio-col-8,
.ctl-wp-studio-col-7,
.ctl-wp-studio-col-6,
.ctl-wp-studio-col-5,
.ctl-wp-studio-col-4,
.ctl-wp-studio-col-3,
.ctl-wp-studio-col-2,
.ctl-wp-studio-col-1{
    float:left;
    position: relative;
    min-height: 1px;
    height: inherit;
}

.ctl-wp-studio-col-12{
    width: 100%;
}
.ctl-wp-studio-col-11{
    width: 91.66666%;
}
.ctl-wp-studio-col-10{
    width: 83.33333%;
}
.ctl-wp-studio-col-9{
    width: 75%;
}
.ctl-wp-studio-col-8{
    width: 66.66666%;
}
.ctl-wp-studio-col-8{
    width: 66.66666%;
}
.ctl-wp-studio-col-7{
    width: 58.33333%;
}
.ctl-wp-studio-col-6{
    width: 50%;
}
.ctl-wp-studio-col-5{
    width: 41.66666%;
}
.ctl-wp-studio-col-4{
    width: 33.33333%;
}
.ctl-wp-studio-col-3{
    width: 25%;
}
.ctl-wp-studio-col-2{
    width: 16.66666%;
}
.ctl-wp-studio-col-1{
    width: 8.333333%;
}

.ctl-wp-studio-justify-content-between{
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ctl-wp-studio-justify-content-around{
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.ctl-wp-studio-justify-content-end{
    -ms-flex-pack: end;
    justify-content: flex-end;    
}
.ctl-wp-studio-justify-content-center{
    -ms-flex-pack: center;
    justify-content: center;    
}
.ctl-wp-studio-justify-content-start{
    -ms-flex-pack: start;
    justify-content: flex-start;  
}


.mce-window-body .ctl-wp-studio-mce-dialog{
    margin: 15px;
    position: relative;
    height: inherit;
}
  
.mce-window-body .ctl-wp-studio-list-mask,
.ctl-wp-studio-list-mask{
    height: auto;
    max-height: 200px;
    background-color: #fff;
    overflow-y: auto;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
}

.mce-window-body .ctl-wp-studio-mce-window-footer{
    border-top: 1px solid #ddd !important;
    padding-top: 10px !important;
    margin-top: 10px !important;  
    
    text-align: right;
    position: absolute;
    width: 100%;
    bottom: 0px;    
}

.ctl-wp-studio-mce-window-description{
    font-size: 12px !important;
    font-style: italic !important;
}


.ctl-wp-studio-list-wrapper{

}

.ctl-wp-studio-list-filter label{
    margin: 0px;
    margin-bottom: 10px;
    line-height: 14px;    
    font-size: 12px !important;
    font-style: italic !important;
}

.ctl-wp-studio-list-filter input{
    width: 100%;
    margin: 1px;
    padding: 3px 5px; 
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 10px;    
}

.ctl-wp-studio-list-item-selected-hidden{
    display: none !important;
}

.ctl-wp-studio-list-mask{
    height: auto;
    min-height: 50px;    
    max-height: 200px;
    
    background-color: #fff;
    overflow-y: auto;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    width: 100%;  
    box-sizing: border-box;    
}
.ctl-wp-studio-list-mask ul{
    margin: 0px;
}
.ctl-wp-studio-list-mask li{
    font-size: 13px;
    list-style: none;
    padding: 5px;
    position: relative;
    cursor: pointer;
    margin-bottom: 0px;  
    text-align: left;    
}

.ctl-wp-studio-list-mask li:nth-child(odd) {
    background-color: #f9f9f9;
}

.ctl-wp-studio-list-mask li:hover{
    background-color: #00a0d2;
    color: #fff;
}
.ctl-wp-studio-list-mask li:active {
    background-color: #ffa500;
    color: #fff;
}

.ctl-wp-studio-list-content .item-title.active{
    font-weight: bold;
}

.ctl-wp-studio-list-content .item-title strong,
.ctl-wp-studio-list-mask li span strong{
    color: #ffa500; 
}

.ctl-wp-studio-list-content .item-title strong{
    display: inline-block !important;
}

.ctl-wp-studio-list-mask li:active span>strong{
    color: #fff !important;  
}

.ctl-wp-studio-list-mask img{
    width: 32px;
    margin-right: 5px;
    vertical-align: top;
}

.ctl-wp-studio-list-group-post-thumb,
.ctl-wp-studio-list-thumb{
    max-width:50px;
    padding: 5px;
    border: 1px solid #ddd;
}

.ctl-wp-studio-list-group-posts a{
    display: inline-block;
}

/******* DIALOG ********/
.ctl-wp-studio-dlg-wrapper,
.ctl-wp-studio-loading-dlg-wrapper{
    width: 100%;

    display: block;
    position: fixed;
    
    top: 0;
    left: 0;
    top: 0;
    bottom: 0;
    
    overflow: hidden;  
    
    z-index: 1000;
}

.ctl-wp-studio-loading-dlg-wrapper{
    z-index: 999990;  
}

.ctl-wp-studio-loading-dlg-wrapper .ctl-wp-studio-dlg-content{
    text-align: center;
}

.ctl-wp-studio-loading-dlg-wrapper .ctl-wp-studio-icon-arrows-cw{
    margin-top: 30px;
    display: block;
}

.ctl-wp-studio-dlg-block{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000000;
    opacity: 0.5;
}

.ctl-wp-studio-loading-dlg-wrapper .ctl-wp-studio-dlg-block{
    cursor: auto;
}

.ctl-wp-studio-loading-btn-container{
    margin-top: 15px;
}

.ctl-wp-studio-dlg-content{
    position: absolute;
    margin: 0px auto;

    display: block;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;

    background-color: #fff;

    box-shadow: 0 3px 6px rgba(0,0,0,.3);
    -webkit-font-smoothing: subpixel-antialiased;    

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  
    
    max-height: calc( 100vh - 100px);
    box-sizing: border-box;
    overflow-y: hidden;
}

.ctl-wp-studio-dlg-content-body{
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
    margin-bottom: 55px;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow-y: auto;
    max-height: calc( 100vh - 225px);
    min-width: 250px;
}

.ctl-wp-studio-loading-dlg-wrapper .ctl-wp-studio-dlg-content-body{
    min-width: 0!important;
}


.ctl-wp-studio-dlg-no-footer .ctl-wp-studio-dlg-content{
    margin-bottom: 0px;
}

.ctl-wp-studio-loading-dlg-wrapper .ctl-wp-studio-dlg-content-body{
    margin-top: 0px;
    margin-bottom: 0px;
}

.ctl-wp-studio-dlg-content-loading p{ 
    margin: 0px;

    font-size: 14px;
    line-height: 14px;

    background-color: #efefef;
    padding: 10px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ctl-wp-studio-dlg-close{
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    padding: 0;
    font-size: 18px;
    cursor: pointer;
    line-height: 36px;
    color: #666;
}

.ctl-wp-studio-dlg-close i{
    font-size: 18px;
}


.ctl-wp-studio-dlg-close i:before{
    margin: 0px;
    width: auto;
}

.ctl-wp-studio-dlg-close i{
    
}

.ctl-wp-studio-dlg-close:hover{
    color: #00a0d2;
}

.ctl-wp-studio-dlg-content p{
    margin: 0px;
    margin-bottom: 10px;

    font-size: 14px;
    line-height: 14px;
}

.ctl-wp-studio-dlg-footer{
    text-align: right;
    border-top: 1px solid #ccc;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.ctl-wp-studio-dlg-footer-content{
    padding: 10px;
}

.ctl-wp-studio-dlg-footer .button{
    margin-left: 5px;
}

.ctl-wp-studio-btn{    
    color: #fff !important;    
    
    background: #22968b;
    border: 2px solid #22968b;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 10px;    
    
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;    
}

.ctl-wp-studio-btn:hover,
.ctl-wp-studio-btn:focus,
.ctl-wp-studio-btn:active{
    border: 2px solid #26a69a;    
    background-color: #26a69a;
}

.ctl-wp-studio-select-mini,
.ctl-wp-studio-btn-mini {
    font-size: 10px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    cursor: pointer !important;
    line-height: 20px !important;
    height: auto !important;
    min-height: auto !important;
    margin-right: 2px !important;
    margin-left: 2px !important;
}

.ctl-wp-studio-select-mini{
    padding-right: 30px !important;
    vertical-align: top !important;
}

.ctl-wp-studio-dlg-footer .ctl-wp-studio-btn {
    margin-left: 5px;
    font-weight: bold;
}

.ctl-wp-studio-dlg-wrapper .ctl-wp-studio-dlg-block{
    opacity: 0;
}

.ctl-wp-studio-dlg-block-show{
    opacity: 0.5!important;
}

.ctl-wp-studio-dlg-content-show{
    top: 50% !important;
}

.ctl-wp-studio-dlg-content,
.ctl-wp-studio-dlg-block{
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;  
}

.ctl-wp-studio-dlg-header{
    background: #fcfcfc;
    border-bottom: 1px solid #ddd;
    padding: 0;
    min-height: 36px;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;    
}

.ctl-wp-studio-dlg-title{
    color: #444;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
    padding: 0 36px 0 16px;  
    text-align: left;
}

.ctl-wp-studio-fixed-body{
    overflow: hidden;
}

.ctl-wp-studio-dlg-content-left{
    float: left;
    width: 30%;
    padding-right: 5px;    
    box-sizing: border-box;
}

.ctl-wp-studio-dlg-content-left img{
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
}

.ctl-wp-studio-dlg-content-right{
    float: right;
    width: 70%;
    box-sizing: border-box;
    padding-left: 5px;
    box-sizing: border-box;
}

.ctl-wp-studio-dlg-wrapper-full-content img{
    width: 100%;
}

.ctl-wp-studio-about-us-header{
  background: #2a2a2a; 
  border-bottom: 2px solid #99cc00; 
  margin-top: 15px;  
}

.ctl-wp-studio-about-us-header img{
    width: 200px; 
    margin: 5px; 
    margin-left: 15px; 
    margin-top: 9px;
}

.ctl-wp-studio-footer{
    text-align: left; 
    margin-top: 15px; 
    font-size: 13px; 
    line-height: 20px; 
    color: #777; 
    border-top: 1px solid #ccc; 
    padding-top: 15px;
}

.ctl-wp-studio-footer-social-widgets{
    max-width: 300px; 
    width:100%; 
    display: inline-block; 
    margin-top: 15px; 
    margin-right: 15px;
}

/* D O C U M E N T A T I O N */

.ctl-wp-studio-documentation-container ul{
    margin-left: 25px;
}

.ctl-wp-studio-documentation-container li{
    font-size: 12px;
    font-style: italic;
    list-style-type: disc;
    list-style-position: outside;    
}

.ctl-wp-studio-documentation-container h3{
    font-size: 14px;
}


.ctl-wp-studio-documentation-container img{
    border: 1px solid #e5e5e5;
    padding: 5px;
}

.ctl-wp-studio-img-fluid{
    max-width: 100%;
}

.ctl-wp-studio-img-guide{
    cursor: pointer;
}

.ctl-wp-studio-img-guide img{
    width: 300px;
}

.ctl-wp-studio-img-class-100{
    width: 100% !important;
    max-width: 1000px;
}

.ctl-wp-studio-max-width-500{
    max-width: 500px  
}
.ctl-wp-studio-max-width-850{
    max-width: 850px  
}

/****** GALLERY *******/

.ctl-wp-studio-game-gallery-item{
    display: inline-block;
    cursor: pointer;
}

.ctl-wp-studio-game-gallery img{
    width: 80px;
    margin-right: 10px;
  
    border: 1px solid #e5e5e5;
    padding: 5px;
}

.ctl-wp-studio-game-gallery-item{
    display: inline-block;
    cursor: pointer;
}

.ctl-wp-studio-game-gallery img{
    width: 80px;
}

.ctl-wp-studio-gallery-wrapper{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99999;
}

.ctl-wp-studio-gallery-block{
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  cursor: pointer;
}

.ctl-wp-studio-gallery-content{
  background-color: #fff;
  padding: 10px;
  margin: 0px auto;
  overflow: hidden;
  position: absolute;
  text-align: center;


  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;

  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.ctl-wp-studio-gallery-content img{
  margin: 0px auto;
}

.ctl-wp-studio-gallery-left, .ctl-wp-studio-gallery-right, .ctl-wp-studio-gallery-close{
  position: absolute;
  cursor: pointer;
}

.ctl-wp-studio-gallery-left{
  left: 15px;
  padding-right: 20px;
}
.ctl-wp-studio-gallery-right{
  right: 15px;
  padding-left: 20px;
}
.ctl-wp-studio-gallery-close{
  font-size: 25px;
  top: 8px;
  right: 5px;
  padding: 10px;
}
.ctl-wp-studio-gallery-left, .ctl-wp-studio-gallery-right, .ctl-wp-studio-gallery-close {
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
  opacity: 0.5;
}
.ctl-wp-studio-gallery-left, .ctl-wp-studio-gallery-right{
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 20%;
  padding-bottom: 20%;
}
.ctl-wp-studio-gallery-left:hover, .ctl-wp-studio-gallery-right:hover, .ctl-wp-studio-gallery-close:hover{
  opacity: 1;
}

.ctl-wp-studio-emphasis{
    font-style: italic;
    text-decoration: underline;
}

.ctl-wp-studio-dlg-list-wrapper{
    height: auto;
    max-height: 200px;
    
    background-color: #fff;
    overflow-y: auto;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    width: 100%;  
    box-sizing: border-box;    
}
.ctl-wp-studio-dlg-list-wrapper ul{
    margin: 0px;
    overflow: hidden;    
}
.ctl-wp-studio-dlg-list-wrapper li{
    font-size: 13px;
    list-style: none;
    padding: 5px;
    position: relative;
    cursor: pointer;
    margin-bottom: 0px;  
    text-align: left;   
    word-break: break-word;
}

.ctl-wp-studio-dlg-list-wrapper li:nth-child(odd){
    background-color: #f5f5f5;
}

.ctl-wp-studio-dlg-list-wrapper li:hover{
    background-color: #00a0d2;
    color: #fff;
}

.ctl-wp-studio-dlg-list-wrapper li:active{
    background-color: #ffa500;
    color: #fff; 
}

.ctl-wp-studio-dlg-content .ctl-wp-studio-filter{
    margin-bottom: 10px;
    width: 100%;
}

.ctl-wp-studio-dlg-button-container{
    text-align: right;
    margin-top: 10px;
}

.ctl-wp-studio-dlg-button-container button{
    margin-left:5px !important;
}


.ctl-wp-studio-component-tabs>ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.ctl-wp-studio-component-tabs>ul>li{
    display: inline;
    margin-right: 5px;
    margin-bottom: 5px;
}

.ctl-wp-studio-component-tabs>ul>li:last-child{
    margin-right: 0px;
}

.ctl-wp-studio-date-interval-extra-fields li{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.ctl-wp-studio-date-interval-extra-fields li label{
    margin-left: 5px;
}

.ctl-wp-studio-date-interval-extra-fields li input[type=number]{
    max-width: 50px;
    text-align: center;
}

.ctl-wp-studio-date-interval-extra-fields li input[type=radio]{
    margin-left: 5px;
    margin-right: 0px;
}

.ctl-wp-studio-date-interval-extra-fields li input[type=radio]:first-child{
    margin-left: 0px;
}

.button>span{
    margin-left: 3px; 
}

.ctl-wp-studio-icons-vulcano_logo_2:before{
    top: 9px;
    position: absolute;
}

.ctl-wp-studio-select2-option-img{
    max-width: 50px;
    margin-right: 15px;
}

@media (max-width: 768px){
    .ctl-wp-studio-dlg-content-left,
    .ctl-wp-studio-dlg-content-right{
        width: 100%;
    }  
    
    .ctl-wp-studio-dlg-content-left{
       margin-bottom: 15px;
    }
}

