/* Composer bug fix */
option.fade,
select.fade,
input.fade {
	opacity: 1;
}
.hide_in_vc_editor {
    display: none;
}
/* WP fixes */
body .notice, 
body div.error, 
body div.updated {
    margin-left: 0;
}
.postbox .inside span {
    color: #aaaaaa;
    font-style: italic;
}
/* Welcome theme box */
.mgt-welcome-logo {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 0;
}
.mgt-welcome-message .about-description {
    font-size: 16px;
    color: #777777;
    margin-top: 0;
}
.mgt-welcome-message .mgt-divider {
    margin-bottom: 10px;
}
.mgt-welcome-message .button-step {
    border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
    background: #ffffff;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #2EA2CC;
    line-height: 20px;
    font-weight: bold;
}
.mgt-welcome-message .button-secondary .button-step  {
    background: #777777;
    color: #ffffff;
}
.wrap .mgt-welcome-message h2 {
    float: none;
    margin-bottom: 0;
}
.mgt-welcome-message label,
.mgt-welcome-message input {
    display: none;
}
.mgt-welcome-message .button.button-hero {
    width: 380px;
}
.mgt-welcome-message a {
    text-decoration: none!important;
}
.mgt-welcome-message #mgt-dismiss-notice {
    float: right;
    margin-top: 20px;
}
.mgt-welcome-message-steps-wrapper {
    display: none;
}
.mgt-welcome-message-show-steps .button {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}
#mgt-welcome-message-show-steps:after {
    -moz-osx-font-smoothing: grayscale;
    bottom: 3px;
    color: #ffffff;
    content: "";
    display: inline-block;
    font: 400 20px/1 dashicons;
    padding: 0;
    position: relative;
    right: 0;
    text-decoration: none !important;
    vertical-align: bottom;
}
/* Theme demo importer */
.radium-importer-message .import-log-text {
    background: none repeat scroll 0 0 #fff;
    font-family: courier;
    font-size: 12px;
    padding: 0 15px 15px;
    color: darkblue;
    border: 1px solid #e5e5e5;
    margin-right: 15px;
}
.radium-importer-message .import-log-text pre {
    margin: 0;
}
.configuration-error {
    color: red;
}
.configuration-info {
    color: blue;
}
.configuration-success {
    color: green;
}
.theme-important-notice {
    background: #ffffff;
    margin: 0 0 30px;
    padding: 15px 30px;
    font-size: 17px;
}
.theme-important-notice li {
    margin-bottom: 15px;
}
.theme-important-notice p {
    font-size: 17px;
}
.wp-core-ui .button-primary.radium-import-start {
    font-size: 14px;
    height: 46px;
    line-height: 44px;
    padding: 0 36px;
}
.radium-importer-wrap {
    max-width: 1040px;
}
.theme-demo-import-items {
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
}
.theme-demo-import-item {
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px; 
    margin-bottom: 30px;
    cursor: pointer;
    border: 1px solid #dedede;
    background: #fff;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
    width: 232px;
}
.theme-demo-import-item-title {
    padding-top: 15px;
    font-size: 15px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    background: #FAFAFA;
    border-bottom: 1px solid #dedede;
}
.theme-demo-import-item-button {
    padding-left:30px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #dedede;
}
.theme-demo-import-item img {
    width: 100%;
    height: auto;
    display: block;
}
.theme-demo-import-item:hover {
    color: #0085ba;
}
.theme-demo-import-item a.theme-live-preview {
    display: block;
    text-align: center;
    font-weight: normal;
}

/* Customizer Theme Options styles */
#customize-theme-controls .accordion-section#accordion-panel-theme_settings_panel .accordion-section-title {
    margin-bottom: 10px;
}
#customize-theme-controls .accordion-section#accordion-section-about .accordion-section-title {
    margin-top: 10px;
}
#customize-theme-controls .customize-control-title {
    color: #0085ba;
}
#customize-theme-controls .accordion-section#accordion-section-activation .accordion-section-title {
    color: red;
}
#customize-theme-controls .buttonset {
    margin-top: 10px;
}
#customize-theme-controls .customize-control-kirki-radio-image .image label {
    margin-right: 15px;
    margin-bottom: 10px;
}
#customize-theme-controls .kirki-input-container .select2 {
    margin-top: 5px;
}
#customize-theme-controls .documentation-icon {
    text-align: center;
    margin: 30px 0;
}
#customize-theme-controls .customize-control.customize-control-repeater {
    margin-bottom: 20px;
}
/* CMB2 */
body .cmb-type-group .cmb2-wrap > .cmb-field-list > .cmb-row, 
body .cmb2-postbox .cmb2-wrap > .cmb-field-list > .cmb-row {
    padding: 0.5em 0;
}
body .cmb2-text-small + span.cmb2-metabox-description {
    margin-left: 10px;
}
body #poststuff .cmb2-postbox h2.hndle {
    font-size: 15px;
}
body #poststuff .cmb2-postbox h2.hndle span {
    color: #0085ba;
}
/* Theme Admin Messages */
.theme-admin-message {
    background: #ffffff;
    border-left: 4px solid #46b450;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    padding: 10px 12px;
}