#screen-meta,
#screen-meta-links,
#notice,
.notice,
.wp-heading-inline,
.page-title-action {
    display: none !important;
}

#ssp_metabox {
    display: none !important;
}

#iwetc-email-structure {
    display: none;
}

body #wpadminbar,
body #adminmenuback,
body #adminmenuwrap {
    display: none !important;
}

body.iwetc-show-admin-bar #wpadminbar,
body.iwetc-show-admin-bar #adminmenuback,
body.iwetc-show-admin-bar #adminmenuwrap {
    display: block !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: inherit !important;
    padding: 0 !important;
    margin: 0 !important;
}

.aligncenter {
    display: block;
    margin: auto;
    text-align: center;
}

.select2-search__field {
    width: 100% !important;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.iwetc-element-content p {
    width: 100%;
    float: left;
}

.iwetc-custom-input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.iwetc-ln28 {
    line-height: 28px !important;
}

.iwetc-mt10 {
    margin-top: 10px;
}

.iwetc-element-wrapper {
    padding: 15px 25px;
}

.iwetc-mobile .iwetc-element-wrapper {
    padding: 8px !important;
}

.iwetc-builder-col-12,
.iwetc-builder-col-6,
.iwetc-builder-col-3 {
    padding: 0 5px;
    margin: 6px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.iwetc-builder-col-2-5 {
    padding: 0;
    margin: 6px 1% 6px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.iwetc-builder-col-12 input:not([type="checkbox"]),
.iwetc-builder-col-6 input:not([type="checkbox"]),
.iwetc-builder-col-2-5 input:not([type="checkbox"]),
.iwetc-builder-col-3 input:not([type="checkbox"]) {
    max-width: 100%;
    width: 100%;
}

input.iwetc-number-without-arrows::-webkit-outer-spin-button,
input.iwetc-number-without-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.iwetc-number-without-arrows {
    -moz-appearance: textfield;
}

.iwetc-builder-col-12 {
    width: 100%;
    display: inline-table;
}

.iwetc-builder-col-6 {
    width: 50%;
    display: inline-table;
}

.iwetc-builder-col-3 {
    width: 25%;
    display: inline-table;
}

.iwetc-builder-col-2-5 {
    width: 20%;
    display: inline-table;
}

#wpcontent,
#wpfooter {
    padding-left: 0;
    margin-left: 0;
}

#poststuff {
    padding-top: 65px;
}

#poststuff #titlewrap {
    position: relative;
}

.iwetc-shortcode-list {
    display: none;
    width: 150px;
    background-color: #fff;
    color: #3e3e3e !important;
    position: fixed;
    z-index: 99999;
    text-align: left;
    font-size: 10pt;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.iwetc-shortcode-list>li,
.iwetc-shortcode-list>li>ul>li {
    cursor: pointer;
}

.iwetc-shortcode-list>li,
.iwetc-shortcode-list>li>ul>li {
    width: 100%;
    height: 33px;
    padding: 0 10px;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 33px;
}

.iwetc-shortcode-list li:hover {
    background-color: #e2e2e2;
}

.iwetc-shortcode-list i {
    width: 15px;
    height: 15px;
    font-size: 15px;
    float: right;
    margin: 9px 0;
}

.iwetc-shortcode-list .iwetc-shortcode-submenu {
    display: none;
    width: 180px;
    height: 300px;
    overflow-y: auto;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 146px;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #c5c5c5 #252525;
}

.iwetc-shortcode-list .iwetc-shortcode-submenu::-webkit-scrollbar {
    width: 12px;
}

.iwetc-shortcode-list .iwetc-shortcode-submenu::-webkit-scrollbar-track {
    background: #252525;
}

.iwetc-shortcode-list .iwetc-shortcode-submenu::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
    border: 3px solid #252525;
}

.iwetc-shortcode-list>li:hover .iwetc-shortcode-submenu {
    display: block;
}

#wpbody-content form#post {
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

#post-body-content {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#wpfooter {
    display: none !important;
}

#wpbody-content .wrap {
    margin: 0 !important;
}

#wpbody-content form#post,
#wpbody-content .wp-heading-inline,
#wpbody-content #screen-options-wrap {
    margin: -40px 0 0 320px;
}

.iwetc-builder-left-sidebar-hide #wpbody-content form#post,
.iwetc-builder-left-sidebar-hide #wpbody-content .wp-heading-inline,
.iwetc-builder-left-sidebar-hide #wpbody-content #screen-options-wrap {
    margin-left: 0 !important;
}

.iwetc-show-admin-bar #wpbody-content form#post,
.iwetc-show-admin-bar #wpbody-content .wp-heading-inline,
.iwetc-show-admin-bar #wpbody-content #screen-options-wrap {
    margin: -8px 0 0 530px !important;
}

.iwetc-show-admin-bar.iwetc-builder-left-sidebar-hide #wpbody-content form#post,
.iwetc-show-admin-bar.iwetc-builder-left-sidebar-hide #wpbody-content .wp-heading-inline,
.iwetc-show-admin-bar.iwetc-builder-left-sidebar-hide #wpbody-content #screen-options-wrap {
    margin: -8px 0 0 160px !important;
}

input[type="text"],
input[type="number"],
input[type="email"] {
    border: 1px #bbbbbb solid;
    height: 34px;
    font-size: 10pt;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#iwetc-email-builder {
    background: transparent;
    border: 0;
    box-shadow: none;
}

#iwetc-email-builder .postbox-header {
    display: none !important;
}


/* left sidebar - start */

#iwetc-builder-left-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: auto;
    width: 320px;
    z-index: 99;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

.iwetc-builder-left-sidebar-middle-content::-webkit-scrollbar {
    width: 12px;
}

.iwetc-dark-theme .iwetc-builder-left-sidebar-middle-content::-webkit-scrollbar-track {
    background: #252525;
}

.iwetc-dark-theme .iwetc-builder-left-sidebar-middle-content::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
    border: 3px solid #252525;
}

.iwetc-dark-theme .iwetc-builder-left-sidebar-middle-content {
    scrollbar-width: thin;
    scrollbar-color: #c5c5c5 #252525;
}

.iwetc-light-theme .iwetc-builder-left-sidebar-middle-content::-webkit-scrollbar-track {
    background: #e9e9e9;
}

.iwetc-light-theme .iwetc-builder-left-sidebar-middle-content::-webkit-scrollbar-thumb {
    background-color: #3e3e3e;
    border: 3px solid #e9e9e9;
}

.iwetc-light-theme .iwetc-builder-left-sidebar-middle-content {
    scrollbar-width: thin;
    scrollbar-color: #3e3e3e #e9e9e9;
}

#iwetc-builder-left-sidebar .iwetc-builder-component-search {
    width: 100%;
    float: left;
}

#iwetc-builder-left-sidebar .iwetc-builder-component-search .iwetc-builder-left-sidebar-section-content {
    position: relative;
}

#iwetc-builder-left-sidebar .iwetc-builder-component-search input {
    width: 100%;
    float: left;
    margin: 0;
}

#iwetc-builder-left-sidebar .iwetc-builder-component-search i {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 10px;
    right: 11px;
    bottom: 0;
    margin: 1px auto;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

#iwetc-builder-left-sidebar .iwetc-builder-component-search i::before {
    vertical-align: middle;
}

#iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom {
    width: 100%;
    height: 44px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 99;
}

#iwetc-builder-left-sidebar .iwetc-insert-template-container {
    display: none;
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 44px;
    right: 0;
    left: 0;
    padding: 15px 10px;
    box-shadow: 0px -2px 7px -7px rgb(43, 50, 50);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 99;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-insert-template-container {
    background-color: #343434;
    color: #d8d8d8;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-insert-template-container {
    background-color: #d8d8d8;
}

