/**
 *
 * -----------------------------------------------------------
 *
 * WordPress-Settings-Framework Framework
 * A Lightweight and easy-to-use WordPress Options Framework
 *
 * Copyright 2015 WordPress-Settings-Framework <info@codestarlive.com>
 *
 * -----------------------------------------------------------
 *
 */
.wpsf-framework {
  margin-left: 20px;
  margin-right: 0;
}
.wpsf-framework .wpsf-header h1 {
  float: right;
}
.wpsf-framework .wpsf-header fieldset {
  float: left;
}
.wpsf-framework .wpsf-nav {
  float: right;
}
.wpsf-framework .wpsf-nav ul {
  clear: right;
}
.wpsf-framework .wpsf-nav ul li .wpsf-section-active:after {
  right: auto;
  left: 0;
  border-left-color: #fff;
  border-right-color: transparent;
}
.wpsf-framework .wpsf-nav ul li .wpsf-arrow:after {
  content: "\f053";
  right: auto;
  left: 10px;
}
.wpsf-framework .wpsf-nav ul li.wpsf-tab-active .wpsf-arrow:after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.wpsf-framework .wpsf-nav ul ul li a {
  padding-right: 25px;
  padding-left: 15px;
}
.wpsf-framework .wpsf-nav ul ul:before {
  left: auto;
  right: 15px;
}
.wpsf-framework .wpsf-nav .wpsf-icon {
  margin-left: 5px;
  margin-right: 0;
}
.wpsf-framework .wpsf-nav-background {
  left: auto;
  right: 0;
}
.wpsf-framework .wpsf-content {
  margin-left: 0;
  margin-right: 225px;
}
.wpsf-framework .wpsf-content .wpsf-sections {
  float: right;
}
.wpsf-framework .wpsf-show-all .wpsf-content {
  margin-right: 0;
  overflow: hidden;
}
.wpsf-framework .wpsf-expand-all {
  right: auto;
  left: 40px;
}
.wpsf-framework .wpsf-footer {
  text-align: left;
}

.wpsf-metabox-framework {
  margin: -6px -12px -12px -12px;
}
.wpsf-metabox-framework .wpsf-content .wpsf-section-title {
  padding: 20px;
}

.wpsf-element .wpsf-title {
  float: right;
}
.wpsf-element .wpsf-fieldset {
  margin-left: 0;
  margin-right: 30%;
}

.wpsf-pseudo-field {
  padding: 0 0 0 5px !important;
}

.wpsf-field-number em {
  margin-left: 0;
  margin-right: 5px;
}

.wpsf-field-typography select,
.wpsf-field-typography .chosen-container {
  margin-right: 0;
  margin-left: 5px;
}

.wpsf-field-checkbox .horizontal li,
.wpsf-field-radio .horizontal li {
  margin-right: 0;
  margin-left: 15px;
}

.wpsf-field-switcher label {
  float: right;
}
.wpsf-field-switcher .wpsf-text-desc {
  float: right;
  margin-left: 0;
  margin-right: 5px;
}

.wpsf-field-color_picker .wpsf-alpha-slider {
  margin-left: 0;
  margin-right: 2px;
}
.wpsf-field-color_picker .wpsf-alpha-slider .ui-slider-handle {
  margin: 0 -11px;
}
.wpsf-field-color_picker .wpsf-alpha-slider-offset {
  background-position: center right;
}
.wpsf-field-color_picker .wpsf-alpha-text {
  right: auto;
  left: 10px;
}

.wpsf-field-group .ui-accordion-icons {
  padding-left: 0;
  padding-right: 30px;
}
.wpsf-field-group .ui-accordion-header-icon {
  left: auto;
  right: .5em;
}
.wpsf-field-group .dashicons-arrow-right:before {
  content: "\f141";
}

.wpsf-help {
  right: auto;
  left: 5px;
}

.wpsf-field-icon .button {
  margin-right: 0;
  margin-left: 5px;
}
.wpsf-field-icon .wpsf-icon-preview i {
  margin-right: 0;
  margin-left: 5px;
}

.wpsf-field-gallery ul li {
  margin-right: 0;
  margin-left: 5px;
}
.wpsf-field-gallery .button {
  margin-right: 0;
  margin-left: 5px;
}

.wpsf-field-sorter .wpsf-modules {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

.wpsf-taxonomy-add-fields .wpsf-fieldset {
  margin-right: 0;
}
.wpsf-taxonomy-add-fields .wpsf-help {
  left: -5px;
  right: auto;
}

.wpsf-taxonomy-edit-fields .wpsf-fieldset {
  margin-left: 0;
  margin-right: 225px;
}
.wpsf-taxonomy-edit-fields .wpsf-help {
  right: auto;
  left: -5px;
}

#wpsf-save-ajax {
  right: auto;
  left: 5px;
}

.wpsf-dialog .wpsf-element {
  padding-right: 15px;
  padding-left: 30px;
}
.wpsf-dialog .wpsf-shortcode-clone .wpsf-remove-clone {
  right: auto;
  left: 5px;
}

#customize-controls .wpsf-element .wpsf-fieldset,
.widget-content .wpsf-element .wpsf-fieldset,
#side-sortables .wpsf-element .wpsf-fieldset {
  margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .wpsf-metabox-framework .wpsf-element .wpsf-fieldset {
    margin-left: 0;
  }
}
@media only screen and (max-width: 782px) {
  .wpsf-framework .wpsf-fieldset,
  .wpsf-framework .wpsf-content {
    margin-right: 0;
  }
}
.ui-dialog {
  right: auto;
}


