/* Media crop
-----------------------------------------------------------------*/
.media-frame-content .crop-content > img + div + div {
	min-height: 10px;
}


/* Notices
-----------------------------------------------------------------*/
.the_mounty_admin_notice {
	display:block;
	margin-top: 1em;
	margin-left: 0;
	overflow: hidden;
	position: relative;
}
.the_mounty_admin_notice .the_mounty_notice_image {
	float: left;
	margin-right: 2em;
}
.the_mounty_admin_notice .the_mounty_notice_image img {
	max-height: 135px;
	width: auto;
}
.the_mounty_admin_notice .the_mounty_notice_title {
	margin:0;
}
.the_mounty_admin_notice .the_mounty_notice_title a {
	text-decoration: none;
}
.the_mounty_admin_notice.the_mounty_rate_notice .the_mounty_notice_title:after {
	display: inline-block;
	vertical-align: top;
	content: '\f155\f155\f155\f155\f155';
	font-family: 'dashicons';
	margin-left: 0.5em;
	color: #ffcc00;
	font-size: 1em;
}
.the_mounty_admin_notice .the_mounty_notice_text {
	margin: 1em 0;
}
.the_mounty_admin_notice p {
	margin: 0 0 0.1em;
}
.the_mounty_admin_notice .the_mounty_notice_text_info {
	margin-top: 0.5em;
	font-style: italic;
}
.the_mounty_admin_notice .dashicons {
	font-size:1.2em;
	line-height:inherit;
}

.the_mounty_admin_notice .button+.button {
	margin-left: 0.3em;
}

.the_mounty_admin_notice .the_mounty_hide_notice {
	position: absolute;
	right: 1em;
	top: 1em;
	text-decoration: none;
}
.meta-box-sortables select {
  box-sizing: border-box;
}
@media (max-width: 799px) {
	.the_mounty_admin_notice .the_mounty_hide_notice_text {
		display: none;
	}
}


/* Admin messages
-----------------------------------------------------------------*/
.the_mounty_admin_messages {
	margin-bottom: 1em;
}
.the_mounty_admin_messages .the_mounty_admin_message_item {
	margin: 0.5em 0;
}


/* Menu icons
-----------------------------------------------------------------*/
.menu-item-settings .description-thin {
	position:relative;
}
.the_mounty_list_icons_selector {
	position:absolute;
	right: 1px;
	top: 50%;
	-webkit-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
	z-index:2;
	display:inline-block;
	width: 24px;
	height:24px;
	line-height: 24px;
	text-align:center;
	border-left: 1px solid #ccc;
	background-size: 100%;
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
}
.menu-item-settings .the_mounty_list_icons_selector {
	top: auto;
	bottom: 2px;
	-webkit-transform:none;
	    -ms-transform:none;
	        transform:none;
	background-color:#fff;
}
.the_mounty_list_icons {
	position:absolute;
	display:none;
	z-index:1000;
	width: 298px;
	height: 284px;
	overflow-x:hidden;
	overflow-y:scroll;
	background-color:#f0f0f0;
	padding:1px 0 0 1px;
	border: 2px solid #ccc;
	max-width:100%;
}
.the_mounty_list_icons input[type="text"].the_mounty_list_icons_search {
	display: block;
	font-size: 16px;
	width: 99% !important;
	padding: 6px;
	margin-bottom:1px;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
.the_mounty_list_icons span {
	display:inline-block;
	font-size: 16px;
	width: 2em;
	height:2em;
	line-height: 2em;
	text-align:center;
	vertical-align:top;
	border: 1px solid #ccc;
	margin: 0 1px 1px 0;
	background-color:#fff;
	background-size: contain;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	-webkit-border-radius: 2px;
	    -ms-border-radius: 2px;
			border-radius: 2px;
}
.customize-control .the_mounty_list_icons span {
	font-size: 15px;
}
.the_mounty_list_icons span:before,
.the_mounty_list_icons_selector:before {
	margin:0;
}
.the_mounty_list_icons span:hover,
.the_mounty_list_icons span.the_mounty_list_active,
.the_mounty_list_icons_selector:hover {
	background-color:#f0f0f0;
	border-color: #bbb;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	    -ms-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
			box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);	
}
.the_mounty_list_icons span.the_mounty_list_hidden {
	display: none;
}


