input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="tel"],
textarea {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 8px 15px;
  line-height: 1.5;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
  background-color: #fff;
  border: 1px solid #0099FF;
  box-shadow: none;
}

textarea {
  width: 100%;
}

.customize-control {
  margin-bottom: 20px;
}

.customize-control.deactivate {
  display: none !important;
}

.customizely-control-wrap .customizely-control-title {
  margin-bottom: 15px;
}

.customizely-control-wrap .customize-control-title {
  font-weight: 400;
  color: #2B3B50;
}

.customizely-control-wrap .customize-control-title .customizely-toggle-desc {
  color: #c0c3d4;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.customizely-control-wrap .customize-control-title .customizely-toggle-desc.is-active {
  color: #0099FF;
}

.customizely-control-wrap .customize-control-title .customizely-toggle-desc i {
  margin-top: 2px;
}

.customizely-control-wrap .customizely-toggle-desc {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 8px;
}

.customizely-control-wrap .customize-control-description {
  display: none;
  transition: none !important;
}

.customizely-control-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.customizely-control-title .customize-control-title {
  margin-bottom: 0;
}

.customizely-control-responsive {
  margin: 0;
  margin-left: 8px;
  padding: 0;
  list-style: none;
  display: flex;
}

.customizely-control-responsive li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.customizely-control-responsive li button {
  padding: 4px 4px 0;
  margin: 0;
  border: none;
  font-size: 12px;
  background-color: #7F8EA2;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
  display: none;
  outline: none;
  margin-left: 3px;
}

.customizely-control-responsive li button.is-active {
  display: block;
}

.customizely-control-responsive li button > .dashicons {
  font-size: 12px;
  width: 12px;
  height: 12px;
}

.customizely-control-responsive li button.customizely-device-mobile-landscape > .dashicons {
  transform: rotate(90deg);
}

.customizely-control-responsive.customizely-expanded li button {
  display: block;
}

.customizely-control-responsive.customizely-expanded li button.is-active {
  background-color: #0099FF;
}

.customizely-inline-control {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.customizely-inline-control .customizely-control-title {
  flex: 1 1 0;
  margin-bottom: 0;
}

.customizely-inline-control .customizely-control-title .customize-control-title {
  margin-bottom: 0;
}

.customizely-inline-control .description {
  width: 100%;
  flex: 0 0 100%;
  margin-top: 10px;
}

.customizely-inline-control .customize-control-notifications-container {
  width: 100%;
  flex: 0 0 100%;
  margin-top: 10px;
}

.customizely-control-cmly_checkbox .customizely-control-input label {
  display: block;
  margin-bottom: 5px;
}

.customizely-control-cmly_radio .customizely-control-input label {
  display: block;
  margin-bottom: 5px;
}

.customizely-control-cmly_textarea .customizely-control-input textarea {
  width: 100%;
}

.customizely-switch-control > span {
  display: block;
  width: 38px;
  height: 18px;
  background-color: #7F8EA2;
  border-radius: 15px;
  position: relative;
}

.customizely-switch-control > span::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 3px;
  transition: all 0.3s;
}

.customizely-switch-control > input[type="checkbox"] {
  display: none;
}

.customizely-switch-control > input[type="checkbox"]:checked + span {
  background-color: #0099FF;
}

.customizely-switch-control > input[type="checkbox"]:checked + span::after {
  left: 21px;
}

.customizely-control-cmly_range .customizely-control-input {
  display: flex;
}

.customizely-control-cmly_range .customizely-control-input .customizely-input-number {
  max-width: 80px;
}

.customizely-control-cmly_range .customizely-control-input input[type=range] {
  background-color: transparent;
  -webkit-appearance: none;
  flex: 1 1 0;
  width: 100%;
  margin: 5px 0;
}

.customizely-control-cmly_range .customizely-control-input input[type=range]:focus {
  outline: none;
}

.customizely-control-cmly_range .customizely-control-input input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  box-shadow: 0 0 0 #000000, 0 0 0 #0d0d0d;
  background: #d8dfe8;
  border-radius: 10.9px;
  border: 0 solid #18d501;
}