#iwetc-builder-left-sidebar .iwetc-insert-template-container div {
    margin-bottom: 10px;
    float: left;
}

#iwetc-builder-left-sidebar .iwetc-insert-template-container label {
    width: 100%;
    float: left;
    line-height: 30px;
}

#iwetc-builder-left-sidebar .iwetc-insert-template-container input {
    width: 100%;
    float: left;
}

#iwetc-builder-left-sidebar .iwetc-insert-template-container button {
    width: 96%;
    float: right;
    margin-top: 5px;
    margin: 0 2%;
    text-align: center;
}

#iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-exit-to-dashboard,
.iwetc-left-sidebar-bottom .iwetc-full-screen,
.iwetc-left-sidebar-bottom .iwetc-insert-template-toggle-button,
.iwetc-left-sidebar-bottom .iwetc-add-new,
.iwetc-left-sidebar-bottom .iwetc-duplicate,
.iwetc-left-sidebar-bottom .iwetc-move-to-trash {
    width: 43px;
    margin-right: 0;
    text-align: center;
    padding: 12px 0;
    float: left;
}

#iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-full-screen,
#iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-insert-template-toggle-button,
#iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-add-new,
.iwetc-left-sidebar-bottom .iwetc-duplicate,
.iwetc-left-sidebar-bottom .iwetc-move-to-trash {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

#iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-insert-template-toggle-button i {
    color: #d6d6d6;
}

#iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-exit-to-dashboard i,
#iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-full-screen i,
#iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-insert-template-toggle-button i,
#iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-add-new i,
.iwetc-left-sidebar-bottom .iwetc-duplicate i,
.iwetc-left-sidebar-bottom .iwetc-move-to-trash i {
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: middle;
}

.iwetc-left-sidebar-bottom button.iwetc-move-to-trash i {
    vertical-align: top;
}

#iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-add-new i {
    margin-top: 3px;
}

#iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-publish {
    margin: 7px;
}

#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-section {
    width: 94%;
    float: left;
    margin: 5px 3%;
    padding: 10px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-section:last-child {
    margin-bottom: 10px;
}

#iwetc-builder-left-sidebar .iwetc-tab-content[data-content="editor"] .iwetc-builder-left-sidebar-section:last-child {
    margin-bottom: 54px;
}

#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-section .iwetc-builder-left-sidebar-section-title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    float: left;
    font-weight: bold;
    cursor: pointer;
    padding: 0 3px;
}

#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-section .iwetc-builder-left-sidebar-subsection-title input[type="checkbox"] {
    margin-right: 10px;
}

#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-section .iwetc-builder-left-sidebar-section-title i.dashicons-arrow-down {
    transform: rotate(-90deg);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-section .iwetc-builder-left-sidebar-section-title.collapsed i.dashicons-arrow-down {
    transform: rotate(0);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-section select,
#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-section textarea,
.iwetc-builder-left-sidebar-section input[type="text"] {
    width: 100%;
    float: left;
}

#iwetc-builder-left-sidebar .iwetc-component-item {
    padding: 0 5px;
    margin: 0 0 10px 0 !important;
}

#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-section-content {
    width: 100%;
    float: left;
    padding: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#iwetc-builder-left-sidebar .select2-search__field {
    font-size: 10pt !important;
}

#iwetc-builder-left-sidebar .select2-container .select2-selection--single {
    height: 30px;
}

#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-section-content label {
    line-height: 30px;
}

#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-section-content .iwetc-builder-left-sidebar-subsection {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-section-content .iwetc-builder-left-sidebar-subsection:last-child {
    margin-bottom: 0;
}

#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-section-content .iwetc-builder-left-sidebar-subsection .iwetc-builder-left-sidebar-subsection-title {
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 5px;
}

.iwetc-show-admin-bar #iwetc-builder-left-sidebar {
    left: 160px;
    top: 32px;
}

#adminmenuback {
    z-index: 100;
}

.iwetc-show-admin-bar.iwetc-builder-left-sidebar-hide #iwetc-builder-left-sidebar,
.iwetc-builder-left-sidebar-hide #iwetc-builder-left-sidebar {
    left: -320px;
}

.iwetc-show-admin-bar #iwetc-builder-top-navigation {
    top: 32px;
    padding-left: 480px;
}

.iwetc-builder-left-sidebar-hide #iwetc-builder-top-navigation {
    padding-left: 0;
}

.iwetc-show-admin-bar.iwetc-builder-left-sidebar-hide #iwetc-builder-top-navigation {
    padding-left: 160px;
}

#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-middle-content {
    width: 100%;
    height: auto;
    position: absolute;
    top: 110px;
    left: 0;
    bottom: 44px;
    padding: 0;
    overflow-y: auto;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-email-test button {
    padding: 0 25px;
    height: 28px;
    line-height: 28px;
    float: left;
    margin-right: 7px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-email-test button:hover {
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-email-test button i {
    margin-top: 3px;
}

#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-editor-items {
    width: 100%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-import-button,
#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-export-button,
#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-copy-button {
    width: auto;
    height: 34px;
    float: left;
    padding: 0 15px;
    cursor: pointer;
    line-height: 30px;
    margin: 10px 5px 10px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#iwetc-builder-left-sidebar .iwetc-import-export-box {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}

#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-component-name {
    width: 100%;
    display: inline-block;
    padding: 15px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: 600;
    font-size: 14px;
}

#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-plugin-name {
    width: 100%;
    display: inline-block;
    height: 45px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 45px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-plugin-name i {
    float: right;
    margin-top: 12px;
    cursor: pointer;
}


/* Dark theme */

.iwetc-dark-theme #iwetc-builder-left-sidebar {
    background-color: #292929;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar input[type="text"],
.iwetc-dark-theme #iwetc-builder-left-sidebar input[type="number"],
.iwetc-dark-theme #iwetc-builder-left-sidebar input[type="email"],
.iwetc-dark-theme #iwetc-builder-left-sidebar select,
.iwetc-dark-theme #iwetc-builder-left-sidebar textarea {
    color: #ececec;
    background-color: #252525;
    border-color: #252525;
}

