/** Animations **/
@-webkit-keyframes skytake_loader {
    0% { 
        -webkit-transform: scale(0); 
                transform: scale(0);
        opacity: 0;
    } 
    
    100% { 
        opacity: 0.8;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes skytake_loader {
    0% { 
        -webkit-transform: scale(0); 
                transform: scale(0);
        opacity: 0;
    } 
    
    100% { 
        opacity: 0.8;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

/** General **/
body.skytake-editor-active{
	overflow: hidden;
}

.skytake_upgrade_popup,
#skytake_editor,
#skytake_editor *{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.skytake_upgrade_popup{
    z-index: 999999;
	position: fixed;
	top: 30px;
	left: 50%;
    -webkit-transform: translate( -50%, 0 );
            transform: translate( -50%, 0 );
    width: 400px;
    max-width: 100%;
    padding: 20px;
	background-color: white;
	color: #222222;
    -webkit-box-shadow: 0 0 20px 5px rgba( 250, 250, 250, 0.3);
            box-shadow: 0 0 20px 5px rgba( 250, 250, 250, 0.3);
    display: none;
}

.skytake_upgrade_popup span{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    padding: 10px;
}

.skytake_upgrade_popup p{
    padding: 0;
    margin: 0 0 15px;
}

#skytake_editor{
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-family: 'Roboto', 'Arial', 'Verdana', sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

#skytake_editor img{
    display: block;
    max-width: 100%;
}

#skytake_editor .button{
    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: 3px;
    white-space: nowrap;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    -webkit-box-shadow: 0 1px 0 #ccc;
            box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
}

#skytake_loader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    overflow: hidden;

    background-color: rgba(0, 0, 0, 0.98);
    color: white;
}

#skytake_loader .__loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate( -50%, -50%);
            transform: translate( -50%, -50%);
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 1;
    vertical-align: middle !important;
}
  
#skytake_loader .__loader > div {
    opacity: 0;
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: skytake_loader 700ms infinite ease-in-out both;
            animation: skytake_loader 700ms infinite ease-in-out both;
}

/** bar **/
#skt_editor_bar{
	z-index: 99990;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;

	padding: 0;
	margin: 0;
	height: 46px;
	background-color: #222f3e;
	color: #ffffff;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#skt_editor_bar > header {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 20px;
}

#skt_editor_bar > header h1{
	color: inherit;
	font-weight: bold !important;
	font-size: 17px;
	padding: 0;
	margin: 0;
}

#skt_editor_bar > header h1 span{
	font-size: 15px;
	font-weight: normal;
}

#skt_editor_bar > header h1 span:first-child{
	margin: 0 10px;
}

#skt_editor_bar .skt__controls{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

#skt_editor_bar .skt__controls .dlb_input_checkbox{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 10px;
}

#skt_editor_bar .skt__controls .dlb_input_checkbox .__text{
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	margin-left: 0;
}

#skt_editor_bar .skt__controls .dlb_input_checkbox .__toggle{
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

#skt_editor_bar .skt__btn_exit{
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	outline: 0 !important;
	border: 0 !important;
	background-color: rgba(0, 0, 0, 0.05);
	height: 100% !important;
	width: auto !important;
	color: inherit;
	font-size: 32px;
	font-weight: normal !important;
	line-height: 1 !important;
	text-decoration: none !important;
	padding: 0 20px !important;
	margin: 0 !important;
    text-shadow: none !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}

#skt_editor_bar .skt__btn_exit:hover{
	background-color: rgba(0, 0, 0, 0.15);
}

#skt_editor_bar .skt__btn_save{
	background-color: #ee5253;
	color: white;
	border: 0 ;
	outline: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	line-height: 1.1;
	margin: 0 10px;
	padding: 7px 12px;
	text-decoration: none;
	border-radius: 3px;
	cursor: pointer;
}

#skt_editor_bar .skt__btn_save:hover{
	opacity: 0.85;
}

#skt_editor_bar .skt__btn_save[disabled=disabled] {
	color: #ccc;
	-webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0	, 0.4);
	        box-shadow: inset 1px 1px 4px rgba(0, 0, 0	, 0.4);
}

/** iframe **/
#skytake_editor_iframe{
	z-index: 99995;
	position: fixed;
	top: 46px;
	bottom: 0;
	left: 291px;
	right: 0;
	background: #EEEEEE;
}

#skytake_editor_iframe iframe{
	width: 100% !important;
	height: 100% !important;
	border: 0 !important;
}

#skytake_template_editor{
	z-index: 99999;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #EEEEEE;
}

/** panel **/
#skt_editor_panel{
	z-index: 99998;
	position: absolute;
	top: 46px;
	bottom: 0;
	left: 0;
	width: 290px;
	height: auto !important;
	border-right: 1px solid #ccc;
	background: #EEEEEE;
}

