/* Options Framework Admin Styles */

#optionsframework {
    max-width:700px;
    background:#fff;
}
#optionsframework h3 {
	cursor: default;
	background-color: #f1f1f1;
	border-bottom: 1px solid #ddd;
}
#optionsframework p {
	margin-bottom:0;
	padding-bottom:10px;
}
#optionsframework .section {
	padding:10px 10px 0;
}
#optionsframework .group {
	padding-bottom:40px;
}
#optionsframework .section .controls {
	float: left;
	min-width:350px;
	width: 54%;
	padding-right:2%;
}
#optionsframework .section .explain {
	max-width:38%;
	float: left;
	font-size: 12px;
	line-height:16px;
	color: #777;
}
#optionsframework .section-checkbox .controls {
	width: 98%;
}
#optionsframework .section-checkbox .explain {
	max-width:94%;
}
#optionsframework .controls input[type=text] {
	width:100%;
}
#optionsframework .controls input[type=text].wp-color-picker {
    width: 65px;
}
#optionsframework .controls select, #optionsframework .controls textarea {
	margin-bottom:10px;
	width:100%;
}
#optionsframework .section-radio label, #optionsframework .section-multicheck label {
	float:left;
	max-width:90%;
	line-height: 16px;
	margin-bottom: 5px;
}
#optionsframework input.checkbox, #optionsframework input.of-radio {
	margin: 0 10px 5px 0;
	float:left;
	clear:both;
}
#optionsframework .section-typography .controls {
	float:none;
	width:auto;
}
#optionsframework .section-typography .explain {
	float:none;
	width:auto;
}
#optionsframework .controls .of-typography-size {
	width:80px;
	float:left
}
#optionsframework .controls .of-typography-unit {
	width:50px;
	margin-left:5px;
	float:left
}
#optionsframework .controls .of-typography-face {
	width:100px;
	margin-left:5px;
	float:left
}
#optionsframework .controls .of-typography-style {
	width:80px;
	margin-left:5px;
	margin-right:5px;
	float:left
}
#optionsframework .section-typography .wp-picker-container {
	margin-top:2px;
}
#optionsframework .of-background-properties {
	clear:both;
	margin-top: 18px;
}
#optionsframework .controls .of-background-repeat {
	width:125px;
	margin-right:5px;
	float:left
}
#optionsframework .controls .of-background-position {
	width:125px;
	margin-right:5px;
	float:left
}
#optionsframework .controls .of-background-attachment {
	width:125px;
	margin-right:5px;
	float:left
}
#optionsframework .section-background .wp-picker-container {
	margin-bottom:10px;
}
#optionsframework .controls .of-radio-img-img {
	border:3px solid #f9f9f9;
	margin:0 5px 10px 0;
	display:none;
	cursor:pointer;
	float:left;
}
#optionsframework .controls .of-radio-img-selected {
	border:3px solid #ccc
}
#optionsframework .controls .of-radio-img-img:hover {
	opacity:.8;
}
#optionsframework .controls .of-border-width {
	width:80px;
	float:left
}
#optionsframework .controls .of-border-style {
	width:120px;
	float:left
}
#optionsframework .hide {
	display:none;
}
#optionsframework .of-option-image {
	max-width:340px;
	margin:3px 0 18px 0;
}
#optionsframework .mini .controls select, #optionsframework .section .mini .controls {
	width: 140px;
}
#optionsframework .mini .controls input, #optionsframework .mini .controls {
	min-width:140px;
	width: 140px;
}
#optionsframework .mini .explain {
	max-width:74%;
}

/* Editor */

#optionsframework .section-editor .explain {
	max-width: 98%;
	float:none;
	margin-bottom:5px;
}

/* Image Uploader */

#optionsframework .controls input.upload {
	width:80%;
}
#optionsframework .screenshot {
	float:left;
	margin-left:1px;
	position:relative;
	width:344px;
	margin-top:3px;
}
#optionsframework .screenshot img {
	background:#fafafa;
	border-color:#ccc #eee #eee #ccc;
	border-style:solid;
	border-width:1px;
	float:left;
	max-width:334px;
	padding:4px;
	margin-bottom:10px;
}
#optionsframework .screenshot .remove-image {
	background:url("../images/ico-delete.png") no-repeat;
	border:medium none;
	bottom:4px;
	display:block;
	float:left;
	height:16px;
	padding:0;
	position:absolute;
	left:-4px;
	text-indent:-9999px;
	width:16px;
}
#optionsframework .screenshot .no_image .file_link {
	margin-left: 20px;
}
#optionsframework .screenshot .no_image .remove-button {
	bottom: 0px;
}
#optionsframework .reset-button {
	float:left;
	cursor:pointer;
}

