/* Switch CSS */
.switch_options {
  display: block;
}

.switch_options:before,
.switch_options:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.switch_options:after {
  clear: both;
}

.switch_options span {
  display: inline-block;
  float: left;
  padding: 4px 9px;
  margin: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  color: #555;
  border: 1px solid #aaa;
  text-transform: uppercase;
  line-height: 16px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  /* IE6-9 */

}

.switch_options span:first-of-type {
  border-radius: 2px 0 0 2px;
  border-right: 0;
}

.switch_options span:last-of-type {
  border-radius: 0 2px 2px 0;
  border-left: 0;
}

.switch_options span:hover {
  background: #fafafa;
}

.switch_options span.selected {
  background: #00b7ea;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b7ea), color-stop(100%, #009ec3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00b7ea 0%, #009ec3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b7ea', endColorstr='#009ec3', GradientType=0);
  /* IE6-9 */
  border-color: #0082A3;
  color: #fff;
}

.customize-control #editorial-img-container li img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  padding: 1px;
  border: 4px solid transparent;
  margin-top: 5px;
  margin-right: 5px;
}

.customize-control #editorial-img-container li img:hover {
  border-color: #ddd;
}

.customize-control #editorial-img-container li img.editorial-radio-img-selected {
  border-color: #00a0d2;
}

/*=================================================
             Pro theme link
=================================================*/
#customize-controls .control-section-mt-upsell .accordion-section-title:hover,
#customize-controls .control-section-mt-upsell .accordion-section-title:focus {
  background-color: #fff;
}

.control-section-mt-upsell .accordion-section-title .button {
  font-weight: 700;
  margin-left: 8px;
  border-color: #029FB2;
  background-color: #029FB2;
  color: #fff;
}

.control-section-mt-upsell .accordion-section-title .button:hover {
  background-color: #006d80;
}

.rtl .customize-control #editorial-img-container li {
  float: right;
}

.rtl .customize-control #editorial-img-container li label {
  margin: 0 0 0 15px;
}

.rtl .switch_options {
  float: right;
}

/*=================================================
            Theme Info Section
=================================================*/
.mt-imp-link {
  font-weight: 500;
  background: #01aefd;
  padding: 10px 10px;
  color: #FFF !important;
  text-align: center;
  display: block;
  margin-top: 5px;
  line-height: 1.5;
  box-shadow: none;
  font-style: normal;
  text-decoration: none;
}

.mt-imp-link:focus {
  box-shadow: none !important;
}

.mt-imp-link:hover {
  background: #19C6AF;
}

/*=================================================
            Dashicons
=================================================*/
.customize-pane-parent .control-section .accordion-section-title:before {
  font-family: dashicons;
  content: "\f103";
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

#accordion-section-theme_upsell .accordion-section-title:before {
  content: "\f102";
}

#accordion-section-editorial_imp_link_section .accordion-section-title:before {
  content: "\f103";
}

#accordion-panel-editorial_general_settings_panel .accordion-section-title:before {
  content: "\f111";
}

#accordion-panel-editorial_header_settings_panel .accordion-section-title:before {
  content: "\f175";
}

#accordion-panel-editorial_design_settings_panel .accordion-section-title:before {
  content: "\f547";
}

#accordion-panel-editorial_additional_settings_panel .accordion-section-title:before {
  content: "\f546";
}

#accordion-panel-nav_menus .accordion-section-title:before {
  content: "\f333";
}

#accordion-panel-widgets .accordion-section-title:before {
  content: "\f116";
}

#accordion-section-custom_css .accordion-section-title:before {
  content: "\f499";
}