Your IP : 216.73.216.95


Current Path : /var/www/spmeat/wp-content/themes/jannah/framework/admin/assets/
Upload File :
Current File : /var/www/spmeat/wp-content/themes/jannah/framework/admin/assets/style.css

/**
 * General Elements
 * -----------------------------------------------------------------------------
 */
.tie-message-hint {
  background-color: #FFF8DC;
  border: 0 solid #ffeb8e;
  border-left-width: 5px;
  margin: 0 !important;
  padding: 10px;
  line-height: 1.9;
  color: #444;
}

.widget-content .tie-message-hint {
  margin: 15px 0 !important;
}

.tie-message-hint.tie-message-error {
  background-color: #FBEAEA;
  border-color: #DC3232;
}

.tie-message-hint.tie-message-success {
  background-color: #e9f9dd;
  border-color: #67d218;
}

.tie-builder-content-area .tie-message-hint {
  margin-top: 15px !important;
}

.tie-message-hint ul {
  list-style: disc;
  list-style-position: inside;
}

#tie-import-data-notes {
  max-width: 800px;
  margin: 0 auto;
}

#tie-import-data-notes #theme_not_authorized {
  margin-top: 60px;
}

#tie-import-data-notes .tie-notice-content {
  background: #fffbe8;
}

.clear {
  clear: both;
}

.tie-primary-button.button {
  text-align: center;
}

/* ---------------------------------------------
 Switch button
------------------------------------------------ */
.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  box-sizing: content-box;
  user-select: none;
}

.switchery > small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 25px;
  position: absolute;
  top: 0;
  width: 25px;
}

/* Code Mirror */
body.post-php .CodeMirror-code {
  padding-left: 20px;
}

/**
 * Import Demos
 * -----------------------------------------------------------------------------
 */
#uninstall-demos-hint-item {
  min-height: 31px;
  padding-top: 15px;
  padding-bottom: 5px;
}

#tie-uninstall-demo {
  float: right;
  margin-top: -5px;
}

.tie-demo-importer {
  margin-top: 50px;
}

.tie-demo-importer .theme {
  cursor: default !important;
}

.tie-demo-importer .theme .more-details {
  top: 44%;
}

.tie-demo-importer .theme-screenshot {
  cursor: pointer !important;
}

.tie-demo-importer .theme-screenshot:after {
  padding-top: 84% !important;
}

.tie-demo-importer .demo-desc {
  display: none;
}

.tie-demo-importer img {
  border: 0 none;
}

#tie-import-data-notes {
  display: none;
}

#tie-import-data-notes .tie-message-hint {
  font-size: 13px;
  margin-top: 30px !important;
}

#tie-import-data-notes .imported-buttons {
  display: none;
}

@media only screen and (min-width: 750px) {
  #tie-import-data-notes .theme-overlay .theme-screenshots {
    width: 40%;
  }
  #tie-import-data-notes .theme-overlay .theme-info {
    width: 52%;
  }
}

#tie-import-data-notes img {
  border: 0 none;
}

#theme-description {
  margin-top: 5px;
}

#theme-description ul {
  list-style-position: outside;
  list-style-type: square;
  padding: 0 20px;
}

#theme-description h3 {
  margin: 1.5em 0 0;
}

#theme-description h3:first-child {
  margin-top: 0;
}

#theme-description p {
  margin: 1em 0;
}

.tie-loading-container.js-tie-ajax-loader {
  height: 100px;
  display: block;
}

.tie-loading-container.js-tie-ajax-loader #tie-saving-settings {
  display: block !important;
}

.js-tie-ajax-response {
  display: none;
  margin: 25px auto;
  max-width: 600px;
  padding: 25px;
  width: 90%;
  font-weight: normal;
  text-align: center;
}

.js-tie-ajax-response .tie-message-hint {
  margin-top: 50px !important;
  margin-bottom: 0 !important;
}

.js-tie-ajax-response h3 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
  padding-top: 20px;
}

.js-tie-ajax-response h3.is-done {
  color: #3CAB06;
}

.js-tie-ajax-response h4 {
  font-size: 14px;
  line-height: 25px;
}

.new-demo {
  background: #3CAB06;
  color: #FFF;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px;
}

body[class*="click-demo-import"] #tie-saving-settings {
  position: absolute;
  left: 50%;
}

body[class*="click-demo-import"] .notice,
body[class*="click-demo-import"] .woocommerce-message {
  display: none !important;
}

@media only screen and (min-width: 1640px) {
  body[class*="click-demo-import"] #wpwrap .theme-browser .theme {
    width: 30.6%;
    margin: 0 4% 4% 0 !important;
  }
  body[class*="click-demo-import"] #wpwrap .theme-browser .theme:nth-child(3n) {
    margin-right: 0 !important;
  }
  body[class*="click-demo-import"].rtl #wpwrap .theme-browser .theme {
    margin: 0 0 4% 4% !important;
  }
  body[class*="click-demo-import"].rtl #wpwrap .theme-browser .theme:nth-child(3n) {
    margin-left: 0 !important;
  }
}

/**
 * Welcome Page
 * -----------------------------------------------------------------------------
 */
body[class*="tie-install-plugins"] #theme_not_authorized,
body[class*="tie-theme-welcome"] #theme_not_authorized,
body[class*="tie-system-status"] #theme_not_authorized,
body[class*="tie-posts-switcher"] #theme_not_authorized,
body[class*="tie-one-click-demo-import"] #theme_not_authorized {
  max-width: 100%;
}

body[class*="tie-install-plugins"] #theme_not_authorized h3,
body[class*="tie-theme-welcome"] #theme_not_authorized h3,
body[class*="tie-system-status"] #theme_not_authorized h3,
body[class*="tie-posts-switcher"] #theme_not_authorized h3,
body[class*="tie-one-click-demo-import"] #theme_not_authorized h3 {
  display: none;
}

body[class*="tie-install-plugins"] #theme_not_authorized .tie-notice-content,
body[class*="tie-theme-welcome"] #theme_not_authorized .tie-notice-content,
body[class*="tie-system-status"] #theme_not_authorized .tie-notice-content,
body[class*="tie-posts-switcher"] #theme_not_authorized .tie-notice-content,
body[class*="tie-one-click-demo-import"] #theme_not_authorized .tie-notice-content {
  padding-top: 15px;
}

body[class*="tie-install-plugins"] #screen-meta-links,
body[class*="tie-theme-welcome"] #screen-meta-links,
body[class*="tie-system-status"] #screen-meta-links,
body[class*="tie-posts-switcher"] #screen-meta-links,
body[class*="tie-one-click-demo-import"] #screen-meta-links {
  display: none;
}

body[class*="tie-install-plugins"] .column-source,
body[class*="tie-install-plugins"] .plugin-update.colspanchange,
body[class*="tie-install-plugins"] .actions.bulkactions + p strong small {
  display: none;
}

body[class*="tie-install-plugins"] .plugin-required {
  padding: 2px 5px;
  text-transform: uppercase;
  font-size: 80%;
  background: #ff574a;
  border-radius: 3px;
  color: #fff;
}

.tie-about-wrap {
  max-width: 1250px;
}

#revoke-tie-token {
  float: right;
  font-weight: normal;
  margin-top: -5px;
}

body[class*="tie-theme-welcome"] #theme-validation-info .tie-notice {
  max-width: 1000px;
}

body[class*="tie-theme-welcome"] .under-the-hood {
  margin-bottom: 1.33em;
  padding: 2px;
}

body[class*="tie-theme-welcome"] .under-the-hood.three-col .col {
  margin-bottom: 10px;
}

@media (max-width: 500px) {
  body[class*="tie-theme-welcome"] .under-the-hood.three-col .col {
    padding-bottom: 20px;
  }
}

body[class*="tie-theme-welcome"] .button-primary.button-hero {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* ---------------------------------------------
 Head Section
------------------------------------------------ */
.wrap h2.tie-nav-tab-wrapper {
  margin-top: 50px;
  margin-bottom: 40px;
}

.tie-nav-tab-wrapper .nav-tab {
  margin-top: 10px;
}

.tie-badge {
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  margin: 0;
  padding: 20px 0;
  display: inline-block;
  width: 140px;
  position: absolute;
  top: 0;
  right: 0;
  text-rendering: optimizeLegibility;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #6d2df3, #9836e6);
}

.tie-badge img {
  width: 90px;
  display: block;
  margin: 0 auto 10px;
  border: none;
}

@media (max-width: 500px) {
  .wrap h2.tie-nav-tab-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .tie-badge {
    position: relative;
    margin-top: 20px;
  }
}

/* ---------------------------------------------
 System Status
------------------------------------------------ */
table.tie-status-table {
  margin-bottom: 30px;
}

table.tie-status-table tr:nth-child(2n) th,
table.tie-status-table tr:nth-child(2n) td {
  background: #fcfcfc;
}

table.tie-status-table th {
  font-weight: 700;
  padding: 9px;
}

table.tie-status-table td:first-child {
  width: 25%;
}

table.tie-status-table td {
  padding: 9px;
}

table.tie-status-table td mark {
  background: transparent none;
}

table.tie-status-table td mark.yes {
  color: #3CAB06;
}

table.tie-status-table td mark.no {
  color: #999;
}

table.tie-status-table td mark.error {
  color: #e74c3c;
}

table.tie-status-table td ul {
  margin: 0;
}

#tie-debug-report {
  display: none;
  margin: 10px 0;
  padding: 0;
  position: relative;
}

#tie-debug-report textarea {
  font-family: monospace;
  width: 100%;
  margin: 0;
  height: 300px;
  padding: 20px;
  resize: none;
  font-size: 12px;
  line-height: 20px;
  outline: 0;
}

#follow-tielabs {
  line-height: 0.9;
}

#follow-tielabs li {
  display: inline-block;
  padding: 0 2px;
}

#recommended-plugins td {
  padding: 15px;
}

#recommended-plugins .plugin-name {
  width: 220px;
}

/**
 * Tie Panel
 * -----------------------------------------------------------------------------
 */
body[class*="tie-theme-options"] {
  background-color: #eeeeee;
  /* Hide All notices except the related to the theme */
}

body[class*="tie-theme-options"] .tie-notice {
  visibility: hidden;
  opacity: 0;
}

body[class*="tie-theme-options"] .wp-pointer {
  z-index: 999 !important;
}

body[class*="tie-theme-options"] .notice:not(.tie-notice):not(#setting-error-tie_tgmpa) {
  display: none;
}

.tie-panel {
  background: #23282d;
  position: relative;
  color: #6f7d8c;
  margin: -6px -12px -11px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}

.tie-panel a:focus,
.tie-panel a:focus .media-icon img {
  box-shadow: none;
}

.tie-panel .tie-state-highlight {
  background-color: #fffdea;
  border: 1px dashed #ffd38c;
  height: 50px;
  border-radius: 4px;
}

.toplevel_page_tie-theme-options #wpbody-content {
  padding-bottom: 10px;
}

.toplevel_page_tie-theme-options #wpfooter {
  display: none;
}

.toplevel_page_tie-theme-options #screen-meta-links {
  display: none;
}

.toplevel_page_tie-theme-options .tie-panel {
  margin: 20px 20px 20px 0;
}

@media (max-width: 782px) {
  .toplevel_page_tie-theme-options #wpbody-content {
    padding-bottom: 65px;
  }
  .toplevel_page_tie-theme-options.auto-fold #wpcontent {
    padding: 0;
  }
  .toplevel_page_tie-theme-options .wp-responsive-open #wpcontent {
    padding-left: 10px;
  }
  .toplevel_page_tie-theme-options .tie-panel {
    margin: 20px 0;
  }
}

.toplevel_page_tie-theme-options .tie-panel-content {
  min-height: 1056px;
}

body.has-overlay {
  overflow: hidden;
}

body.has-overlay.block-editor-page #wpcontent {
  position: relative;
  z-index: 9999;
}

body.has-overlay .block-editor-editor-skeleton__content {
  overflow: hidden;
}

body.has-overlay .edit-post-layout__content {
  position: relative;
}

#tie-page-overlay {
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9992;
  opacity: 0;
  transition: opacity 0.2s;
}

#tie-page-overlay.is-notice-dismissible {
  cursor: pointer;
}

body.has-overlay #tie-page-overlay {
  bottom: 0;
  opacity: 0.6;
}

body:not(.toplevel_page_tie-theme-options) #tie-page-overlay {
  cursor: zoom-out;
}

.option-item {
  clear: both;
  padding: 12px 25px;
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid #f4f4f4;
}

@media (max-width: 1199px) {
  .option-item {
    padding: 12px 15px;
  }
}

.option-item:after {
  content: ' ';
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
}

.option-item .tie-label {
  width: 250px;
  margin-right: 20px;
  display: inline-block;
  float: left;
  line-height: 2.2;
}

.option-item .tie-label + .tie-options {
  padding-top: 10px;
}

.option-item .button {
  height: 35px;
  padding: 0 15px;
  line-height: 35px;
}

.option-item .button.insert-media {
  height: auto;
  line-height: 2.15384615;
}

.option-item .button-secondary {
  height: 35px;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 35px;
}

.option-item input[type=text] {
  border-radius: 3px;
  padding: 3px 10px;
  width: calc(100% - 275px);
  max-width: 300px;
}

.option-item input[type=text]:focus {
  border: solid 1px #c2c2c2;
}

@media (max-width: 670px) {
  .option-item input[type=text] {
    width: 100%;
    margin-bottom: 10px;
  }
  #tie-options-tab-sidebars .option-item input[type=text] {
    width: calc(100% - 100px);
  }
}

@media (max-width: 670px) and (max-width: 479px) {
  #tie-options-tab-sidebars .option-item input[type=text] {
    width: 100%;
    max-width: auto;
  }
}

#tie-options-tab-translations .option-item input[type=text] {
  max-width: 100%;
}

@media (min-width: 671px) {
  #tie-options-tab-translations .option-item input[type=text] {
    width: calc(100% - 275px);
  }
}

.option-item .image-preview-wrapper:not(.tie-select-image) {
  width: calc(100% - 280px);
}

.option-item .image-preview-wrapper:not(.tie-select-image) input[type=text] {
  width: calc(100% - 100px);
  max-width: 300px;
  margin-right: 5px;
  float: left;
}

.option-item .image-preview-wrapper:not(.tie-select-image) .button {
  width: 90px;
}

@media (max-width: 670px) {
  .option-item .image-preview-wrapper:not(.tie-select-image) {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .option-item .image-preview-wrapper:not(.tie-select-image) input[type=text] {
    width: 100%;
    margin-bottom: 10px;
  }
}

.option-item select,
.option-item input[type=text] {
  border-radius: 3px;
}

@media (max-width: 670px) {
  .option-item select,
  .option-item input[type=text] {
    margin-bottom: 10px;
  }
}

.option-item select[multiple] {
  height: auto !important;
  width: calc(100% - 220px);
  max-width: 300px;
  padding: 0;
}

@media (max-width: 670px) {
  .option-item select[multiple] {
    width: 100%;
  }
}

.option-item select[multiple] option {
  padding: 5px 8px;
}

.option-item .typography-custom-slelect {
  width: calc((100% - 295px) / 5);
  margin-bottom: 10px;
}

@media (max-width: 670px) {
  .option-item .typography-custom-slelect {
    width: 23%;
  }
}

@media (max-width: 479px) {
  .option-item .typography-custom-slelect {
    width: 100%;
  }
}

.option-item textarea {
  padding: 7px 10px;
  direction: ltr;
  text-align: left;
  width: calc(100% - 275px);
  height: 100px;
  padding: 10px;
  border-radius: 3px;
}

.option-item textarea:focus {
  border: solid 1px #c2c2c2;
}

@media (max-width: 670px) {
  .option-item .tie-label {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .option-item textarea,
  .option-item input[type=text] {
    width: 100%;
  }
  .option-item .extra-text {
    padding: 8px 0 0;
  }
}

.option-item .CodeMirror {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  height: 200px;
}

#tie_post_options .inside {
  margin-bottom: -1px;
}

#tie_post_options .tie-panel-tabs {
  padding-bottom: 0;
}

#tie_post_options .tie-panel-content {
  padding: 1px 11px 11px !important;
  box-shadow: none;
}

@media (max-width: 1100px) {
  #tie_post_options .tie-panel-content {
    margin-left: 50px;
    z-index: 99;
  }
  #tie_post_options .tie-panel-tabs {
    width: 50px;
    z-index: 100;
  }
  #tie_post_options .tie-panel-tabs li {
    width: 50px;
    overflow: hidden;
    white-space: nowrap;
  }
  #tie_post_options .tie-panel-tabs li a span.tie-icon-menu {
    margin-right: 30px;
  }
  #tie_post_options .tie-panel-tabs li:hover {
    width: 200px;
    overflow: inherit;
    position: relative;
  }
  #tie_post_options .tie-panel-tabs li:hover a span.tie-icon-menu {
    margin-right: 7px;
  }
}