.customizely-control-cmly_range .customizely-control-input input[type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 10px rgba(43, 59, 80, 0.2), 0 0 0 rgba(52, 71, 97, 0.2);
  border: 0 solid #83e584;
  height: 16px;
  width: 16px;
  border-radius: 12px;
  background: #0099ff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}

.customizely-control-cmly_range .customizely-control-input input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  box-shadow: 0 0 0 #000000, 0 0 0 #0d0d0d;
  background: #d8dfe8;
  border-radius: 10.9px;
  border: 0 solid #18d501;
}

.customizely-control-cmly_range .customizely-control-input input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 10px rgba(43, 59, 80, 0.2), 0 0 0 rgba(52, 71, 97, 0.2);
  border: 0 solid #83e584;
  height: 16px;
  width: 16px;
  border-radius: 12px;
  background: #0099ff;
  cursor: pointer;
}

.customizely-control-cmly_range .customizely-control-input input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.customizely-control-cmly_range .customizely-control-input input[type=range]::-ms-fill-lower {
  background: #c8d2df;
  border: 0 solid #18d501;
  border-radius: 21.8px;
  box-shadow: 0 0 0 #000000, 0 0 0 #0d0d0d;
}

.customizely-control-cmly_range .customizely-control-input input[type=range]::-ms-fill-upper {
  background: #d8dfe8;
  border: 0 solid #18d501;
  border-radius: 21.8px;
  box-shadow: 0 0 0 #000000, 0 0 0 #0d0d0d;
}

.customizely-control-cmly_range .customizely-control-input input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0 0 10px rgba(43, 59, 80, 0.2), 0 0 0 rgba(52, 71, 97, 0.2);
  border: 0 solid #83e584;
  width: 16px;
  height: 16px;
  border-radius: 12px;
  background: #0099ff;
  cursor: pointer;
}

.customizely-input-number {
  position: relative;
}

.customizely-input-number button {
  position: absolute;
  right: 0;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 1px solid #D8DFE8;
  outline: none;
  color: #7F8EA2;
  background-color: transparent;
  transition: all 0.3s;
  cursor: pointer;
  overflow: hidden;
}

.customizely-input-number button span {
  width: 16px;
  height: 16px;
  font-size: 16px;
  margin-left: -1px;
}

.customizely-input-number button.customizely-number-input-up {
  top: 0;
  border-radius: 0 5px 0 0;
}

.customizely-input-number button.customizely-number-input-down {
  bottom: 0;
  border-radius: 0 0 5px 0;
  border-top: none;
}

.customizely-input-number button:hover {
  background-color: #0099FF;
  border-color: #0099FF;
  color: #fff;
}

.customizely-input-number .customizely-number-input {
  height: auto;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  max-width: 100px;
}

.customizely-input-number .customizely-number-input::-webkit-inner-spin-button, .customizely-input-number .customizely-number-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.customizely-input-number .customizely-number-input:focus + button {
  border-color: #0099FF;
}

.customizely-input-number .customizely-number-input:focus + button + button {
  border-color: #0099FF;
}

.customizely-control-wrap {
  position: relative;
}

.customizely-control-wrap .wp-picker-container {
  float: right;
  box-sizing: content-box;
}

.customizely-control-wrap .wp-picker-container * {
  box-sizing: content-box;
}

.customizely-control-wrap .wp-picker-container .button.button-small,
.customizely-control-wrap .wp-picker-container .button-group.button-small .button {
  height: 32px;
  box-shadow: none;
}

.customizely-control-wrap .wp-picker-container.wp-picker-active {
  margin-bottom: 12px;
}

.customizely-control-wrap .wp-picker-container.wp-picker-active .wp-picker-input-wrap {
  display: flex;
}

.customizely-control-wrap .wp-picker-container .wp-picker-input-wrap {
  padding-top: 10px;
  background: #ffff;
  padding: 10px 10px 0;
  border: 1px solid #ddd;
  margin-bottom: -1px;
  border-bottom: none;
  position: relative;
  z-index: 1;
}

.customizely-control-wrap .wp-picker-container .wp-picker-input-wrap label {
  box-sizing: border-box !important;
  display: block;
  flex: 1 1 0%;
}