.iwetc-builder-col-2-5 input[type="number"] {
    padding: 0 4px 0 8px;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-builder-component-search i {
    color: #a3a3a3;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom {
    background-color: #3e3e3e;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-exit-to-dashboard {
    background-color: #2c2c2c;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-exit-to-dashboard i,
.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-full-screen i,
.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-add-new i,
.iwetc-left-sidebar-bottom .iwetc-duplicate i,
.iwetc-left-sidebar-bottom .iwetc-move-to-trash i {
    color: #d6d6d6;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-exit-to-dashboard i,
.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-move-to-trash i {
    color: #e03434;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-full-screen i {
    color: #fff;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-section {
    background-color: #343434;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-section .iwetc-builder-left-sidebar-section-title {
    color: #cecece;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-section .iwetc-builder-left-sidebar-section-title.collapsed {
    color: #ececec;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-section-content {
    color: #ececec;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .select2-search__field,
.iwetc-dark-theme #iwetc-builder-left-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ececec;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .select2-container--default .select2-selection--single {
    color: #ececec;
    background-color: #252525;
    border-color: #252525;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-section-content .iwetc-builder-left-sidebar-subsection {
    color: #adadad;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-email-test button {
    border: 1px #e3e3e3 solid;
    background-color: #fff;
    color: #3e3e3e;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-email-test button:hover {
    background-color: #f6f6f6;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-import-button,
.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-export-button,
.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-copy-button {
    background-color: #4d64eb;
    border: 1px #4d64eb solid;
    color: #dddddd;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-export-button,
.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-copy-button {
    background-color: #d6d6d6;
    border: 1px #d6d6d6 solid;
    color: #292929;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-import-button {
    background-color: #4d64eb;
    border: 1px #4d64eb solid;
    color: #dddddd;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-component-name {
    color: #ececec;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-plugin-name {
    background-color: #4d64eb;
    color: #ececec;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar div.mce-flow-layout {
    background: #343434;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .wp-switch-editor {
    background: #282c2d;
    border-color: #282c2d;
    color: #fff;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .quicktags-toolbar {
    background: #282c2d;
    border-color: #282c2d;
    color: #fff;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .wp-core-ui .button,
.iwetc-dark-theme #iwetc-builder-left-sidebar .wp-core-ui .button-secondary {
    background: #282c2d;
    border-color: #282c2d;
    color: #fff;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar div.wp-editor-container {
    border-color: #343434;
    background: #343434;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar div.mce-menubar.mce-container {
    border-color: hsla(0, 0%, 100%, .03);
    background: #292c2e
}

.iwetc-dark-theme #iwetc-builder-left-sidebar div.mce-menubar .mce-menubtn:hover {
    background-color: #292929;
    border-color: #292929;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar div.mce-menubar .mce-menubtn button span {
    color: #ececec
}

.iwetc-dark-theme #iwetc-builder-left-sidebar div.mce-toolbar-grp.mce-container {
    background: #343434;
    border-color: #232628
}

.iwetc-dark-theme #iwetc-builder-left-sidebar div.mce-btn .mce-txt,
.iwetc-dark-theme #iwetc-builder-left-sidebar div.mce-toolbar .mce-btn i {
    color: #ececec
}

.iwetc-dark-theme #iwetc-builder-left-sidebar div.mce-toolbar .mce-btn-group {
    border-color: #292c2e
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .mce-colorbutton .mce-ico {
    background: #555d66
}

.iwetc-dark-theme #iwetc-builder-left-sidebar div.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:focus,
.iwetc-dark-theme #iwetc-builder-left-sidebar div.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover {
    background: #1d1f21!important;
    border-color: #1d1f21!important
}

.iwetc-dark-theme #iwetc-builder-left-sidebar div.mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
    background: #282c2d;
    border-color: #282c2d;
    color: #fff
}

.iwetc-dark-theme #iwetc-builder-left-sidebar div.mce-statusbar {
    border-color: #232628;
    background: #343434
}

.iwetc-dark-theme #iwetc-builder-left-sidebar div.mce-panel {
    background: #fff;
}

.mce-panel .mce-btn:hover i.mce-caret,
.iwetc-dark-theme #iwetc-builder-left-sidebar div.mce-panel .mce-btn:focus i.mce-caret {
    border-top-color: #3e3e3e !important
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .mce-panel .mce-active i.mce-caret {
    border-bottom-color: #ececec !important
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .mce-toolbar .mce-btn-group .mce-btn:focus,
.iwetc-dark-theme #iwetc-builder-left-sidebar .mce-toolbar .mce-btn-group .mce-btn:hover,
.iwetc-dark-theme #iwetc-builder-left-sidebar .qt-dfw:focus,
.iwetc-dark-theme #iwetc-builder-left-sidebar .qt-dfw:hover {
    background: #282c2d !important;
    border-color: #282c2d !important;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .mce-toolbar .mce-btn-group .mce-btn.mce-active,
.iwetc-dark-theme #iwetc-builder-left-sidebar .mce-toolbar .mce-btn-group .mce-btn.mce-active:hover,
.iwetc-dark-theme #iwetc-builder-left-sidebar .mce-toolbar .mce-btn-group .mce-btn:active,
.iwetc-dark-theme #iwetc-builder-left-sidebar .qt-dfw.active {
    background: #1d1f21 !important;
    border-color: #1d1f21 !important;
    color: #ececec !important;
}

.iwetc-dark-theme #iwetc-builder-left-sidebar .mce-statusbar .mce-last {
    color: #485153
}


/* Light theme */

.iwetc-light-theme #iwetc-builder-left-sidebar {
    background-color: #e9e9e9;
}

.iwetc-light-theme #iwetc-builder-left-sidebar input[type="text"],
.iwetc-light-theme #iwetc-builder-left-sidebar input[type="number"],
.iwetc-light-theme #iwetc-builder-left-sidebar input[type="email"],
.iwetc-light-theme #iwetc-builder-left-sidebar select,
.iwetc-light-theme #iwetc-builder-left-sidebar textarea {
    color: #3e3e3e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-builder-component-search i {
    color: #a3a3a3;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom {
    background-color: #3e3e3e;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-exit-to-dashboard {
    background-color: #2c2c2c;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-exit-to-dashboard i,
.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-full-screen i,
.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-add-new i,
.iwetc-left-sidebar-bottom .iwetc-duplicate i,
.iwetc-left-sidebar-bottom .iwetc-move-to-trash i {
    color: #d6d6d6;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-exit-to-dashboard i,
.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-move-to-trash i {
    color: #e03434;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-left-sidebar-bottom .iwetc-full-screen i {
    color: #fff;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-section {
    background-color: #d8d8d8;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-section .iwetc-builder-left-sidebar-section-title {
    color: #636363;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-section .iwetc-builder-left-sidebar-section-title.collapsed {
    color: #292929;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-section-content {
    color: #3e3e3e;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .select2-search__field,
.iwetc-light-theme #iwetc-builder-left-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ececec;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .select2-container--default .select2-selection--single {
    color: #ececec;
    background-color: #252525;
    border-color: #252525;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-section-content .iwetc-builder-left-sidebar-subsection {
    color: #3e3e3e;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-email-test button {
    border: 1px #e3e3e3 solid;
    background-color: #fff;
    color: #3e3e3e;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-email-test button:hover {
    background-color: #f6f6f6;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-import-button,
.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-export-button,
.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-copy-button {
    background-color: #4d64eb;
    border: 1px #4d64eb solid;
    color: #dddddd;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-export-button,
.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-copy-button {
    background-color: #929292;
    border: 1px #d6d6d6 solid;
    color: #e9e9e9;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-import-button {
    background-color: #4d64eb;
    border: 1px #4d64eb solid;
    color: #dddddd;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-component-name {
    color: #ececec;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .iwetc-builder-left-sidebar-plugin-name {
    background-color: #4d64eb;
    color: #ececec;
}

.iwetc-light-theme #iwetc-builder-left-sidebar div.mce-flow-layout {
    background: #d8d8d8;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .wp-switch-editor {
    background: #d8d8d8;
    border-color: #d8d8d8;
    color: #3e3e3e;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .quicktags-toolbar {
    background: #d8d8d8;
    border-color: #d8d8d8;
    color: #3e3e3e;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .wp-core-ui .button,
.iwetc-light-theme #iwetc-builder-left-sidebar .wp-core-ui .button-secondary {
    background: #d8d8d8;
    border-color: #d8d8d8;
    color: #3e3e3e;
}

.iwetc-light-theme #iwetc-builder-left-sidebar div.wp-editor-container {
    border-color: #d8d8d8;
    background: #d8d8d8;
}

.iwetc-light-theme #iwetc-builder-left-sidebar div.mce-menubar.mce-container {
    border-color: hsla(0, 0%, 100%, .03);
    background: #d8d8d8
}