#tie_post_options .tie-section-title {
  margin-top: 10px;
}

@media only screen and (min-width: 850px) and (max-width: 1200px) {
  #tie_post_options .image-preview-wrapper {
    width: 100%;
  }
  #tie_post_options .tie-label {
    margin-bottom: 5px;
  }
  #tie_post_options .tie-label,
  #tie_post_options textarea {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  #tie_post_options .extra-text {
    padding-left: 0;
    padding-right: 0;
  }
}

#tie_post_options #breaking_custom-item .tie-label {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

#tie_post_options #breaking_custom-item input[type=text] {
  width: calc(100% - 102px);
  margin: 0 10px 10px 0;
  max-width: 100%;
}

#tie_post_options #breaking_custom-item #add_highlights_button {
  width: 90px;
}

#tie_post_options #breaking_custom-item #customList {
  margin-left: 0;
  margin-right: 0;
}

#tie_post_options #breaking_custom-item .tie-block-head {
  padding-right: 0;
}

.mobile-header-options .option-contents label {
  float: left;
  margin: 5px 20px 5px 0;
}

.tie-two-columns-options {
  display: flex;
}

.tie-two-columns-options .option-item {
  float: left;
  border-bottom: 0 none;
  width: 50%;
  clear: none;
  margin: 0;
  border: 0 solid #eee;
  border-right-width: 1px;
}

.tie-two-columns-options .option-item .tie-label {
  width: 120px;
}

.tie-two-columns-options .option-item .option-contents {
  width: calc(100% - 150px);
}

@media (max-width: 1199px) {
  .tie-two-columns-options .option-item .tie-label {
    width: 100%;
    margin-bottom: 10px;
  }
  .tie-two-columns-options .option-item .option-contents {
    width: 100%;
  }
}

@media (max-width: 580px) {
  .tie-two-columns-options {
    display: block;
  }
  .tie-two-columns-options .option-item {
    width: 100%;
    border-width: 0 0 1px;
  }
}

.tie-panel-content {
  background: #f5f5f5;
  padding: 30px 20px 100px;
  margin-left: 220px;
  position: relative;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
  .tie-panel-content {
    padding: 15px 15px 100px;
  }
}

@media (max-width: 479px) {
  .tie-panel-content {
    padding: 10px 15px 100px 5px;
  }
}

.tie-panel-content h2 {
  margin: 0;
  font-size: 22px;
  font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
  float: left;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 380px);
}

@media (max-width: 1199px) {
  .tie-panel-content h2 {
    width: calc(100% - 200px);
  }
}

@media (max-width: 479px) {
  .tie-panel-content h2 {
    font-size: 16px;
  }
}

.tie-logo {
  text-align: center;
  display: block;
  outline: none;
  padding: 45px 0;
  line-height: 1;
}

.tie-logo img {
  width: 150px;
  height: auto;
}

.tie-logo .tie-logo-mini {
  display: none;
}

@media (max-width: 991px) {
  .tie-logo {
    padding: 13px 0;
    margin-bottom: 0;
  }
  .tie-logo .tie-logo-mini {
    display: block;
    width: 50px;
  }
  .tie-logo .tie-logo-normal {
    display: none;
  }
}

.tie-tab-head {
  height: 40px;
  padding: 20px;
  background: #ffffff;
  border-bottom: 1px solid #e8eaee;
  margin: -30px -20px 30px;
  line-height: 40px;
}

@media (max-width: 1024px) {
  .tie-tab-head {
    margin: -15px -15px 15px;
  }
}

@media (max-width: 479px) {
  .tie-tab-head {
    margin: -10px -5px 0;
  }
}

.tie-panel-submit {
  float: right;
}

.tie-panel-tabs {
  width: 220px;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding-bottom: 70px;
}

.tie-panel-tabs li {
  list-style: none;
  margin: 0;
}

.tie-panel-tabs li .tie-theme-update {
  background: #d54e21;
  display: inline-block;
  color: #ffffff;
  font-size: 9px;
  line-height: 17px;
  font-weight: 600;
  margin: 1px 0 0 2px;
  vertical-align: top;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 26;
  transition: 0.2s;
}

.tie-panel-tabs li .tie-theme-update span {
  display: block;
  padding: 0 6px;
}

.tie-panel-tabs li a {
  padding: 13px 15px;
  display: block;
  color: #eee;
  cursor: pointer;
  border: 0;
  outline: none;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  transition: 0.2s;
}

.tie-panel-tabs li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}

@media (max-width: 991px) {
  .tie-panel-tabs li a:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
}

.tie-panel-tabs li a span.tie-icon-menu {
  display: inline-block;
  float: left;
  margin-right: 7px;
}

.tie-panel-tabs ul {
  margin: 0;
}

.tie-panel-tabs li.active a {
  background: #0073aa;
  color: #FFFFFF;
}

@media (max-width: 991px) {
  .tie-panel-content {
    margin-left: 50px;
    z-index: 99;
  }
  .tie-panel-tabs {
    width: 50px;
    z-index: 100;
  }
  .tie-panel-tabs li {
    width: 50px;
    overflow: hidden;
    white-space: nowrap;
  }
  .tie-panel-tabs li a span.tie-icon-menu {
    margin-right: 30px;
  }
  .tie-panel-tabs li:hover {
    width: 200px;
    overflow: inherit;
    position: relative;
  }
  .tie-panel-tabs li:hover a span.tie-icon-menu {
    margin-right: 7px;
  }
}

.tie-label-primary-bg {
  background: #0073aa;
  color: #fff;
  padding: 3px 5px;
  margin: 0 2px;
  font-size: 12px;
}

#tiepanel-darkskin-wrap {
  padding: 40px 15px 30px;
  color: #fff;
}

#tiepanel-darkskin-wrap .darkskin-label {
  vertical-align: text-top;
  padding: 0 5px;
}

#tiepanel-darkskin-wrap .switchery {
  height: 18px;
  width: 40px;
}

#tiepanel-darkskin-wrap .switchery > small {
  height: 18px;
  width: 18px;
}

/* Save Icons */
#tie-saving-settings {
  min-height: 80px;
  max-height: 200px;
  width: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9994;
  display: block;
  color: #fff;
  text-align: center;
}

#tie-saving-settings .tie-error-message {
  background-color: #fff;
  color: #000;
  max-width: 300px;
  padding: 15px;
  margin: 20px auto 0;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.8;
}

.checkmark {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
  stroke-width: 3;
  stroke-miterlimit: 10;
  border-radius: 50%;
  box-shadow: inset 0 0 0 #0073aa;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 20;
  stroke: #0073aa;
  fill: none;
  animation: stroke-circle 0.6s cubic-bezier(0.6, 0.13, 0.47, 0.85) forwards, rotate 0.6s cubic-bezier(0.6, 0.13, 0.47, 0.85) 0.4s infinite;
  transform-origin: 50% 50%;
  transition: 0.3s;
}

.is-success .checkmark {
  box-shadow: inset 0 0 0 #3CAB06;
  animation: fill-success 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.7s both;
}

.is-success .checkmark__circle {
  stroke: #3CAB06 !important;
}

.is-success .checkmark__check {
  stroke: #ffffff;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.6, 0.13, 0.47, 0.85) 0.8s forwards;
}

.checkmark__error_1,
.checkmark__error_2 {
  stroke: transparent;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

.is-failed .checkmark {
  box-shadow: inset 0 0 0 #e74c3c;
  animation: fill-error .4s ease-in-out .4s forwards, scale .3s ease-in-out .7s both;
}

.is-failed .checkmark__circle {
  stroke: #e74c3c !important;
}

.is-failed .checkmark__error_1 {
  stroke: #ffffff;
  animation: stroke .4s ease-out .7s forwards;
}

.is-failed .checkmark__error_2 {
  stroke: #ffffff;
  animation: stroke .4s ease-out .85s forwards;
}

@keyframes stroke-circle {
  100% {
    stroke-dashoffset: 70;
  }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill-success {
  100% {
    box-shadow: inset 0px 0px 0px 50px #3CAB06;
  }
}

@keyframes fill-error {
  100% {
    box-shadow: inset 0px 0px 0px 50px #e74c3c;
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 670px) {
  .wp-core-ui .tie-panel .button-large.tie-save-button {
    font-size: 0;
    color: transparent;
    padding: 0 5px 2px;
  }
  .wp-core-ui .tie-panel .button-large.tie-save-button:after {
    color: #ffffff;
    content: "\f147";
    font-family: "dashicons";
    font-size: 30px;
    line-height: 41px;
  }
}

.wp-core-ui .tie-primary-button.button.button-hero {
  padding-right: 25px;
  padding-left: 25px;
}

.wp-core-ui .tie-primary-button.button.tie-button-green {
  background: #65b70e !important;
  border-color: #569c0c !important;
  text-shadow: 0 -1px 1px #569c0c,1px 0 1px #569c0c,0 1px 1px #569c0c,-1px 0 1px #569c0c;
}

.wp-core-ui .tie-primary-button.button.tie-button-green:hover {
  opacity: 0.9;
}

.wp-core-ui .tie-primary-button.button.tie-button-green:active {
  -webkit-box-shadow: inset 0 3px 0 #569c0c !important;
  box-shadow: inset 0 3px 0 #569c0c !important;
}

.wp-core-ui .tie-primary-button.button.tie-button-orange {
  background: #ff9e00 !important;
  border-color: #ea9100 !important;
  text-shadow: 0 -1px 1px #ea9100,1px 0 1px #ea9100,0 1px 1px #ea9100,-1px 0 1px #ea9100;
}

.wp-core-ui .tie-primary-button.button.tie-button-orange:hover {
  opacity: 0.9;
}

.wp-core-ui .tie-primary-button.button.tie-button-red {
  background: #ff574a !important;
  border-color: #d63327 !important;
  text-shadow: 0 -1px 1px #d63327,1px 0 1px #d63327,0 1px 1px #d63327,-1px 0 1px #d63327;
  box-shadow: 0 2px 0 #d63327 !important;
}

.wp-core-ui .tie-primary-button.button.tie-button-red:hover {
  opacity: 0.9;
}

.wp-core-ui .tie-notice .tie-primary-button.button {
  margin: 5px 0;
  clear: both;
}

.form-field .option-item input[type="checkbox"] {
  width: auto !important;
}

.form-field .option-item input[type="radio"] {
  width: auto !important;
}

.extra-text {
  display: block;
  clear: both;
  padding: 8px 0 0 270px;
  font-size: 12px;
  color: #888;
}

.wp-editor-wrap + .extra-text {
  padding-right: 0;
  padding-left: 0;
}

.tabs-wrap {
  display: none;
  min-height: 418px;
}

.tie-icon-menu.dashicons-woocommerce:before {
  font-family: WooCommerce !important;
  content: "\e03d";
  font-size: 1.3em !important;
}

.tie-icon-menu.dashicons-buddypress:before {
  content: "\f448";
}

.tie-icon-menu.dashicons-bbpress:before {
  content: "\f449";
}

.tie-custom-color-picker .wp-picker-container button.wp-color-result[style] {
  background: transparent;
}

.tie-custom-color-picker .wp-picker-container button.wp-color-result {
  position: relative;
  height: 27px;
  margin-bottom: 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, rgba(255, 255, 255, 0) 25%) 0 0, linear-gradient(45deg, rgba(255, 255, 255, 0) 75%, rgba(0, 0, 0, 0.1) 75%) 0 0, linear-gradient(45deg, rgba(255, 255, 255, 0) 75%, rgba(0, 0, 0, 0.1) 75%) -8px 8px, linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, rgba(255, 255, 255, 0) 25%) 8px -8px;
  background-size: 16px 16px;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tie-custom-color-picker .wp-picker-container button.wp-color-result:after {
  border-radius: 0;
  line-height: 27px;
}

.tie-custom-color-picker .wp-picker-container .iris-picker {
  position: absolute;
  z-index: 1;
}

.tie-custom-color-picker .wp-picker-container .button {
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
}

.tie-custom-color-picker .wp-picker-container .wp-color-result.wp-picker-open .wp-color-result-text {
  display: none;
}

.tie-custom-color-picker .wp-picker-container .wp-color-result.wp-picker-open:after {
  content: none;
}

#tie_background_pattern {
  height: 281px;
  overflow: auto;
  margin-bottom: 20px;
  border: 4px solid #eee;
  margin-top: 5px;
  padding: 20px 20px 10px;
}

#tie_background_pattern li {
  width: 10.75%;
  margin: 0 2% 2% 0;
}

#tie_background_pattern li:nth-child(n) {
  clear: none;
}

@media (min-width: 768px) {
  #tie_background_pattern li:nth-child(8n+8) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  #tie_background_pattern li {
    width: 18.4%;
  }
  #tie_background_pattern li:nth-child(5n+5) {
    margin-right: 0;
  }
}

#tie_background_pattern img {
  border-color: #cdcdcd;
  width: 100%;
}

.tie-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #ffffff;
  padding: 20px;
  overflow: hidden;
  min-height: 35px;
}

.tie-footer .sticky-on-up {
  position: fixed;
  z-index: 1000;
  bottom: 34px;
  right: 40px;
}

.tie-footer .sticky-on-up.sticky-on-up-disappear {
  opacity: 0;
}

.tie-footer .sticky-on-down {
  position: fixed;
  z-index: 1000;
  bottom: -40px;
  right: 40px;
  opacity: 0;
}

.tie-footer .sticky-on-down.sticky-on-down-appear {
  bottom: 34px;
  opacity: 1;
}

@media (max-width: 782px) {
  .tie-footer .sticky-on-up,
  .tie-footer .sticky-on-down {
    right: 20px;
  }
}

.tie-footer a.footer-support-status {
  text-decoration: none;
  padding: 7px 0;
  display: inline-block;
}

.tie-footer a.footer-support-status:hover {
  color: #000 !important;
}

#theme-skins li {
  margin: 7px 4px;
}

#theme-skins img {
  max-width: 55px;
}

.tie-options {
  clear: both;
  overflow: hidden;
  margin: 0 -10px -7px;
}

.tie-options li {
  float: left;
  margin: 0 10px 20px;
  position: relative;
  line-height: 0;
  max-width: calc(25% - 10px);
  max-width: 180px;
  overflow: hidden;
  /*
		&:after {
			font-family: dashicons;
			color: #FFF;
			background: $brand-color;
			content: "\f147";
			position: absolute;
			display: block;
			width: 30px;
			line-height: 30px;
			text-align: center;
			font-size: 24px;
			height: 30px;
			right: 0px;
			top: 0px;
			transform: translateX(100%) translateY(-100%);
			transition: 0.2s;
		}
		*/
}

@media (min-width: 1450px) {
  .tie-options li {
    max-width: calc((100% / 6) - 20px);
  }
  .tie-options li:nth-child(7) {
    clear: left;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .tie-options li {
    max-width: calc(20% - 20px);
  }
  .tie-options li:nth-child(6) {
    clear: left;
  }
}

@media only screen and (min-width: 580px) and (max-width: 1199px) {
  .tie-options li {
    margin: 0 5px 10px;
  }
  .tie-options li:nth-child(4n + 5) {
    clear: left;
  }
}

@media only screen and (min-width: 320px) and (max-width: 579px) {
  .tie-options li {
    max-width: calc((100% / 3) - 10px);
    margin: 0 5px 10px;
  }
  .tie-options li:nth-child(3n + 4) {
    clear: left;
  }
}

@media (max-width: 320px) {
  .tie-options li {
    max-width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .tie-options li:nth-child(2n + 3) {
    clear: left;
  }
}

.tie-options li label {
  display: block;
  line-height: 0;
  background-color: #f3f4f6;
  padding: 4px;
  text-decoration: none !important;
}

.tie-options li label span {
  display: block;
  padding: 8px 5px 4px;
  text-align: center;
  color: #ffffff;
  line-height: 1;
  background: #f3f4f6;
  color: #333;
}

.tie-options li input {
  display: none;
}

.tie-options img {
  background: #f3f4f6;
  max-width: 100%;
  height: auto;
  line-height: 0;
}

.tie-options label:hover {
  background: #d1e0f3;
}

.tie-options .selected label,
.tie-options .selected label span {
  background: #0073aa;
  color: #ffffff;
}

.tie-options li.selected:after {
  transform: translateX(0) translateY(0);
}

.image-preview-wrapper {
  float: left;
}

.image-preview-wrapper .extra-text {
  padding-left: 3px;
}

.img-preview {
  border: 4px solid #CCC;
  float: right;
  position: relative;
  line-height: 0;
  margin-top: 10px;
}

.img-preview img {
  width: 160px;
}

@media (max-width: 479px) {
  .img-preview img {
    max-width: 100%;
  }
}

.img-preview .del-img,
.img-preview .del-img-all {
  position: absolute;
  left: -10px;
  bottom: -10px;
  background: url(images/delete.png) no-repeat top;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.tie-css-options textarea {
  background-image: url("images/code-bg.png");
  color: #877ac6;
  direction: ltr;
  font-family: Consolas,Monaco,monospace;
  unicode-bidi: embed;
  margin-top: 10px;
}

.tie-css-options textarea:focus {
  height: 300px;
}

.tie-css-options small {
  font-weight: normal;
  margin-top: -5px;
  display: block;
}

.tie-option-pre-label {
  display: block;
  background: #23282d;
  color: #ffffff;
  margin: -12px 0 20px;
  float: left;
  padding: 4px 10px;
  font-size: 80%;
  line-height: 1;
}

.tie-background-options {
  margin-top: 5px;
  clear: both;
}

.tie-background-options .wp-picker-container,
.tie-background-options select {
  float: left;
}

.tie-background-options select {
  width: 100px;
  margin-right: 10px;
}

#sidebarsList,
#customList,
#breaking_custom_error-item,
#custom_sidebar_error-item,
#highlights_custom_error-item,
.tie-background-options {
  margin-left: 270px;
}

#breaking_custom-item input[type=text] {
  direction: ltr;
  text-align: left;
  width: calc(50% - 170px);
  margin-right: 1%;
  float: left;
}

#breaking_news_button {
  width: 10%;
}

@media (max-width: 1199px) {
  #breaking_custom-item .tie-label {
    width: 100%;
    margin: 0 0 10px 0;
  }
  #breaking_custom-item input[type=text] {
    width: calc(50% - 50px);
    margin-right: 10px;
  }
}