.customizely-control-wrap .wp-picker-container .wp-picker-input-wrap label input {
  box-sizing: border-box !important;
  width: calc(100% - 10px);
  line-height: 1.2;
}

.customizely-control-wrap .wp-picker-container .wp-picker-input-wrap .button {
  display: block;
  margin: 0;
}

.customizely-control-wrap .wp-picker-container .wp-color-result {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  border: 3px solid #ffffff;
  box-shadow: 0 0 5px rgba(48, 72, 71, 0.1);
  padding: 0;
  width: 22px;
  height: 22px;
  min-height: 22px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  background-size: 8px;
}

.customizely-control-wrap .wp-picker-container .wp-color-result .wp-color-result-text, .customizely-control-wrap .wp-picker-container .wp-color-result:after {
  display: none;
}

.customizely-control-wrap .wp-picker-container .iris-picker {
  margin-top: 0;
}

.customizely-control-wrap .iris-picker .iris-square + .iris-strip {
  background-image: linear-gradient(red, #ff7f00, yellow, #80ff00, lime, #00ff80, cyan, #007fff, blue, #7f00ff, magenta, #ff0080, red) !important;
}

.customizely-control-wrap .iris-picker .iris-alpha-slider {
  background-size: 8px !important;
}

.customizely-control-cmly_color.customizely-inline-control .customizely-control-title {
  padding-right: 30px;
}

.customizely-control-cmly_color.customizely-inline-control .customizely-control-title .customize-control-title {
  line-height: 30px;
}

.customizely-control-cmly_color.customizely-inline-control .customizely-control-input {
  width: 100%;
}

.chosen-container {
  width: 100% !important;
}

.chosen-container .chosen-drop {
  border: 1px solid #0099FF;
  border-top: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.chosen-container .chosen-results {
  color: #444;
  margin: 0;
  padding: 0;
}

.chosen-container .chosen-results li {
  padding: 10px;
}

.chosen-container-single .chosen-single {
  border-radius: 5px;
  background: none;
  background-color: #fff;
  border: 1px solid #D8DFE8;
  box-shadow: none;
  padding: 5px 10px;
  height: auto;
  color: #4B5B71;
}

.chosen-container-single .chosen-single div b {
  background-position: 0 8px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  background: none;
  background-color: #fff;
  border: 1px solid #0099FF;
  box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 8px;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #0099FF;
  background-image: none;
  color: #fff;
}

.chosen-container-single .chosen-single abbr {
  top: 12px;
  right: 25px;
}

.chosen-container-single .chosen-search input[type=text] {
  border: 1px solid #D8DFE8;
  border-radius: 5px;
}

.chosen-container-single .chosen-search input[type=text]:focus {
  border-color: #0099FF;
}

.customizely-media-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
}

.customizely-media-placeholder i {
  line-height: 100px;
}

.customizely-media-holder {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border: 1px solid #cfd1df;
  border-radius: 5px;
  background-color: #fff;
}

.customizely-media-holder::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 99;
}

.customizely-media-holder.cmp-img-active {
  display: inline-block;
}

.customizely-media-holder img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  cursor: pointer;
}

.customizely-has-media .customizely-media-holder {
  width: 120px;
  height: 120px;
}

.customizely-media-buttons {
  padding-left: 20px;
  display: none;
}

.customizely-media-buttons .customizely-add-media {
  display: block;
  margin-bottom: 10px;
}

.customizely-control-cmly_media .customizely-control-input {
  display: flex;
  flex-wrap: wrap;
}

.customizely-media-audio-video .customizely-control-cmly_media .customizely-media-holder {
  width: 100%;
  height: auto;
  border: none;
}

.customizely-media-audio-video .customizely-control-cmly_media .customizely-media-buttons {
  padding-left: 0;
  padding-top: 20px;
}

.customizely-media-audio-video .customizely-control-cmly_media .customizely-media-buttons .customizely-add-media {
  display: inline-block;
}

.customizely-has-media .customizely-control-cmly_media .customizely-media-buttons {
  display: block;
}

.customizely-image-select-wrap {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: -5px;
}

.customizely-image-select-wrap * {
  box-sizing: border-box;
}

.customizely-image-select-wrap > .customizely-image-select-column {
  flex: 0 0 33.334%;
  max-width: 33.334%;
  padding: 5px;
}

