div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#optionsframework {
    max-width: none;
}

#optionsframework-wrap {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #fff;
}

#optionsframework-wrap a:hover {
    text-decoration: none;
}

#optionsframework-wrap h2 {
    background-color: #eee;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 1px 0 #fff inset;
    text-shadow: 1px 1px #fff;
}

#optionsframework-wrap h2.nav-tab-wrapper {
    width: 200px;
    float: left;
    padding: 0;
    margin-right: 1px;
    border-bottom: 0;
    margin-bottom: 10px;
}

h2 .nav-tab {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 13px;
    margin: 0;
    border-right: 1px solid #ccc;
    margin-right: -1px;
    border-left: 0;
    border-top: 0;
    border-bottom: 1px solid #ccc!important;
    background-color: #f5f5f5;
    box-shadow: 1px 1px 0 #fff inset;
	width:160px;
}


h2 .nav-tab-active {
    border-right: 2px solid #fff;
    margin-right: -2px;
    position: relative;
    z-index:9;
}

h2 a.nav-tab:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}

h2 a.nav-tab-active:hover {
    border-bottom: inherit;
    background: inherit;
}

div#optionsframework-metabox {
    float: left;
    width: calc(100% - 201px);
    padding-top: 0;
}

.postbox {
    border: 0;
    margin-bottom: 0;
    border-left: 1px solid #ccc;
    margin-left: -1px;
}

#optionsframework-wrap .nav-tab-wrapper .nav-tab {

}

#optionsframework-wrap .nav-tab-wrapper .nav-tab-active {
    background-color: #fff;
    border-right: 1px solid #FFF;
    margin-right: -1px;
}

#optionsframework-wrap .group {
    padding: 10px 20px 10px;
}

#optionsframework-wrap .group h3 {
    display: none;
}

#optionsframework-wrap .group .section {
    padding: 0 10px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}

#optionsframework-wrap .group .section h4 {
    margin-bottom: 15px;
    font-size: 1.3em;
    margin-top: 10px;
}

#optionsframework-wrap .group .section.sub_section_titled {
    padding: 0;
    border-top: none;
    border-bottom: 0;
    margin-bottom: 10px;
}

#optionsframework-wrap .group .sub_section_titled h4 {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f4f4f4;
    font-size: 1.5em;
    margin-bottom: 20px;
}

#optionsframework-wrap .group .sub_section_titled .option {
    padding: 0 10px;
}

.wp-color-result {
    height: 30px;
}

.wp-color-result:after {
    line-height: 30px;
}

#optionsframework-wrap .group .section input[type="text"],
#optionsframework-wrap .group .section input[type="number"],
#optionsframework-wrap .group .section textarea,
#optionsframework-wrap .group .section select {
    height: auto;
    padding: 5px 10px;
}

#optionsframework-submit {
    border-bottom: 1px solid #ccc;
    margin-bottom: -1px;
}

#optionsframework-wrap .group .section-accordion {
    background-color: #f5f5f5;
    padding: 10px;
    border-bottom: 0;
    border: 1px solid #ccc;
    overflow: hidden;
    color: #555;
}

#optionsframework-wrap .group .section-accordion.close {
    opacity: 1;
}

#optionsframework-wrap .group .section-accordion h4 {
    margin: 0;
    color: inherit;
}

#optionsframework-wrap .group .section-accordion .fa {
    float: right;
}

#setting-error-save_options .faded {
    opacity: 1;
}

#wpbody-content .metabox-holder {
    padding-top: 0;
}

#setting-error-save_options {
    margin-left: 201px;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#optionsframework-wrap {
    border-radius: 5px;
}

#optionsframework-wrap .group .section-text.mini .option .explain {
    margin-left: 10px;
}

#optionsframework-wrap .group .section-accordion {
    cursor: pointer;
}

img.of-radio-img-img {
    width: 20px;
    height: 20px;
}

#optionsframework .controls .of-radio-img-img {
    width: 30px;
    height: 30px;
    border-width: 1px;
    opacity: 1;
}

#optionsframework .controls .of-radio-img-selected {
    border-color: #5B9DD9;
    box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
    opacity: 1;
}

h2.nav-tab-wrapper i.fa {
    width: 1.1em;
}

ul.options-links {
    display: inline;
    margin: 0;
    font-size: 13px;
    float: right;
}

ul.options-links li {
    display: inline;
}

ul.options-links li + li:before {
    content: "|";
    margin: 0 5px;
}

ul.options-links li a {
    text-decoration: none;
}

ul.options-links li.pro a {
    background-color: #CC2E2E;
    color: #fff;
    text-shadow: 1px 1px #6B4F4F;
    padding: 3px 8px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.1);
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.2));
    background-image: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.2));
    border: 1px solid #901414;
}