/* Checklist
-----------------------------------------------------------------*/
.the_mounty_checklist {
	max-height:20em;
	overflow-x: hidden;
	overflow-y: auto;
}
.the_mounty_checklist .the_mounty_checklist_item_label {
	display:block;
	width: 100%;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
.the_mounty_checklist_horizontal .the_mounty_checklist_item_label {
	display:inline-block;
	vertical-align:top;
	padding-right: 1em;
	width: 33.3333%;
}
.the_mounty_checklist_vertical .the_mounty_checklist_item_label {
	margin-bottom: 0.5em;
}
.the_mounty_checklist .the_mounty_checklist_item_label img {
	height: 2.5em;
	width: auto;
	display:inline-block;
	vertical-align:middle;
}

.the_mounty_sortable .the_mounty_sortable_item,
.the_mounty_sortable .the_mounty_sortable_placeholder {
	padding:0.5em 1em;
	border: 1px dotted #ddd;
}
.the_mounty_sortable .the_mounty_sortable_placeholder {
	background-color:#fffddd;
	border: 1px dashed #ccc;
	min-height: 1.5em;
}
.the_mounty_sortable .the_mounty_sortable_item.ui-sortable-helper {
	background-color:#ffffff;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	    -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
			box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}


/* Theme Options & Override options
-----------------------------------------------------------------*/
.the_mounty_hidden {
	display: none;
}

div.the_mounty_tabs {
	border: none;
	background: none;
	font-size: 1em;
}
div.the_mounty_tabs > ul.ui-tabs-nav {
	margin-bottom:0;
	padding: 0;
	position:relative;
	z-index:1;
	background: none;
	border: none;
}
div.the_mounty_tabs > ul.ui-tabs-nav > li {
	display:inline-block;
	margin:0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border:1px solid #ddd;
	border-bottom:none;
}
div.the_mounty_tabs > ul.ui-tabs-nav > li > a {
	display:block;
	padding: 0.7em 1em;
	text-decoration:none;
	-webkit-box-shadow: none !important;
	    -ms-box-shadow: none !important;
			box-shadow: none !important;
}
div.the_mounty_tabs > ul.ui-tabs-nav > li.ui-state-active > a {
	position:relative;
	top: 1px;
	background-color:#fff;
}
div.the_mounty_tabs > ul.ui-tabs-nav > li+li {
	margin-left:3px;
}

div.the_mounty_tabs .the_mounty_tabs_section {
	padding: 2em 1.5em;
	border:1px solid #ddd !important;
	background-color:#fff;
}
div.the_mounty_tabs_section + .the_mounty_tabs_section {
	display:none;
}

/* Accordion groups */
div.the_mounty_accordion {
	padding:0 !important;
}
div.the_mounty_accordion + .the_mounty_accordion,
.the_mounty_options_item + .the_mounty_options_groups {
	padding:1.5em 0 !important;
}
div.the_mounty_accordion_title,
div.ui-accordion .the_mounty_accordion_title.ui-accordion-header {
	padding:0.8em 1em;
	color: #fff;
	background: #bbb;	/*#00a0d0;*/
	margin:0;
	margin-top:1px;
	cursor:pointer;
	-webkit-border-radius: 0;
	    -ms-border-radius: 0;
			border-radius: 0;
}
div.ui-accordion .the_mounty_accordion_title.ui-accordion-header.ui-state-active {
	background:#888;	/*#0080b0;*/
}
div.ui-accordion .the_mounty_accordion_title.ui-accordion-header .ui-icon {
	display:inline-block;
	vertical-align:top;
	text-indent:0;
	margin-right:0.8em;
}
div.ui-accordion .the_mounty_accordion_title.ui-accordion-header .ui-icon:before {
	content:'\e929';
	font-family: 'fontello';
}
div.the_mounty_accordion_title.ui-accordion-header.ui-state-active .ui-icon:before {
	content:'\e92c';
}
div.ui-accordion .the_mounty_accordion_content {
	border:1px solid #ccc;
	padding: 1em 2em;
}


/* Single and Range Slider */
.the_mounty_range_slider {
	font-family:inherit;
	font-size:1em;
	line-height:inherit;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}
.the_mounty_range_slider_value {
	display:inline-block;
	vertical-align:top;
	width: 15% !important;
	margin-right:3% !important;
	text-align:right;
}
.the_mounty_range_slider_value + .the_mounty_range_slider {
	display:inline-block;
	vertical-align:top;
	width: 80%;
}
@media (max-width: 479px) {
	.the_mounty_range_slider_value {
		width: 20% !important;
	}
	.the_mounty_range_slider_value + .the_mounty_range_slider {
		width: 75%;
	}
}
.the_mounty_range_slider_label {
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1em;
	position: absolute;
	z-index:1;
	bottom: -2em;
}
.the_mounty_range_slider_label_min {
	left: 0;
	color: #aaa;
	-webkit-transform:translateX(-50%);
	    -ms-transform:translateX(-50%);
	        transform:translateX(-50%);
}
.the_mounty_range_slider_label_max {
	right: 0;
	color: #aaa;
	-webkit-transform:translateX(50%);
	    -ms-transform:translateX(50%);
	        transform:translateX(50%);
}
.the_mounty_range_slider_label_cur {
	color: #909090;
	left: 0;
	bottom: auto;
	top: 1.4em;
	-webkit-transform:translateX(-50%);
	    -ms-transform:translateX(-50%);
	        transform:translateX(-50%);
}
div.ui-slider {
	position:relative;
	text-align:left;
	background: #ffffff;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 2px;
	    -ms-border-radius: 2px;
			border-radius: 2px;
}
div.ui-slider .ui-slider-handle {
	position:absolute;
	z-index:2;
	width:1.1em;
	height:1.1em;
	cursor:default;
	-ms-touch-action:none;
	touch-action:none;
	border: 3px solid #ffffff;
	background: #f0f0f0;
	-webkit-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	    -ms-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
div.ui-slider .ui-slider-handle:hover,
div.ui-slider .ui-slider-handle.ui-state-active {
	background: #ddd;
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	    -ms-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
			box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}
div.ui-slider .ui-slider-handle.ui-state-active {
	background: #64abc8;
}
div.ui-slider .ui-slider-range {
	position:absolute;
	z-index:1;
	font-size:.7em;
	display:block;
	border:0;
	background-position:0 0;
	background: #70c0e0;
	-webkit-border-radius: 1px;
	    -ms-border-radius: 1px;
			border-radius: 1px;
}
div.ui-slider.ui-state-disabled .ui-slider-handle,
div.ui-slider.ui-state-disabled .ui-slider-range {
	filter:inherit
}
div.ui-slider-horizontal {
	height:.3em
}
div.ui-slider-horizontal .ui-slider-handle {
	top:-.5em;
	margin-left:-.5em
}
div.ui-slider-horizontal .ui-slider-range {
	top:0;
	height:100%
}
div.ui-slider-horizontal .ui-slider-range-min {
	left:0
}
div.ui-slider-horizontal .ui-slider-range-max {
	right:0
}
div.ui-slider-vertical {
	width:.8em;
	height:100px
}
div.ui-slider-vertical .ui-slider-handle {
	left:-.3em;
	margin-left:0;
	margin-bottom:-.6em
}
div.ui-slider-vertical .ui-slider-range {
	left:0;
	width:100%
}
div.ui-slider-vertical .ui-slider-range-min {
	bottom:0
}
div.ui-slider-vertical .ui-slider-range-max {
	top:0
}


/* Single option */
.the_mounty_options_item {
    padding: 1.5em 0 1.25em;
}
.the_mounty_options_item:not(.the_mounty_options_item_info) + .the_mounty_options_item:not(.the_mounty_options_item_info) {
    border-top: 1px dotted #ddd;
}
.the_mounty_options_item:after {
	content: ' ';
}
.the_mounty_new_row_before,
.the_mounty_options_item:after {
	display:block;
	width:100%;
	height:0;
	clear: both;
}
.the_mounty_options_item_title {
	display: inline-block;
	vertical-align:top;
	margin:0.4em 0.5em 0.5em 0;
	max-width:95%;
	width: 190px;
	padding-right:20px;
	position: relative;
}
.the_mounty_options_item_checkbox .the_mounty_options_item_title {
	margin-top:0.2em;
}
.the_mounty_options_item_data {
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:470px;
}
.the_mounty_options_item_text_editor .the_mounty_options_item_data {
	max-width: 800px;
}
.the_mounty_options_item_text_editor iframe {
	min-height: 200px;
}
.the_mounty_options_item_field {
	position:relative;
}
.the_mounty_options_item_description {
	font-style: italic;
	font-size:0.9em;
}
.the_mounty_options_item input[type="text"],
.the_mounty_options_item textarea,
.the_mounty_options_item select {
	width:100%;
}

/* Checkbox */
.the_mounty_options_item_checkbox .the_mounty_options_item_label {
	display:inline-block;
	margin: 0.5em 0;
}

/* Radio and Switch */
.the_mounty_options_item_switch .the_mounty_options_item_label,
.the_mounty_options_item_radio .the_mounty_options_item_label {
	display:inline-block;
	margin: 0.5em 1em 0.5em 0;
}

/* Checklist */
.the_mounty_options_item_checklist .the_mounty_options_item_description {
	margin-top: 0.5em;
}

/* Color */
.the_mounty_options_item_color .the_mounty_options_item_description {
	margin-top: 0.5em;
}

/* Image */
.the_mounty_options_item_image input[type="text"],
.the_mounty_options_item_media input[type="text"],
.the_mounty_options_item_audio input[type="text"],
.the_mounty_options_item_video input[type="text"] {
	width: 73% !important;
	margin: 0 1px 0 0;
	height: 28px;
	line-height: 26px;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
.the_mounty_options_item_image .the_mounty_media_selector,
.the_mounty_options_item_media .the_mounty_media_selector,
.the_mounty_options_item_audio .the_mounty_media_selector,
.the_mounty_options_item_video .the_mounty_media_selector {
	display:inline-block;
	width: 26%;
	max-width: 105px;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: none;
	    -ms-box-shadow: none;
			box-shadow: none;
}

/* Columns */
[class*="the_mounty_column-"] {
	display:inline-block;
	vertical-align:top;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
.the_mounty_column-1_2 { width: 50%; }
.the_mounty_column-1_3 { width: 33.3333%; }
.the_mounty_column-2_3 { width: 66.6667%; }
.the_mounty_column-1_4 { width: 25%; }
.the_mounty_column-2_4 { width: 50%; }
.the_mounty_column-3_4 { width: 75%; }
.the_mounty_column-1_5 { width: 20%; }
.the_mounty_column-2_5 { width: 40%; }
.the_mounty_column-3_5 { width: 60%; }
.the_mounty_column-4_5 { width: 80%; }
@media (max-width: 1279px) {
	.the_mounty_column-1_4,
	.the_mounty_column-3_4,
	.the_mounty_column-1_5,
	.the_mounty_column-2_5,
	.the_mounty_column-3_5,
	.the_mounty_column-4_5 { width: 50%; }
}
@media (max-width: 1023px) {
	.the_mounty_column-1_3,
	.the_mounty_column-2_3 { width: 50%; }
}
@media (max-width: 767px) {
	.the_mounty_column-1_2,
	.the_mounty_column-1_3,
	.the_mounty_column-2_3,
	.the_mounty_column-1_4,
	.the_mounty_column-2_4,
	.the_mounty_column-3_4,
	.the_mounty_column-1_5,
	.the_mounty_column-2_5,
	.the_mounty_column-3_5,
	.the_mounty_column-4_5 { width: 100%; padding-right: 0; }
}
[class*="the_mounty_column-"] .the_mounty_options_item_title {
	text-align: left;
	float: none;
	width: auto;
	padding-right: 0;
	display:block;
}
[class*="the_mounty_column-"] .the_mounty_options_item_data {
	text-align: left;
	float: none;
	width: auto;
	min-width: none;
	display:block;
}
.the_mounty_options_item[class*="the_mounty_column-"] {
	border-width:0 !important;
}

/* Info block */
.the_mounty_options_item_info {
	background-color:#f7f7f7;
	padding: 1em 1.5em;
	border-left: 3px solid #aaa;
}
.the_mounty_options_item_info .the_mounty_options_item_title,
.the_mounty_options_item_info .the_mounty_options_item_data {
	float:none;
	width: 100%;
}
.the_mounty_options_item_info .the_mounty_options_item_title {
	text-transform:uppercase;
	letter-spacing:1px;
	text-align: left;
}

/* Images preview */
.the_mounty_options_field_preview {
	display: block;
	margin: 1em 0 0;
}
.the_mounty_options_field_preview img {
	width:auto;
	max-width: 100%;
	height: auto;
	max-height: 100px;
	vertical-align:top;
}
.the_mounty_options_field_preview > img,
.the_mounty_options_field_preview > span {
	margin: 0 0.3em 0.3em 0;
	position:relative;
	max-width: 30%;
}
.the_mounty_options_field_preview > span {
	display:inline-block;
	cursor:pointer;
}
.the_mounty_options_field_preview > span > a {
	padding:0.3em 0.5em;
}
.the_mounty_options_field_preview > span:before {
	content: ' ';
	position: absolute;
	z-index:1;
	left:0;
	top:0;
	right: 0;
	bottom: 0;
	background-color:rgba(0,0,0,0.5);
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	        transition: opacity .3s ease;
}
.the_mounty_options_field_preview > span:after {
	content: '\e916';
	font-family:'fontello';
	z-index:2;
	position:absolute;
	left: 50%;
	top: 50%;
	display:block;
	text-align:center;
	font-size: 1em;
	width: 1em;
	height: 1em;
	line-height: 1em;
	margin:-0.6em 0 0 -0.5em;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	        transition: opacity .3s ease;
}
.the_mounty_options_field_preview > span:hover:before,
.the_mounty_options_field_preview > span:hover:after {
	opacity:1;
}


.the_mounty_options_item_icon .the_mounty_list_icons_selector {
	right: 0;
}

/* Inherit state */
.the_mounty_options_inherit_lock {
	position:absolute;
	z-index:1;
	right: 0;
	top: 0;
	display:block;
	width:18px;
	height:18px;
	line-height:18px;
	background-color:#d0d0d0;
	color:#4c4c4c;
	text-align:center;
	border-radius: 2px;
	-webkit-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	        transition: all ease .3s;
}
.the_mounty_options_inherit_off .the_mounty_options_inherit_lock {
	background-color:#4cb2e1;
	color:#ffffff;
}
.the_mounty_options_inherit_lock:before {
	font-family:'fontello';
	content: '\e82b';
	padding:0;
	margin:0;
}
.the_mounty_options_inherit_off .the_mounty_options_inherit_lock:before {
	content: '\e8a9';
}
.the_mounty_options_inherit_cover {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
	background-image:url(../images/stripe-black.png);
	z-index:3;
}
.the_mounty_options_inherit_label {
	position:absolute;
	display:inline-block;
	left:50%;
	top:50%;
	margin:-10px 0 0 -30px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
}
.the_mounty_options_wait:before {
	font-family:'fontello';
	content: '\e810' !important;
	display:inline-block;
	width: 1em;
	height: 1em;
	line-height:1em;
	text-align:center;
	-webkit-animation: spin 2s infinite linear;
	    -ms-animation: spin 2s infinite linear;
	        animation: spin 2s infinite linear;
}

/* Buttons */
.the_mounty_options_buttons {
	margin-top: 1em;
}
.the_mounty_options_buttons input {
	border: 1px solid #0080b0;
	background-color: #00a0d0;
	color:#fff;
	padding: 0.5em 1em;
}
.the_mounty_options_buttons input:hover {
	border-color: #006090;
	background-color: #0073aa;
}


/* Color scheme editor
-------------------------------------------------- */
.the_mounty_scheme_editor {
	margin-bottom:1em;
}
.the_mounty_scheme_editor_scheme {
	margin-bottom: 10px;
	padding-right: 95px;
	position: relative;
}
.the_mounty_scheme_editor_controls {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 1px;
	bottom: 0;
}
.the_mounty_scheme_editor_control {
	display: inline-block;
	vertical-align: top;
	width: 27px;
	height: 27px;
	line-height: 25px;
	text-align: center;
	margin-left: 2px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #f7f7f7;
	color: #666;
	cursor: pointer;
	-webkit-transition: color .3s ease, background-color .3s ease;
	    -ms-transition: color .3s ease, background-color .3s ease;
	        transition: color .3s ease, background-color .3s ease;	
}
.the_mounty_scheme_editor_control:hover {
	background-color: #eee;
	color: #333;
}
@media (max-width: 782px) {
	.the_mounty_scheme_editor_control {
		height: 35px;
		line-height: 33px;
	}
}

.the_mounty_scheme_editor_control:before {
	font-family: 'fontello';
	font-size: 1.15em;
}
.the_mounty_scheme_editor_control_reset:before {
	content: '\e80e';
}
.the_mounty_scheme_editor_control_copy:before {
	content: '\f0c5';
}
.the_mounty_scheme_editor_control_delete:before {
	content: '\e8da';
}
.the_mounty_scheme_editor_type {
	margin-bottom: 10px;
}
.the_mounty_scheme_editor_type .the_mounty_scheme_editor_row {
	border: none;
}
.the_mounty_scheme_editor_type label+label {
	margin-left: 1em;
}
.the_mounty_scheme_editor_type .the_mounty_scheme_editor_description {
	font-style:italic;
	font-size:0.9em;
}
.the_mounty_scheme_editor_header {
	padding: 3px 0;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}
.the_mounty_scheme_editor_header_cell,
.the_mounty_scheme_editor_row_cell {
	display:inline-block;
	vertical-align:middle;
	width: 15%;
	padding: 0 2px 0 0;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
.the_mounty_scheme_editor_header_cell:first-child,
.the_mounty_scheme_editor_row_cell:first-child {
	width: 25%;
}
.the_mounty_scheme_editor_row_cell_span {
	width: 75%;
}
.the_mounty_scheme_editor_header_cell + .the_mounty_scheme_editor_header_cell,
.the_mounty_scheme_editor_row_cell + .the_mounty_scheme_editor_row_cell {
	margin-left:0;
}
.the_mounty_scheme_editor_header_cell {
	font-weight: bold;
	text-align:center;
}
.the_mounty_scheme_editor_row {
	padding: 3px 0;
	border-bottom: 1px dotted #ddd;
}



/* Internal ColorPicker 
-----------------------------------------------------------------*/
.iColorPickerTable .iColorPicker_moreColors {
	background-image: url(../images/colorpicker-morecolors.png);
	background-repeat:no-repeat;
	display:inline-block;
	margin-left: 0.5em;
	width: 1em;
	height: 1em;
	line-height:1em;
	vertical-align:middle;
	box-shadow: none !important;
}



/* Tiny ColorPicker 
-----------------------------------------------------------------*/
.cp-color-picker {
	z-index:1000;
	background-color: #ddd;
}



/* TGMA
-----------------------------------------------------------------*/
#setting-error-tgmpa {
	display:block;
}
.tgmpa_line_template {
	display: block;
	margin: 0.5em 0.5em 0 0;
	clear: both;
}
.tgmpa_version {
	float: right;
	padding: 0em 1.5em 0.5em 0;
}
.tgmpa_column_version {
	min-width: 32px;
	text-align: right;
	float: right;
}
.tgmpa_column_version_colored {
	color: #ff0000;
	font-weight: bold;
}
.tgmpa_column_version_colored_2 {
	color: #71C671;
	font-weight: bold;
}
.tgmpa_header {
	font-size: 23px;
	font-weight: 400;
	line-height: 29px;
	margin: 0;
	padding: 9px 15px 4px 0;
}
.tgmpa_update_php {
	width: 100%;
	height: 98%;
	min-height: 850px;
	padding-top: 1px;
}
.tgmpa_actions_row {
	color: #888;
}



/* Get PRO Version
------------------------------------------------ */

/* Buttons */
.button.button-action {
	font-size: 1.1538em;
	line-height:1.7em;
	padding:0.6em 1.2em;
	height: auto;
	display: inline-block;
	color: #fff;
	background-color:#008800;
	border-color: #00aa00 #006600 #006600;
	-webkit-box-shadow: 0 1px 0 #006600;
	    -ms-box-shadow: 0 1px 0 #006600;
			box-shadow: 0 1px 0 #006600;
	text-shadow: 0 -1px 1px #006600,1px 0 1px #006600,0 1px 1px #006600,-1px 0 1px #006600;
}

.button.button-action:hover,
.button.button-action:focus,
.button.button-action:active {
	color: #fff;
	background-color:#66aa00;
	border-color: #88cc00 #228800 #228800;
	-webkit-box-shadow: 0 1px 0 #228800;
	    -ms-box-shadow: 0 1px 0 #228800;
			box-shadow: 0 1px 0 #228800;
	text-shadow: 0 -1px 1px #228800,1px 0 1px #228800,0 1px 1px #228800,-1px 0 1px #228800;
}

.the_mounty_about_header .the_mounty_pro_link {
	float:right;
}


/* Form */
.the_mounty_about_header .the_mounty_pro_form_wrap {
	display: none;
	position: fixed;
	z-index: 10001;	/* admin sidemenu have 9990 */
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
}
.the_mounty_about_header .the_mounty_pro_form {
	position: absolute;
	z-index: 10010;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	margin-top: 50px;
	width: 340px;
	padding: 4em;
	border: 1px solid #ddd;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	    -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
			box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 479px) {
	.the_mounty_about_header .the_mounty_pro_form {
		width: 300px;
	}
}
.the_mounty_pro_close {
	display: none;	/* Hide in Customizer */
}
.the_mounty_pro_close:after {
	content: '\e875';
	font-family: 'trx_addons_icons';
	font-size: 1.25em;
	display: inline-block;
	line-height: inherit;
	margin-left: 0.3em;
}
.the_mounty_pro_close:hover {
	color: #000;
}
.the_mounty_about_header .the_mounty_pro_close {
	display: inline-block;
	padding: 1.2em;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	cursor: pointer;
	color: #888;
	text-transform: uppercase;
}

.the_mounty_pro_title {
	margin-top: 0;
	color: #333;
}

.the_mounty_pro_link_get {
	color: #0088bb;
	border-bottom: 1px solid #0088bb;
	font-size: 1.25em;
	text-decoration: none;
	transition: color 0.3s ease, border-color 0.3s ease;
}
.the_mounty_pro_link_get:hover {
	color: #008800;
	border-color: #008800;
}

.the_mounty_pro_field {
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	padding: 2em;
}
.the_mounty_pro_field + .the_mounty_pro_field {
	margin-top: 20px;
}
.the_mounty_pro_step_title {
	margin-top: 0;
	font-size: 1em;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #888;
}
.the_mounty_pro_label {
	display: block;
	margin-bottom: 1.5em;
	font-weight: bold;
	color: #333;
}
.the_mounty_pro_field input[type="text"] {
	display: block;
	width: 100%;
	padding: 0.5em 1em;
	box-sizing: border-box;
	margin-bottom: 1em;
}
.the_mounty_pro_upgrade {
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
.the_mounty_pro_upgrade_process {
	display: inline-block;
	line-height: inherit;
	margin-left: 0.3em;
}