@media (max-width: 1199px) and (max-width: 580px) {
  #breaking_custom-item input[type=text] {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
  }
}

@media (max-width: 1199px) {
  #sidebarsList,
  #customList,
  #breaking_custom_error-item,
  #custom_sidebar_error-item,
  #highlights_custom_error-item,
  .tie-background-options {
    margin-left: 0;
    margin-right: 0;
  }
  #breaking_news_button {
    width: 78px;
    line-height: 1;
  }
}

/* Updates Tab */
#tie-options-tab-theme-updates .tie-message-hint {
  font-size: 110%;
  margin-bottom: 15px !important;
}

/* ---------------------------------------------
 Panel Messages
------------------------------------------------ */
.tie-notice {
  padding: 0;
  position: relative;
  font-size: 14px;
  line-height: 26px;
  background: #ffffff;
  margin: 20px auto;
  max-width: 1000px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
  border: 1px solid #ccd0d4;
  border-left-width: 4px;
}

.rtl .tie-notice {
  border-left-width: 1px;
  border-right-width: 4px;
}

.tie-notice .notice-dismiss {
  padding: 15px 10px;
}

.tie-notice .notice-dismiss:before {
  float: right;
}

.tie-notice .notice-dismiss .screen-reader-text {
  clip: auto;
  clip-path: unset;
  height: auto;
  width: auto;
  margin: 0;
  position: relative;
  font-size: 12px;
}

.tie-notice.notice.is-dismissible {
  padding: 0;
}

.tie-notice h3 {
  position: relative;
  margin: 0;
  padding: 15px 20px;
  border: none;
  line-height: 1.4em;
  font-size: 14px;
}

.tie-notice h3 + .tie-notice-content > p {
  margin-top: 0;
}

.tie-notice-content {
  padding: 0 20px 15px;
  overflow: hidden;
}

.tie-notice-content p:last-child {
  margin-bottom: 0;
}

.tie-notice-img {
  float: left;
  max-width: 120px;
  padding-right: 15px;
}

.tie-notice.tie-success {
  border-color: #65b70e !important;
}

.tie-notice.tie-warning {
  border-color: #ff9e00 !important;
}

.tie-notice.tie-error {
  border-color: #f44336 !important;
}

div.tie-notice-popup {
  opacity: 1;
  display: block;
  padding: 0;
  bottom: auto;
  top: 25%;
  max-width: 750px;
  background: #ffffff;
}

div.tie-notice-popup p {
  line-height: 1.7;
}

#wpcontent .tie-yay {
  width: 500px;
  top: 10%;
  z-index: 999999;
  border-radius: 5px;
  border: none !important;
}

#wpcontent .tie-yay h3 {
  text-align: center;
  background: transparent !important;
  color: #03a9f4;
  font-size: 120px;
  padding: 40px 0 0;
  line-height: 1;
}

#wpcontent .tie-yay h4 {
  text-align: center;
  margin: 0 0 20px;
  font-size: 20px;
  color: #65b70e;
}

#wpcontent .tie-yay .milestone-number {
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 30px 0 10px;
  color: #82589F;
}

#wpcontent .tie-yay .milestone-desc {
  font-weight: bold;
  text-align: center;
}

#wpcontent .tie-yay .tweet-milestone {
  clear: both;
  width: 100%;
  float: none;
  text-align: center;
  margin-bottom: 10px;
}

#wpcontent .tie-yay .tweet-milestone .dashicons {
  margin-top: 12px;
}

#wpcontent .tie-yay .notice-dismiss:before {
  color: #dd2e44;
  font-size: 20px;
}

#wpcontent .tie-yay ul {
  max-height: 300px;
  display: block;
  overflow: auto;
  border: 1px solid #eee;
  padding: 10px;
  background: #fbfbfb;
}

#wpcontent .tie-yay ul li {
  padding-left: 25px;
}

#wpcontent .tie-yay ul li span {
  margin-left: -25px;
  padding-top: 3px;
  color: green;
}

#wpcontent .tie-yay .tie-notice-content {
  padding: 30px;
}

#wpcontent .tie-yay .tie-notice-content p:empty {
  display: none;
}

#wpcontent .tie-yay span.awesome {
  margin-top: 10px;
  padding: 16px 0 0;
  font-size: 95%;
  display: inline-block;
}

#wpcontent .tie-yay .tie-primary-button {
  margin-top: 15px;
  float: right;
}

/***         ***/
#header-preview,
#header-preview *,
.option-item,
.tie-panel-content,
.tie-section-tabs,
.tie-section-tabs a,
.tie-page-builder input[type=text],
.tie-page-builder select,
.tie-page-builder textarea {
  box-sizing: border-box;
}

span.tie-number-views-badge {
  display: inline-block;
  padding: 0 5px;
  border-radius: 3px;
  color: #fff;
  font-size: 90%;
  line-height: 1.8;
  min-width: 65px;
  text-align: center;
}

/* Help Scout Beacon */
#beacon-container .Beacon .BeaconFabButtonFrame {
  right: auto !important;
  left: 185px !important;
  bottom: 40px !important;
}

#beacon-container .Beacon .BeaconFabButtonFrame + iframe {
  bottom: 107px !important;
  left: 170px !important;
}

@media (max-width: 960px) {
  #beacon-container .Beacon {
    display: none;
  }
}

/* Congratulations */
@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}

@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(80px);
  }
  100% {
    transform: translateX(0px);
  }
}

.snowflake {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  position: fixed;
  top: -10%;
  z-index: 9999;
  user-select: none;
  cursor: default;
  animation-name: snowflakes-fall,snowflakes-shake;
  animation-duration: 5s,3s;
  animation-timing-function: linear,ease-in-out;
  animation-iteration-count: infinite,infinite;
  animation-play-state: running,running;
}

.snowflake:nth-of-type(1) {
  left: 10%;
  animation-delay: 1s,1s;
  background: #eccc68;
}

.snowflake:nth-of-type(2) {
  background: #ff6b81;
  left: 20%;
  animation-delay: 6s,.5s;
}

.snowflake:nth-of-type(3) {
  background: #5352ed;
  left: 30%;
  animation-delay: 4s,2s;
}

.snowflake:nth-of-type(4) {
  background: #2ed573;
  left: 40%;
  animation-delay: 2s,2s;
}

.snowflake:nth-of-type(5) {
  background: #ff6348;
  left: 50%;
  animation-delay: 8s,3s;
}

.snowflake:nth-of-type(6) {
  background: #82589F;
  left: 60%;
  animation-delay: 6s,2s;
}

.snowflake:nth-of-type(7) {
  background: #fffa65;
  left: 70%;
  animation-delay: 2.5s,1s;
}

.snowflake:nth-of-type(8) {
  background: #1B9CFC;
  left: 80%;
  animation-delay: 1s,0s;
}

.snowflake:nth-of-type(9) {
  background: #D6A2E8;
  left: 90%;
  animation-delay: 3s,1.5s;
}

/* Tranlsations Meter */
.translations-meter-outer {
  background: #999999;
  background: repeating-linear-gradient(45deg, #999999, #999999 10px, #9d9d9d 10px, #9d9d9d 20px);
  color: #fff;
  margin: 5px 0;
  text-align: center;
  width: 100%;
  height: 35px;
  line-height: 35px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.translations-meter-outer > span {
  background: #67cc36;
  background: repeating-linear-gradient(45deg, #67cc36, #67cc36 10px, #6cd838 10px, #6cd838 20px);
  position: absolute;
  left: 0;
  height: 35px;
  display: block;
  z-index: -1;
}

/* Renew Support Banner */
.renew-support-banner {
  display: block;
  margin: 10px 0;
  text-align: center;
}

.renew-support-banner img {
  max-width: 100%;
}

#footer_instagram_connect .button {
  height: auto;
  padding: 0 10px;
}

#footer_instagram_connect .dashicons-instagram {
  line-height: 33px;
}

.tie-instagram-account {
  display: inline-block;
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px 0 0;
  border: 1px solid #eee;
  border: 1px solid #6b54c6;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: hidden;
  margin-right: 10px;
  color: #6b54c6 !important;
  text-decoration: none;
  opacity: 0.85;
  transition: all 0.25s;
}

.rtl .tie-instagram-account {
  padding-right: 0;
  padding-left: 15px;
}

.tie-instagram-account:hover {
  opacity: 1;
  color: #da2e7d !important;
  border-color: #da2e7d !important;
  box-shadow: 0 0 5px 0 #da2e7da3;
}

.tie-instagram-account .dashicons-instagram {
  background: #da2e7d;
  background: linear-gradient(29.61deg, #f38334 0%, #da2e7d 50.39%, #6b54c6 100%);
  color: #fff;
  height: 35px;
  padding: 0 10px;
  margin-right: 10px;
}

.rtl .tie-instagram-account .dashicons-instagram {
  margin-right: 0;
  margin-left: 10px;
}

input:not(:checked) + span.switchery {
  background: #eaeaea !important;
}

#tie_mobile_header li {
  width: 400px !important;
  max-width: 400px !important;
}

#tie_mobile_menu_icon li {
  clear: none !important;
}

.translation-numbers-options {
  width: calc( 100% /10);
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  clear: none;
}

.translation-numbers-options input {
  width: 100% !important;
  text-align: center;
}

#tie-options-tab-dashboard .tie-notice {
  max-width: 100%;
}

.tie-deals-table {
  margin-bottom: 20px;
}

.tie-deals-table tr:nth-child(2n) {
  background: #f7f7f7;
}

.tie-deals-table td {
  vertical-align: middle;
  padding: 10px 15px;
}

#dashboard-need-help {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 -10px 20px;
}

.tie-info-col {
  background: #ffffff;
  padding: 1.33em;
  box-sizing: border-box;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0;
}

.tie-info-col h3 {
  font-size: 1.2em;
}

.tie-info-col p {
  font-size: 14px;
}

.tie-info-col *:first-child {
  margin-top: 0;
}

.tie-info-col *:last-child {
  margin-bottom: 0;
}

/* Dark Skin */
html.tie-darkskin body {
  background-color: #17181a !important;
}

html.tie-darkskin input:not(:checked) + span.switchery {
  background: #555 !important;
  border-color: #666 !important;
}

html.tie-darkskin ul#adminmenu a.wp-has-current-submenu::after,
html.tie-darkskin ul#adminmenu > li.current > a.current::after {
  border-right-color: #17181a;
}

html.tie-darkskin body.rtl ul#adminmenu a.wp-has-current-submenu::after,
html.tie-darkskin body.rtl ul#adminmenu > li.current > a.current::after {
  border-right-color: transparent;
  border-left-color: #17181a;
}

html.tie-darkskin #adminmenu .wp-has-current-submenu .wp-submenu,
html.tie-darkskin #adminmenu .wp-has-current-submenu.opensub .wp-submenu,
html.tie-darkskin #adminmenu .wp-submenu,
html.tie-darkskin #adminmenu a.wp-has-current-submenu:focus + .wp-submenu,
html.tie-darkskin .folded #adminmenu .wp-has-current-submenu .wp-submenu {
  background: #2c2d32 !important;
}

html.tie-darkskin .tie-panel,
html.tie-darkskin #adminmenu,
html.tie-darkskin #adminmenuback,
html.tie-darkskin #adminmenuwrap,
html.tie-darkskin #wpadminbar {
  background: #101113 !important;
  color: #eee;
}

html.tie-darkskin .tie-panel-tabs li:hover:not(.active) a {
  background-color: #0b0b0b;
}

html.tie-darkskin #theme-search-list-wrap {
  background: #202124 !important;
}

html.tie-darkskin #theme-search-list-wrap li a {
  color: #fff;
  border-color: #383a3f;
}

html.tie-darkskin .tie-tab-head,
html.tie-darkskin .tie-footer {
  background: #2c2d32 !important;
  border-color: #383a3f;
}

html.tie-darkskin .tie-panel-content {
  background: #202124;
}

html.tie-darkskin .CodeMirror,
html.tie-darkskin .CodeMirror-linenumbers,
html.tie-darkskin .CodeMirror-gutters,
html.tie-darkskin .CodeMirror-lint-markers,
html.tie-darkskin .CodeMirror-gutter-filler,
html.tie-darkskin .CodeMirror-scrollbar-filler {
  background: #202124;
  border-color: #383a3f;
  color: #fff;
}

html.tie-darkskin .CodeMirror-activeline-background {
  background: #191919;
}

html.tie-darkskin .CodeMirror-line::selection,
html.tie-darkskin .CodeMirror-line > span::selection,
html.tie-darkskin .CodeMirror-line > span > span::selection {
  background: #FF5722;
}

html.tie-darkskin .CodeMirror-line::-moz-selection,
html.tie-darkskin .CodeMirror-line > span::-moz-selection,
html.tie-darkskin .CodeMirror-line > span > span::-moz-selection {
  background: #FF5722;
}

html.tie-darkskin .tie-section-title {
  background: #2c2d32;
  border-color: #383a3f;
  color: #fff;
}

html.tie-darkskin .tie-section-tabs a.active,
html.tie-darkskin .option-item {
  color: #fff;
  background: #2c2d32;
  border-color: #383a3f;
}

html.tie-darkskin .tie-notice {
  background: #101113 !important;
  border-color: #383a3f;
  color: #fff;
}

html.tie-darkskin .tie-options li:not(.selected) label,
html.tie-darkskin .tie-options li:not(.selected) img,
html.tie-darkskin .tie-options li:not(.selected) span {
  background-color: #222;
  color: #fff;
}

html.tie-darkskin #tie_background_pattern,
html.tie-darkskin .img-preview {
  border-color: #222;
}

html.tie-darkskin .wp-color-result-text,
html.tie-darkskin .iris-border,
html.tie-darkskin .tie-alpha-container {
  background: #111;
  border-color: #000;
  color: #fff;
}

html.tie-darkskin .tie-custom-color-picker .wp-picker-container button.wp-color-result {
  background-color: #555;
}

html.tie-darkskin h2,
html.tie-darkskin h3,
html.tie-darkskin .extra-text,
html.tie-darkskin .font-select > a {
  color: #fff;
}

html.tie-darkskin .button:not(.button-primary):not(.wp-color-result), html.tie-darkskin .button:not(.button-primary):not(.wp-color-result):hover, html.tie-darkskin .button:not(.button-primary):not(.wp-color-result):focus, html.tie-darkskin .button:not(.button-primary):not(.wp-color-result):active,
html.tie-darkskin .button-secondary,
html.tie-darkskin .button-secondary:hover,
html.tie-darkskin .button-secondary:focus,
html.tie-darkskin .button-secondary:active {
  color: #fff;
  background: #111;
}

html.tie-darkskin input[type="checkbox"],
html.tie-darkskin input[type="radio"] {
  background-color: #202124;
}