/** content **/ 
#skt_editor_panel .skt__content{
	position: relative;
	overflow-y: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 20px;
}

#skt_editor_panel .skt__content::-webkit-scrollbar{
	width:7px;
}
#skt_editor_panel .skt__content::-webkit-scrollbar-track{
	background:#cccccc;
	border-radius:0px;
}
#skt_editor_panel .skt__content::-webkit-scrollbar-thumb{
	background:#919191;
	border-radius:7px;
}

/** level 1 **/
#skt_editor_panel .skt__group{
	padding: 20px 20px 0;
}

#skt_editor_panel .skt__group_title,
#skt_editor_panel .skt__level_2_title{
	display: block;
	text-transform: uppercase !important;
	margin-bottom: 4px;
	font-size: 13px;
}

#skt_editor_panel .skt__group > ul{
	list-style: none !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

#skt_editor_panel .skt__group > ul li{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	    -ms-flex-align: center !important;
	        align-items: center !important;
	padding: 8px !important;
	margin: 0 !important;
	cursor: pointer !important;
	border-bottom: 1px solid #e9e9e9;
	background-color: white;
	color: #555;
	font-size: 15px;
}

#skt_editor_panel .skt__group > ul li:hover{
	background-color: #f7f7f7;
}

/** level 2 **/
#skt_editor_panel .skt__level_2_title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 34px;
	padding: 0;
	margin-bottom: 0;
	background-color: white;
	color: #444;
}

#skt_editor_panel .skt__level_2_title .__text{
	padding: 0 5px;
}

#skt_editor_panel .skt__level_2_title .__arrow{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 10px;
	height: 100% !important;
	width: auto !important;
	cursor: pointer;
}

#skt_editor_panel .skt__level_2_title .__arrow:hover{
	background-color: #ccc;
}

#skt_editor_panel .skt__level_2{
	background-color: transparent;
	border-bottom: 0;
	display: none;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

#skt_editor_panel .skt__level_2 li{
	padding: 22px 10px;
	margin: 0;
	border-bottom: 1px solid #ddd;
}

#skt_editor_panel[data-level="1"] .skt__level_2_title,
#skt_editor_panel[data-level="1"] .skt__level_2{
	display: none !important;
}

#skt_editor_panel[data-level="2"] .skt__level_1{
	display: none !important;
}

/** settings **/
#skt_editor_panel .skt__level_2 .dlb_input_wrapper{
	padding: 0;
	margin-bottom: 0;
	border: 0;
}

#skt_editor_panel .skt__level_2 .dlb_input_title{
	margin-bottom: 7px;
	font-size: 14px;
}

#skt_editor_panel .skt__level_2 .dlb_input_description{
	margin-top: 7px;
	font-size: 13px;
}

.skt__setting_template .dlb_input_radio_images{
    padding-top: 10px;
}

.skt__setting_template .dlb_input_radio_images label{
    margin-bottom: 16px;
    position: relative;
}

.skt__setting_template .dlb_input_radio_images label span{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    background-color: rgba(102, 51, 153, 0.8);
    font-size: 16px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    cursor: pointer;
}

.skt__setting_template .dlb_input_radio_images label:hover span{
    opacity: 1;
    visibility: visible;
}

.skt__setting_template .dlb_input_radio_images label img{
    border-width: 5px;
}

.skt__setting_layout .dlb_input_radio_images label span{
	display: none;
}

#skytake_editor .iris-picker, 
#skytake_editor .iris-picker *{
	-webkit-box-sizing: content-box !important;
	        box-sizing: content-box !important;
}

#skytake_editor .button.wp-color-result{
	height: 24px;
	margin: 0 6px 6px 0;
	padding: 0 0 0 30px;
	font-size: 11px;
}

#skytake_editor .screen-reader-text{
	display: none;
}

#skytake_editor .__two_inputs_content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#skytake_editor .__two_inputs_content .dlb_input{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	width: auto;
}

/** By Plan **/
body.free .skt__setting_mailchimp_campaign_url,
body.free .skt__setting_is_mailchimp_campaign_enabled,
body.free .skt__setting_input_mobile_text,
body.free .skt__setting_is_mobile_input_enabled,
body.free .skt__setting_name_input_text,
body.free .skt__setting_is_input_name_enabled{
	display: none !important;
}

/** By Template **/
#skytake_editor[data-template="bubble_sky"][data-type="floating-bar"] .skt__setting_main_image,
#skytake_editor[data-template="bubble_sky"][data-type="popup"] .skt__setting_main_image{
	display: none;
}

#skytake_editor[data-template="bubble_sky"] .skt__setting_layout,
#skytake_editor[data-template="bubble_sky_2"] .skt__setting_layout{
	display: none;
}

#skytake_editor[data-template="classic"] .skt__setting_layout,
#skytake_editor[data-template="classic"] .skt__setting_main_image{
	display: none;
}