.iwetc-light-theme #iwetc-builder-left-sidebar div.mce-menubar .mce-menubtn:hover {
    background-color: #d8d8d8;
    border-color: #d8d8d8;
}

.iwetc-light-theme #iwetc-builder-left-sidebar div.mce-menubar .mce-menubtn button span {
    color: #3e3e3e
}

.iwetc-light-theme #iwetc-builder-left-sidebar div.mce-toolbar-grp.mce-container {
    background: #d8d8d8;
    border-color: #d8d8d8
}

.iwetc-light-theme #iwetc-builder-left-sidebar div.mce-btn .mce-txt,
.iwetc-light-theme #iwetc-builder-left-sidebar div.mce-toolbar .mce-btn i {
    color: #3e3e3e;
}

.iwetc-light-theme #iwetc-builder-left-sidebar div.mce-toolbar .mce-btn-group {
    border-color: #d8d8d8
}

.iwetc-light-theme #iwetc-builder-left-sidebar .mce-colorbutton .mce-ico {
    background: #b1b1b1
}

.iwetc-light-theme #iwetc-builder-left-sidebar div.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:focus,
.iwetc-light-theme #iwetc-builder-left-sidebar div.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover {
    background: #cacaca !important;
    border-color: #cacaca !important
}

.iwetc-light-theme #iwetc-builder-left-sidebar div.mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
    background: #cacaca;
    border-color: #cacaca;
    color: #3e3e3e
}

.iwetc-light-theme #iwetc-builder-left-sidebar div.mce-statusbar {
    border-color: #cacaca;
    background: #cacaca
}

.iwetc-light-theme #iwetc-builder-left-sidebar div.mce-panel {
    background: #3e3e3e;
}

.mce-panel .mce-btn:hover i.mce-caret,
.iwetc-light-theme #iwetc-builder-left-sidebar div.mce-panel .mce-btn:focus i.mce-caret {
    border-top-color: #cacaca !important
}

.iwetc-light-theme #iwetc-builder-left-sidebar .mce-panel .mce-active i.mce-caret {
    border-bottom-color: #ececec !important
}

.iwetc-light-theme #iwetc-builder-left-sidebar .mce-toolbar .mce-btn-group .mce-btn:focus,
.iwetc-light-theme #iwetc-builder-left-sidebar .mce-toolbar .mce-btn-group .mce-btn:hover,
.iwetc-light-theme #iwetc-builder-left-sidebar .qt-dfw:focus,
.iwetc-light-theme #iwetc-builder-left-sidebar .qt-dfw:hover {
    background: #cacaca !important;
    border-color: #cacaca !important;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .mce-toolbar .mce-btn-group .mce-btn.mce-active,
.iwetc-light-theme #iwetc-builder-left-sidebar .mce-toolbar .mce-btn-group .mce-btn.mce-active:hover,
.iwetc-light-theme #iwetc-builder-left-sidebar .mce-toolbar .mce-btn-group .mce-btn:active,
.iwetc-light-theme #iwetc-builder-left-sidebar .qt-dfw.active {
    background: #cacaca !important;
    border-color: #cacaca !important;
    color: #3e3e3e !important;
}

.iwetc-light-theme #iwetc-builder-left-sidebar .mce-statusbar .mce-last {
    color: #b8b8b8
}


/* left sidebar - end */

#postbox-container-1 {
    width: 0 !important;
    margin: 0 !important;
    display: none !important;
}

#poststuff #post-body.columns-2 {
    margin: 10px 20px 0 0;
}


/* tabs - start */

.iwetc-tabs {
    width: 100%;
    float: left;
}

.iwetc-tabs .iwetc-tabs-title {
    width: 100%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.iwetc-tabs .iwetc-tabs-title li {
    width: 42%;
    height: 40px;
    line-height: 40px;
    float: left;
    margin: 10px 4%;
}

.iwetc-tabs .iwetc-tabs-title li a {
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.iwetc-dark-theme .iwetc-tabs .iwetc-tabs-title li a:hover {
    background: #252525;
}

.iwetc-dark-theme .iwetc-tabs .iwetc-tabs-title li a.active {
    background: #ececec;
    color: #4d64eb;
}

.iwetc-dark-theme .iwetc-tabs .iwetc-tabs-title li a {
    background: #292929;
    color: #ececec;
}

.iwetc-light-theme .iwetc-tabs .iwetc-tabs-title li a:hover {
    background: #e9e9e9;
}

.iwetc-light-theme .iwetc-tabs .iwetc-tabs-title li a.active {
    background: #b9b9b9;
    color: #3e3e3e;
}

.iwetc-light-theme .iwetc-tabs .iwetc-tabs-title li a {
    background: #e9e9e9;
    color: #3e3e3e;
}

.iwetc-tab-content {
    width: 100%;
    float: left;
    padding: 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: none;
}

.iwetc-tab-content.active {
    display: block;
}

.iwetc-tab-content[data-content="editor"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 45px;
    left: 0;
    padding: 0;
}

.iwetc-dark-theme .iwetc-tab-content[data-content="editor"] {
    background-color: #292929;
}

.iwetc-light-theme .iwetc-tab-content[data-content="editor"] {
    background-color: #e9e9e9;
}

.iwetc-tab-content[data-content="editor"] .iwetc-builder-left-sidebar-middle-content {
    top: 50px !important;
}

.iwetc-editor-top-buttons {
    width: 100%;
    float: left;
    margin-top: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.iwetc-editor-top-buttons .iwetc-editor-back-to-component-button i {
    margin-right: 7px;
    color: #b1b1b1;
}

.iwetc-editor-top-buttons .iwetc-editor-back-to-component-button {
    width: 100%;
    float: left;
    height: 45px;
    border: 0;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    text-align: left;
}

.iwetc-dark-theme .iwetc-editor-top-buttons .iwetc-editor-back-to-component-button {
    background-color: #292929;
    color: #f6f6f6;
}

.iwetc-light-theme .iwetc-editor-top-buttons .iwetc-editor-back-to-component-button {
    background-color: #e9e9e9;
    color: #3e3e3e;
}

.iwetc-editor-top-buttons .iwetc-editor-back-to-component-button span,
.iwetc-editor-top-buttons .iwetc-editor-back-to-component-button i {
    line-height: 45px;
}


/* tabs - end */


/* email body - start */

#iwetc-builder-body {
    margin: 0 auto;
    position: relative;
    width: 100%;
    display: inline-block;
}

#iwetc-builder-body .iwetc-bottom-add-layout {
    width: 100%;
    float: left;
    margin-top: 30px;
    text-align: center;
    position: relative;
}

#iwetc-builder-body .iwetc-bottom-add-layout .iwetc-bottom-layouts-wrapper {
    display: none;
    height: 70px;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
    background-color: #fff;
    border: 1px #e3e3e3 solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    column-count: 4;
    column-gap: 0;
    padding: 2px;
    z-index: 99;
}

#iwetc-builder-body .iwetc-bottom-add-layout .iwetc-bottom-layouts-wrapper .iwetc-bottom-layout-item {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    white-space: nowrap;
}

#iwetc-builder-body .iwetc-bottom-add-layout .iwetc-bottom-layouts-wrapper .iwetc-bottom-layout-item i {
    font-size: 45px;
    color: #696969;
}

#iwetc-builder-body .iwetc-bottom-add-layout .iwetc-bottom-layouts-wrapper .iwetc-bottom-layout-item:hover i {
    color: #444;
}

#iwetc-builder-body .iwetc-bottom-add-layout button {
    border: 0;
    background-color: transparent;
    cursor: pointer;
    font-size: 30px;
}

