.vtabs > div {
    padding-left: 220px;
}

.vtabs {
    position: relative;
	min-height: 515px;
}

.vtabs > ul {
    width: 220px;
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    height: 100%;
    background-color: #30778d;
    padding-top: 15px;
}

.postbox-header > .handle-actions {
    display: none;
}

.postbox-header .hndle {
    cursor: default !important;
    font-size: 16px !important;
    color: #FFF;
}

.postbox .inside {
    padding: 0 !important;
    margin: 0 !important;
}

.vtabs >ul >li {
    display: block;
}

.vtabs >ul >li a {
    text-decoration: none;
    font-size: 14px;
    color: #c5e6f1;
    display: block;
    padding: 8px 20px;
    position: relative;
    transition: color 0.3s;
}

.postbox-header {
    padding: 5px 10px;
    background-color: #145468;
    border: none;
}

.postbox {
    box-shadow: none !important;
    border: none !important;
    border-radius: 4px;
    overflow: hidden;
}

.vtabs > div > div {
    padding: 20px 30px !important;
    border: none !important;
}

.vtabs > div > div >label {
    position: static !important;
}

.vtabs >ul >li.lg-tabs-active a:before {
    background-color: #09b1e9;
    content: '';
    width: 5px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.vtabs >ul >li.lg-tabs-active a {
    color: #FFF;
    background-color: #135468;
}

.vtabs >ul >li a:hover {
    color: #FFF;
}

.toggle-control.active {
    background-color: #319dbf;
}

.toggle-control {
    position: relative;
    cursor: pointer;
    background-color: rgb(203, 213, 224);
    transition: 0.2s background-color;
    display: block;
    width: 30px;
    padding: 2px;
    height: 16px;
    border-radius: 24px;
}


.toggle-control.active::before {
    left: auto;
    right: 2px;
}
.toggle-control::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: #ffffff;
    transition: 0.2s left, 0.2s right;
    border-radius: 50%;
}

.toggle-control:after {
	content: '';
}

.lg-tab-content > label {
	font-size: 16px;
    text-transform: uppercase;
    border-bottom: 2px solid #c3c3c3;
    padding-bottom: 6px !important;
    width: 100%;
    display: block;
    font-weight: 500 !important;
    color: #686868;
    margin-bottom: 20px;
    padding-left: 0 !important;
}
.lg-tab-content > .control {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #ddd6d6d6;
}
.lg-tab-content > .control  > label {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    margin-right: 20px;
}
.lg-tab-content > .control > label + textarea {
    vertical-align: top;
}
.lg-tab-content > .control .toggle-control-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.lg-tab-content > .control  .settings-info {
    display: block;
    margin-top: 6px;
    color: #767676;
    font-size: 12px !important;
	max-width: 580px;
}
.lg-tab-content > .control > input, .lg-tab-content > .control > textarea, .lg-tab-content > .control > select {
    margin-top: 5px;
    border-color: #a1a1a1;
    max-width: 300px;
    display: inline-block;
    vertical-align: middle;
}

#embed_shortcode_fail {
    text-align: center;
    margin: 30px 0;
    font-size: 18px;
    padding: 70px 30px;
    color: #777;
}

#embed_shortcode_success, #embed_shortcode_success_instruction {
    font-size: 18px;
    margin: 0px auto;
    display: block;
    text-align: center;
    max-width: 450px;
    width: 100%;
    padding: 30px 20px;
}
#embed_shortcode_success_instruction {
    padding: 20px;
    color: #777;
}
#embed_shortcode_success {
    margin-top: 60px;
}

.toggle-control-input {
	display: none;
}




.slide_current_wrapper {
    cursor: move;
	padding: 12px;
    position: relative;
    width: 100%;
    float: left;
    border-radius: 6px;
	box-sizing: border-box;
}
.slide_current_wrapper_inner {
    background-color: #fcfcff;
    width: 100%;
    height: 100%;
    float: left;
    box-sizing: border-box;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 6px;
}
.slide_current_wrapper_inner input {
    border: 1px solid #d1d1d1;
    background-color: #fff;
    color: #606060;
}