html.tie-darkskin .wp-core-ui .tie-custom-select, html.tie-darkskin .wp-core-ui .tie-custom-select:hover, html.tie-darkskin .wp-core-ui .tie-custom-select:focus, html.tie-darkskin .wp-core-ui .tie-custom-select:active,
html.tie-darkskin .wp-core-ui .font-select,
html.tie-darkskin .wp-core-ui .font-select:hover,
html.tie-darkskin .wp-core-ui .font-select:focus,
html.tie-darkskin .wp-core-ui .font-select:active,
html.tie-darkskin .wp-core-ui .font-select .fs-drop,
html.tie-darkskin .wp-core-ui .font-select .fs-drop:hover,
html.tie-darkskin .wp-core-ui .font-select .fs-drop:focus,
html.tie-darkskin .wp-core-ui .font-select .fs-drop:active,
html.tie-darkskin .wp-core-ui input[type="color"],
html.tie-darkskin .wp-core-ui input[type="color"]:hover,
html.tie-darkskin .wp-core-ui input[type="color"]:focus,
html.tie-darkskin .wp-core-ui input[type="color"]:active,
html.tie-darkskin .wp-core-ui input[type="date"],
html.tie-darkskin .wp-core-ui input[type="date"]:hover,
html.tie-darkskin .wp-core-ui input[type="date"]:focus,
html.tie-darkskin .wp-core-ui input[type="date"]:active,
html.tie-darkskin .wp-core-ui input[type="datetime-local"],
html.tie-darkskin .wp-core-ui input[type="datetime-local"]:hover,
html.tie-darkskin .wp-core-ui input[type="datetime-local"]:focus,
html.tie-darkskin .wp-core-ui input[type="datetime-local"]:active,
html.tie-darkskin .wp-core-ui input[type="datetime"],
html.tie-darkskin .wp-core-ui input[type="datetime"]:hover,
html.tie-darkskin .wp-core-ui input[type="datetime"]:focus,
html.tie-darkskin .wp-core-ui input[type="datetime"]:active,
html.tie-darkskin .wp-core-ui input[type="email"],
html.tie-darkskin .wp-core-ui input[type="email"]:hover,
html.tie-darkskin .wp-core-ui input[type="email"]:focus,
html.tie-darkskin .wp-core-ui input[type="email"]:active,
html.tie-darkskin .wp-core-ui input[type="month"],
html.tie-darkskin .wp-core-ui input[type="month"]:hover,
html.tie-darkskin .wp-core-ui input[type="month"]:focus,
html.tie-darkskin .wp-core-ui input[type="month"]:active,
html.tie-darkskin .wp-core-ui input[type="number"],
html.tie-darkskin .wp-core-ui input[type="number"]:hover,
html.tie-darkskin .wp-core-ui input[type="number"]:focus,
html.tie-darkskin .wp-core-ui input[type="number"]:active,
html.tie-darkskin .wp-core-ui input[type="password"],
html.tie-darkskin .wp-core-ui input[type="password"]:hover,
html.tie-darkskin .wp-core-ui input[type="password"]:focus,
html.tie-darkskin .wp-core-ui input[type="password"]:active,
html.tie-darkskin .wp-core-ui input[type="search"],
html.tie-darkskin .wp-core-ui input[type="search"]:hover,
html.tie-darkskin .wp-core-ui input[type="search"]:focus,
html.tie-darkskin .wp-core-ui input[type="search"]:active,
html.tie-darkskin .wp-core-ui input[type="tel"],
html.tie-darkskin .wp-core-ui input[type="tel"]:hover,
html.tie-darkskin .wp-core-ui input[type="tel"]:focus,
html.tie-darkskin .wp-core-ui input[type="tel"]:active,
html.tie-darkskin .wp-core-ui input[type="text"],
html.tie-darkskin .wp-core-ui input[type="text"]:hover,
html.tie-darkskin .wp-core-ui input[type="text"]:focus,
html.tie-darkskin .wp-core-ui input[type="text"]:active,
html.tie-darkskin .wp-core-ui input[type="time"],
html.tie-darkskin .wp-core-ui input[type="time"]:hover,
html.tie-darkskin .wp-core-ui input[type="time"]:focus,
html.tie-darkskin .wp-core-ui input[type="time"]:active,
html.tie-darkskin .wp-core-ui input[type="url"],
html.tie-darkskin .wp-core-ui input[type="url"]:hover,
html.tie-darkskin .wp-core-ui input[type="url"]:focus,
html.tie-darkskin .wp-core-ui input[type="url"]:active,
html.tie-darkskin .wp-core-ui input[type="week"],
html.tie-darkskin .wp-core-ui input[type="week"]:hover,
html.tie-darkskin .wp-core-ui input[type="week"]:focus,
html.tie-darkskin .wp-core-ui input[type="week"]:active,
html.tie-darkskin .wp-core-ui select,
html.tie-darkskin .wp-core-ui select:hover,
html.tie-darkskin .wp-core-ui select:focus,
html.tie-darkskin .wp-core-ui select:active,
html.tie-darkskin .wp-core-ui select[multiple],
html.tie-darkskin .wp-core-ui select[multiple]:hover,
html.tie-darkskin .wp-core-ui select[multiple]:focus,
html.tie-darkskin .wp-core-ui select[multiple]:active,
html.tie-darkskin .wp-core-ui textarea,
html.tie-darkskin .wp-core-ui textarea:hover,
html.tie-darkskin .wp-core-ui textarea:focus,
html.tie-darkskin .wp-core-ui textarea:active {
  background-color: #202124;
  border-color: #383a3f;
  color: #fff;
}

html.tie-darkskin #tie-options-tab-layout .checkbox-select img,
html.tie-darkskin #tie_footer_widgets_layout_area_1 .checkbox-select img,
html.tie-darkskin #tie_footer_widgets_layout_area_2 .checkbox-select img,
html.tie-darkskin #tie-options-tab-blocks .checkbox-select img,
html.tie-darkskin #tie-options-tab-archives .checkbox-select img,
html.tie-darkskin #tie-options-tab-posts .checkbox-select img,
html.tie-darkskin #tie-options-tab-share .checkbox-select img,
html.tie-darkskin #tie-options-tab-sidebars .checkbox-select img,
html.tie-darkskin #tie-options-tab-mobile .checkbox-select img,
html.tie-darkskin #tie-options-tab-bbpress .checkbox-select img,
html.tie-darkskin #tie-options-tab-woocommerce .checkbox-select img {
  filter: invert(100%);
}

html.tie-darkskin .tie-info-col {
  background: #2c2d32;
  color: #fff;
}

html.tie-darkskin table.widefat {
  background: #2c2d32;
}

html.tie-darkskin table.widefat,
html.tie-darkskin table.widefat tr,
html.tie-darkskin table.widefat th,
html.tie-darkskin table.widefat td,
html.tie-darkskin table.widefat td.tie-deal-message * {
  color: #fff;
  border-color: #222;
}

html.tie-darkskin table.widefat tr[style] td.tie-deal-message * {
  color: #000 !important;
}

html.tie-darkskin table.widefat.tie-status-table tr:nth-child(2n) th,
html.tie-darkskin table.widefat.tie-status-table tr:nth-child(2n) td {
  background: #32343c;
}

/**
 * Mega Menu
 * -----------------------------------------------------------------------------
 */
.field-megamenu-image label {
  display: block;
}

.field-megamenu-image .edit-menu-item-megamenu-image {
  clear: none;
  float: left;
  width: 65px;
  margin-left: 5px;
  width: 180px;
  margin-left: 0;
}

.field-megamenu-image .edit-menu-item-megamenu-position {
  clear: none;
  float: left;
  width: 65px;
  margin-left: 5px;
}

.field-megamenu-image .edit-menu-item-megamenu-position-y {
  clear: none;
  float: left;
  width: 65px;
  margin-left: 5px;
}

.field-megamenu-image .edit-menu-item-megamenu-repeat {
  clear: none;
  float: left;
  width: 65px;
  margin-left: 5px;
}

li:not(.menu-item-depth-0) .field-megamenu-type,
li:not(.menu-item-depth-0) .field-megamenu-columns,
li:not(.menu-item-depth-0) .field-megamenu-image,
li:not(.menu-item-depth-0) .field-megamenu-icon-only,
li:not(.menu-item-depth-0) .field-megamenu-styling,
li:not(.menu-item-depth-0) .field-megamenu-media-overlay,
li:not(.menu-item-depth-0) .field-megamenu-hide-headings {
  display: none;
}

.field-megamenu-styling {
  width: 123px;
}

/**
 * Header Settings
 * -----------------------------------------------------------------------------
 */
.tie-section-tabs.header-settings-tabs {
  margin-top: 20px;
  background: transparent !important;
}

.tie-section-tabs.header-settings-tabs a.active {
  border-top: 3px solid #333;
}

.tie-section-tabs.header-settings-tabs a:not(.active) {
  color: #fff;
  background: #555;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 13px;
}

.tie-section-tabs.header-settings-tabs a:not(.active):hover {
  background: #111;
  color: #fff;
}

#add-source-error-item,
#add-via-error-item,
#breaking_custom_error-item,
.top-main-nav-settings,
#custom_sidebar_error-item,
#highlights_custom_error-item,
.top-nav-dark,
.tie-hide,
.top-nav-dark-enabled .top-nav-light {
  display: none;
}

#main-nav-settings,
.top-nav-dark-enabled .top-nav-dark {
  display: block;
}

#tie-options-tab-header {
  position: relative;
}

@media (max-width: 991px) {
  #header-preview-wrapper {
    display: none;
  }
}

#header-preview {
  background: #ffffff;
  border: 4px solid #e0e0e0;
  margin: 30px 0;
  padding: 0 20px;
  position: relative;
  z-index: 99;
}

#header-preview img {
  line-height: 0;
}

#header-preview.sticky_area {
  position: fixed;
  top: 1px;
  z-index: 1000;
}

.top-nav-below .top-bar-wrap {
  bottom: 0;
  top: auto;
  right: 0;
  position: absolute;
  padding: 0 20px;
  left: 0;
}

.top-nav-below .top-nav-container {
  padding-top: 0;
  padding-bottom: 35px;
}

.top-nav-disabled .top-nav-container,
.main-nav-disabled .main-nav-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.main-nav-above:not(.header-layout-1) .header-main-menu-wrap {
  bottom: auto;
  top: 0;
  right: 0;
  position: absolute;
  padding: 0 20px;
  left: 0;
}

.main-nav-above:not(.header-layout-1) .main-nav-container {
  padding-bottom: 0;
}

.main-nav-above:not(.header-layout-1):not(.top-nav-below):not(.main-nav-disabled):not(.top-nav-disabled) .header-main-menu-wrap {
  top: 35px;
}

.main-nav-above:not(.header-layout-1):not(.top-nav-below):not(.main-nav-disabled) .header-content {
  margin-top: 40px;
}

.main-nav-above:not(.header-layout-1):not(.main-nav-disabled).top-nav-below .header-content {
  margin-top: 40px;
}

.main-nav-above .header-main-menu {
  border-bottom: 1px solid #e0e7f1;
}

.top-bar {
  overflow: hidden;
  border-top: 1px solid #e0e7f1;
  border-bottom: 1px solid #e0e7f1;
  width: 100%;
  height: 35px;
  background: #ffffff;
  color: #999;
}

.top-bar img {
  height: 35px;
  width: auto;
}

.top-bar .comp-icons img {
  float: right;
}

.top-bar .components-icons {
  border-right: 1px solid #e0e7f1;
}

.top-nav-full {
  margin: 0 -20px;
}

.top-nav-full .top-bar {
  padding: 0 20px;
}

.main-nav-full.header-main-menu-wrap {
  margin: 0 -20px;
}

.header-layout-1 .header-main-menu-wrap {
  margin: 0 -20px;
  display: block !important;
}

.header-layout-1 .header-main-menu {
  padding: 0 20px !important;
  text-align: right;
}

.header-layout-1 .header-main-menu .tie-alignleft {
  float: none;
  display: inline-block;
}

.header-layout-1 .header-main-menu .header-top-logo {
  display: block;
  margin: 5px 10px 5px 0;
}

.header-layout-1 .header-content {
  display: none;
}

.header-layout-1 #main-nav-components {
  float: none;
  display: inline-block;
}

.header-layout-3 .header-content {
  position: relative;
}

.header-layout-3 .header-top-ads {
  max-width: calc(100% - 180px);
}

.header-layout-3 .header-top-logo {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  margin: 0;
}

.header-layout-4 .header-main-menu .tie-alignleft {
  float: left;
  display: inline-block;
}

.main-nav-full .header-main-menu {
  padding: 0 20px;
}

.top-nav-dark-skin .top-bar {
  background: #272727;
  border: none;
  color: #999;
}

.top-nav-dark-skin .components-icons {
  border-right-color: #3b3b3b;
}

.top-nav-dark-skin #top-nav-breaking-news {
  border-color: #3b3b3b;
}

.top-nav-dark-skin .h-light-skin {
  display: none;
}

.top-nav-dark-skin .h-dark-skin {
  display: block;
}

.header-top-logo {
  margin: 5px 0;
  float: left;
  line-height: 0;
}

.tie-alignleft {
  float: left;
  line-height: 0;
}

#top-nav-components-1 {
  float: left;
  line-height: 0;
}

#top-nav-components-1 span {
  float: left;
  line-height: 0;
}

.tie-alignright,
.header-top-ads,
.components-icons,
.components-icons span {
  float: right;
  line-height: 0;
}

#top-nav-breaking-news {
  display: inline-block;
}

#today-date {
  float: left;
  display: inline-block;
  line-height: 35px;
  margin: 0 10px;
  font-size: 10px;
}

.header-layout-2 .header-content {
  text-align: center;
}

.header-layout-2 .header-main-menu {
  text-align: center;
}

.header-layout-2 .header-main-menu .tie-alignleft {
  float: none;
  display: inline-block;
}

.header-layout-2 .header-top-ads {
  display: none;
}

.header-layout-2 .header-top-logo,
.header-layout-2 #main-nav-components {
  float: none;
  display: inline-block;
}

.header-main-menu {
  border-top: 1px solid #e0e7f1;
  background: #ffffff;
  height: 41px;
  overflow: hidden;
}

.header-main-menu .header-top-logo {
  display: none;
}

.tie-alert-circle {
  position: relative;
  display: inline-block;
}

.tie-alert-circle:after {
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -5px;
  position: absolute;
  content: '';
  opacity: 0;
  background: red;
  border-radius: 50%;
  display: block;
  width: 10px;
  height: 10px;
  transition: 0.2s;
  animation: tooltip-animation 1s ease-in 2;
}

.header-content {
  padding: 15px 0;
  overflow: hidden;
}

.main-nav-dark-skin .header-main-menu {
  background: #272727;
  border: none;
  height: 40px;
}

.main-nav-dark-skin .h-dark-skin {
  display: block;
}

.main-nav-dark-skin .h-light-skin,
.h-dark-skin {
  display: none;
}

@keyframes tooltip-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Options Search */
#adminmenu li.toplevel_page_tie-theme-options img {
  width: 18px;
  margin-top: -1px;
}

#adminmenu li.toplevel_page_tie-theme-options span.update-plugins span {
  word-wrap: normal;
}

#theme-options-search-wrap {
  position: absolute;
  right: 220px;
  width: 200px;
  top: 21px;
  z-index: 999;
}

#theme-options-search-wrap:after {
  position: absolute;
  content: "\f179";
  font-family: 'dashicons';
  top: 4px;
  right: 10px;
  line-height: 30px;
  width: 21px;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  color: #bbb;
  pointer-events: none;
}

#theme-options-search-wrap input {
  padding: 4.5px 25px 4.5px 20px;
  line-height: 25px;
  border-radius: 50px;
  width: 100%;
  float: right;
  transition: width 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

@media (max-width: 1199px) {
  #theme-options-search-wrap input {
    width: 35px;
    padding: 4px 14px;
  }
  #theme-options-search-wrap input:focus {
    width: 180px;
  }
}

#theme-search-list-wrap {
  position: absolute;
  z-index: 1;
  padding: 0;
  top: 55px;
  width: 330px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  max-height: 300px;
  overflow: auto;
}

@media (max-width: 479px) {
  #theme-search-list-wrap {
    top: 60px;
    width: 200px;
    transform: translateX(64px);
  }
  #theme-search-list-wrap #theme-search-list a {
    padding-right: 20px;
  }
}

/*
.header-weather-options:not(#main-nav-components_wz_animated-item) {
	@include breakpoint(md){
	  float: left;
	  clear: none;
	  width: 50%;

	  .tie-label{
	  	width: 120px;
	  }

	  input[type=text],
	  .tie-custom-select{
	  	width: calc(100% - 150px);
	  }
	}
}
*/
#theme-search-list {
  margin: 0;
}

#theme-search-list li {
  margin: 0;
}

#theme-search-list a {
  color: #282f42;
  padding: 7px 20px;
  line-height: 20px;
  font-size: 90%;
  display: block;
  border-bottom: 1px solid #f7f7f7;
  text-decoration: none;
}

#theme-search-list a:hover {
  color: #0073aa;
}

