.ecs-clearfix:before,
.ecs-clearfix:after {
    content:'';
    display:table;
    clear:both;
    flex-basis: 0;
    order: 1;
}
.ecs-main-wrap * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ecs-main-wrap a {
    -moz-transition:all 350ms ease-in-out;
    -webkit-transition:all 350ms ease-in-out;
    transition:all 350ms ease-in-out;
    text-decoration: none;
}
.ecs-field-wrap >label {
    display: inline-block;
    width: 200px;
    font-weight: 600;
    font-size: 14px;
    vertical-align: top;
}
.ecs-field {
    display: inline-block;
    max-width: -webkit-calc(100% - 205px);
    max-width: calc(100% - 205px);
}
.ecs-field-wrap {
    margin: 30px 10px;
}
.ecs-field >input[type="text"] {
    width: 460px;
    height: 30px;
    max-width: 100%;
}
.ecs-field >textarea{width:500px;min-height:100px;max-width: 100%;}
.ecs-image-preview {
    width: 150px;
    margin-top:10px;
    max-width: 100%;
}
.ecs-image-preview img{
    max-width: 100%;
}
.ecs-postbox {
    min-width: 255px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
    margin-bottom: 20px;
    padding: 0;
    line-height: 1;
}
.ecs-block-label{display:block;margin-bottom: 10px;}
.ecs-toggle-postbox{
    float: right;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    background: 0 0;
    cursor: pointer;
}
.ecs-postbox h3 {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.ecs-postbox-inner {
    padding-bottom: 20px;
}
.ecs-tab-trigger:focus {
    box-shadow: none;
}
.ecs-settings-wrap {
    margin-top: 20px;
}
.ecs-toggle-indicator:before{
    margin-top: 4px;
    width: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-indent: -1px;
}
.ecs-up-toggle .ecs-toggle-indicator:before{
    content: "\f142";
    display: inline-block;
    font: 400 20px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none!important;
}
.ecs-down-toggle .ecs-toggle-indicator:before{
    content: "\f140";
    display: inline-block;
    font: 400 20px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none!important;
}
ul.ecs-social-network-lists li {
    box-shadow: 0 0 1px;
    width: 400px;
    padding: 10px;
    cursor: move;
    background: #fff;
}
span.ecs-network-title {
    display: inline-block;
    width: 100px;
    font-weight: 500;
}
ul.ecs-social-network-lists input[type="text"]{width:250px;}
.ecs-template-preview {
    width: 100%;
    margin: 20px 0;
    height: 400px;
    overflow-y: scroll;
    box-shadow: 0 0 1px;
}
.ecs-template-preview img {
    max-width: 100%;
}
div#ecs-general-section,div#ecs-custom-section {
    background: #fff;
    padding: 1px 0;
}
.ecs-notice-head {
    background: #40ceda;
    min-width: 100px;
    margin: 0 auto;
    position: fixed;
    top: 33px;
    left: 45%;
    text-align: center;
    box-shadow: 0 0 1px #222;
    padding: 0 10px;
    color: #fff;
}
p.ecs-wait-message img {
    vertical-align: middle;
    margin-right: 5px;
}
.ecs-form-actions {
    position: fixed;
    top: 40%;
    right: 0px;
}
.ecs-form-actions a {
    display: block;
}
input.button-secondary.ecs-clear-preview {
    margin-left: 10px;
}
.ecs-subscribe-actions {
    margin-bottom: 10px;
}
/*======ecs-settings-page====*/
.ecs-form-actions {
    position: fixed;
    top: 35%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    width: 48px;
    height: 95px;
    z-index: 999999;
}
.ecs-form-actions a{
    display: block;
    color:#ffffff;
    font-size: 18px;
    width: 160px;
    display: block;
    vertical-align: middle;
    margin-bottom: 2px;
    text-align: left;
    padding: 12px 15px;
    position: absolute;
    right: -118px;
    transition:all 350ms ease-in-out;
}
.ecs-form-actions a:hover {
    right: 0;
}
.ecs-form-actions a#ecs-save-settings-trigger {
    background-color:#27ae60;
    top:0;
}
.ecs-form-actions a#ecs-restore-settings-trigger {
    background-color:#e2ad33;
    top:47px;
}
.ecs-form-actions i {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 13px;
}
.ecs-form-actions a span {
    font-size: 14px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
}
.ecs-head {
    background: #40CEDA;
    padding: 20px 30px;
    color: #ffffff;
}
.ecs-head h3 {
    color: #ffffff;
    font-size: 26px;
    text-transform: uppercase;
    margin: 20px 0;
}
#ecs-components-section .ecs-postbox-navigation {
    float: left;
    width: 200px;
    background-color: #333333;
}
#ecs-components-section .ecs-postbox {
    float: left;
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    min-height: 460px;
}
#ecs-components-section .ecs-postbox-navigation ul {
    margin:0;
}
#ecs-components-section .ecs-postbox-navigation ul li {
    margin:5px 0;
}
#ecs-components-section .ecs-postbox-navigation ul li a{
    padding:10px 20px;
    color: #ffffff;
    font-size: 14px;
    display: block;
    position: relative;
    border-right: 5px solid #333333;
}
#ecs-components-section .ecs-postbox-navigation ul li a:focus {
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*border:0;*/
}
#ecs-components-section .ecs-postbox-navigation ul li a:hover,
#ecs-components-section .ecs-postbox-navigation ul li a.ecs-active-postbox-nav {
    border-right: 5px solid #40CEDA;
    background-color: rgba(255,255,255,0.1);
}
#ecs-components-section .ecs-postbox-navigation ul li span {
    display:inline-block;
    margin-right: 10px;
}
/*ABOUT-US*/
.ecs-content-wrap {
    border: 1px solid #40CEDA;
    border-top: 0;
    background: #fff;
    padding:20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ecs-content-wrap .ecs-content-section:first-child h4 {
    margin-top: 0px;
}
.ecs-sub-section-title{
    margin-bottom: 20px;
}
.ecs-sub-section {
    width: 33.3333%;
    box-sizing: border-box;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.ecs-content-wrap .ecs-content-section h4 {
    font-size: 21px;
}
#ecs-checkall {
    margin-left: 0;
}
.ecs-head img{
    float: left;
    max-width: 350px;
    width: 100%;
    display: block;
    margin:4px 0;
}
.ecs-head h3{
    float: right;
}
.ecs-panel-body tr th:nth-child(1) {
    width: 60px;
}

.ecs-settings-container {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.ecs-settings-container .ecs-main-wrap {
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
    /*border: 1px solid #9986ee;*/
    padding: 20px;
    background-color: #FFF;
    margin-top: 20px;
}

.ecs-settings-container .ecs-upgrade-wrapper {
    width: 300px;
    margin-top: 20px;
}

.ecs-upgrade-button-wrap-backend a,
.ecs-button-wrap-backend a {
    text-decoration: none;
    background-color: #3d74f1;
    color: #fff;
    border: 1px solid #3d74f1;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 10px 0px 10px 0;
    display: inline-block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ecs-upgrade-button-wrap-backend {
    text-align: center;
}

.nav-tab {
    margin-top: .5em;
}

@media screen and (max-width: 1200px) {
    #ecs-components-section .ecs-postbox .ecs-field-wrap >label {
        width: 100%;
    }
    #ecs-components-section .ecs-postbox .ecs-field {
        max-width: 100%;
        margin-top: 10px;
    }
}
@media screen and (max-width: 992px) {
    #ecs-components-section .ecs-postbox {
        width: 100%;
        margin-top: 10px;
    }
    #ecs-components-section .ecs-postbox-navigation {
        width: 100%;
    }
    #ecs-template-section .ecs-field {
        max-width: 100%;
    }
}
@media screen and (max-width: 922px) {
    .ecs-field{
        width: 100%;
    }
}