#iwetc-builder-body .iwetc-bottom-add-layout button i {
    width: auto;
    height: auto;
    font-size: 22px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

#iwetc-builder-body .iwetc-bottom-add-layout button i:hover {
    color: #157ddf;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

.postbox .inside {
    padding: 0;
}

#titlediv #title {
    height: 43px;
    line-height: 43px;
    font-size: 13pt;
}

#titlediv #title-prompt-text {
    font-size: 13pt;
    padding: 0 0 0 10px;
    height: 43px;
    line-height: 43px;
    z-index: 9;
}

#iwetc-builder-body .iwetc-builder-body-wrapper {
    margin: auto;
}

#iwetc-builder-body .iwetc-builder-body-wrapper .iwetc-builder-body-container {
    width: 100%;
    display: inline-block;
    padding: 50px 0;
}

#iwetc-builder-body .iwetc-builder-body-wrapper #iwetc-builder-body-elements {
    width: 100%;
    float: left;
    background-color: #fff;
}

.iwetc-t115 {
    top: 115px !important;
}

.iwetc-builder-element {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}

.iwetc-builder-element:hover {
    color: #dadada;
    background-color: #575757;
}

.iwetc-builder-element span {
    width: 100%;
    float: left;
    margin-top: 8px;
    font-size: 12px;
}

.iwetc-builder-element i {
    font-size: 26px;
    display: inline-table;
    margin-top: 10px;
}

.iwetc-dark-theme .iwetc-builder-element {
    border: 1px #3d3d3d solid;
    background-color: #3d3d3d;
    color: #adadad;
}

.iwetc-light-theme .iwetc-builder-element {
    border: 1px #c9c9c9 solid;
    background-color: #c9c9c9;
    color: #474747;
}

.iwetc-email-body {
    width: 100%;
    min-height: 18px;
    float: left;
}

.iwetc-element {
    width: 100%;
    height: 25px;
    margin-bottom: 10px;
    float: left;
    background-color: #000;
    color: #fff;
}

#iwetc-builder-body-elements .iwetc-layout-draggable {
    width: 100%;
    float: left;
    height: auto;
    min-height: 18px;
    border: 1px transparent solid;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#iwetc-builder-body-elements .iwetc-layout-draggable:hover {
    border-color: #4d64eb;
}

#iwetc-builder-body-elements .iwetc-layout-draggable .iwetc-layout-handler-right,
#iwetc-builder-body-elements .iwetc-layout-draggable .iwetc-layout-handler-left {
    display: none;
    width: 25px;
    height: 75px;
    position: absolute;
    top: -2px;
    bottom: auto;
    margin: auto;
    background-color: #4d64eb;
}

#iwetc-builder-body-elements .iwetc-layout-draggable:hover .iwetc-layout-handler-right,
#iwetc-builder-body-elements .iwetc-layout-draggable:hover .iwetc-layout-handler-left {
    display: block;
}

#iwetc-builder-body-elements .iwetc-layout-draggable .iwetc-layout-handler-right button,
#iwetc-builder-body-elements .iwetc-layout-draggable .iwetc-layout-handler-left button {
    border: 0;
    background: transparent;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#iwetc-builder-body-elements .iwetc-layout-draggable .iwetc-layout-handler-right button i,
#iwetc-builder-body-elements .iwetc-layout-draggable .iwetc-layout-handler-left button i {
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}

#iwetc-builder-body-elements .iwetc-layout-draggable .iwetc-layout-handler-right {
    right: -25px;
    left: auto;
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
}

#iwetc-builder-body-elements .iwetc-layout-draggable .iwetc-layout-handler-left {
    right: auto;
    left: -25px;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

#iwetc-builder-body-elements .iwetc-content-element,
.iwetc-layout-row {
    width: 100%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#iwetc-builder-body-elements .iwetc-content-element {
    border: 1px transparent dashed;
    min-height: 18px;
    position: relative;
}

#iwetc-builder-body-elements .iwetc-builder-content-target {
    display: inline-block;
}

.iwetc-is-dragging .iwetc-layout-content {
    border: 0 !important;
    background-color: #4d64eb !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
}

.iwetc-is-dragging .iwetc-add-new-row,
.iwetc-is-dragging .iwetc-layout-row,
.iwetc-is-dragging .iwetc-content-element {
    display: none !important;
}

#iwetc-builder-body-elements .iwetc-content-element .iwetc-content-handler-buttons {
    display: none;
    width: 90px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #4d64eb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#iwetc-builder-body-elements .iwetc-content-element .iwetc-content-handler-buttons button {
    width: 30px;
    height: 25px;
    float: left;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 0;
    margin: 0;
}

#iwetc-builder-body-elements .iwetc-content-element .iwetc-content-handler-buttons button i {
    font-size: 16px;
}

.iwetc-placeholder {
    width: 100%;
    float: left;
    height: 25px;
    background-color: #e3e3e3;
}

.ui-sortable-helper {
    background-color: transparent;
}

#iwetc-builder-body-elements .iwetc-layout-column-wrap {
    float: left;
    min-height: 27px;
    background-color: transparent;
    border: 1px #81ec9d dashed;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#iwetc-builder-body-elements .iwetc-layout-column-wrap:first-child {
    margin-left: 0 !important;
}

#iwetc-builder-body-elements .iwetc-layout-column {
    width: 100%;
    min-height: 27px;
    position: relative;
    background-color: transparent;
    border: 0px transparent solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#iwetc-builder-body-elements .iwetc-layout-column-wrap:hover {
    border: 1px #81ec9d dashed;
}

#iwetc-builder-body-elements .iwetc-layout-column:hover .iwetc-column-edit-handler {
    display: block;
}

#iwetc-builder-body-elements .iwetc-content-element:hover .iwetc-content-handler-buttons {
    display: block;
}

#iwetc-builder-body-elements .iwetc-layout-column img {
    max-width: 100%;
    height: auto;
    min-height: 18px;
}

.iwetc-layout-col-1 {
    width: 100%;
}

.iwetc-layout-col-2 {
    width: 50%;
}

.iwetc-layout-col-3 {
    width: 33.33%;
}

.iwetc-layout-col-4 {
    width: 25%;
}

#iwetc-builder-body-elements .iwetc-layout-row .iwetc-content-draggable {
    width: 100%;
    min-height: 18px;
    height: auto;
    float: left;
}

#iwetc-builder-body-elements .iwetc-element-editable {
    cursor: pointer;
    border: 1px transparent solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#iwetc-builder-body-elements .iwetc-element-content {
    width: 100%;
    min-height: 18px;
    float: left;
    border-style: solid;
    border-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 18px;
}

#iwetc-builder-body-elements .iwetc-element-content p {
    line-height: inherit;
}

#iwetc-builder-body-elements .iwetc-layout-content {
    cursor: pointer;
}

#iwetc-builder-body-elements .iwetc-element-focus {
    border-color: #4d64eb;
}

.metabox-holder .postbox-container .meta-box-sortables,
.postbox {
    width: 100%;
    float: left;
}


/* email body - end */


/* top navigation - start */

#iwetc-builder-top-navigation {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 50px;
    padding-left: 320px;
    border-bottom: 1px #e3e3e3 solid;
    z-index: 9;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #fff;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

#iwetc-builder-top-navigation .iwetc-left-sidebar-toggle {
    float: left;
    height: 50px;
    margin: 0 0 0 10px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

#iwetc-builder-top-navigation .iwetc-left-sidebar-toggle i {
    width: 20px;
    height: 20px;
}