@media (max-width: 670px) {
  #theme-search-list a {
    padding-right: 90px;
  }
}

.highlights-search {
  background: #FFF8DC;
  color: #000;
  padding-left: 5px;
  margin-left: -5px;
}

#theme-search-list .mCustomScrollBox > .mCSB_scrollTools {
  right: 0;
  left: auto;
}

/**
 * Page Builder
 * -----------------------------------------------------------------------------
 */
.tie-page-templates-options,
#tie_do_not_dublicate_option,
#tie_builder_breadcrumbs_option,
#tie_header_extend_bg_option {
  margin-bottom: 10px;
  display: none;
}

.post-type-page.builder-is-active #postdivrich,
.post-type-page.builder-is-active #tie_hide_page_title_option,
.post-type-page.builder-is-active #taqyeem_post_options,
.post-type-page.builder-is-active .tie-options-tab-e3lan,
.post-type-page.builder-is-active #tie-options-tab-e3lan,
.post-type-page.builder-is-active .tie-options-tab-components,
.post-type-page.builder-is-active .tie-options-tab-sidebar,
.post-type-page.builder-is-active #tie-options-tab-sidebar,
.post-type-page.builder-is-active .yoast-seo-score,
.post-type-page.builder-is-active #tie-page-template-authors {
  display: none !important;
}

.post-type-page.builder-is-active #tie-page-builder,
.post-type-page.builder-is-active #tie_do_not_dublicate_option,
.post-type-page.builder-is-active #tie_builder_breadcrumbs_option,
.post-type-page.builder-is-active #tie_header_extend_bg_option {
  display: block;
}

#tie-page-builder-button {
  margin: 0.5em 0 2px;
}

#tie-page-builder {
  display: none;
  margin: 10px 0 2px;
}

#tie-builder-wrapper {
  padding-top: 1px;
}

.tie-builder-container {
  background: #fff;
  padding: 10px 20px 0;
  border: 1px dashed #b4b9be;
  margin: 20px;
}

.tie-builder-container.tie-section-open {
  border-color: #fff;
}

.tie-builder-container.sidebar-left .tie-builder-blocks-wrapper-outer {
  float: right;
  width: 70%;
}

.tie-builder-container.sidebar-left .tie-section-sidebar {
  display: block;
  float: left;
}

.tie-builder-container.sidebar-right .tie-builder-blocks-wrapper-outer {
  float: left;
  width: 70%;
}

.tie-builder-container.sidebar-right .tie-section-sidebar {
  display: block;
  float: right;
}

@media (max-width: 767px) {
  .tie-builder-container.sidebar-right .tie-builder-blocks-wrapper-outer, .tie-builder-container.sidebar-left .tie-builder-blocks-wrapper-outer {
    width: 100%;
  }
}

.tie-builder-container .tie-builder-section-title {
  padding: 15px;
  margin: -21px -21px 0;
  background-color: #048fd2;
  color: #fff;
  cursor: move;
}

.tie-builder-container .tie-builder-section-title h4 {
  margin: 0;
  display: inline-block;
  font-weight: normal;
}

.tie-builder-container .tie-builder-section-title .tie-block-options {
  margin: -15px;
}

.tie-builder-container .tie-builder-section-title .tie-block-options li a {
  padding: 12px 11px 11px;
  background-color: #0073aa;
}

.tie-builder-container .tie-builder-section-title .tie-block-options li a:hover {
  background-color: #048fd2;
}

a.del-item {
  cursor: pointer;
  float: right;
  margin: -15px 0;
  padding: 15px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.1);
  box-sizing: initial;
}

a.del-item:hover {
  background: red !important;
  color: #ffffff;
}

.tie-builder-section-inner {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .tie-builder-section-inner {
    display: flex;
    flex-flow: column nowrap;
  }
}

.tie-builder-blocks-wrapper {
  margin: 0 -3px;
  display: block;
}

.tie-builder-blocks-wrapper li.block-item {
  margin: 0 0 5px;
  padding: 0 3px;
  box-sizing: border-box;
  list-style: none;
  clear: both;
}

.tie-builder-blocks-wrapper li.block-item div[aria-label="Fullscreen"] {
  display: none;
}

#main-slider-options .tie-options,
.tie-builder-blocks-wrapper .tie-options {
  margin-bottom: 0;
}

#main-slider-options .tie-options li,
.tie-builder-blocks-wrapper .tie-options li {
  max-width: calc((100% - 36px) / 9);
  margin: 2px;
  min-width: auto;
}

#main-slider-options .tie-options li:nth-child(n),
.tie-builder-blocks-wrapper .tie-options li:nth-child(n) {
  clear: none;
}

#main-slider-options .tie-options li:nth-child(9n + 10),
.tie-builder-blocks-wrapper .tie-options li:nth-child(9n + 10) {
  clear: left;
}

@media (max-width: 1199px) {
  #main-slider-options .tie-options li,
  .tie-builder-blocks-wrapper .tie-options li {
    max-width: calc((100% - 24px) / 6);
  }
  #main-slider-options .tie-options li:nth-child(9n + 10),
  .tie-builder-blocks-wrapper .tie-options li:nth-child(9n + 10) {
    clear: none;
  }
  #main-slider-options .tie-options li:nth-child(6n + 7),
  .tie-builder-blocks-wrapper .tie-options li:nth-child(6n + 7) {
    clear: left;
  }
}

@media (max-width: 767px) {
  #main-slider-options .tie-options li,
  .tie-builder-blocks-wrapper .tie-options li {
    max-width: calc((100% - 16px) / 4);
  }
  #main-slider-options .tie-options li:nth-child(6n + 7),
  .tie-builder-blocks-wrapper .tie-options li:nth-child(6n + 7) {
    clear: none;
  }
  #main-slider-options .tie-options li:nth-child(4n + 5),
  .tie-builder-blocks-wrapper .tie-options li:nth-child(4n + 5) {
    clear: left;
  }
}

@media (max-width: 479px) {
  #main-slider-options .tie-options li,
  .tie-builder-blocks-wrapper .tie-options li {
    max-width: calc((100% - 12px) / 3);
  }
  #main-slider-options .tie-options li:nth-child(4n + 5),
  .tie-builder-blocks-wrapper .tie-options li:nth-child(4n + 5) {
    clear: none;
  }
  #main-slider-options .tie-options li:nth-child(3n + 4),
  .tie-builder-blocks-wrapper .tie-options li:nth-child(3n + 4) {
    clear: left;
  }
}

@media (max-width: 320px) {
  #main-slider-options .tie-options li,
  .tie-builder-blocks-wrapper .tie-options li {
    max-width: calc((100% - 8px) / 2);
  }
  #main-slider-options .tie-options li:nth-child(3n + 4),
  .tie-builder-blocks-wrapper .tie-options li:nth-child(3n + 4) {
    clear: none;
  }
  #main-slider-options .tie-options li:nth-child(2n + 3),
  .tie-builder-blocks-wrapper .tie-options li:nth-child(2n + 3) {
    clear: left;
  }
}

#tie-builder-wrapper .tie-state-highlight {
  background-color: #f5f5f5;
  border: 1px dashed #bbb;
  height: 50px;
  position: relative;
}

#tie-builder-wrapper .tie-state-highlight.tie-state-sections {
  margin: 20px;
  min-height: 100px;
}

#tie-builder-wrapper .tie-block-hover {
  border-color: #000;
}

#tie-builder-wrapper .tie-builder-content-area .tie-block-options-group {
  margin-top: 120px;
}

#tie-builder-wrapper .tie-builder-content-area .block-style-options {
  padding: 0 20px;
  margin: 0 0 40px;
  border-bottom: 0 none;
}

#tie-builder-wrapper .tie-builder-content-area span.tie-label {
  line-height: 25px;
  display: block;
  padding: 5px 0;
  cursor: default;
}

@media (min-width: 992px) {
  #tie-builder-wrapper .tie-builder-content-area span.tie-label {
    width: 300px;
  }
}

@media (min-width: 992px) {
  #tie-builder-wrapper .tie-builder-content-area .option-item .image-preview-wrapper,
  #tie-builder-wrapper .tie-builder-content-area .option-item textarea {
    width: calc(100% - 320px);
  }
}

@media (min-width: 992px) {
  #tie-builder-wrapper .tie-builder-content-area .extra-text {
    padding-left: 320px;
  }
}

#tie-builder-wrapper li.block-2c {
  width: 50% !important;
  float: left;
  clear: none;
}

.tie-popup-window {
  display: none;
}

.tie-popup-block {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
  background: #f5f5f5;
  border-radius: 2px;
  position: fixed !important;
  top: 5%;
  left: 0;
  right: 0;
  bottom: 5%;
  width: 85%;
  max-width: 1200px;
  margin: auto;
  overflow: auto;
  padding: 10px;
  box-sizing: border-box;
  z-index: 9995;
}

#tie-builder-wrapper .block-item .tie-popup-block,
#tie-sidebars-customize.tie-popup-block {
  background: #ffffff;
}

#tie-builder-wrapper .block-item .tie-popup-block .tie-block-options-group,
#tie-sidebars-customize.tie-popup-block .tie-block-options-group {
  margin-top: 90px;
}

#tie-builder-wrapper .block-item .tie-popup-block .block-settings .option-item,
#tie-sidebars-customize.tie-popup-block .block-settings .option-item {
  padding: 10px 0;
}

.tie-builder-item-top-container {
  background: #23282d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#poststuff .tie-builder-item-top-container h2 {
  padding: 1.1em 2.5%;
  margin: 0;
  font-size: 23px;
  line-height: inherit;
  text-align: left;
  font-weight: 600;
  color: #ffffff;
}

.tie-builder-item-top-container .tie-edit-block-done {
  position: absolute;
  top: 0.95em;
  right: 2.5%;
}

.tie-block-options {
  float: right;
  margin: -12px;
}

.tie-block-options li {
  float: right;
  cursor: pointer;
  margin: 0;
}

.tie-block-options li a {
  border: solid rgba(255, 255, 255, 0.2);
  border-width: 0 0 0 1px;
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  padding: 13px;
  font-size: 12pt;
  margin: 0;
  line-height: 1.2;
  box-sizing: content-box;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.tie-block-options li a:hover {
  background: rgba(0, 0, 0, 0.3);
}

a.toggle-section:before {
  content: "\f343";
}

.tie-section-open a.toggle-section:before {
  content: "\f347";
}

#tie-sidebars-customize {
  padding-right: 20px;
  padding-left: 20px;
}

#tie-sidebars-customize .customize-widgets-container {
  margin-top: 6em;
}

#tie-sidebars-customize .option-item {
  padding-left: 0;
  padding-right: 0;
}

#tie-sidebars-customize .sections-sidebars-options,
#tie-sidebars-customize #custom-widgtes-settings {
  display: none;
}

#tie-sidebars-customize .widget-liquid-left {
  width: 59%;
}

#tie-sidebars-customize .widget-liquid-right {
  width: 38%;
  margin-top: 0.2em;
}

#tie-sidebars-customize .widget-liquid-right .widgets-holder-wrap {
  display: none;
}

#tie-sidebars-customize #available-widgets .widget .widget-top {
  cursor: move;
}

.tie-section-sidebar {
  width: 28%;
  border: 1px solid #e4e4e4;
  display: none;
}

@media (max-width: 767px) {
  .tie-section-sidebar {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}

.tie-section-sidebar h4 {
  margin: 0;
  padding: 12px 20px;
  background: #f7f7f7;
  color: #444;
  font-weight: normal;
}

.tie-section-sidebar a {
  margin: 20px;
}

.tie-section-sidebar .dashicons {
  font-size: 16px;
}

.tie-block-head {
  background: #333333;
  padding: 12px;
  position: relative;
  color: #ffffff;
  overflow: hidden;
  transition: opacity 0.3s;
}

#tie-page-builder .tie-block-head {
  cursor: move;
}

.tie-block-head span {
  display: inline-block;
  line-height: 20px;
}

.tie-block-head a {
  color: #fff;
  text-decoration: none;
}

.tie-block-head.block-head-dark {
  border: 1px solid #eee;
}

.tie-block-head.block-head-dark .block-preview-title {
  color: #000000;
}

.tie-block-head.block-head-dark .tie-block-options li a {
  background: rgba(0, 0, 0, 0.3);
}

.tie-block-head.block-head-dark .tie-block-options li a:hover {
  background: rgba(0, 0, 0, 0.5);
}

.parent-item.removed .tie-builder-section-title,
.parent-item.removed .tie-block-head {
  background: #ff0000 !important;
}

#tie-slider-items .parent-item.removed, .parent-item.removed.tie-builder-container {
  background: #ffeded !important;
}

.option-contents {
  float: left;
}

.option-contents label {
  display: block;
  margin-bottom: 8px;
}

.tie-img-path {
  direction: ltr;
  text-align: left;
}

.block-small-img {
  float: left;
  width: 40px;
  margin: -5px 10px -5px -5px;
  opacity: 0.6;
  height: auto;
}

@media (max-width: 670px) {
  .block-small-img {
    display: none !important;
  }
}

.block-tabs-container .block-tabs-title {
  display: inline;
}

.block-e3lan-container span.block-e3lan-title {
  display: inline-block;
}

.block-video-list-container .block-video-list-group-options,
.block-tabs-container .block-cat-tabs-item-options,
.block-code-container .block-custom-code-item-options,
.block-blog-container .block-thumb_all-item-options,
.block-mini-container .block-thumb_all-item-options,
.block-big-container .block-thumb_all-item-options,
.block-full-thumb-container .block-thumb_all-item-options,
.block-timeline-container .block-thumb_all-item-options,
.block-e3lan-container .block-e3lan-group,
.block-woocommerce-container .block-products-item-options,
.block-slider-container .block-slider-options,
.block-breaking-container .block-breaking-news-options,
.block-revslider-container .block-revslider-settings,
.block-lsslider-container .block-lsslider-settings,
.block-revslider-container .block-settings .block-revslider-settings .option-item,
.block-lsslider-container .block-settings .block-lsslider-settings .option-item,
.block-sliders-plugins .basic-block-settings {
  display: block !important;
}