/* Bottom Section */

#optionsframework-submit {
	padding: 7px 10px;
	border-top: 1px solid #ddd;
	background-color: #f1f1f1;
}
#optionsframework .button-primary {
	float:right;
}
#optionsframework .section:after {
	content: "";
	display: table;
}
#optionsframework .section:after {
	clear: both;
}


/* Additional*/
#optionsframework .section .option .controls input[type=text]{ width:350px; max-width:100%;}
#optionsframework .section.column_1_3 .option .controls input[type=text]{ max-width:100%;}

#optionsframework .section.column_1_2.option .controls textarea,
#optionsframework .section.column_2_3 .option .controls textarea{
 height:80px;
 }

#optionsframework .section-subsection{ margin:10px; border-bottom:dashed 1px #A0A0A4; clear:both;}
#optionsframework .section-subsection h4.heading{ font-weight:bold;font-size:1.3em; margin-bottom:0.3em;}
#optionsframework .column_1_2{ width:45%; float:left;}
#optionsframework .column_1_3{ width:30%; float:left;}
#optionsframework .column_2_3{ width:60%; float:left;}
#optionsframework .section.column_1_2 .controls,
#optionsframework .section.column_2_3 .controls,
#optionsframework .section.column_1_3 .controls {
	float: left;
	min-width:inherit;
	width: 98%;
	padding-right:2%;
}
#optionsframework last{
padding-right:0 !important;
}
#optionsframework #home_purchase{ width:100%; height:120px;}
@media only screen and (max-width:720px) {
#optionsframework .column_1_2{ width:100%; float:none;}
#optionsframework .column_1_3{ width:100%; float:none;}
#optionsframework .column_2_3{ width:100%; float:none;}
}

/* Additional*/
#optionsframework .section .option .controls input[type=text]{ width:350px;}
#optionsframework .section-start_group.group_close > div{ display:none;}
#optionsframework .section-start_group .wp-picker-container{ width:100%;}
#optionsframework #logo-image img {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    display: block;
    float: left;
    height: auto;
    max-width: 100%;
    padding: 4px;
}
/*#optionsframework .section-start_group{ padding:0; width:96%; margin:0 auto;border:1px solid #666;}*/
#optionsframework .section-start_group > h4.heading{ font-size:14px; color:#FFFFFF; font-weight:bold; background:url(../images/arrow.png) right 10px center no-repeat #999; background-color:#999;overflow: hidden; line-height: 30px; margin: 0;overflow: hidden;padding-left: 10px; cursor:pointer;}
#optionsframework .section-start_group .section .controls{ width:90%;}
#optionsframework-wrap #optionsframework-sidebar {
    float: left;
    margin-left: 20px;
    width: 250px;
}
#optionsframework{
	float:left;
	width:700px;
	}
#optionsframework-wrap {
	background: #fff;
	padding: 10px 20px;
	border-radius: 10px;
	border: 3px solid #ccc;
}

#optionsframework-sidebar postbox .inside li:nth-child(1) a {
background-color: #98B6CB;
}
#optionsframework-sidebar .postbox .inside a {
text-decoration: none;
color: #fff;
background-color: #000;
padding: 15px 10px;
display: block;
border-radius: 5px;
font-size: 16px;
margin-bottom: 10px;
}
#optionsframework-sidebar .postbox .inside li:nth-child(1) a {
	background-color: #98B6CB;
}

#optionsframework-sidebar .postbox .inside li:nth-child(2) a {
	background-color: #EF5D36;
}

#optionsframework-sidebar .postbox .inside li:nth-child(3) a {
	background-color: #fed136;
}

#optionsframework-sidebar .postbox .inside li:nth-child(4) a {
	background-color: #F797AE;
}

#optionsframework-sidebar .postbox .inside li:nth-child(5) a {
	background-color: #906E9B;
}