.wtf-form {
	width:75%; 
	float:left;
	border-right:1px solid #eaeaea;
	padding-right:30px;
	box-sizing:border-box
}
.wtf-section-head { 
	font-weight:normal;
	border:1px solid #bbb;
	padding:15px 8px 16px 8px;
	background-color:#e9e9e9;
	margin-bottom:16px; 
}
.wtf-subheading { 
	background-color:#ded;
	margin-left:20px;
	margin-top:6px;
	display:none;
}
.wtf-subheading-group { 
	margin-left:20px !important;
	margin-bottom:16px !important;
	display:none;
}
.wtf-expanded-icon {
	height:16px;
	margin-right:8px;
	margin-bottom:-2px;
	transition: all 0.15s ease-in-out 0s;
}
.wtf-expanded-icon.rotated {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
}
.wtf-setting-group {
	padding:0;
	margin:0;
	display: none;  
	overflow: hidden;
	position: relative !important;
}
.wtf-setting input[type=checkbox] { margin:8px 6px 10px 6px; }

#wtf-sidebar {
	width:25%; max-width:340px; 
	padding:0 20px 20px 20px;
	float:left;
	box-sizing:border-box;
}
@media screen and (max-width:1024px) {
	#wtf-sidebar { display:none; }
	.wtf-form { width:100%; border-right:none; }
}
#wtf-sidebar h3 {
	font-weight:normal;
}

#wtf-settings-page h2 { display:inline; }

/* image picker */
.wtf-imagepicker-thumb { height:29px; vertical-align:top; margin:1px 2px 0; }
.wtf-imagepicker-thumb[src=""] { display: none; }

/* textbox picker */
.wtf-textbox { width:96%; margin-left:4%; box-sizing:border-box; height:80px; }

/* selectpicker */
.wtf-select { display:inline; }
.wtf-select a { line-height:2.5em; display:inline;text-decoration:none; }
.wtf-select select { display:none; }

/* responsive images */
.wtf-responsive { 
	width:100%;position:relative;height:0;
}
.wtf-responsive img { 
	position:absolute;top:0;left:0;width:100%;height:100%;
}

/* Color picker */
.wp-picker-container{ 
	vertical-align:middle; 
	display: inline-block;
	margin-top:4px;
    margin-left: 6px;
}
.wp-picker-container .color-alpha {
	height: 22px !important;
}

hr { clear: both; }

/* Layout plugin settings heading and license form area */
#wtf-settings-page { padding-bottom: 12px; }
.wtf-form-license { padding-top:10px; padding-bottom: 12px; }
#wtfdivi_license_key { max-width: 20em; }

/* Suppress ads and updates from unrelated plugins on Divi Booster settings page */
.update-nag, .error, .updated, .notice { display:none !important; }

/* Show Divi Booster messages */
.wtf.error { display:block !important; }
.wtf.error p { 
	word-wrap: break-word;
}
.wtf.error a:focus { outline: 0; }

/* === Settings header === */

.wtf-form-license { 
	display: none; 
}
#db-header { 
	width: 100%; 
	background: rgb(108, 46, 185);  
    padding: 0;
	margin-top: 16px;
    box-sizing: border-box;
	color: white; 
	border-radius: 4px 4px 0px 0px;
	position: -webkit-sticky;
    position: sticky;
    top: 36px;
    z-index: 1;
}
#db-header a { color: white; }

#db-header h2 { color: white; font-size: 22px; font-weight: 200; }

#db-header p.submit {
	display: inline-block;
	margin: 0 !important; 
	padding: 0 !important;
	vertical-align: top; 
}
#db-header p.submit input {
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
    background-color: #00C3AA !important;
    border: 4px solid #ddd !important;
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
    padding: 0 20px 0 58px !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    height: 68px !important;
    display: inline-block;
    text-decoration: none !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 0px 0px 0px 0px !important;
    position: relative;
    text-shadow: none !important;
    box-sizing: content-box !important;
	box-shadow: none !important;
}

#db-header p.submit input:hover {
    background-color: #00BBA3 !important;
}

#db-header p.submit:before {
    content: '\l';
    font-family: 'ETmodules';
    left: 42px;
    top: 3px;
    font-size: 28px;
    position: relative;
    text-shadow: none !important;
    font-weight: 300 !important;
    z-index: 1;
}

#db-header p.submit input:active {
	-webkit-transform: none !important;
    transform: none !important;    
	vertical-align: baseline !important;
}

#db-header-left { 
	width: 40%; 
	box-sizing: border-box; 
	display: inline-block; 
	padding: 23px;
	vertical-align: top; 
}
#db-header-right { 
	width: 59%; 
	box-sizing: border-box; 
	display: inline-block; 
	text-align: right; 
	padding: 0px;
	vertical-align: top; 
}

#db-header .wtf-form-license-area { 
	display: inline-block;
	line-height: 2.2em;
	padding: 4px;
}

/* === END Floating Header === */