.block-cat-tabs-item-options,
.block-custom-code-item-options,
.block-thumb_all-item-options,
.block-code-container .block-default-options,
.block-e3lan-container .block-default-options,
.block-e3lan-container .block-title-item-options,
.block-e3lan-container .block-title-icon-options,
.block-e3lan-container .block-url-item-options,
.block-e3lan-container .block-color-item-options,
.block-e3lan-container .block-bgcolor-item-options,
.block-e3lan-container .block-sec-color-item-options,
.block-e3lan-container .block-preview-title,
.block-scroll-container .block-pagination-item-options,
.block-scroll-container .block-filters-item-options,
.block-scroll-container .excerpt-options,
.block-scroll-container .read-more-options,
.block-scroll-container .block-thumb_small-item-options,
.block-scroll-container .block-thumb_first-item-options,
.block-scroll2-container .block-pagination-item-options,
.block-scroll2-container .block-filters-item-options,
.block-scroll2-container .excerpt-options,
.block-scroll2-container .read-more-options,
.block-scroll2-container .block-thumb_small-item-options,
.block-scroll2-container .block-thumb_first-item-options,
.block-scroll2-container .block-post_meta-item-options,
.block-scroll2-container .block-media-overlay-item-options,
.block-grid-row-container .excerpt-options,
.block-grid-row-container .read-more-options,
.block-grid-row-container .block-title_length-item-options,
.block-grid-row-container .block-thumb_small-item-options,
.block-grid-row-container .block-thumb_first-item-options,
.block-grid-row-container .block-post_meta-item-options,
.block-content-container .excerpt-options,
.block-content-container .read-more-options,
.block-content-container .block-thumb_small-item-options,
.block-content-container .block-thumb_first-item-options,
.block-tabs-container .block-title-item-options,
.block-tabs-container .block-title-icon-options,
.block-tabs-container .block-url-item-options,
.block-tabs-container .block-categories-item-options,
.block-tabs-container .block-tags-item-options,
.block-tabs-container .block-pagination-item-options,
.block-tabs-container .block-filters-item-options,
.block-tabs-container .block-more-item-options,
.block-tabs-container .block-preview-title,
.block-tabs-container .block-content-only-item-options,
.block-blog-container .block-thumb_first-item-options,
.block-blog-container .block-thumb_small-item-options,
.block-mini-container .block-thumb_first-item-options,
.block-mini-container .block-thumb_small-item-options,
.block-mini-container .read-more-options,
.block-big-container .block-thumb_first-item-options,
.block-big-container .block-thumb_small-item-options,
.block-full-thumb-container .block-thumb_first-item-options,
.block-full-thumb-container .block-thumb_small-item-options,
.block-overlay-title-container .block-thumb_first-item-options,
.block-overlay-title-container .block-thumb_small-item-options,
.block-first-big-container .block-thumb_first-item-options,
.block-first-big-container .block-thumb_small-item-options,
.block-first-big-container .excerpt-options,
.block-first-big-container .read-more-options,
.block-timeline-container .block-thumb_first-item-options,
.block-timeline-container .block-thumb_small-item-options,
.block-timeline-container .block-order-item-options,
.block-video-list-container .block-default-options,
.block-video-list-container .block-title-icon-options,
.block-video-list-container .block-url-item-options,
.block-video-list-container .block-content-only-item-options,
.block-video-list-container .block-bgcolor-item-options,
.block-video-list-container .block-sec-color-item-options,
.block-breaking-container .block-url-item-options,
.block-breaking-container .block-pagination-item-options,
.block-breaking-container .block-filters-item-options,
.block-breaking-container .block-more-item-options,
.block-breaking-container .block-title_length-item-options,
.block-breaking-container .excerpt-options,
.block-breaking-container .read-more-options,
.block-breaking-container .block-thumb_first-item-options,
.block-breaking-container .block-thumb_small-item-options,
.block-breaking-container .block-post_meta-item-options,
.block-breaking-container .block-media-overlay-item-options,
.block-breaking-container .block-content-only-item-options,
.block-woocommerce-container .block-order-item-options,
.block-woocommerce-container .block-categories-item-options,
.block-woocommerce-container .block-tags-item-options,
.block-woocommerce-container .block-post_meta-item-options,
.block-woocommerce-container .block-thumb_first-item-options,
.block-woocommerce-container .block-thumb_small-item-options,
.block-woocommerce-container .excerpt-options,
.block-woocommerce-container .read-more-options,
.block-woocommerce-container .block-title_length-item-options,
.block-woocommerce-container .block-media-overlay-item-options,
.block-woocommerce-container .block-filters-item-options,
.block-woocommerce-slider .block-pagination-item-options,
.block-grid-container .block-number-item-options,
.block-grid-container .block-post_meta-item-options,
.block-grid-container .block-title_length-item-options,
.block-grid-container .excerpt-options,
.block-grid-container .read-more-options,
.block-grid-container .block-thumb_first-item-options,
.block-grid-container .block-thumb_small-item-options,
.block-row-container .block-post_meta-item-options,
.block-row-container .block-title_length-item-options,
.block-row-container .excerpt-options,
.block-row-container .read-more-options,
.block-row-container .block-thumb_first-item-options,
.block-row-container .block-thumb_small-item-options,
.block-slider-container .block-pagination-item-options,
.block-slider-container .block-filters-item-options,
.block-slider-container .block-more-item-options,
.block-slider-container .block-thumb_first-item-options,
.block-slider-container .block-thumb_small-item-options,
.block-slider-container .block-dark-item-options,
.block-slider-container .read-more-options,
.block-slider-container .block-content-only-item-options,
.block-slider-container .block-bgcolor-item-options,
.block-slider-container .block-sec-color-item-options,
.block-sliders-plugins .block-settings .option-item,
.block-sliders-plugins .block-settings-advanced,
.block-e3lan-container .block-bgcolor-item-options,
.block-e3lan-container .block-sec-color-item-options,
.block-big-thumb-container .block-thumb_first-item-options,
.block-big-thumb-container .excerpt-options,
.block-big-thumb-container .read-more-options,
.block-slider-options,
.block-e3lan-group,
.block-video-list-group-options,
.block-products-item-options,
.block-breaking-news-options,
.block-revslider-settings,
.block-lsslider-settings,
span.block-tabs-title,
span.block-e3lan-title {
  display: none !important;
}

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}

.block-custom-code-item-options .mce-resizehandle {
  display: none !important;
}

.tie-add-new-block-wrapper {
  clear: both;
}

.tie-add-new-block-wrapper .button.tie-add-new-block {
  padding: 0 0 2px;
  width: 130px;
  margin: 10px auto;
  display: block;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.3s, background-color 0.3s, width 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s, border 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  line-height: 28px;
  height: 30px;
}

.tie-add-new-block-wrapper .button.tie-add-new-block .sapn {
  transition: opacity 0.15s;
}

.tie-add-new-block-wrapper .button.tie-add-new-block:active, .tie-add-new-block-wrapper .button.tie-add-new-block:focus {
  box-shadow: none;
  transform: translateY(0);
}

.is-animated + .tie-add-new-block-wrapper .tie-add-new-block {
  width: 30px;
  opacity: 0.7;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.075);
  border-radius: 20px;
  border-width: 3px;
  box-shadow: none;
}

.is-animated + .tie-add-new-block-wrapper .tie-add-new-block:hover {
  opacity: 1;
}

.is-animated + .tie-add-new-block-wrapper .tie-add-new-block span {
  opacity: 0;
}

.tie-loading-container {
  position: relative;
  z-index: 2;
  height: 30px;
  margin: 10px 0 -40px;
  width: 100%;
  text-align: center;
  display: none;
}

.tie-loading-container .tie-saving-settings {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.tie-loading-container .tie-saving-settings .checkmark__circle {
  stroke-width: 6px;
}

.tie-loading-container .tie-saving-settings .checkmark {
  width: 30px;
  height: 30px;
}

.tie-add-new-section-wrapper {
  height: 58px;
  margin-bottom: 20px;
  position: relative;
}

.tie-add-new-section-wrapper .tie-add-new-section {
  transition: opacity 0.3s, width 0.7s, height 0.7s;
}

.tie-add-new-section-wrapper .tie-loading-container {
  position: absolute;
  width: 30px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  display: none;
  margin: 0;
}

.tie-add-new-section,
.tie-manage-widgets {
  border: 1px dashed #ddd;
  padding: 20px 0 16px;
  text-align: center;
  margin: 0 20px;
  display: block;
  color: #999;
  text-decoration: none;
  box-sizing: border-box;
}

.tie-add-new-section:hover,
.tie-manage-widgets:hover {
  color: #444;
  border-color: #b4b9be;
}

.tie-add-new-section:focus,
.tie-manage-widgets:focus {
  box-shadow: none;
}

.tie-add-new-section span,
.tie-manage-widgets span {
  vertical-align: middle;
}

#upload_add_slide {
  height: 40px;
  line-height: 38px;
  padding: 0 25px 2px;
  width: 200px;
  margin: 10px auto;
  display: block;
  text-align: center;
}

.blocks-settings-tabs.tie-section-tabs {
  background: #048fd2;
  font-size: inherit;
  margin: 0;
}

.blocks-settings-tabs.tie-section-tabs a {
  color: #eee;
  padding: 17px 30px;
  position: relative;
}

.blocks-settings-tabs.tie-section-tabs a:hover {
  color: #fff;
}

.blocks-settings-tabs.tie-section-tabs a.active {
  background: #0073aa;
  color: #fff;
}

.blocks-settings-tabs.tie-section-tabs a.active:after {
  right: 50%;
  border: 7px solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ffffff;
  bottom: 0px;
  margin-right: -7px;
}

.block-settings {
  padding: 20px;
  display: none;
}

.block-settings.basic-block-settings {
  display: block;
}

.filter-block-settings,
.advanced-block-settings {
  display: none;
}

#main-slider {
  margin-bottom: 0;
}

#main-slider .inside {
  padding-bottom: 0;
}

#tie_featured_posts_style.tie-options {
  padding-top: 0;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 0;
}

.tabs_cats {
  padding: 0 15px;
}

.tabs_cats li {
  list-style: none;
  display: block;
  float: left;
  width: 25%;
}

.tabs_cats li:hover {
  background: #ffffdc;
}

.tabs_cats li input {
  display: none;
}

.tabs_cats li span {
  display: block;
  cursor: pointer;
  margin: 0 0 5px;
  background: url(images/no.png) no-repeat left;
  padding: 3px 3px 3px 30px;
}

.tabs_cats .tie-state-highlight {
  display: block;
  cursor: pointer;
  width: 24%;
  float: left;
  height: 30px !important;
}

.tabs_cats li.selected span {
  background: url(images/yes.png) no-repeat left;
}

.tie-page-builder {
  clear: both;
  position: relative;
}

.docs-link {
  margin: -2px 5px 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  transition: color 0.3s;
  color: #999999;
}

.docs-link:hover, .docs-link:focus {
  color: #444444;
}

.docs-link span.dashicons {
  text-decoration: none;
}

.tie-section-title {
  background: #ffffff;
  margin: 20px 0 0;
  padding: 12px 20px;
  font-size: 16px;
  clear: both;
  position: relative;
  font-weight: normal;
  color: #282f42;
  border-bottom: 1px solid #eee;
}

@media (max-width: 1199px) {
  .tie-section-title {
    padding: 15px;
  }
}

@media (max-width: 1024px) {
  .tie-section-title {
    margin-top: 15px;
  }
}

@media (max-width: 479px) {
  .tie-section-title {
    margin-top: 5px;
  }
}

div.postbox .tie-section-title:first-child {
  margin-top: 0;
}

.tie-section-tabs {
  border: none;
  overflow: hidden;
  padding: 0;
  background: transparent;
  margin: 0;
}

.tie-section-tabs:after {
  display: none;
}

.tie-section-tabs a {
  display: block;
  float: left;
  padding: 20px 40px;
  text-decoration: none;
  color: #575e71;
  text-align: center;
}

@media (max-width: 670px) {
  .tie-section-tabs a {
    padding: 20px 10px;
    font-size: 16px;
    width: 50%;
  }
}

@media (max-width: 670px) and (max-width: 580px) {
  .tie-section-tabs a {
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.tie-section-tabs a:hover {
  color: #282f42;
}

.tie-section-tabs a.active {
  background: #ffffff;
  color: #282f42;
}

.option-item h4 {
  background-color: #DDD;
  border-top: 1px solid #ffffff;
}

.option-item h4 a {
  padding: 8px;
  text-decoration: none;
  color: #555;
  display: block;
  outline: none;
}

.option-item h4 a:hover {
  color: #000;
}

.home-builder-buttons {
  margin: 10px 0 20px;
  overflow: hidden;
}

.home-builder-buttons a {
  position: relative !important;
  width: 16.66666666666667% !important;
  float: left;
  display: block;
  margin: 0 0 5px;
  cursor: pointer;
  padding: 0 2%;
  box-sizing: border-box;
}

.home-builder-buttons a img {
  max-width: 100%;
  height: auto;
}

.slider_1-container .excerpt-options,
.slider_3-container .excerpt-options,
.slider_4-container .excerpt-options,
.slider_6-container .excerpt-options {
  display: none !important;
}

.slider_6-container .block-slider-categories-meta-options,
.slider_6-container .block-slider-review-meta-options {
  display: none !important;
}

#tie-set-front-page-item {
  padding: 0 0 12px;
}

#wp-tie_dummy_editor-wrap {
  display: none !important;
}

/**
 * Widgets
 * -----------------------------------------------------------------------------
 */
ul.tab-sortable {
  margin-top: -10px;
}

ul.tab-sortable li {
  list-style: none;
  background: #fafafa;
  padding: 10px;
  border: 1px solid #eee;
  cursor: move;
}

ul.tab-sortable .tie-state-highlight {
  background-color: #fffdea;
  border: 1px dashed #ffd38c;
  padding: 10px;
  height: 20px;
  position: relative;
}

.tie-non-custom-posts-order-option,
.tie-jetpack-posts-order-option,
.tie-related-posts-order-option {
  display: none;
}

.tie-widget-sub-title {
  display: block;
  background: #fafafa;
  padding: 10px;
  border: 1px solid #eee;
  margin-top: 30px;
}

.tie-styles-list-widget {
  margin-bottom: 25px;
  overflow: hidden;
}

.tie-styles-list-widget .tie-widget-options {
  display: block;
  float: left;
  width: 40%;
  padding: 5px 4%;
  line-height: 1;
}

.tie-styles-list-widget .tie-widget-options:nth-child(2n+3) {
  clear: left;
}

.tie-styles-list-widget .tie-widget-options img {
  width: 100%;
}

.tie-styles-list-widget input[type="radio"] {
  display: none;
}

.tie-styles-list-widget input[type="radio"] + img {
  border: 4px solid rgba(0, 0, 0, 0.05);
  display: inline-block;
  cursor: pointer;
  transition: 0.2s;
}

.tie-styles-list-widget input[type="radio"] + img:hover {
  border-color: rgba(0, 0, 0, 0.15);
}

.tie-styles-list-widget input[type="radio"]:checked + img {
  border-color: #0073aa;
}

.weather-color {
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 1.5;
  margin: 1em 0;
}

.ajax-added label + .wp-picker-container > a {
  display: none;
  /* Fix duplicated color pickers bugs added via ajax */
}

body.widgets-php div[id*="tiepost-"] {
  display: none;
}

body.widgets-php div[id*="tiepost-"] h2 {
  font-size: 95%;
}

body.widgets-php .tie-sidebar-section {
  display: none;
}

body.widgets-php .tie-sidebar-section div[id*="tiepost-"] {
  display: block;
}

body.widgets-php #tie-show-sections-sidebars-wrap {
  display: none;
}

body.widgets-php #tie-show-sections-sidebars-wrap h2 {
  margin: 30px 0 8px;
}

/**
 * Post Options
 * -----------------------------------------------------------------------------
 */
#subtitlediv #tie-sub-title {
  padding: 3px 8px;
  font-size: 1.7em;
  line-height: 100%;
  height: 1.7em;
  width: 100%;
  outline: 0;
  margin: 0 0 3px;
  background-color: #fff;
}

.tie-upload-image {
  padding-right: 55px !important;
  padding-left: 55px !important;
  display: block !important;
  float: none !important;
  margin: 15px auto 0 !important;
}

.tie-gallery-items li {
  position: relative;
  width: 18.4%;
  float: left;
  margin-right: 2%;
}

.tie-gallery-items li:nth-child(5n+5) {
  margin: 0;
}

.tie-gallery-items li:nth-child(5n+6) {
  clear: left;
}

.tie-gallery-items .gallery-img {
  position: relative;
  display: inline-block;
  float: none;
}

.tie-gallery-items .gallery-img img {
  margin: 0;
  width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: cover;
}

.tie_post_head-options,
.tie_post_layout-options,
.post_layout-options {
  display: none;
}

.column-tie_post_views {
  width: 5.5em;
}

.taxonomy-category #edittag {
  max-width: 100% !important;
}

/**
 * Font Select
 * -----------------------------------------------------------------------------
 */
.font-select {
  width: 300px;
  position: relative;
  display: inline-block;
  border: 1px solid #bbb;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  background: #ffffff;
  border-radius: 3px;
}

.font-select .fs-drop {
  border-top: 0;
  position: absolute;
  top: 36px;
  left: -1px;
  z-index: 999;
  border: 1px solid #bbb;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  background: #ffffff;
  border-radius: 0 0 3px 3px;
}

.font-select > a {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0;
  outline: none;
  padding: .3em .8em .5em .8em;
  box-sizing: border-box;
  height: 36px;
  background: transparent;
  color: #32373c;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
}

.font-select > a span {
  padding: 3px 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.7;
  cursor: pointer;
  font-size: 14px;
}

.font-select > a div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}

.font-select > a div b {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #666;
  margin-top: -3px;
  content: " ";
  position: absolute;
  top: 50%;
  right: 1em;
  z-index: 2;
  pointer-events: none;
}

.font-select .fs-results {
  margin: 0 0 4px 0;
  max-height: 190px;
  width: 300px;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.font-select .fs-results li {
  line-height: 80%;
  padding: 7px 7px 8px;
  margin: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.font-select .fs-results li em {
  background: #feffde;
  font-style: normal;
}

.font-select .fs-results li.active {
  background: #0073aa;
  color: #fff;
  cursor: pointer;
}

.font-select .fs-results li.active em {
  background: transparent;
}

.font-select-active {
  background: #f3f3f3;
}

.font-select-active > a {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.font-select-active > a div b {
  border-top: 0 none;
  border-bottom: 7px solid #666;
  margin: -3px 0 0;
}

/**
 * Foxpush
 * -----------------------------------------------------------------------------
 */
.foxpush-intro {
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
  padding: 25px 0;
}

.foxpush-intro h3 {
  line-height: 1.8;
}

.web-notifications-stats {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  width: 25%;
  float: left;
}

.web-notifications-stats .box-desc {
  font-size: 12px;
  line-height: 26px;
  color: #A5AEB1;
  text-transform: uppercase;
}

.web-notifications-stats .box-num {
  font-size: 42px;
  line-height: 80px;
  font-weight: 300;
  margin: 5px 0;
}

.web-notifications-stats-box {
  overflow: hidden;
}

#foxpush-instructions h5 {
  padding: 0 20px;
  font-size: 14px;
  margin: 0;
}

/* Send Campaign */
#foxpush-create-campaign {
  overflow: hidden;
}

#foxpush-create-campaign .option-item {
  padding: 0 0 5px;
  border: none;
  clear: none;
}