#iwetc-builder-top-navigation .iwetc-builder-top-navigation-order {
    float: left;
    margin: 9px 0 9px 10px;
}

#iwetc-builder-top-navigation .iwetc-builder-top-navigation-email-type {
    float: left;
    margin: 9px 0 9px 20px;
}

#iwetc-builder-top-navigation .iwetc-builder-top-navigation-email-type select,
#iwetc-builder-top-navigation .iwetc-builder-top-navigation-small-buttons button {
    border: 1px #c7c7c7 solid;
    background-color: #ffffff;
    height: 30px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#iwetc-builder-top-navigation .iwetc-builder-top-navigation-small-buttons {
    float: left;
    margin: 9px 0;
}

#iwetc-builder-top-navigation .iwetc-builder-top-navigation-small-buttons button {
    float: left;
    padding: 0 8px !important;
    cursor: pointer;
    margin-left: 10px;
}

#iwetc-builder-top-navigation .iwetc-builder-top-navigation-small-buttons button i {
    width: auto;
    height: auto;
    font-size: 18px;
    vertical-align: middle;
}

#iwetc-builder-top-navigation .iwetc-builder-top-navigation-email-preview {
    float: right;
    margin: 9px 20px 9px 0;
}


/* top navigation - end */

.wp-picker-container {
    position: relative;
    width: 100%;
    cursor: pointer;
    background-color: #f3f5f6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.wp-picker-container .iris-picker {
    margin-top: 0;
}

.wp-picker-input-wrap {
    position: absolute;
    right: 0;
    width: 257px;
    background: #fff;
    height: 30px;
}

.wp-picker-input-wrap label {
    height: 30px;
}

.wp-picker-input-wrap span {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    color: #3e3e3e !important;
}

.wp-picker-input-wrap input {
    width: 150px !important;
    background: #fff !important;
    border: 0;
    height: 30px;
    color: #3e3e3e !important;
    margin-left: 90px !important;
}

.iwetc-color-picker:focus,
.wp-picker-input-wrap input:focus {
    border: 0 !important;
    box-shadow: none !important;
}

.screen-reader-text {
    clip: auto !important;
    clip-path: border-box !important;
}

.wp-picker-clear {
    display: none !important;
}

.wp-picker-container .wp-color-result.button {
    min-height: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    width: 100% !important;
}

.wp-color-result-text {
    display: none !important;
}

.wp-color-result {
    position: relative;
    z-index: 1;
    border: 1px #292929 solid !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
}

.iwetc-color-picker-code {
    position: absolute;
    width: 60px;
    height: 28px !important;
    line-height: 28px;
    left: 5px;
    top: 1px;
    color: #cacaca;
    z-index: 2;
}

.iwetc-color-picker-clear,
.iwetc-media-clear {
    width: 28px;
    height: 28px !important;
    border: 0;
    background-color: #e3e3e3;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    position: absolute;
    right: 0;
    top: 1px;
    cursor: pointer;
    z-index: 2;
    padding: 0;
}

.wp-picker-container .iwetc-color-picker-clear i,
.iwetc-media-uploader .iwetc-media-clear i {
    color: #d32424;
}

.iwetc-media-uploader .iwetc-media-clear {
    top: 0 !important;
}

.wp-picker-holder {
    position: absolute;
    z-index: 99;
}

.iwetc-dark-theme .select2-container--default .select2-selection--multiple {
    background-color: #292929 !important;
    border-color: #292929 !important;
    color: #f6f6f6;
}

.iwetc-light-theme .select2-container--default .select2-selection--multiple {
    background-color: #e9e9e9 !important;
    border-color: #e9e9e9 !important;
    color: #3e3e3e;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    color: #292929;
    line-height: 26px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 7px !important;
}

.iwetc-media-uploader {
    width: 100%;
    height: 30px;
    float: left;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.iwetc-dark-theme .iwetc-media-uploader {
    border: 1px #d6d6d6 solid;
    background-color: #d6d6d6;
}

.iwetc-light-theme .iwetc-media-uploader {
    border: 1px #e9e9e9 solid;
    background-color: #e9e9e9;
}

.iwetc-media-uploader .iwetc-open-media {
    width: 100%;
    height: 28px;
    text-align: left;
    float: left;
    border: 0;
    background-color: transparent;
    padding: 0 0 0 10px;
    font-size: 12px;
    margin: 0;
    cursor: pointer;
}

button[data-property="text-align"] {
    background-color: transparent;
    color: #f6f6f6;
    border: 0;
    display: inline-table;
    margin-right: 5px;
    padding: 3px 6px;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

button[data-property="text-align"].active {
    background-color: #f6f6f6;
    color: #292929;
}

.iwetc-builder-preview-container {
    width: 100%;
    margin: 0 auto;
}

.iwetc-builder-preview-device {
    background-color: #fff;
    cursor: pointer;
    height: 31px;
    margin: 7px 0 7px 5px;
    border: 1px #a7a7a7 solid;
    padding: 0 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.iwetc-builder-email-preview-loading {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

.iwetc-builder-properties-right-checkbox {
    float: right;
    margin-top: 7px !important;
}

.select2-dropdown {
    background-color: #252525 !important;
    border-color: #252525 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #313030;
    border-color: #313030 !important;
    color: #ececec;
}

.postbox .inside {
    line-height: 1 !important;
}

.select2-results__option {
    color: #ececec;
    font-size: 13px;
}

.iwetc-generate-coupon label {
    width: 65%;
    float: left;
}

.iwetc-generate-coupon input:not([type="checkbox"]) {
    width: 35%;
    margin: 0 !important;
    float: right;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #000 !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
}

#iwetc-builder-left-sidebar div.mce-flow-layout {
    background: #343434;
    padding-top: 10px;
    border: 0;
    box-shadow: none;
}

#iwetc-builder-left-sidebar .wp-switch-editor {
    background: #282c2d;
    border-color: #282c2d;
    color: #fff;
}

#iwetc-builder-left-sidebar .quicktags-toolbar {
    background: #282c2d;
    border-color: #282c2d;
    color: #fff;
}

#iwetc-builder-left-sidebar .wp-core-ui .button,
#iwetc-builder-left-sidebar .wp-core-ui .button-secondary {
    background: #282c2d;
    border-color: #282c2d;
    color: #fff;
}

#iwetc-builder-left-sidebar div.wp-editor-container {
    border-color: #343434;
    background: #343434;
    border-radius: 3px
}

#iwetc-builder-left-sidebar div.mce-menubar.mce-container {
    border-color: hsla(0, 0%, 100%, .03);
    background: #292c2e
}

#iwetc-builder-left-sidebar div.mce-menubar .mce-menubtn:hover {
    background-color: #292929;
    border-color: #292929;
}

#iwetc-builder-left-sidebar div.mce-menubar .mce-menubtn button span {
    color: #ececec
}

#iwetc-builder-left-sidebar div.mce-toolbar-grp.mce-container {
    background: #343434;
    border-color: #232628
}

#iwetc-builder-left-sidebar div.mce-btn .mce-txt,
#iwetc-builder-left-sidebar div.mce-toolbar .mce-btn i {
    color: #ececec
}

#iwetc-builder-left-sidebar div.mce-toolbar .mce-btn-group {
    border-color: #292c2e
}

#iwetc-builder-left-sidebar .mce-colorbutton .mce-ico {
    background: #555d66
}

#iwetc-builder-left-sidebar div.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:focus,
#iwetc-builder-left-sidebar div.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover {
    background: #1d1f21!important;
    border-color: #1d1f21!important
}