@media only screen and (min-width: 1600px) {
  .slide_current_wrapper {
		width: 50%;
	}
}
.lg-tab-content.lg-slide-content > label {
    display: none;
}

.lg-tab-content.lg-slide-content {
    border: none !important;
    padding-bottom: 20px !important;
}

.lg-tab-content.lg-slide-content:after {content: '';clear: both;display: block;}

.lg-fileupload-form > p.control {
    margin: 10px 0 0 0;
    width: 100%;
    float: left;
}
a.smartlogix_uploader_button {
	display: block;
}

.lg-fileupload-image > .control {
    margin: 0;
    text-align: center;
}
.lg-fileupload-image > .control > label, .lg-fileupload-image > .control > br {
    display: none;
}

.slide_current_wrapper .slide_current_remove {
    color: #939393;
    font-size: 14px;
    position: absolute;
    right: 22px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    width: 24px;
    top: 22px;
    height: 24px;
    border-radius: 4px;
    align-items: center;
    border: 1px solid #d5d5d5;
    transition: color 0.2s, border-color 0.2s, opacity 0.2s;
    justify-content: center;
	opacity: 0;
}
.slide_current_wrapper:hover .slide_current_remove {
	opacity: 1;
}
.slide_current_wrapper .slide_current_remove:hover {
    border-color: #666;
    color: #666;
}
.lg-fileupload-image > .control .button {
    opacity: 0;
	transition: opacity 0.2s;
}
.slide_current_wrapper:hover .lg-fileupload-image > .control .button {
    opacity: 1;
}

.slide_current_wrapper .slide_current_resize {
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 10px;
	right: 38px;
	background: #057427;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-weight: 700;
	border: 1px solid #fff;
	cursor: pointer;
}
.lg-field-group .control {
    width: 120px;
    float: left;
	margin: 0;
}

.lg-field-group .control+ .control {
    margin-left: 20px;
}

.lg-fileupload-form .lg-field-group {
    float: left;
    width: 100%;
}

.slide_current_wrapper .slide_current_resize:before {
	content: '\02C5';
}

.slide_current_wrapper .slide_current_resize.expanded:before {
	content: '\02C4';
}

.lg-fileupload-image img {
    max-width: 120px;
    height: auto;
    border: none !important;
    margin: 0 0 10px 0 !important;
    border-radius: 4px;
	max-height: 100px;
}

.lg-fileupload-image {
    float: left;
}

.lg-fileupload-form {
    margin-left: 140px;
}

.slides_add_new_wrapper {
    text-align: center;
}

#wp_lightgalleries_data_images_button_add_new_ignore,
#wp_lightgalleries_data_videos_button_add_new_ignore {
	width: 100%;
	max-width: 320px;
	margin: 0 10px 30px;
	display: inline-block;
	font-size: 22px;
	padding: 5px 15px;
}

.upgrade-wrap-header h3 {margin: 0;font-size: 42px;}

.upgrade-wrap-header h4 {
    margin: 8px 0 0 0;
    font-size: 18px;
    color: #666;
    font-weight: normal;
}
.upgrade-wrap-list-item:before {
    background-image: url(../images/bullet.svg);
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.upgrade-wrap-header {
    margin-bottom: 40px;
}

.upgrade-wrap {
    padding: 0px 0 40px 0;
    border-radius: 0;
    margin: 0 60px;
}

.upgrade-wrap-list {
    font-size: 16px;
    display: inline-block;
    text-align: left;
}

.upgrade-wrap-list-item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #333;
}


a.upgrade-wrap-btn {
    padding: 14px 44px;
    border: none;
    color: #FFF;
    background-image: linear-gradient(to right top, #41cfff, #00bfff, #00aeff, #009bff, #0086ff);
    border-radius: 4px;
    font-size: 18px;
    display: inline-block;
}

.upgrade-wrap-inner {background-color: white;padding: 30px 30px;}

.upgrade-wrap-footer {
    margin-top: 30px;
}