#foxpush-create-campaign input[type=text],
#foxpush-create-campaign .image-preview-wrapper .button,
#foxpush-create-campaign .img-preview img {
  width: 100%;
  max-width: 100%;
}

#foxpush-create-campaign .image-preview-wrapper {
  width: 100%;
  float: none;
  border: none;
}

#foxpush-create-campaign .image-preview-wrapper .extra-text {
  padding: 3px 0 0;
  font-style: italic;
  font-size: 85%;
}

#foxpush-create-campaign #tie_foxpush_icon-preview {
  margin: 5px 0;
}

#foxpush-create-campaign .tie-message-hint {
  border: none;
}

#foxpush-create-campaign .inside {
  margin-top: 12px;
}

.foxpush-spinner {
  margin: 20px auto 14px;
  float: none;
  display: none;
}

.foxpush-spinner.is-active {
  display: block;
}

#tie_foxpush_icon {
  display: none;
}

#send-notification-actions {
  margin: 0 -12px -12px;
  padding: 10px;
  clear: both;
  border-top: 1px solid #ddd;
  background: #f5f5f5;
}

#foxpush-get-campaigns .inside {
  max-height: 395px;
  overflow: auto;
}

#foxpush-get-campaigns .inside td {
  width: 33%;
  text-align: center;
}

.campaign-status {
  float: right;
  display: inline-block;
  border-radius: 3px;
  background: orange;
  padding: 0px 8px;
  font-size: 75%;
  text-transform: capitalize;
  color: #fff;
}

.campaign-status.status-done {
  background: green;
}

.campaigns-statistics {
  line-height: 2.2;
}

#update-campaign-status {
  float: right;
}

/**
 * Pannel in RTL
 * -----------------------------------------------------------------------------
 */
.rtl {
  /* Help Scout Beacon */
  /* Tranlsations meter */
}

.rtl.toplevel_page_tie-theme-options .tie-panel {
  margin-right: 0;
  margin-left: 20px;
}

.rtl #theme-options-search-wrap {
  left: 220px;
  right: auto;
}

.rtl #theme-options-search-wrap input {
  float: left;
}

.rtl #theme-options-search-wrap:after {
  left: 5px;
  right: auto;
}

.rtl .tie-panel-tabs {
  float: right;
  left: auto;
  right: 0;
}

.rtl .tie-panel-tabs li a span.tie-icon-menu {
  float: right;
  margin-left: 7px;
  margin-right: 0;
}

.rtl .tie-panel-content {
  margin-left: 0;
  margin-right: 220px;
}

.rtl .extra-text {
  padding-right: 270px;
  padding-left: 0;
}

@media (max-width: 960px) {
  .rtl .tie-panel-content {
    margin-left: 0;
    margin-right: 50px;
  }
  .rtl .tie-panel-tabs li a span.tie-icon-menu {
    margin-right: 0;
    margin-left: 30px;
  }
  .rtl .tie-panel-tabs li:hover a span.tie-icon-menu {
    margin-right: 0;
    margin-left: 7px;
  }
}

.rtl #tie_background_pattern {
  padding: 20px 0px 10px 30px;
}

.rtl #tie_background_pattern li {
  margin: 0 0 2% 2%;
}

@media (min-width: 768px) {
  .rtl #tie_background_pattern li:nth-child(8n+8) {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .rtl #tie_background_pattern li:nth-child(5n+5) {
    margin-left: 0;
  }
}

.rtl .tie-message-hint {
  border-left-width: 0;
  border-right-width: 5px;
}

.rtl #theme-search-list a {
  padding-left: 90px;
  padding-right: 20px;
}

@media (max-width: 479px) {
  .rtl #theme-search-list-wrap {
    transform: translateX(-64px);
  }
  .rtl #theme-search-list-wrap #theme-search-list a {
    padding-left: 20px;
  }
}

.rtl .option-item .tie-label {
  margin-right: 0;
  margin-left: 20px;
  float: right;
}

.rtl .option-item .image-preview-wrapper input[type=text] {
  margin-left: 5px;
  margin-right: 0;
  float: right;
}

.rtl .header-layout-1 .header-main-menu .header-top-logo {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .header-layout-1 .header-main-menu {
  text-align: left;
}

.rtl .header-layout-4 .header-main-menu .tie-alignleft {
  float: right;
}

.rtl .option-contents,
.rtl .image-preview-wrapper,
.rtl .tie-panel-content h2,
.rtl .tie-section-tabs a,
.rtl .tie-option-pre-label,
.rtl .tie-background-options .wp-picker-container,
.rtl .tie-background-options select,
.rtl #cat_sortable li.block-2c,
.rtl .tie-alignleft,
.rtl #today-date,
.rtl .header-layout-1 .header-main-menu .header-top-logo {
  float: right;
}

.rtl .tie-panel-submit,
.rtl .img-preview,
.rtl .tie-alpha-container .ui-slider,
.rtl a.toggle-block,
.rtl a.del-item,
.rtl .tie-alignright,
.rtl .header-top-ads,
.rtl .components-icons,
.rtl .components-icons span,
.rtl .campaign-status,
.rtl #update-campaign-status {
  float: left;
}

@media (min-width: 992px) {
  .rtl .tie-builder-content-area .extra-text {
    padding-right: 320px;
    padding-left: 0;
  }
}

.rtl #tie-builder-wrapper li.block-2c {
  float: right;
}

.rtl .image-preview-wrapper .extra-text {
  padding-right: 3px;
  padding-left: 0;
}

@media (min-width: 1200px) {
  .rtl #sidebarsList,
  .rtl #customList,
  .rtl #breaking_custom_error-item,
  .rtl #custom_sidebar_error-item,
  .rtl #highlights_custom_error-item,
  .rtl .tie-background-options {
    margin-right: 270px;
    margin-left: 0;
  }
}

.rtl .tie-background-options select {
  margin-left: 10px;
  margin-right: 0;
}

.rtl .tie-options li {
  float: right;
  /*
			&:after {
				left: 0;
				right: auto;
			}
			*/
}

.rtl .tie-options li:not(.selected):after {
  transform: translateX(-100%) translateY(-100%);
}

@media (min-width: 1450px) {
  .rtl .tie-options li:nth-child(7) {
    clear: right;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .rtl .tie-options li:nth-child(6) {
    clear: right;
  }
}

@media only screen and (min-width: 580px) and (max-width: 1199px) {
  .rtl .tie-options li:nth-child(4n + 5) {
    clear: right;
  }
}

@media only screen and (min-width: 320px) and (max-width: 579px) {
  .rtl .tie-options li:nth-child(3n + 4) {
    clear: right;
  }
}

@media (max-width: 320px) {
  .rtl .tie-options li:nth-child(2n + 3) {
    clear: right;
  }
}

.rtl #main-slider-options .tie-options li,
.rtl .tie-builder-blocks-wrapper .tie-options li {
  float: right;
}

.rtl #main-slider-options .tie-options li:nth-child(n),
.rtl .tie-builder-blocks-wrapper .tie-options li:nth-child(n) {
  clear: none;
}

.rtl #main-slider-options .tie-options li:nth-child(9n + 10),
.rtl .tie-builder-blocks-wrapper .tie-options li:nth-child(9n + 10) {
  clear: right;
}

@media (max-width: 1199px) {
  .rtl #main-slider-options .tie-options li:nth-child(9n + 10),
  .rtl .tie-builder-blocks-wrapper .tie-options li:nth-child(9n + 10) {
    clear: none;
  }
  .rtl #main-slider-options .tie-options li:nth-child(6n + 7),
  .rtl .tie-builder-blocks-wrapper .tie-options li:nth-child(6n + 7) {
    clear: right;
  }
}

@media (max-width: 479px) {
  .rtl #main-slider-options .tie-options li:nth-child(6n + 7),
  .rtl .tie-builder-blocks-wrapper .tie-options li:nth-child(6n + 7) {
    clear: none;
  }
  .rtl #main-slider-options .tie-options li:nth-child(3n + 4),
  .rtl .tie-builder-blocks-wrapper .tie-options li:nth-child(3n + 4) {
    clear: right;
  }
}

@media (max-width: 350px) {
  .rtl #main-slider-options .tie-options li:nth-child(3n + 4),
  .rtl .tie-builder-blocks-wrapper .tie-options li:nth-child(3n + 4) {
    clear: none;
  }
  .rtl #main-slider-options .tie-options li:nth-child(2n + 3),
  .rtl .tie-builder-blocks-wrapper .tie-options li:nth-child(2n + 3) {
    clear: right;
  }
}

@media (max-width: 1100px) {
  .rtl #tie_post_options .tie-panel-content {
    margin-right: 50px;
    margin-left: 0;
  }
  .rtl #tie_post_options .tie-panel-tabs li a span.tie-icon-menu {
    margin-left: 30px;
    margin-right: 0;
  }
  .rtl #tie_post_options .tie-panel-tabs li:hover a span.tie-icon-menu {
    margin-left: 7px;
    margin-right: 0;
  }
}

.rtl #tie_post_options #breaking_custom-item input[type=text] {
  margin: 0 0 10px 10px;
}

@media (min-width: 992px) {
  .rtl #cat_sortable .tie-builder-content-area .extra-text {
    padding-right: 320px;
  }
}

.rtl .tie-custom-select select {
  padding-left: 2em;
  padding-right: .8em;
}

.rtl .tie-custom-select::after,
.rtl .font-select > a div b {
  left: 1em;
  right: auto;
}

.rtl .font-select > a div {
  right: auto;
  left: 0;
}

.rtl #breaking_custom-item input[type=text] {
  direction: rtl;
  text-align: right;
  margin-left: 1%;
  margin-right: 0;
  float: right;
}

.rtl .block-small-img {
  float: right;
  margin-left: 10px;
  margin-right: -5px;
}

.rtl #cat_sortable li.block-item {
  margin-right: 0;
  margin-left: 2%;
}

.rtl .tie-block-options {
  float: left;
}

.rtl .tie-block-options li {
  float: left;
}

.rtl .tie-block-options li a {
  border-width: 0 1px 0 0;
}

.rtl #poststuff .tie-builder-item-top-container h2 {
  text-align: right;
}

.rtl .tie-builder-item-top-container .tie-edit-block-done {
  right: auto;
  left: 2.5%;
}

.rtl .tabs_cats li {
  float: right;
}

.rtl .tabs_cats li span {
  background-position: center right;
  padding: 3px 30px 3px 3px;
}

.rtl .tie-footer .sticky-on-up,
.rtl .tie-footer .sticky-on-down {
  right: auto;
  left: 40px;
}

@media (max-width: 782px) {
  .rtl .tie-footer .sticky-on-up,
  .rtl .tie-footer .sticky-on-down {
    left: 20px;
  }
}

.rtl .tie-gallery-items li {
  float: right;
  margin-left: 2%;
  margin-right: 0;
}

.rtl .tie-gallery-items li:nth-child(5n+5) {
  margin: 0;
}

.rtl .tie-gallery-items li:nth-child(5n+6) {
  clear: right;
}

.rtl .tie-styles-list-widget .tie-widget-options {
  float: right;
}

.rtl .tie-styles-list-widget .tie-widget-options:nth-child(2n+3) {
  clear: right;
}

.rtl .tie-badge {
  left: 0;
  right: auto;
}

.rtl #revoke-tie-token {
  float: left;
}

.rtl .tie-custom-color-picker {
  float: right;
}

.rtl .tie-custom-color-picker .iris-picker,
.rtl .tie-alpha-container {
  right: 0;
}

.rtl #tie-uninstall-demo {
  float: left;
}

.rtl #wpcontent .tie-yay ul li {
  padding-left: 0;
  padding-right: 25px;
}

.rtl #wpcontent .tie-yay ul li span {
  margin-left: 0;
  margin-right: -25px;
}

.rtl #wpcontent .tie-yay .tie-primary-button {
  float: left;
}

.rtl .icon-picker-wrapper {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}

.rtl .icon-picker-wrapper ul li {
  float: right;
}

.rtl #beacon-container .Beacon .BeaconFabButtonFrame {
  left: auto !important;
  right: 185px !important;
}

.rtl #beacon-container .Beacon .BeaconFabButtonFrame + iframe {
  right: 170px !important;
}

.rtl .translations-meter-outer > span {
  right: 0;
  left: auto;
}

.rtl #tie_footer_widgets_layout_area_1 img,
.rtl #tie_footer_widgets_layout_area_2 img,
.rtl #tie-options-tab-blocks img,
.rtl #tie-options-tab-posts img,
.rtl #tie-options-tab-archives img,
.rtl .tie-posts-list-widget img,
.rtl .block-style-options li:not(.visual-option-woocommerce-slider):not(.visual-option-woocommerce):not(.visual-option-code):not(.visual-option-code_50):not(.visual-option-ad):not(.visual-option-ad_50):not(.visual-option-2c):not(.visual-option-breaking) img {
  transform: scaleX(-1);
}

#tie-rtl-demos-notice {
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin-bottom: 30px;
  color: #d15b6a;
  background-color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  height: 80px;
  line-height: 80px;
  background-image: url(images/rtl.png);
  background-repeat: no-repeat;
  background-size: 400px;
  background-position: -30px center;
}

/**
 * WordPress default colors
 * -----------------------------------------------------------------------------
 */
/* .blue */
.admin-color-blue .tie-panel,
.admin-color-blue .tie-option-pre-label {
  background: #52accc;
}

.admin-color-blue .tie-block-head {
  background: #4796b3;
}

.admin-color-blue #theme-search-list a:hover {
  color: #096484;
}

.admin-color-blue .tie-builder-container .tie-builder-section-title {
  background-color: #74b6ce;
}

.admin-color-blue .tie-builder-container .tie-builder-section-title .tie-block-options li a {
  background-color: #096484;
}

.admin-color-blue .tie-builder-container .tie-builder-section-title .tie-block-options li a:hover {
  background-color: #74b6ce;
}

.admin-color-blue .blocks-settings-tabs.tie-section-tabs {
  background: #74b6ce;
}

.admin-color-blue .blocks-settings-tabs.tie-section-tabs a.active {
  background: #096484;
}

.admin-color-blue .tie-panel-tabs li .tie-theme-update {
  background: #e1a948;
}

.admin-color-blue .tie-panel-tabs li.active a {
  background: #096484;
}

.admin-color-blue .font-select .fs-results li.active,
.admin-color-blue .tie-label-primary-bg {
  background: #096484 !important;
}

.admin-color-blue .checkmark {
  box-shadow: inset 0 0 0 #096484;
}

.admin-color-blue .checkmark__circle {
  stroke: #096484;
}

.admin-color-blue .tie-options .selected label,
.admin-color-blue .tie-options .selected label span {
  background: #096484;
}

.admin-color-blue .tie-builder-item-top-container {
  background: #52accc;
}

.admin-color-blue .tie-styles-list-widget input[type="radio"]:checked + img {
  border-color: #096484;
}

/* .coffee */
.admin-color-coffee .tie-panel,
.admin-color-coffee .tie-option-pre-label {
  background: #59524c;
}

.admin-color-coffee .tie-block-head {
  background: #46403c;
}

.admin-color-coffee #theme-search-list a:hover {
  color: #c7a589;
}

.admin-color-coffee .tie-builder-container .tie-builder-section-title {
  background-color: #b18e70;
}

.admin-color-coffee .tie-builder-container .tie-builder-section-title .tie-block-options li a {
  background-color: #c7a589;
}

.admin-color-coffee .tie-builder-container .tie-builder-section-title .tie-block-options li a:hover {
  background-color: #b18e70;
}

.admin-color-coffee .blocks-settings-tabs.tie-section-tabs {
  background: #b18e70;
}

.admin-color-coffee .blocks-settings-tabs.tie-section-tabs a.active {
  background: #c7a589;
}

.admin-color-coffee .tie-panel-tabs li .tie-theme-update {
  background: #9ea476;
}

.admin-color-coffee .tie-panel-tabs li.active a {
  background: #c7a589;
}

.admin-color-coffee .font-select .fs-results li.active,
.admin-color-coffee .tie-label-primary-bg {
  background: #c7a589 !important;
}

.admin-color-coffee .checkmark {
  box-shadow: inset 0 0 0 #c7a589;
}

.admin-color-coffee .checkmark__circle {
  stroke: #c7a589;
}

.admin-color-coffee .tie-options .selected label,
.admin-color-coffee .tie-options .selected label span {
  background: #c7a589;
}

.admin-color-coffee .tie-builder-item-top-container {
  background: #59524c;
}

.admin-color-coffee .tie-styles-list-widget input[type="radio"]:checked + img {
  border-color: #c7a589;
}

