.est-clearfix:before,
.est-clearfix:after {
    content: "";
    display: table;
    clear:both;
    flex-basis: 0;
    order: 1;
}
.est-head h1{
    background:#e66b6d;
    color: #fff;
    padding: 25px;
}
.est-menu-wrap{
	margin-top: 10px;
}
.est-menu-wrap .nav-tab-wrapper{ 
    padding-top:0;
}
.est-field-wrap{
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 230px;
}
.est-field-wrap > label{
	display: inline-block;
	width: 230px;
    vertical-align: top;
    font-weight: 500;
    float: left;
    margin-left: -230px;
}
#est-internal-tab.est-field-wrap,
#est-external-tab.est-field-wrap,
#est-contentSlider-type.est-field-wrap {
	padding-left: 0;
}
#est-contentSlider-type.est-field-wrap .est-field-wrap {
	padding-left: 0;
}
#est-contentSlider-type.est-field-wrap .est-field-wrap > label {
	margin-left: 0;
	float: none;
}
.est-field-wrap .est-select-img-wrap {
	display: inline-block;
}
.est-content,
.est-main-settings-content{
	margin-bottom: 20px;
	padding: 20px;
	background-color: #ffffff;
	position: relative;
	border:1px solid #cccccc;	
	border-top: 0;
}
.est-main-settings-content {
	border: 0;
}
.est-main-settings-content > form > .est-field-wrap,
.est-content > .est-field-wrap{
	margin-top: 0;
}
.est-field-wrap > span{
	margin-right: 10px;
}
.est-layout-template-sub-wrapper{
	border: 1px solid black;
}
.est-layout-template-image img{
    margin-top: 15px;
    border: 1px solid black;
    height: auto;
    width: auto;
    max-width: 100%;
}
.est-table-wrapper{
	margin: 0px;
	padding: 0px;
	border:1px solid black;
}
#customize-fields-show{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.est-tab-dynamic-options label strong,
.est-content-slider-dynamic-options label strong {
	color: #e66b6d;
	font-size: 14px;
}
.est-field-wrap input,
.est-field-wrap select {
	min-width: 250px;
}
.est-field-wrap .wp-editor-container input,
.est-wrap .wp-picker-container input {
	min-width: auto;
}
.est-field-wrap input[type=radio],
.est-field-wrap input[type=checkbox] {
	min-width: auto;
}
.est-field-wrap .wp-picker-container{
	display: inline-block;
}
.est-field-label + .est-field-content{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 21px;
    float: none;
    margin-left: 0;
}
.est-field-label + .est-field-content input {
	display: none;
}
.est-checkbox-style {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.est-checkbox-style {
	border-radius: 34px;
}
input:checked + .est-checkbox-style {
	background-color: #e66b6d;
}
.est-checkbox-style:before {
	position: absolute;
	content: "";
	height: 17px;
	width: 17px;
	left: 4px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .est-checkbox-style:before {
	-webkit-transform: translateX(15px);
	-ms-transform: translateX(15px);
	transform: translateX(15px);
	content: "\f147";
	font-family: dashicons;
	font-size: 11px;
	color: #e66b6d;
	text-align: center;
	line-height: 17px;
}
.est-checkbox-style:before {
	border-radius: 50%;
}
.nav-tab.est-nav-tab:focus{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.nav-tab.est-nav-tab {
	margin-left: 0;
	margin-right: 8px;
	margin-bottom: -1px;
	border-bottom: 1px solid #cccccc;
	display: inline-block;
    padding: 8px 15px;
}
.nav-tab.est-nav-tab.est-nav-tab-active {
	background:#ffffff;
	border-bottom-color: #ffffff;
}
.est-nav-tab:before {
	position:relative;
	font-family: 'Dashicons';
	font-size:15px;
	margin-right: 8px;
    vertical-align: top;
}
.est-nav-tab:first-child:before {
	content: "\f111";
}
.est-nav-tab:last-child:before {
    content: "\f509";
}
.est-tab-list-table a.button-secondary.est-button-secondary {
	position: relative;
	background: #e66b6d;
	display: inline-block;
	border:1px solid #e66b6d;
	padding:0;
    width: 28px;
    height: 28px;
    line-height: 28px;
	border-radius: 0;
	color: transparent;
}
.est-tab-list-table a.button-secondary.est-button-secondary:before{
    content: '\f040';
    position: absolute;
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    top: 0;
    left: 6px;
}
.est-tab-list-table a.button-secondary.est-button-secondary:focus{
	outline: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.est-tab-list-table a.button-secondary.est-button-secondary:hover{
	background: transparent;
}
.est-tab-list-table a.button-secondary.est-button-secondary:hover:before{
	color: #e66b6d;
}
.est-tab-type-wrap label {
	margin-right: 5px;
}
/*==========ABOUT-US================*/
.est-about-main-wrapper {
    background: #fff;
    margin-right: 20px;
    margin-top: 25px;   
}
.est-header {
    background-color: #e66b6d;
    margin-right: 7px;
    padding: 20px;
    width: 100%;
    margin-top: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.est-header-left {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    padding-top: 10px;
}
.est-header-left .est-title {
    text-transform: uppercase;
}
.est-version-wrap span {
    font-size: 12px;
}
.est-header-social-link {
    float: right;
}
.est-header-social-link iframe {
    display: inline-block;
    vertical-align: top;
}
.est-follow-us {
    color: #fff;
    margin-top: 0;
}
.est-how-to-use-container {
    padding: 10px 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.est-col-three-third:first-child {
    margin-bottom: 30px;
}
.est-col-three-third h3,
.est-content-wrap h4.est-content-title {
    font-size: 24px;
    font-weight: 500;
    margin: 15px 0 40px;
    position: relative;
}
.est-tab-wrapper strong {
    font-weight: 700;
}
.est-col-one-third {
    width: 33.3333%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.est-about.est-inlinelist li {
    display: inline-block;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.est-about.est-inlinelist li:hover {
    -moz-transform: translate3d(0px, -4px, 0px);
    -webkit-transform: translate3d(0px, -4px, 0px);
    transform: translate3d(0px, -4px, 0px);
}
/*how-to-use*/
.est-header-wrap {
    background: #e66b6d;
    padding: 20px;
    margin-bottom: 15px;
}
.est-header-wrap h3 {
    margin: 0;
    font-size: 32px;
}
.est-header-wrap h3 .est-admin-title {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 0;
}
.est-header-wrap .logo {
    width: 300px;
}
span.est-admin-title {
    float: right;
}
.est-content-wrap{
    background: #fff;
    padding: 20px;
    min-height: 400px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.est-content-wrap .est-content-section p,
.est-content-wrap .est-content-section {
    font-size: 13px;
}
.est-content-wrap .est-content-section ul{
    padding-left: 40px;
    padding-bottom: 20px;
}
.est-content-wrap .est-content-section ul ul {
	margin-top: 15px;
}
.est-content-wrap .est-content-section ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}
.est-content-wrap .est-content-section ul li:before {
    content: '\f00c';
    position: absolute;
    font-family: FontAwesome;
    font-size: 15px;
    color: #444;
    left: 0;
    line-height: 1.2;
}
.est-content-wrap .est-content-section ul li:last-child {
    margin-bottom: 0;
}
.est-content-wrap h4.est-content-title {
    margin: 0 0 40px;
}
.est-content-wrap h4.est-content-title:before,
.est-col-three-third h3:before {
    content: '';
    position: absolute;
    width: 50px;
    left: 0;
    bottom: -15px;
    height: 3px;
    background: #e66b6d;
}
.est-content-wrap .est-content-section h5 {
    font-size: 15px;
    margin: 0 0 15px;
    background: #f5f5f5;
    padding: 10px;
    border-left: 3px solid #e66b6d;
}
.est-content-section .est-sub-section {
    width: 33.33%;
    display: inline-block;
    margin: 0 -2px;
    padding: 0 20px;
    text-align: center;
    vertical-align: top;
}
.est-content-section .est-sub-section .est-sub-section-title {
    margin-bottom: 30px;
}
.est-content-section .est-sub-section .est-sub-section-title a {
    text-decoration: none;
    color: #444;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}
.est-content-section .est-sub-section .est-sub-section-title a:before {
    content: '';
    position: absolute;
    width: 40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    background: #e66b6d;
    bottom: -10px;
}
.est-font-preview {
    background: #f3f2f2;
    padding: 10px;
    margin-top: 20px;
    font-size: 20px;
    padding-left: 15px;
    border-left: 5px solid #000;
}
.est-settings-preview-image{width:100px;margin-top:5px;display:block;}
.est-filter-preview-wrap,.est-pagination-preview-wrap,.est-load-more-preview-wrap,.est-preview-wrap {
    margin-top: 20px;
    border: 1px solid #eee;
}
.est-preview-wrap img {
    max-width: 100%;
}
@media (max-width: 840px) {
	.est-col-one-third {
		float: none;
		width: 100%;
	}
}