.gsf-meta-box-wrap {
	margin: -6px -12px -12px;
	display: block;
	background-color: #fcfcfc;
 }
.gsf-meta-box-wrap:after {
	content: "";
	display: block;
	clear: both;
}
/** Grid **/
.gsf-meta-box-wrap * {
	box-sizing: border-box;
}

.gsf-row {
	margin-left: -15px;
	margin-right: -15px;
}

.gsf-row:after {
	content: "";
	display: block;
	clear: both;
}

.gsf-col{
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

.gsf-col-12 {
	width: 100%;
}

.gsf-col-11 {
	width: 91.66666667%;
}

.gsf-col-10 {
	width: 83.33333333%;
}

.gsf-col-9 {
	width: 75%;
}

.gsf-col-8 {
	width: 66.66666667%;
}

.gsf-col-7 {
	width: 58.33333333%;
}

.gsf-col-6 {
	width: 50%;
}

.gsf-col-5 {
	width: 41.66666667%;
}

.gsf-col-4 {
	width: 33.33333333%;
}

.gsf-col-3 {
	width: 25%;
}

.gsf-col-2 {
	width: 16.66666667%;
}

.gsf-col-1 {
	width: 8.33333333%;
}

/** Meta boxes tab **/
.gsf-tab {
	width: 210px;
	float: left;
	border-right: 1px solid #dfdfdf;
	margin-right: -1px;
	position: relative;
}

.gsf-tab ul {
	margin: 0;
	padding: 0 0 100px;
	list-style: none;
}

.gsf-tab li {
	line-height: 1.6;
	padding: 0;
	border-bottom: solid 1px #e2e2e2;
	position: relative;
	background: #f3f3f3;
	z-index: 1;
	margin: 0;
}

.gsf-tab li:hover {
	background-color: #e5e5e5;
}
.gsf-tab li.active {
	left: 1px;
	background-color: #fcfcfc;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.03);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.03);
}

.gsf-tab li.active > a {
	color: #0073aa;
}

.gsf-tab li a {
	display: block;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: 700;
	color: #666;
	text-decoration: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.gsf-tab .dashicons {
	float: left;
	font-size: 24px;
	line-height: 20px;
	position: relative;
	top: 1px;
}

.gsf-tab a > span {
	padding-left: 35px;
	display: block;
}

/** Meta boxes config layout **/
.gsf-layout-horizontal + .gsf-layout-horizontal {
	border-top: solid 1px #eee;
	padding-top: 20px;
}
.gsf-layout-horizontal-col:after,
.gsf-repeater.gsf-layout-horizontal:after {
	content: '';
	display: block;
	clear: both;
}
.gsf-layout-horizontal-col > .gsf-label,
.gsf-repeater.gsf-layout-horizontal > .gsf-label {
	float: left;
	width: 220px;
	padding-right: 15px;
}
.gsf-layout-horizontal-col > .gsf-field-content-wrap,
.gsf-repeater.gsf-layout-horizontal > .gsf-field-content-wrap {
	float: left;
	width: 79%;
	width: calc(100% - 220px);
}
.gsf-field-content-repeater .gsf-layout-horizontal-col > .gsf-field-content-wrap {
	margin-left: 0;
}
.gsf-field-content-repeater .gsf-field > .gsf-field-content-wrap {
	float: none;
	width: 100%;
}

/** Meta boxes fields common **/
.gsf-fields-wrapper {
	padding: 15px;
}
.gsf-fields-wrapper div.gsf-fields-wrapper-message {
	display: none;
	margin: 0 0 20px;
	padding: 10px 15px;
	font-weight: 700;
	font-style: italic;
	font-size: 14px;
	letter-spacing: 0.03em;
	border-left:solid 3px #8a6d3b;
	color: #8a6d3b;
	background-color: #fcf8e3;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}
.gsf-fields-wrapper div.gsf-fields-wrapper-message.error {
	border-left-color: #a94442;
	color: #a94442;
	background-color: #f2dede;
}

.gsf-fields .gsf-fields-wrapper{
	padding: 20px 15px;
}
.gsf-field-content-wrap {
	margin-bottom: 15px;
}
.gsf-field-content-wrap:after {
	content: '';
	display: block;
	clear: both;
}
.gsf-fields {
	background: #fcfcfc;
}
.gsf-tab + .gsf-fields {
	overflow: auto;
	position: relative;
	padding: 0;
	border-left: 1px solid #dfdfdf;
}

.gsf-fields-wrap {
	position: relative;
}

.gsf-label {
	display: block;
	margin-bottom: 10px;
	cursor: initial;
}
.gsf-title {
	font-weight: 500;
	font-size: 14px;
}
.gsf-subtitle {
	margin-top: 5px;
	font-size: 13px;
	color: #777;
}

.gsf-text {
	width: 25em;
	max-width: 100%;
}
.gsf-text[type="range"] {
	width: 100%;
}

.gsf-desc {
	margin-top: 0;
	margin-bottom: 0;
	font-style: italic;
}

/** Group **/
.gsf-group {
	max-width:98%;
	position: relative;
	margin-bottom: 25px;
}

.gsf-group > h4 {
	padding: 8px 15px;
	margin: 0;
	font-size: 14px;
	color: #000;
	background: #f2f2f2;
	border: solid 1px #ddd;
	cursor: pointer;
}

.gsf-group-toggle {
	position: absolute;
	right: 10px;
	top: 7px;
	color: #000;
	cursor: pointer;
}

.gsf-group-inner {
	padding: 20px 15px;
	border: solid 1px #ddd;
	border-top: none;
}

/** Clone Field **/
.gsf-clone-field {
	position: relative;
	padding-right: 35px;
}

.gsf-clone-field + .gsf-clone-field {
	margin-top: 5px;
}

.gsf-clone-button-remove {
	position: absolute;
	right: 0;
	top: 5px;
	background-color: #d23636;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}

.gsf-clone-field-row-wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.gsf-clone-field-row {
	margin-left: -15px;
	margin-right: -15px;
}

.gsf-clone-field-row > .gsf-clone-button-remove {
	right: 15px;
	top: 27px;
}

.gsf-clone-field-group > .gsf-clone-button-remove {
	top: 27px;
}

.gsf-clone-field-row:after {
	content: '';
	display: block;
	clear: both;
}

.gsf-field-content-inner-clone {
	margin-bottom: 10px;
}

.gsf-repeater-header,
.gsf-repeater-footer {
	padding-right: 35px;
}
.gsf-repeater-header .gsf-label {
	font-weight: 700;
}
.gsf-repeater-footer {
	margin-top: -5px;
	margin-bottom: 5px;
}

.gsf-field-content-repeater .gsf-clone-button-remove {
	right: 15px;
}

.gsf-field-content-repeater .gsf-field-content-wrap {
	margin-bottom: 0;
}

.gsf-repeater-sort .gsf-repeater-header,
.gsf-repeater-sort .gsf-repeater-footer {
	padding-left: 25px;
}

.gsf-field-sortable > .gsf-clone-field {
	padding-left: 25px;
}

.gsf-sortable-button {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 5px;
	height: 20px;
	left: 0;
	color: #888;
	cursor: move;
}

.gsf-field-content-repeater .gsf-sortable-button {
	left: 15px;
	bottom: 0;
}

.gsf-field-clone-sortable-placeholder {
	border: dashed 3px #e7e7e7;
	background-color: #f8f8f8;
	height: 30px;
}
/** Ace Editor Field **/
.gsf-field-ace_editor .ace_editor {
	margin-top: 0;
}

/** Editor Field **/
.gsf-field .wp-switch-editor {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/**
 * Panel Field
 * *******************************************************
 */
.gsf-clone-field-panel {
	border: solid 1px #ddd;
	margin-bottom: 10px;
	padding: 0 15px;
}
.gsf-field-sortable .gsf-clone-field.gsf-clone-field-panel {
	padding: 0 15px;
}
.gsf-field-panel-title {
	margin: 0 -15px;
	padding: 10px 15px;
	font-size: 14px;
	background: #f2f2f2;
	border-bottom: solid 1px #ddd;
	color: #000;
	cursor: pointer;
}
.gsf-field-panel-sortable .gsf-field-panel-title {
	cursor: move;
}
.gsf-clone-field-panel > .gsf-clone-button-remove {
	right: 40px;
	top: 9px;
	color: #333;
	background: transparent;
}
.gsf-field-sortable .gsf-clone-field-panel > h4 .gsf-panel-title {
	display: block;
}
.gsf-panel-toggle {
	position: absolute;
	right: 10px;
	top: 7px;
	color: #333;
	cursor: pointer;
}
.gsf-field-panel-title + .gsf-clone-field-panel-inner {
	padding-top: 20px;
}
.gsf-field-panel-sortable-placeholder {
	border: dashed 2px #eee;
	height: 41px;
	margin-bottom: 10px;
}
/**
 * Meta boxes fields other
 * *******************************************************
 */
.gsf-hidden-field {
	display: none !important;
}

/** Select **/
.gsf-field-select select,
.gsf-field-select_group select {
	width: 25em;
	max-width: 100%;
}

/** Radio & Checkbox List **/
.form-switch label span{
  margin-top: 3px;
  margin-left: 3px;
  display: inline-block;
}

.gsf-field-radio-inner label,
.gsf-field-checkbox_list-inner label {
	display: block;
	margin-bottom: 5px;
}

.gsf-field-radio-inner.value-inline label,
.gsf-field-checkbox_list-inner.value-inline label {
	display: inline-block;
	margin-right: 10px;
}

/** Button Set **/
.gsf-field-button_set-inner {
	margin-bottom: 5px;
}
.gsf-field-button_set-inner:after {
	content: "";
	display: block;
	clear: both;
}
.gsf-field-button_set-inner >label {
	padding: 0;
}
.gsf-field-button_set-inner input {
	display: none;
}

.gsf-field-button_set-inner label:first-child span {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.gsf-field-button_set-inner label:last-child span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.gsf-field-button_set-inner span {
	float: left;
	cursor: pointer;
	display: inline-block;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), color-stop(25%, #fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #fff, #fff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#fff, #fff 25%, #e6e6e6);
	background-image: linear-gradient(#fff, #fff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	padding: 5px 14px 6px;
	margin: 0;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333;
	font-size: 13px;
	line-height: normal;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear background-image;
	-moz-transition: 0.1s linear background-image;
	-ms-transition: 0.1s linear background-image;
	-o-transition: 0.1s linear background-image;
	transition: 0.1s linear background-image;
	overflow: visible;
}

.gsf-field-button_set-inner input:checked + span {
	background-color: #0073aa !important;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#008bce), to(#0073aa)) !important;
	background-image: -moz-linear-gradient(top, #008bce, #0073aa) !important;
	background-image: -ms-linear-gradient(top, #008bce, #0073aa) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008bce), color-stop(100%, #0073aa)) !important;
	background-image: -webkit-linear-gradient(top, #008bce, #0073aa) !important;
	background-image: -o-linear-gradient(top, #008bce, #0073aa) !important;
	background-image: -linear-gradient(top, #008bce, #0073aa) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008bce', endColorstr='#0073aa', GradientType=0) !important;
	border-color: #005077 !important;
	-webkit-box-shadow: inset 0 1px 0 #00a7f6, 0 1px 0 rgba(0, 0, 0, 0.15) !important;
	box-shadow: inset 0 1px 0 #00a7f6, 0 1px 0 rgba(0, 0, 0, 0.15) !important;
	color: #ffffff;
}

/** Image Set **/
/** Button Set **/
.gsf-field-image_set-inner:after {
	content: "";
	display: block;
	clear: both;
}

.gsf-field-image_set-inner input {
	display: none;
}

.gsf-field-image_set-inner img {
	border: solid 3px #eee;
	max-width: 100%;
}

.gsf-field-image_set-inner input:checked + img {
	border-color: #0082C1;
}
.gsf-field-image_set-inner > label {
	display: inline-block;
}

/** Image Field & Gallery Field **/
.gsf-image-preview {
	display: inline-block;
	position: relative;
	width: 90px;
	background-color: #ddd;
	border: solid 3px #ccc;
	overflow: hidden;
}

.gsf-image-preview:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.gsf-image-preview:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0);
	visibility: hidden;
	transition: all .3s;
}

.gsf-image-preview:hover:after {
	background-color: rgba(0, 0, 0, 0.4);
	visibility: visible;
}

.gsf-image-preview.no-preview > span {
	display: none;
}
.gsf-image-preview.no-preview .centered {
	display: none;
}
.gsf-image-preview > span {
	position: absolute;
	cursor: pointer;
	right: 5px;
	top: 5px;
	color: #fff;
	z-index: 2;
}
.gsf-field-image-inner .gsf-image-preview {
	width: 64px;
	float: left;
}
.gsf-field-image-inner .gsf-image-preview + .gsf-image-info {
	padding-left: 75px;
}
.gsf-image-info input {
	width: 95%;
	margin-bottom: 5px;
}

.gsf-image-preview > span + span {
	right: 25px;
}

.gsf-image-preview > span:hover {
	color: #D54E21;
}

.gsf-image-preview > .centered {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.gsf-image-preview img {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 100%;
	max-width: 100%;
}

.gsf-image-add {
	display: none;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	line-height: 90px;
	color: #000;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
}

.gsf-image-add:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
}

.gsf-image-preview.no-preview .gsf-image-add {
	display: block;
}

.gsf-field-gallery-inner:after {
	content: '';
	display: block;
	clear: both;
}

.gsf-field-gallery-inner .gsf-image-preview,
.gsf-field-gallery-inner .gsf-gallery-add {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.gsf-field-gallery-inner .gsf-image-preview {
	cursor: move;
}

.gsf-gallery-add {
	width: 90px;
	height: 90px;
	line-height: 90px;
	color: #000;
	background-color: #ddd;
	border-color: #444;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;

}

.gsf-gallery-add:hover {
	background-color: #444;
	color: #fff;
}

.gsf-gallery-sortable-placeholder {
	width: 90px;
	height: 90px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: dashed 3px #ddd;
}

.gsf-image-default-popup {
	display: none;
	position: fixed;
	z-index: 99999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
}
.gsf-image-default-popup-content {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
	top: 30px;
	background-color: #fff;
}
.gsf-image-default-popup-content > h1 {
	background-color: #fcfcfc;
	border-bottom: solid 1px #eee;
	margin: 0;
	padding: 15px;
	line-height: 30px;
}
.gsf-image-default-popup-listing {
	position: absolute;
	top: 61px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	padding: 15px;
}
.gsf-image-default-popup-item {
	width: 5%;
	float: left;
	background-color: #eee;
	background-clip: content-box;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	padding: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gsf-image-default-popup-item:before {
	content: '';
	display: block;
	padding-top: 100%;
}
.gsf-image-default-popup-item:hover {
	box-shadow: inset 0 0 0 4px #0e618a;
}

.gsf-image-default-popup-item .thumbnail {
	position: absolute;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	overflow: hidden;
}
.gsf-image-default-popup-item .centered {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translate(50%,50%);
	-moz-transform: translate(50%,50%);
	-ms-transform: translate(50%,50%);
	-o-transform: translate(50%,50%);
	transform: translate(50%,50%);
}
.gsf-image-default-popup-item .centered img {
	max-height: 100%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.gsf-image-default-popup-content > h1 > span {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	font-size: 32px;
	box-sizing: border-box;
}
.gsf-image-default-popup-content > h1 > span:hover {
	color: #56c1d3;
}

/** selectize **/
.gsf-field .selectize-control {
	width: 25em;
}
.gsf-text,
.gsf-field .selectize-control:not(.multi) {
	max-width: 100%;
}
.selectize-dropdown .optgroup-header {
	font-size: 1.1em!important;
	border-bottom: solid 1px #ddd!important;
}
.gsf-field .selectize-remove {
	position: absolute;
	right: 30px;
	top: 4px;
	color: #808080;
}

.gsf-field .selectize-control.single .selectize-input,
.gsf-field .selectize-input {
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
	background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
	background-image: -o-linear-gradient(#eee 1%, #fff 15%);
	background-image: linear-gradient(#eee 1%, #fff 15%);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.gsf-field .selectize-control.single .selectize-input.dropdown-active,
.gsf-field .selectize-input.dropdown-active {
	border: 1px solid #5897fb;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.gsf-field .selectize-control.multi .selectize-input [data-value] {
	line-height: 16px;
}

.gsf-field .selectize-control.repositories::before {
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	content: ' ';
	z-index: 2;
	position: absolute;
	display: block;
	top: 7px;
	right: 10px;
	width: 16px;
	height: 16px;
	background: url(../images/spinner.gif);
	background-size: 16px 16px;
	opacity: 0;
}

.gsf-field .selectize-control.repositories.single::before {
	right: 30px;
}

.gsf-field .selectize-control.repositories.loading::before {
	opacity: 0.4;
}

/** Color **/
.gsf-field .wp-picker-container {
	position: relative;
}
.gsf-field .wp-picker-container .iris-picker {
	box-sizing: content-box;
}
.gsf-field .iris-picker .iris-square-handle {
	top: 0;
	left: 0;
}
.gsf-field .wp-picker-holder {
	position: absolute;
	z-index: 1000;
	margin-top: -7px;
}
.gsf-field .wp-color-result {
	height: 27px;
}
.gsf-field .wp-color-result:after {
	line-height: 25px;
}
.gsf-field .wp-picker-container input[type=text].wp-color-picker {
	line-height: 20px;
}
.gsf-field .wp-picker-input-wrap .wp-picker-clear {
	height: 27px;
	line-height: 25px;
}
.gsf-field span.wp-picker-input-wrap {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1001;
	width: 257px;
	margin-left: 10px;
	margin-top: 5px;
	white-space: nowrap;
}
.gsf-field .wp-picker-holder .iris-picker {
	padding-top: 33px;
}
.gsf-field .iris-border .iris-picker-inner {
	top: 40px;
}

/** Spacing/Dimension **/
.gsf-spacing-item, .gsf-dimension-item {
	display: inline-block;
	position: relative;
}

.gsf-spacing-item > div,
.gsf-dimension-item > div {
	float: left;
	background: #eee;
	width: 28px;
	height: 28px;
	line-height: 28px;
}
.gsf-spacing-item > input,
.gsf-dimension-item > input {
	float: left;
	width: 75px!important;
	margin-left: -1px;
	margin-top: 0;
	margin-bottom: 0;
}
.rotate-90deg {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/** Slider **/

.gsf-field-text-inner.range-type {
	position: relative;
	padding-right: 40px;
}
span.gsf-text-range-info {
	position: absolute;
	top: 3px;
	right: 0;
	background: #007DBA;
	color: #fff;
	width: 34px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 6px;
	font-size: 11px;
	font-weight: 700;
}

/** Textarea **/
.gsf-textarea {
	width: 100%;
}

/** File **/
.gsf-file-item {
	border-bottom: solid 1px #eee;
	margin-bottom: 10px;
}
.gsf-file-item:after {
	content: '';
	display: block;
	clear: both;
}
.gsf-file-item > span {
	position: relative;
	left: -10px;
	display: block;
	float: left;
	width: 65px;
	height: 75px;
	line-height: 75px;
	font-size: 75px;
	cursor: move;

}
.gsf-file-info {
	padding-left: 65px;
}
.gsf-file-info > div {
	margin-bottom: 10px;
}
.gsf-file-title {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 700;
	text-decoration: none;
}
.gsf-file-action {
	color: #0073aa;
}
.gsf-file-action > span {
	display: inline-block;
	cursor: pointer;
}
.gsf-file-action > span:hover{
	color: #00a0d2;
}
span.gsf-file-action-separate,
span.gsf-file-action-separate:hover{
	color: #ddd;
}
.gsf-file-sortable-placeholder {
	border: dashed 3px #ddd;
	height: 80px;
}

/** Background **/
.gsf-background-preview {
	width: 120px;
	height: 152px;
	float: left;
	border: dashed 3px #ddd;
}
.gsf-background-info {
	padding-left: 130px;
}
.gsf-background-url {
	width: 100%;
	margin-bottom: 5px;
}
.gsf-background-attr-title {
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 5px;
}

/** Border **/
.gsf-field-border-inner > div {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.gsf-border-width-info {
	width: 90px;
	padding-left: 24px;
}
.gsf-border-width-info input{
	width: 100%;
}
.gsf-border-width-info > span {
	position: absolute;
	left: 0;
	top: 1px;
	background: #eee;
	font-size: 16px;
	line-height: 27px;
	height: 28px;
	width: 25px;
	border: solid 1px #ddd;
	border-radius: 3px 0 0 3px;
}
.gsf-field-border-inner .wp-picker-container {
	top: 1px;
}
/** Font Field **/
.gsf-font-label {
	margin-bottom: 5px;
	font-weight: 700;
}
.gsf-font-family {
	width: 489px;
	margin-bottom: 5px;
}
.gsf-font-size,
.gsf-font-weight-style,
.gsf-font-subsets {
	float: left;
	margin-right: 20px;
}
.gsf-font-size input {
	width: 90px;
	vertical-align: top;
}
.gsf-font-weight-style select,
.gsf-font-subsets select {
	width: 150px;
}

/** Icon Field **/
.gsf-icon {
	position: relative;
	width: 56px;
	height: 56px;
	line-height: 38px;
	background: #f5f5f5;
	color: #000;
	border: solid 1px #999;
	text-align: center;
	font-size: 25px;
	cursor: pointer;
}
.gsf-icon-info {
	width: 100%;
	height: 100%;
}
.gsf-icon-info > span {
	width: auto!important;
	height: auto!important;
	line-height: inherit!important;
}
.gsf-icon-label {
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 18px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	background: #999;
	color: #fff;
}

.gsf-icon-popup {
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 100%;
	width: 500px;
	background: #fff;
	border: solid 1px #ddd;
	-webkit-box-shadow: 1px 1px 10px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 10px 5px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 10px 5px rgba(0,0,0,0.1);
}
.gsf-icon-popup-content {
	padding: 10px;
	overflow: auto;
	max-height: 280px;
	text-align: left;
}
.gsf-icon-section-content > span {
	float: left;
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
}
.gsf-icon-section-content > span:hover {
	-webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
	background-color: #f2f2f2;
}
.gsf-icon-popup-header {
	background: #eaeaea;
	padding: 5px 10px;
	position: relative;
}
.gsf-icon-popup-header > input {
	float: left;
	margin-right: 10px;
	border: none;
	background: #e2e2e2;
	color: #333;
	padding: 4px 10px;
}
.gsf-icon-popup-header > button {
	float: left;
}
.gsf-icon-popup-header > span {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	height: 18px;
	margin: auto;
	font-size: 18px;
	cursor: pointer;
}
.gsf-icon-popup-header > span:hover {
	color: #0073aa;
}
.gsf-icon-popup-content h4 {
	margin: 0 0 10px;
	font-size: 14px;
	border-bottom: solid 1px #eee;
}

/** Info field **/
.gsf-info-inner {
	font-size: 14px;
	margin: 15px 0;
	padding: 10px 15px;
	border-left: solid 5px #ddd;
	-webkit-box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.2);
}
.gsf-info-style-info {
	border-left-color: #31708f;
	color: #31708f;
	background-color: #d9edf7;
}
.gsf-info-style-warning {
	border-left-color: #8a6d3b;
	color: #8a6d3b;
	background-color: #fcf8e3;
}
.gsf-info-style-error {
	border-left-color: #a94442;
	color: #a94442;
	background-color: #f2dede;
}
.gsf-info-style-success {
	border-left-color: #3c763d;
	color: #3c763d;
	background-color: #dff0d8;
}
.gsf-info-inner.gsf-info-style-heading,
.gsf-info-inner.gsf-info-style-heading2 {
	border-left: none;
	box-shadow: none;
	padding: 0;
}
.gsf-info-inner.gsf-info-style-heading2 {
	border-bottom: solid 2px #444;
}

.gsf-info-content-title {
	font-size: 1.2em;
	font-weight: 500;
}
.gsf-info-content-title + .gsf-info-content-desc {
	margin-top: 5px;
}
.gsf-info-content-icon {
	float: left;
}
.gsf-info-has-icon .gsf-info-content-title,
.gsf-info-has-icon .gsf-info-content-desc {
	margin-left: 30px;
}

/** Divide Field **/
.gsf-field-divide-inner {
	text-align: center;
	margin: 15px 0;
}
.gsf-field-divide-inner > div {
	border-top: solid 1px #ddd;
}
.gsf-divide-style-large {
	margin-bottom: 30px;
}
.gsf-divide-style-large > div {
	border-top: none;
}
.gsf-divide-style-large > div > span {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	border: solid 1px #ddd;
	background-color: #fcfcfc;
}
.gsf-divide-style-large > div > span:before,
.gsf-divide-style-large > div > span:after {
	content: '';
	position: absolute;
	border-top: solid 1px #ddd;
	width: 15em;
	left: 100%;
	top: 5px;
}
.gsf-divide-style-large > div > span:before {
	right: 100%;
	left: auto;
}

/** Slider Field **/
.gsf-field-slider-inner > input {
	width: 5em!important;
	text-align: center;
}
.gsf-slider-place {
	width: 20em;
	display: inline-block;
	vertical-align: sub;
	margin-left: 1.5em;
	margin-right: 1.5em;
}
.gsf-field-slider .noUi-connect {
	background-image: -khtml-gradient(linear, left top, left bottom, from(#008bce), to(#0073aa)) !important;
	background-image: -moz-linear-gradient(top, #008bce, #0073aa) !important;
	background-image: -ms-linear-gradient(top, #008bce, #0073aa) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008bce), color-stop(100%, #0073aa)) !important;
	background-image: -webkit-linear-gradient(top, #008bce, #0073aa) !important;
	background-image: -o-linear-gradient(top, #008bce, #0073aa) !important;
	background-image: -linear-gradient(top, #008bce, #0073aa) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008bce', endColorstr='#0073aa', GradientType=0) !important;
	border-color: #005077 !important;
}

/** Sorter Field **/
.gsf-field-sorter-inner {
	margin-bottom: 10px;
}
.gsf-field-sorter-group {
	float: left;
	margin-right: 30px;
	padding: 0 10px 10px;
	min-width: 180px;
	max-width: 240px;
	border: solid 1px #ddd;
}
.gsf-term-meta-wrapper .gsf-field-sorter-group {
	margin-right: 10px;
}
.gsf-field-sorter-group > select {
	display: none;
}
.gsf-field-sorter-title {
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	border-bottom: solid 1px #ddd;
}
.gsf-field-sorter-item {
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
	cursor: move;

	border:solid 1px #ddd !important;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#eee), to(#fafafa)) !important;
	background-image: -moz-linear-gradient(top, #eee, #fafafa) !important;
	background-image: -ms-linear-gradient(top, #eee, #fafafa) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #fafafa)) !important;
	background-image: -webkit-linear-gradient(top, #eee, #fafafa) !important;
	background-image: -o-linear-gradient(top, #eee, #fafafa) !important;
	background-image: -linear-gradient(top, #eee, #fafafa) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#fafafa', GradientType=0) !important;
}
.gsf-sorter-sortable-placeholder {
	height: 40px;
	border: dashed 2px #ddd;
	margin-top: 10px;
}

/** Sortable Field **/
.gsf-field-sortable-item > label {
	display: inline-block;
	width: 20em;
	background-color: #eee;
	padding: 5px;
	margin-bottom: 5px;
}
.gsf-field-sortable-item > i {
	margin-top: 3px;
	cursor: move;
}
.gsf-sortable-sortable-placeholder {
	height: 33px;
	margin-bottom: 5px;
	border: dashed 3px #eee;
}

/**
 * Theme Options Style
 * *******************************************************
 */
.gsf-theme-options-wrapper {
	display: block!important;
}
.gsf-theme-options-wrapper .gsf-meta-box-wrap {
	margin: 0;
	border: solid 3px #000;
}
.gsf-theme-options-title {
	background: #000;
	padding: 15px;
}
.gsf-theme-options-title h1 {
	float: left;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	color: #eee;
}
.gsf-theme-options-action {
	float: right;
}
.gsf-theme-options-footer {
	padding: 10px;
	text-align: right;
	background: #000;
	border: solid 3px #000;
	border-top: 0;
}
.gsf-theme-options-footer .button + .button,
.gsf-theme-options-action .button + .button {
	margin-left: 10px;
}

/** Backup popup **/
.gsf-theme-options-backup-popup-wrapper {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.4);
}
.gsf-theme-options-backup-popup-wrapper:before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.gsf-theme-options-backup-popup {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 640px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
}
.gsf-theme-options-backup-header {
	position: relative;
	background: #444;
	color: #fff;
}
.gsf-theme-options-backup-header h4 {
	float: left;
	margin: 0;
	padding: 10px 15px;
	font-size: 15px;
}
.gsf-theme-options-backup-header span {
	position: absolute;
	right: 10px;
	top: 8px;
	cursor: pointer;
}
.gsf-theme-options-backup-header span:hover {
	color: #0073aa;
}
.gsf-theme-options-backup-content {
	padding: 0 15px 15px;
}
.gsf-theme-options-backup-content h5 {
	margin: 15px 0 5px;
	font-size: 14px;
}
.gsf-theme-options-backup-content textarea {
	width: 100%;
	height: 60px;
}
.gsf-theme-options-backup-import > span {
	display: inline-block;
	padding-top: 5px;
	color: #b12121;
}


/**
 * Term Meta CSS
 * *******************************************************
 */
.gsf-term-meta-wrapper .gsf-meta-box-wrap,
.gsf-term-meta-wrapper .gsf-fields {
	background-color: transparent;
}
.gsf-term-meta-edit-page .gsf-fields .gsf-fields-wrapper {
	padding: 0;
}
.gsf-term-meta-edit-page h3.gsf-taxonomy-title {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 40px;
}

/**
 * Helper
 * *******************************************************
 */
.gsf-no-margin-bottom {
	margin-bottom: 0!important;
}
.gsf-clearfix:after {
	content: '';
	display: block;
	clear: both;
}

a.gsf-selectize-create-link,
a.gsf-selectize-edit-link {
	position: absolute;
	left: 100%;
	margin-left: 10px !important;
	top: 0;
}