/* .ectoplasm */
.admin-color-ectoplasm .tie-panel,
.admin-color-ectoplasm .tie-option-pre-label {
  background: #523f6d;
}

.admin-color-ectoplasm .tie-block-head {
  background: #413256;
}

.admin-color-ectoplasm #theme-search-list a:hover {
  color: #a3b745;
}

.admin-color-ectoplasm .tie-builder-container .tie-builder-section-title {
  background-color: #bfd84a;
}

.admin-color-ectoplasm .tie-builder-container .tie-builder-section-title .tie-block-options li a {
  background-color: #a3b745;
}

.admin-color-ectoplasm .tie-builder-container .tie-builder-section-title .tie-block-options li a:hover {
  background-color: #bfd84a;
}

.admin-color-ectoplasm .blocks-settings-tabs.tie-section-tabs {
  background: #bfd84a;
}

.admin-color-ectoplasm .blocks-settings-tabs.tie-section-tabs a.active {
  background: #a3b745;
}

.admin-color-ectoplasm .tie-panel-tabs li .tie-theme-update {
  background: #d46f15;
}

.admin-color-ectoplasm .tie-panel-tabs li.active a {
  background: #a3b745;
}

.admin-color-ectoplasm .font-select .fs-results li.active,
.admin-color-ectoplasm .tie-label-primary-bg {
  background: #a3b745 !important;
}

.admin-color-ectoplasm .checkmark {
  box-shadow: inset 0 0 0 #a3b745;
}

.admin-color-ectoplasm .checkmark__circle {
  stroke: #a3b745;
}

.admin-color-ectoplasm .tie-options .selected label,
.admin-color-ectoplasm .tie-options .selected label span {
  background: #a3b745;
}

.admin-color-ectoplasm .tie-builder-item-top-container {
  background: #523f6d;
}

.admin-color-ectoplasm .tie-styles-list-widget input[type="radio"]:checked + img {
  border-color: #a3b745;
}

/* .midnight */
.admin-color-midnight .tie-panel,
.admin-color-midnight .tie-option-pre-label {
  background: #363b3f;
}

.admin-color-midnight .tie-block-head {
  background: #26292c;
}

.admin-color-midnight #theme-search-list a:hover {
  color: #e14d43;
}

.admin-color-midnight .tie-builder-container .tie-builder-section-title {
  background-color: #d64137;
}

.admin-color-midnight .tie-builder-container .tie-builder-section-title .tie-block-options li a {
  background-color: #e14d43;
}

.admin-color-midnight .tie-builder-container .tie-builder-section-title .tie-block-options li a:hover {
  background-color: #d64137;
}

.admin-color-midnight .blocks-settings-tabs.tie-section-tabs {
  background: #d64137;
}

.admin-color-midnight .blocks-settings-tabs.tie-section-tabs a.active {
  background: #e14d43;
}

.admin-color-midnight .tie-panel-tabs li .tie-theme-update {
  background: #69a8bb;
}

.admin-color-midnight .tie-panel-tabs li.active a {
  background: #e14d43;
}

.admin-color-midnight .font-select .fs-results li.active,
.admin-color-midnight .tie-label-primary-bg {
  background: #e14d43 !important;
}

.admin-color-midnight .checkmark {
  box-shadow: inset 0 0 0 #e14d43;
}

.admin-color-midnight .checkmark__circle {
  stroke: #e14d43;
}

.admin-color-midnight .tie-options .selected label,
.admin-color-midnight .tie-options .selected label span {
  background: #e14d43;
}

.admin-color-midnight .tie-builder-item-top-container {
  background: #363b3f;
}

.admin-color-midnight .tie-styles-list-widget input[type="radio"]:checked + img {
  border-color: #e14d43;
}

/* .ocean */
.admin-color-ocean .tie-panel,
.admin-color-ocean .tie-option-pre-label {
  background: #738e96;
}

.admin-color-ocean .tie-block-head {
  background: #627c83;
}

.admin-color-ocean #theme-search-list a:hover {
  color: #9ebaa0;
}

.admin-color-ocean .tie-builder-container .tie-builder-section-title {
  background-color: #8da78f;
}

.admin-color-ocean .tie-builder-container .tie-builder-section-title .tie-block-options li a {
  background-color: #9ebaa0;
}

.admin-color-ocean .tie-builder-container .tie-builder-section-title .tie-block-options li a:hover {
  background-color: #8da78f;
}

.admin-color-ocean .blocks-settings-tabs.tie-section-tabs {
  background: #8da78f;
}

.admin-color-ocean .blocks-settings-tabs.tie-section-tabs a.active {
  background: #9ebaa0;
}

.admin-color-ocean .tie-panel-tabs li .tie-theme-update {
  background: #aa9d88;
}

.admin-color-ocean .tie-panel-tabs li.active a {
  background: #9ebaa0;
}

.admin-color-ocean .font-select .fs-results li.active,
.admin-color-ocean .tie-label-primary-bg {
  background: #9ebaa0 !important;
}

.admin-color-ocean .checkmark {
  box-shadow: inset 0 0 0 #9ebaa0;
}

.admin-color-ocean .checkmark__circle {
  stroke: #9ebaa0;
}

.admin-color-ocean .tie-options .selected label,
.admin-color-ocean .tie-options .selected label span {
  background: #9ebaa0;
}

.admin-color-ocean .tie-builder-item-top-container {
  background: #738e96;
}

.admin-color-ocean .tie-styles-list-widget input[type="radio"]:checked + img {
  border-color: #9ebaa0;
}

/* .sunrise */
.admin-color-sunrise .tie-panel,
.admin-color-sunrise .tie-option-pre-label {
  background: #cf4944;
}

.admin-color-sunrise .tie-block-head {
  background: #be3631;
}

.admin-color-sunrise #theme-search-list a:hover {
  color: #dd823b;
}

.admin-color-sunrise .tie-builder-container .tie-builder-section-title {
  background-color: #f57e21;
}

.admin-color-sunrise .tie-builder-container .tie-builder-section-title .tie-block-options li a {
  background-color: #dd823b;
}

.admin-color-sunrise .tie-builder-container .tie-builder-section-title .tie-block-options li a:hover {
  background-color: #f57e21;
}

.admin-color-sunrise .blocks-settings-tabs.tie-section-tabs {
  background: #f57e21;
}

.admin-color-sunrise .blocks-settings-tabs.tie-section-tabs a.active {
  background: #dd823b;
}

.admin-color-sunrise .tie-panel-tabs li .tie-theme-update {
  background: #ccaf0b;
}

.admin-color-sunrise .tie-panel-tabs li.active a {
  background: #dd823b;
}

.admin-color-sunrise .font-select .fs-results li.active,
.admin-color-sunrise .tie-label-primary-bg {
  background: #dd823b !important;
}

.admin-color-sunrise .checkmark {
  box-shadow: inset 0 0 0 #dd823b;
}

.admin-color-sunrise .checkmark__circle {
  stroke: #dd823b;
}

.admin-color-sunrise .tie-options .selected label,
.admin-color-sunrise .tie-options .selected label span {
  background: #dd823b;
}

.admin-color-sunrise .tie-builder-item-top-container {
  background: #cf4944;
}

.admin-color-sunrise .tie-styles-list-widget input[type="radio"]:checked + img {
  border-color: #dd823b;
}

/* .bbp-evergreen */
.admin-color-bbp-evergreen .tie-panel,
.admin-color-bbp-evergreen .tie-option-pre-label {
  background: #446950;
}

.admin-color-bbp-evergreen .tie-block-head {
  background: #36533f;
}

.admin-color-bbp-evergreen #theme-search-list a:hover {
  color: #56b274;
}

.admin-color-bbp-evergreen .tie-builder-container .tie-builder-section-title {
  background-color: #43935c;
}

.admin-color-bbp-evergreen .tie-builder-container .tie-builder-section-title .tie-block-options li a {
  background-color: #56b274;
}

.admin-color-bbp-evergreen .tie-builder-container .tie-builder-section-title .tie-block-options li a:hover {
  background-color: #43935c;
}

.admin-color-bbp-evergreen .blocks-settings-tabs.tie-section-tabs {
  background: #43935c;
}

.admin-color-bbp-evergreen .blocks-settings-tabs.tie-section-tabs a.active {
  background: #56b274;
}

.admin-color-bbp-evergreen .tie-panel-tabs li .tie-theme-update {
  background: #36b360;
}

.admin-color-bbp-evergreen .tie-panel-tabs li.active a {
  background: #56b274;
}

.admin-color-bbp-evergreen .font-select .fs-results li.active,
.admin-color-bbp-evergreen .tie-label-primary-bg {
  background: #56b274 !important;
}

.admin-color-bbp-evergreen .checkmark {
  box-shadow: inset 0 0 0 #56b274;
}

.admin-color-bbp-evergreen .checkmark__circle {
  stroke: #56b274;
}

.admin-color-bbp-evergreen .tie-options .selected label,
.admin-color-bbp-evergreen .tie-options .selected label span {
  background: #56b274;
}

.admin-color-bbp-evergreen .tie-builder-item-top-container {
  background: #446950;
}

.admin-color-bbp-evergreen .tie-styles-list-widget input[type="radio"]:checked + img {
  border-color: #56b274;
}

/* .bbp-mint */
.admin-color-bbp-mint .tie-panel,
.admin-color-bbp-mint .tie-option-pre-label {
  background: #5fb37c;
}

.admin-color-bbp-mint .tie-block-head {
  background: #4ca26a;
}

.admin-color-bbp-mint #theme-search-list a:hover {
  color: #4f6d59;
}

.admin-color-bbp-mint .tie-builder-container .tie-builder-section-title {
  background-color: #3abf64;
}

.admin-color-bbp-mint .tie-builder-container .tie-builder-section-title .tie-block-options li a {
  background-color: #4f6d59;
}

.admin-color-bbp-mint .tie-builder-container .tie-builder-section-title .tie-block-options li a:hover {
  background-color: #3abf64;
}

.admin-color-bbp-mint .blocks-settings-tabs.tie-section-tabs {
  background: #3abf64;
}

.admin-color-bbp-mint .blocks-settings-tabs.tie-section-tabs a.active {
  background: #4f6d59;
}

.admin-color-bbp-mint .tie-panel-tabs li .tie-theme-update {
  background: #33834e;
}

.admin-color-bbp-mint .tie-panel-tabs li.active a {
  background: #4f6d59;
}

.admin-color-bbp-mint .font-select .fs-results li.active,
.admin-color-bbp-mint .tie-label-primary-bg {
  background: #4f6d59 !important;
}

.admin-color-bbp-mint .checkmark {
  box-shadow: inset 0 0 0 #4f6d59;
}

.admin-color-bbp-mint .checkmark__circle {
  stroke: #4f6d59;
}

.admin-color-bbp-mint .tie-options .selected label,
.admin-color-bbp-mint .tie-options .selected label span {
  background: #4f6d59;
}

.admin-color-bbp-mint .tie-builder-item-top-container {
  background: #5fb37c;
}

.admin-color-bbp-mint .tie-styles-list-widget input[type="radio"]:checked + img {
  border-color: #4f6d59;
}

/**
 * Thired Party Components
 * -----------------------------------------------------------------------------
 */
/* ---------------------------------------------
 Icon Picker
------------------------------------------------ */
.preview-menu-item-icon {
  font-size: 12pt;
}

.icon-picker-container {
  position: absolute;
  width: 370px;
  background-color: #fff;
  overflow: hidden;
  margin: 1px;
  top: 50px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  z-index: 9991;
  padding: 0;
}

.icon-picker-container, .icon-picker-container * {
  box-sizing: border-box;
}

.icon-picker-container .icon-picker-list-wrap {
  overflow: auto;
  height: 300px;
}

.icon-picker-container ul {
  margin: 0;
  padding: 0;
  padding: 10px;
}

.icon-picker-container ul li {
  display: inline-block;
  margin: 4px;
  float: left;
}

.icon-picker-container ul li[data-icon*="blank"] a {
  border-color: #f75c51;
}

.icon-picker-container ul li a {
  display: block;
  text-decoration: none;
  color: #373737;
  padding: 10px;
  border: 1px solid #eee;
}

.icon-picker-container ul li a span {
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 20px;
  display: block;
  text-align: center;
}

.icon-picker-container ul li a:hover {
  border-color: #999;
  background: #efefef;
}

.icon-picker-control {
  background: #fafafa;
  border-bottom: 1px solid #ddd;
  color: #23282d;
  padding: 10px 15px;
}

.icon-picker-control input[type=text] {
  width: 100%;
  max-width: 100%;
  padding: 3px 10px;
}

.icon-picker-wrapper {
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 5px;
}

input.edit-menu-item-megamenu-icon {
  max-width: 130px;
  clear: none;
  padding: 3px 10px;
}

div.button.icon-picker {
  font-size: 15px;
  height: 35px;
  width: 35px;
  margin: 1px;
  padding: 0;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  clear: both;
}

/* Custom Select */
.tie-custom-select {
  position: relative;
  display: inline-block;
  border: 1px solid #bbb;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  background: #ffffff;
  border-radius: 3px;
  width: calc(100% - 275px);
  max-width: 300px;
}

@media (max-width: 670px) {
  .tie-custom-select {
    width: 100%;
  }
}

.tie-custom-select:after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #666;
  margin-top: -3px;
  content: " ";
  position: absolute;
  top: 50%;
  right: 1em;
  z-index: 2;
  pointer-events: none;
  display: none;
}

.tie-custom-select:hover {
  border-color: #888;
}

.tie-custom-select option {
  font-weight: normal;
}

.tie-custom-select select {
  width: 100%;
  max-width: 100%;
  margin: 0;
  outline: none;
  padding: 0 .8em 0 .8em;
  box-sizing: border-box;
  height: auto;
  line-height: 33px;
  background: transparent;
}

.tie-custom-select select:focus {
  outline: none;
  box-shadow: 0 0 1px 3px #b4defa;
  color: #222;
  /* Match-02 focus color */
}

@supports (-webkit-appearance: none) or (appearance: none) or ((-moz-appearance: none) and (mask-type: alpha)) {
  .tie-custom-select:after {
    display: block;
  }
  .tie-custom-select select {
    padding-right: 2em;
    border: 1px solid transparent;
    appearance: none;
  }
  .tie-custom-select select:focus {
    border-color: #aaa;
  }
}

@-moz-document url-prefix() {
  .tie-custom-select {
    overflow: hidden;
  }
  .tie-custom-select:after {
    display: block;
  }
  .tie-custom-select select {
    overflow: -moz-hidden-unscrollable;
    padding-right: .4em;
    background: none;
    border: 1px solid transparent;
    min-width: 6em;
    width: 130%;
    min-width: calc(0em);
    width: calc(100% + 2.4em);
  }
  @supports (mask-type: alpha) {
    .tie-custom-select {
      overflow: visible;
    }
    .tie-custom-select select {
      -moz-appearance: none;
      width: 100%;
      padding-right: 2em;
    }
  }
}

.tie-custom-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tie-custom-select select {
    padding-right: 2em;
    background: none;
    border: 1px solid transparent;
  }
  .tie-custom-select select::-ms-expand {
    display: none;
  }
  .tie-custom-select select:focus {
    border-color: #aaa;
  }
  .tie-custom-select select:focus::-ms-value {
    background: transparent;
    color: #222;
  }
  .tie-custom-select:after {
    display: block;
  }
}

/* ---------------------------------------------
 Color Picker
------------------------------------------------ */
.tie-alpha-container {
  box-sizing: padding-box;
  display: none;
  border: 1px solid #dfdfdf;
  border-top: none;
  background: #ffffff;
  padding: 0 11px 6px;
  width: 233px;
  bottom: -266px;
  position: absolute;
  z-index: 15;
}

.rtl .tie-alpha-container {
  right: 0;
}

.tie-alpha-container .transparency {
  height: 24px;
  width: 100%;
  background-color: #ffffff;
  background-image: url(images/transparency-grid.png);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
  border-radius: 3px;
  padding: 0;
}

.tie-alpha-container .ui-slider-handle {
  color: #777;
  background-color: #ffffff;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
  position: absolute;
  z-index: 2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #aaa;
  border-radius: 4px;
  opacity: 0.9;
  margin-top: -2px;
  height: 20px;
  cursor: ew-resize;
  font-size: 12px;
  padding: 3px;
}

.tie-alpha-container .ui-slider {
  position: relative !important;
  text-align: center !important;
  width: 88% !important;
  border: 0 none !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.wp-picker-container .wp-picker-open ~ div.tie-alpha-container {
  display: block;
}

.tie-custom-color-picker {
  position: relative;
  float: left;
}

.widget-content .tie-custom-color-picker {
  float: none !important;
}

.tie-panel .option-item .wp-picker-container .iris-picker,
.weather-color .wp-picker-container .iris-picker {
  border-bottom: none;
  margin-top: 6px;
}