#iwetc-builder-left-sidebar div.mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
    background: #282c2d;
    border-color: #282c2d;
    color: #fff
}

#iwetc-builder-left-sidebar div.mce-statusbar {
    border-color: #232628;
    background: #343434
}

#iwetc-builder-left-sidebar div.mce-panel {
    background: #fff;
}

#iwetc-builder-left-sidebar div.mce-menu-item .mce-text {
    background: none !important
}

.mce-panel .mce-btn:hover i.mce-caret,
#iwetc-builder-left-sidebar div.mce-panel .mce-btn:focus i.mce-caret {
    border-top-color: #3e3e3e !important
}

#iwetc-builder-left-sidebar .mce-panel .mce-active i.mce-caret {
    border-bottom-color: #ececec!important
}

#iwetc-builder-left-sidebar .mce-toolbar .mce-btn-group .mce-btn:focus,
#iwetc-builder-left-sidebar .mce-toolbar .mce-btn-group .mce-btn:hover,
#iwetc-builder-left-sidebar .qt-dfw:focus,
#iwetc-builder-left-sidebar .qt-dfw:hover {
    background: #282c2d!important;
    border-color: #282c2d!important;
    box-shadow: none!important
}

#iwetc-builder-left-sidebar .mce-toolbar .mce-btn-group .mce-btn.mce-active,
#iwetc-builder-left-sidebar .mce-toolbar .mce-btn-group .mce-btn.mce-active:hover,
#iwetc-builder-left-sidebar .mce-toolbar .mce-btn-group .mce-btn:active,
#iwetc-builder-left-sidebar .qt-dfw.active {
    background: #1d1f21!important;
    border-color: #1d1f21!important;
    color: #ececec!important;
    box-shadow: none!important
}

#iwetc-builder-left-sidebar .mce-statusbar .mce-last {
    text-shadow: none;
    color: #485153
}

#iwetc-builder-left-sidebar .mce-statusbar .mce-path.mce-first div {
    display: none
}

.iwetc-dark-theme .mce-panel.mce-menu {
    color: #ececec !important;
    background-color: #252525;
    border-color: #252525;
}

.iwetc-dark-theme .mce-menubar .mce-menubtn:hover,
.iwetc-dark-theme .mce-menubar .mce-menubtn.mce-active,
.iwetc-dark-theme .mce-menubar .mce-menubtn:focus {
    color: #ececec !important;
    border-color: #252525 !important;
    background-color: #252525 !important;
}

.iwetc-dark-theme .mce-ico {
    color: #ececec !important;
}

.iwetc-dark-theme .mce-container,
.iwetc-dark-theme .mce-container *,
.iwetc-dark-theme .mce-widget,
.iwetc-dark-theme .mce-widget *,
.iwetc-dark-theme .mce-reset {
    color: #dddddd !important;
}

.iwetc-light-theme .mce-panel.mce-menu {
    color: #3e3e3e !important;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
}

.iwetc-light-theme .mce-menubar .mce-menubtn:hover,
.iwetc-light-theme .mce-menubar .mce-menubtn.mce-active,
.iwetc-light-theme .mce-menubar .mce-menubtn:focus {
    color: #3e3e3e !important;
    border-color: #e9e9e9 !important;
    background-color: #e9e9e9 !important;
}

.iwetc-light-theme .mce-ico {
    color: #3e3e3e !important;
}

.iwetc-light-theme .mce-container,
.iwetc-light-theme .mce-container *,
.iwetc-light-theme .mce-widget,
.iwetc-light-theme .mce-widget *,
.iwetc-light-theme .mce-reset {
    color: #3e3e3e !important;
}

.iwetc-dark-theme .mce-menu-item.mce-disabled,
.iwetc-dark-theme .mce-menu-item.mce-disabled:hover {
    background-color: #000000 !important;
    color: #818181 !important;
}

.iwetc-light-theme.mce-menu-item.mce-disabled,
.iwetc-light-theme .mce-menu-item.mce-disabled:hover {
    background-color: #e3e3e3 !important;
    color: #3e3e3e !important;
}

.iwetc-has-shortcode {
    width: 100%;
    position: relative;
}

.iwetc-has-shortcode input {
    width: 100%;
    position: relative;
    z-index: 1;
}

.iwetc-has-shortcode .iwetc-shortcode-button {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    z-index: 9;
}

.iwetc-has-shortcode .iwetc-shortcode-button i {
    width: 20px;
    height: 20px;
    margin: 7px 0;
}

#titlewrap .iwetc-shortcode-button {
    width: 43px;
    height: 43px;
}

#titlewrap .iwetc-shortcode-button i {
    margin: 11px 0;
}

ul.iwetc-socials-style2 li {
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul.iwetc-socials-style2[data-direction="horizontal"] li {
    margin: 0 2px;
}

ul.iwetc-socials-style2[data-direction="horizontal"] li:first-child {
    margin-left: 0;
}

ul.iwetc-socials-style2[data-direction="horizontal"] li:last-child {
    margin-right: 0;
}

ul.iwetc-socials-style2 li.iwetc-socials-facebook {
    background-color: #4267B2;
}

ul.iwetc-socials-style2 li.iwetc-socials-twitter {
    background-color: #00acee;
}

ul.iwetc-socials-style2 li.iwetc-socials-youtube {
    background-color: #ff0000;
}

ul.iwetc-socials-style2 li.iwetc-socials-instagram {
    background-color: #8a3ab9;
}

ul.iwetc-socials-style2 li.iwetc-socials-linkedin {
    background-color: #0077b5;
}

ul.iwetc-socials-style2 li.iwetc-socials-whatsapp {
    background-color: #128c7e;
}

.iwetc-dark-theme-switch {
    float: right;
    margin-top: 13px;
    margin-right: 10px;
}

.iwetc-template-enable-switch {
    margin: 3px 10px 0 0;
    float: left;
}

.iwetc-dark-theme-switch .iwetc-switch,
.iwetc-template-enable-switch .iwetc-switch {
    position: relative;
    display: inline-block;
}

.iwetc-dark-theme-switch .iwetc-switch {
    width: 50px;
    height: 20px;
}

.iwetc-template-enable-switch .iwetc-switch {
    width: 85px;
    height: 26px;
}

.iwetc-dark-theme-switch .iwetc-switch input,
.iwetc-template-enable-switch .iwetc-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.iwetc-dark-theme-switch .iwetc-switch-slider,
.iwetc-template-enable-switch .iwetc-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(226, 226, 226);
    -webkit-transition: .4s;
    transition: .4s;
}

.iwetc-dark-theme-switch .iwetc-switch-slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.iwetc-template-enable-switch .iwetc-switch-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.iwetc-dark-theme-switch input:checked+.iwetc-switch-slider {
    background-color: #383838;
}

.iwetc-template-enable-switch input:checked+.iwetc-switch-slider {
    background-color: #4d64eb;
}

.iwetc-dark-theme-switch input:focus+.iwetc-switch-slider,
.iwetc-template-enable-switch input:focus+.iwetc-switch-slider {
    box-shadow: 0 0 1px #1f1f1f;
}

.iwetc-dark-theme-switch input:checked+.iwetc-switch-slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

.iwetc-template-enable-switch input:checked+.iwetc-switch-slider:before {
    -webkit-transform: translateX(59px);
    -ms-transform: translateX(59px);
    transform: translateX(59px);
}