ul.options-links li.pro a:hover {
    background-color: #B52929;
}

.accordion-group-item {
    display: none;
}
.section .section_wrapper {
    display: none;
}

#optionsframework-wrap .group .section.section-start_group,
#optionsframework-wrap .group .section.section-end_group {
    padding: 0;
    margin: 0;
    border: none;
}

.controls#optionsframework .mini .controls input,
#optionsframework .mini .controls {
    margin-right: 20px;
}

#optionsframework .section .explain {
    font-size: 13px;
    line-height: 1.5;
    max-width: 45%;
}

#optionsframework-wrap {
    /*width: 830px;*/
    position: relative;
    font-size: 12px;
}
#optionsframework{
	max-width:100% !important;
	}
.options-saved {
    position: fixed;
    z-index: 99999;
    display:none;
    top: 40%;
    left: 50%;
    margin-top: -50px;
    margin-left: -200px;
    background-color: #D1EAD2;
    color: #63AD51;
    width: 240px;
    text-align:center;
    font-size: 20px;
    padding: 30px 0;
    border: 4px solid #63AD51;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.5);
    opacity: .9;
}

.options-saved i {
    background-color: #63AD51;
    color:#D1EAD2;
    border-radius: 50%;
    padding: 3px;
    margin-right: 5px;
}

.options-saving {
    position: fixed;
    z-index: 99999;
    display:none;
    top: 40%;
    left: 50%;
    margin-top: -50px;
    margin-left: -200px;
    background-color: #DEE2A6;
    color: #DC991D;
    width: 240px;
    text-align:center;
    font-size: 20px;
    padding: 30px 0;
    border: 4px solid #DFA334;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.5);
    opacity: .9;
}

.options-saving i {
    color: #E2AC48;
    border-radius: 50%;
    padding: 3px;
    margin-right: 5px;
    font-size: 1.2em;
}

h2 .nav-tab {
    line-height: 40px;
    height: 40px;
}

#optionsframework-wrap .group .section input[type="text"],
#optionsframework-wrap .group .section input[type="number"],
#optionsframework-wrap .group .section textarea,
#optionsframework-wrap .group .section select {
    padding: 3px 5px;
    font-size: 12px;
}

#optionsframework-wrap .group .section {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#optionsframework-wrap .group .section h4 {
    font-size: 14px;
}

#optionsframework .section .controls {
    min-width: 300px;
}

.wp-color-result {
    height: 24px;
}

.wp-color-result:after {
    line-height: 24px;
}

#optionsframework .controls input.upload {
    width: 75%!important;
}

#optionsframework-wrap .group .section.section-info {
    font-size: 14px;
    line-height: 22px;
    padding-left: 0;
    padding-right: 0;
}

.theme-support {
    padding: 0;
}

.col-1-3 {
    width: 47%;
    float: left;
    margin-right: 6%;
}

.col-1-3:nth-child(2) {
    margin-right: 0;
}

.theme-browser .theme {
    width: 48%;
}

.theme-browser .theme:nth-child(3n) {
    margin-right: 4%;
}

.theme-browser .theme:nth-child(2n) {
    margin-right: 0;
}

#optionsframework-wrap .group h3.theme-name {
    display:block;
    background-color: transparent;
    border-bottom: none;
}

#optionsframework-wrap .theme-browser .theme .theme-actions {
    height: 47px;
}

#optionsframework-wrap .theme-browser .theme .theme-actions .button {
    margin-right: 4px;
}

#optionsframework-wrap .theme-browser .theme .theme-actions .button-import-demo {
    margin-right: 0;
}

.theme-browser .theme:hover {
    cursor: default;
    
}

.theme-browser.rendered .theme:focus .theme-screenshot img,
.theme-browser.rendered .theme:hover .theme-screenshot img {
    opacity: 1;
}

#optionsframework-wrap .group .section.section-start_group {
    background-color: #f5f5f5;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

#optionsframework-wrap .group .section.section-end_group {
    display:none;
}

#optionsframework-wrap .group .section.section-start_group .section.section-accordion.close {
    margin-bottom: 0;
}

#optionsframework-wrap .group .section.section-start_group > h4 {
    margin: 0;
}

#optionsframework-wrap .group .section.section-start_group .section.section-accordion {
    border: 0;
    border-bottom: 1px solid #ccc;
}

#optionsframework-wrap .group .section.section-start_group .section.section-accordion.close {
    border-bottom: 0;
}

#optionsframework .controls .of-background-repeat {
    width:110px;
}

#optionsframework .controls .of-background-position {
    width: 90px;
}

#optionsframework .controls .of-background-attachment {
    width: 120px;
}