.redux-container-image_select .redux-image-select {
	max-width: 100%;
}
.redux-field-container .select2-container-multi {
	display: block;
	width: 100% !important;
}
.redux-container-sorter ul {
	width: 215px;
}
.redux-container-sorter ul .ui-sortable-handle {
	font-weight: 600;
	font-size: 12px;
}
.redux-section-indent-start {
	border-bottom: solid 3px #eee;
}
.redux-section-indent-start h3 {
	border-bottom: none!important;
	margin: 0;
	padding: 5px 15px;
	background-color: #eee;
	display: inline-block;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	font-weight: 700;
}
.redux-main .form-table-section-indented {
	margin-left: 0;
}
#g5plus_megatron_options-header_layout label > img{
	width: 145px!important;
}
.redux-container-color .colors {
	display: inline-block;
	padding: 5px 3px 5px 5px;
	border: dashed 1px #ccc;
	vertical-align: sub;
	margin-left: 20px;
	line-height: 0;
}
.redux-container-color .colors > span {
	width: 25px;
	height: 25px;
	display: inline-block;
	cursor: pointer;
	margin-right: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.redux-container-color .colors > span.active,
.redux-container-color .colors > span:hover{
	border: solid 2px rgba(0,0,0,0.4);
}
.mg-top-15{
	margin-top: 15px;
}
#g5plus_pithree_options-header_layout ul.redux-image-select,
#g5plus_pithree_options-mobile_header_layout ul.redux-image-select {
	counter-reset: header-layout-counter;
}
#g5plus_pithree_options-header_layout ul.redux-image-select li,
#g5plus_pithree_options-mobile_header_layout ul.redux-image-select li{
	position: relative;
}
#g5plus_pithree_options-header_layout ul.redux-image-select li:before,
#g5plus_pithree_options-mobile_header_layout ul.redux-image-select li:before {
	content: counter(header-layout-counter);
	counter-increment: header-layout-counter;
	background-color: #2F659A;
	color: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	position: absolute;
	z-index: 1;
	top: 6px;
	left: 4px;
	font-size: 11px;
	font-weight: 700;
}
@media screen and  (min-width: 680px){
	#g5plus_pithree_options-mobile_header_layout li {
		width: 50%;
		display: block;
	}
}

.redux-container-button_set .ui-corner-all {
	display: none !important;
}