.customizely-image-select-wrap > .customizely-image-select-column label {
  display: block;
}

.customizely-image-select-wrap > .customizely-image-select-column label img {
  height: auto;
  border: 2px solid #cfd1df;
  border-radius: 5px;
  padding: 5px;
}

.customizely-image-select-wrap > .customizely-image-select-column label input[type=radio] {
  display: none;
}

.customizely-image-select-wrap > .customizely-image-select-column label input[type=radio]:checked + img {
  border-color: #0099ff;
}

.customizely-image-select-wrap.customizely-image-select-col-1 > .customizely-image-select-column {
  flex: 0 0 100%;
  max-width: 100%;
}

.customizely-image-select-wrap.customizely-image-select-col-2 > .customizely-image-select-column {
  flex: 0 0 50%;
  max-width: 50%;
}

.customizely-image-select-wrap.customizely-image-select-col-4 > .customizely-image-select-column {
  flex: 0 0 25%;
  max-width: 25%;
}

.customizely-image-select-wrap.customizely-image-select-no-padding > .customizely-image-select-column label img {
  padding: 0;
}

.customizely-buttons-wrap {
  display: flex;
  flex-wrap: wrap;
}

.customizely-buttons-wrap label span {
  background-color: #fff;
  padding: 10px 15px;
}

.customizely-buttons-wrap label:first-child span {
  border-radius: 5px 0 0 5px;
}

.customizely-buttons-wrap label:last-child span {
  border-radius: 0 5px 5px 0;
}

.customizely-buttons-wrap label + label {
  margin-left: 1px;
}

.customizely-buttons-wrap input[type="radio"] {
  display: none;
}

.customizely-buttons-wrap input[type="radio"]:checked + span {
  background-color: #0099FF;
  color: #fff;
}

.customizely-color-palette-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
  box-sizing: border-box;
}

.customizely-color-palette-wrap label {
  display: block;
  width: 41px;
  height: 41px;
  padding: 4px;
  box-sizing: border-box;
}

.customizely-color-palette-wrap label span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #CFD1DF;
  box-sizing: border-box;
  position: relative;
}

.customizely-color-palette-wrap label span:hover {
  box-shadow: 0 0 0 2px #0099FF;
}

.customizely-color-palette-wrap label span::after {
  content: "\f147";
  font-family: dashicons;
  width: 14px;
  height: 14px;
  background-color: #0099FF;
  border: 2px solid #fff;
  position: absolute;
  bottom: -6px;
  right: -6px;
  border-radius: 50%;
  color: #fff;
  display: none;
}

.customizely-color-palette-wrap input[type="radio"] {
  display: none;
}

.customizely-color-palette-wrap input[type="radio"]:checked + span {
  box-shadow: 0 0 0 2px #0099FF;
}

.customizely-color-palette-wrap input[type="radio"]:checked + span::after {
  display: block;
}

.preview-laptop .wp-full-overlay-main {
  width: 1100px;
  margin: auto 0 auto -550px;
  max-height: 100%;
  max-width: 100%;
  left: 50%;
}

.wp-full-overlay-footer .devices .preview-laptop:before {
  content: "\f547";
}

.preview-mobile-landscape .wp-full-overlay-main {
  width: 731px;
  margin: auto 0 auto -350px;
  max-height: 100%;
  max-width: 100%;
  left: 50%;
  height: 411px;
}

.wp-full-overlay-footer .devices .preview-mobile-landscape:before {
  content: "\f470";
  transform: rotate(90deg);
}

.preview-tablet .wp-full-overlay-main {
  width: 768px;
  margin: auto 0 auto -425px;
  height: 1024px;
}

.section-open #customize-theme-controls .customize-pane-parent.busy,
.in-sub-panel #customize-theme-controls .customize-pane-parent.busy,
.section-open #customize-info.busy,
.in-sub-panel #customize-info.busy,
.busy.section-open.in-sub-panel #customize-theme-controls .customize-pane-child.current-panel,
#customize-theme-controls .customize-pane-child.open,
#customize-theme-controls .customize-pane-child.current-panel,
#customize-theme-controls .customize-pane-child.busy {
  min-height: 100%;
}