.iwetc-dark-theme-switch .iwetc-switch-slider.iwetc-switch-round,
.iwetc-template-enable-switch .iwetc-switch-slider.iwetc-switch-round {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

.iwetc-dark-theme-switch .iwetc-switch-slider.iwetc-switch-round:before,
.iwetc-template-enable-switch .iwetc-switch-slider.iwetc-switch-round:before {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.iwetc-dark-theme-switch .dark,
.iwetc-dark-theme-switch .light {
    display: none;
    width: 30px;
    height: 20px;
    line-height: 20px;
    font-size: 7pt;
    position: absolute;
    top: 0;
}

.iwetc-dark-theme-switch .dark {
    text-align: left;
    left: 8px;
}

.iwetc-dark-theme-switch .light {
    text-align: right;
    right: 6px;
    color: #3e3e3e;
}

.iwetc-template-enable-switch .disabled,
.iwetc-template-enable-switch .enabled {
    display: none;
    width: 50px;
    height: 24px;
    line-height: 24px;
    font-size: 8pt;
    position: absolute;
    top: 0;
}

.iwetc-template-enable-switch .enabled {
    text-align: left;
    left: 10px;
    color: #fff;
}

.iwetc-template-enable-switch .disabled {
    text-align: right;
    right: 10px;
    color: red;
}

.iwetc-is-dragging {
    width: 60px !important;
    height: 25px !important;
    padding: 0 !important;
    float: left;
    background-color: #4d64eb !important;
    border: 0 !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
}

.iwetc-column-edit-handler {
    display: none;
    width: 22px;
    height: 22px;
    position: absolute;
    background-color: #81ec9d;
    color: #fff;
    top: 1px;
    left: 1px;
    z-index: 1;
    border: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.iwetc-column-edit-handler i {
    width: 20px;
    height: 20px;
    font-size: 16px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.iwetc-menu-bar-item {
    padding-bottom: 10px;
}

.iwetc-menu-bar-item i.dashicons-arrow-down,
.iwetc-contact-item-title i.dashicons-arrow-down {
    float: left;
    margin-top: 6px;
    transform: rotate(-90deg);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.iwetc-menu-bar-item .iwetc-menu-bar-item-title.collapsed i.dashicons-arrow-down,
.iwetc-contact-item-container .iwetc-contact-item-title.collapsed i.dashicons-arrow-down {
    transform: rotate(0);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.iwetc-menu-bar-item .iwetc-builder-left-sidebar-subsection-title,
.iwetc-contact-item-container .iwetc-builder-left-sidebar-subsection-title {
    border-bottom: 1px #a5a5a5 solid;
    padding-bottom: 10px;
}

.iwetc-menu-bar-item .iwetc-menu-bar-item-title,
.iwetc-contact-item-container .iwetc-contact-item-title,
.iwetc-contact-item-container .iwetc-builder-left-sidebar-subsection-title strong {
    cursor: pointer;
}

.iwetc-menu-bar-item .iwetc-menu-bar-item-fields {
    display: none;
}

.iwetc-contact-item-container .iwetc-contact-item-fields {
    display: none;
}

.iwetc-builder-left-sidebar-section input[type="range"] {
    width: 84%;
    height: 20px;
    float: left;
}

.iwetc-slider-number-preview {
    width: 15%;
    height: 20px;
    line-height: 20px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.iwetc-add-new-row {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -55px;
    margin: auto;
    font-weight: 700;
    font-size: 14pt;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.iwetc-constrain-proportion-field {
    width: 15%;
    display: inline-table;
}

.iwetc-constrain-proportion-field label span {
    width: 100%;
    height: 34px;
    display: inline-table;
    background: #414141;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.iwetc-dark-theme .iwetc-constrain-proportion-field label span {
    background: #414141;
    color: #fff;
}

.iwetc-light-theme .iwetc-constrain-proportion-field label span {
    background: #fff;
    color: #3e3e3e;
}

.iwetc-constrain-proportion-field strong {
    width: 100%;
    display: inline-table;
}

.iwetc-constrain-proportion-field i {
    margin-top: 6px;
}

.iwetc-dark-theme .iwetc-constrain-proportion-field label.iwetc-proportion-enable span {
    background: #fff;
    color: #3e3e3e;
}

.iwetc-light-theme .iwetc-constrain-proportion-field label.iwetc-proportion-enable span {
    background: #414141;
    color: #fff;
}

.iwetc-constrain-proportion-label i {
    display: inline-block;
    vertical-align: middle;
}

.iwetc-constrain-proportion-label span {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
}

.iwetc-constrain-proportion {
    display: none !important;
}

.iwetc-builder-change-size-unit,
.iwetc-builder-change-post-image-size-unit {
    float: right;
    padding: 1px 5px 2px;
    margin-left: 5px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.iwetc-builder-change-size-unit,
.iwetc-builder-change-post-image-size-unit {
    background-color: #c5c5c5;
    color: #3e3e3e;
}

.iwetc-builder-change-size-unit.active,
.iwetc-builder-change-post-image-size-unit.active {
    background-color: #1fbd08;
    color: #fff;
}

#iwetc-saved-templates-list {
    width: 100%;
    float: left;
    padding-top: 15px;
}

.iwetc-saved-template-item {
    width: 23%;
    float: left;
    margin: 0 1% 15px;
    padding-bottom: 20px;
    text-align: center;
    border: 1px #e3e3e3 solid;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 5px;
    position: relative;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

.iwetc-saved-template-item:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

.iwetc-saved-template-item img {
    width: auto;
    max-width: 100%;
    height: 200px;
}

.iwetc-saved-template-item span {
    width: 100%;
    float: left;
    text-align: center;
    height: 36px;
    padding-top: 5px;
}

.iwetc-saved-template-item button {
    width: auto;
    max-width: 40%;
    display: inline-block;
    height: 31px;
    line-height: 29px;
    padding: 0 12px !important;
}

.iwetc-menu-bar-item-delete-button,
.iwetc-contact-item-delete-button {
    float: right;
    vertical-align: middle;
    background: transparent;
    border: none;
    cursor: pointer;
}

.iwetc-menu-bar-item-delete-button i,
.iwetc-contact-item-delete-button i {
    color: #e04848;
}

@media screen and (max-width: 1470px) {
    .iwetc-saved-template-item img {
        height: 150px;
    }
}

@media screen and (max-width: 1240px) {
    .iwetc-saved-template-item {
        width: 31.33%;
    }
}

@media screen and (max-width: 480px) {
    .iwetc-saved-template-item {
        width: 98%;
    }
}

.sweet-alert h2 {
    font-size: 17pt;
    line-height: 36px;
    padding: 15px 0 0 0 !important;
}

.sweet-alert p {
    font-size: 12pt;
    margin: 0 0 15px 0;
}

.sweet-overlay {
    z-index: 161000 !important;
}

.sweet-alert {
    z-index: 162000 !important;
}

.iwetc-pro-badge-small,
.iwetc-builder-templates-pro-badge,
.iwetc-builder-element-pro-badge {
    background: #d63434;
    color: #fff;
    padding: 1px 5px;
    margin-left: 6px;
    font-size: 11px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.iwetc-builder-templates-pro-badge,
.iwetc-builder-element-pro-badge {
    position: absolute;
    width: auto !important;
    float: none !important;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 9;
    text-align: center;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.3);
}

.iwetc-builder-templates-pro-badge {
    background: rgba(0, 0, 0, 0.7);
}

.iwetc-builder-templates-pro-badge strong,
.iwetc-builder-element-pro-badge strong {
    background: #d63434;
    color: #fff;
    height: 15px;
    width: 40px;
    text-align: center;
    line-height: 15px;
    font-size: 11px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.iwetc-builder-templates-pro-badge strong {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}