/home/fdhrevqn/public_html/wp-content/themes/fox/inc/customizer/assets/css/customizer.scss
@import '../../../../css/lib/bourbon/bourbon';

/**
 * foxdocs link
 * @since 4.5
 */
.foxdocs-link {
    background: #188ec1 !important;
    color: white !important;
    
    text-decoration: none;
    padding: 4px 10px;
    display: table;
    border-radius: 2px;
}
a.foxdocs-link:hover,
a.foxdocs-link:active,
a.foxdocs-link:focus {
    background: #188ec1 !important;
    color: white !important;
}
.foxdocs-link i {
    font-size: 14px;
    vertical-align: middle;
    margin: 0;
    width: auto;
    height: auto;
    line-height: 1.5;
}

.li-hide {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

#customize-header-actions .goto {
    position: absolute;
    height: 45px;
    border: 0;
    border-radius: 0;
    outline: 0;
    z-index: 0;
    background: transparent;
    top: 0;
    left: 45px;
    right: 100px;
    width: calc(100% - 145px);
    box-shadow: none;
    
    transition: all .1s ease-out;
    
    color: black;
    
    @include placeholder {
        color: #777;
        opacity: 1;
    }
    
    &:focus {
        left: 0;
        right: 1px;
        width: calc(100% - 1px);
        outline: 0;
        border: 0;
        box-shadow: 0 0 5px rgba(0,0,0,.1);
        background: white;
        z-index: 999;
        
        @include placeholder {
            color: #999;
            opacity: 1;
        }
    }
}

body {
    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
        background: #bad0e6;
    }
}

/* ------------------------------------
 * Add Icon To Panels
 * ------------------------------------ */
.accordion-section-title:before {
    font-family: dashicons;
    margin-right: 4px;
    color: #ccc;
    display: none;
}
#accordion-section-title_tagline .accordion-section-title:before {
    content: "\f507";
}
#accordion-panel-wi_header .accordion-section-title:before {
    content: "\f343";
}
#accordion-panel-wi_footer .accordion-section-title:before {
    content: "\f347";
}
#accordion-panel-wi_blog .accordion-section-title:before {
    content: "\f509";
}
#accordion-panel-wi_single .accordion-section-title:before {
    content: "\f491";
}
#accordion-section-wi_page .accordion-section-title:before {
    content: "\f498";
}
#accordion-panel-wi_design .accordion-section-title:before {
    content: "\f100";
}
#accordion-section-wi_mobile .accordion-section-title:before {
    content: "\f470";
}
#accordion-section-wi_social .accordion-section-title:before {
    content: "\f237";
}
#accordion-panel-wi_homepage .accordion-section-title:before {
    content: "\f102";
}
#accordion-panel-wi_ad .accordion-section-title:before {
    content: "\f488";
}
#accordion-section-wi_performance .accordion-section-title:before {
    content: "\f531";
}
#accordion-panel-wi_misc .accordion-section-title:before {
    content: "\f107";
}
#accordion-section-wi_translation .accordion-section-title:before {
    content: "\f326";
}
#accordion-section-custom_css .accordion-section-title:before {
    content: "\f540";
}
#accordion-panel-woocommerce .accordion-section-title:before {
    content: "\f174";
}

/* ------------------------------------
 * Homepage Builder Sections
 * ------------------------------------ */
.control-section[data-index] .accordion-section-title {
    cursor: move !important;
}
[id^="sub-accordion-section-wi_bf"] {
    
    .customize-control {
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    // the heading
    .customize-control-heading {
        
        padding-left: 0;
        padding-right: 0;
        
        .fox-customize-heading > h2 {
            background: #018ec2;
            color: white;
            border: 0;
            padding: 8px;
            font-weight: normal;
            position: relative;
            
            &:before {
                content: "\f345";
                -webkit-font-smoothing: antialiased;
                font: normal 20px/30px dashicons;
                
                color: white;
                display: block;
                position: absolute;
                right: 5px;
                top: 50%;
                bottom: 0;
                z-index: 20;
                width: 24px;
                height: 24px;
                margin-top: -12px;
                line-height: 24px;
                text-align: center;
            }
        }
        
        &.active .fox-customize-heading > h2:before {
            content: "\f347";
        }
        
    }
}

$accent: #0073aa;
$border: #ddd;
#accordion-panel-widgets {
    display: none !important; // while we hid all widgets
}

pre {
    border: 1px dashed #bbb;
    padding: 5px;
    background: #e0e0e0;
}

.customize-control {
    float: none;
}
.customize-control select {
    width: 100%;
}
.use-hint {
    line-height: 1.3;
    display: block;
    color: brown;
}

.customize-section-description {
    background: #ffd;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #d8d8a7;
}

/* DESIGN PANEL */
#accordion-panel-wi_design > .accordion-section-title,
#customize-controls .control-section#accordion-panel-wi_design > .accordion-section-title:hover {
    // background: #ffc !important;
}

/* ------------------------------------
 * Placeholder
 * ------------------------------------ */
::-webkit-input-placeholder {
    color: #bababa;
}
:-moz-placeholder {
	color: #bababa;
}
::-moz-placeholder {
	color: #bababa;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
	color: #bababa;
}

/**
 * Customizer Loading 
 */
#customize-preview.wp-full-overlay-main:before, 
.customize-loading #customize-container:before, 
.theme-install-overlay .wp-full-overlay-main:before {
    z-index: 1;
}

/** 
 * Message
 */
.fox-message {
    padding: 20px;
    font-size: 12px;
    background: white;
    border: 3px solid #d5e4f7;
}

.fox-info {
    padding: 10px;
    font-size: 14px;
    color: black;
    background: white;
    border: 3px solid #79b4d2;
}

/** 
 * Image Radio
 */
.customize-control-image_radio {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    *,*:before,*:after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }
}
.customize-control-image_radio label {
    display: block;
    position: relative;
    margin: 0 10px 10px 0;
    overflow: hidden;
    
    img {
        display: block;
    }
    
    small {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.3);
        color: white;
        padding: 2px 10px;
        display: block;
        z-index: 20;
        font-size: 10px;
        line-height: 1.3;
        
        transition: all .3s ease;
        transform: translate(0,100%);
    }
    &:hover {
        small {
            transform: translate(0,0);
        }
    }
}
.customize-control-image_radio label input[type="radio"] {
    display: none;
}
.control-image-radio {
    overflow: hidden;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}
.control-image-radio label input[type="radio"] + img,
.control-image-radio label input[type="radio"] + .html-img {
    opacity: .5;
    background: white;
    border: 2px solid #aaa;
}
.control-image-radio label:hover input[type="radio"] + img,
.control-image-radio label:hover input[type="radio"] + .html-img {
    opacity: .8;
}
.control-image-radio label input[type="radio"]:checked + img,
.control-image-radio label input[type="radio"]:checked + .html-img {
    opacity: 1;
    border-color: #08c;
}

/** 
 * Typekit Status
 */
.typekit-loading-status {
    display: block;
    margin-top: 10px;
}
.typekit-loading-status.error {
    color: red;
}
.typekit-loading-status.success {
    color: green;
}
.typekit-loading-status.loading {
    font-style: italic;
}
.typekit-loading-status .newfonts {
    margin: 10px 0 0 10px;
}

/* ------------------------------------
 * Slide
 * ------------------------------------ */
.slide-container {
    display: flex;
    align-items: center;
    padding: 7px 7px 7px 0;
}
.slide-input-area {
    width: 70px;
    display: flex;
    align-items: center;
    input {
        width: 48px;
        box-shadow: none;
        background: #fcfcfc;
        text-align: center;
    }
    .unit {
        width: 22px;
        text-align: right;
        color: #999;
    }
}
.slide-control {
    @include calc( 'width', '100% - 90px' );
    margin-left: auto;
    height: 2px;
    background: #ccc;
    position: relative;
    .ui-slider-handle {
        display: block;
        border-radius: 50%;
        background: #333;
        width: 10px;
        height: 10px;
        
        position: absolute;
        top: 50%;
        left: 0;
        @include transform(translate(-50%,-50%));
        @include transition( width .2s, height .2s );
        cursor: ew-resize;
        
        &.ui-state-active {
            width: 24px;
            height: 24px;
        }
    }
}

/* ------------------------------------
 * Custom Control / since 4.0
 * ------------------------------------ */
.fox-control-row {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px;
    
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    *,
    *:before,
    *:after {
        box-sizing: inherit;
    }
}
.fox-control-col {
    display: block;
    width: 100%;
    padding: 5px 10px;
    margin: 0;
    
    &.col-1-2 {
        width: 50%;
    }
}

/*
li[id^="customize-control-wi_social"] {
    > label {
        display: inline-block;
        width: 80px;
    }
    > input {
        display: inline-block;
        width: 180px !important;
    }
}
*/

/* ------------------------------------
 * Import Export
 * ------------------------------------ */
.import-wrapper .file-holder,
.import-wrapper .file-name {
    display: none;
}
.import-wrapper.has-file .file-holder,
.import-wrapper.has-file .file-name {
    display: block;
}
.file-icon i {
    font-size: 60px;
    line-height: 1.2;
    display: block;
    margin: 10px 0;
    width: auto;
    height: auto;
    text-align: left;
}
.red {
    color: red;
}
.blue {
    color: blue;
}

/* ------------------------------------
 * Reset All Options to Default
 * ------------------------------------ */
.button.reset {
}
.no-weights-styles {
    opacity: .5;
    font-style: normal;
    display: block;
}

/**
 * Heading
 */
.fox-customize-heading > h2 {
    background: #008ec2;
    color: white;
    padding: 5px 10px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
}
.heading-desc {
    font-size: 12px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
}

/* ------------------------------------
 * Header Builder
 * ------------------------------------ */
#sub-accordion-section-sidebar-widgets-header-builder {
    .customize-section-description {
        display: none;
    }
}
#customize-control-wi_header_builder_info {
    margin-top: 60px;
}


/* ------------------------------------
 * FONT SELECT
 * ------------------------------------ */
.fox-select-font {
    display: none;
    
    &.show {
        display: block;
    }
}
.ui-autocomplete {
    z-index: 999999;
    border: 1px solid #e0e0e0;
    box-shadow: 3px 5px 20px rgba(0,0,0,.3);
    
    li {
        border: 0;
        margin: 0;
    }
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border-color: transparent;
    background: #f0f0f0;
    margin: 0;
    border: 0;
}

.font-weights {
    display: flex;
    flex-flow: row wrap;
}
.font-weight {
    width: 50%;
    flex: none;
    display: none;
    
    &.hide {
        display: none;
    }
    &.show {
        display: block;
    }
}

/* ------------------------------------
 * TYPOGRAPHY
 * ------------------------------------ */
.fox-typography {
    border: 1px solid $border;
    padding: .5em;
    background: white;
    margin: .5em 0;
}
.fox-control-row {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    
    margin: 0 -5px;
    
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    * {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }
    
    & + .fox-coltrol-row {
        padding-top: .5em;
        margin-top: .8em;
        border-top: 1px solid #e9e9e9;
    }
}
.fox-control-col {
    display: block;
    padding: 5px;
    position: relative;
    
    &.col-1-1 {
        width: 100%;
    }
    &.col-1-2 {
        width: 50%;
    }
    &.col-1-3 {
        width: 33.33%;
    }
    &.col-2-3 {
        width: 66.66%;
    }
    &.col-1-4 {
        width: 25%;
    }
    &.col-3-4 {
        width: 75%;
    }
    
    i {
        position: absolute;
        top: 50%;
        bottom: 0;
        right: 5px;
        z-index: 10;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        text-align: center;
        display: block;
        line-height: 20px;
        color: #ccc;
        font-size: 12px;
    }
    
}
.fox-typo-input-size {
    padding-right: 20px !important;
}

/* ------------------------------------
 * BOX
 * ------------------------------------ */
.fox-box-control {
    border: 1px solid $border;
    padding: .5em;
    background: white;
}
.customize-control .fox-control-row {
    select {
        height: 22px;
        line-height: 22px;
        border-radius: 0;
        border-color: #ccc;
        
        &:focus {
            border-color: #999;
        }
    }
    #{$all-text-inputs} {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 22px;
        border-radius: 0;
        border-color: #ccc;
        transition: all .1s;
    }
    #{$all-text-inputs-focus} {
        border-color: #007cba;
    }
}
.fox-box-section + .fox-box-section {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid $border;
}
.fox-control-label {
    font-size: .9em;
}
.fox-control-col .small-label {
    color: #999;
    font-size: .8em;
}

// tab
.fox-box-control {
    display: none;
    &.active {
        display: block;
    }
}

.fox-box-control-tabs {
    display: block;
    
    ul {
        list-style: none;
        margin: 0;
        padding: 0;
        
        display: flex;
        align-items: flex-end;
    }
    li {
        display: block;
        color: #ccc;
        cursor: pointer;
        padding: 5px 10px;
        margin: 0;
        width: 33.33%;
        text-align: center;
        
        border-bottom: 3px solid transparent;
        
        &:hover,
        &.active {
            color: #999;
        }
        &.active {
            cursor: default;
            border-bottom-color: currentColor;
        }
        
        i {
            display: block;
            text-align: center;
            width: 100%;
            margin: 0;
            font-size: 20px;
            line-height: inherit;
        }
    }
}

/* ------------------------------------
 * BACKGROUND
 * ------------------------------------ */
.fox-background-control {
    padding: .5em;
    border: 1px solid $border;
    background: white;
}

/* ------------------------------------
 * MULTIPLE TEXT
 * ------------------------------------ */
.fox-multiple-text-control {
    box-sizing: border-box;
    * {
        box-sizing: inherit;
    }
}
.fox-text-row {
    display: flex;
    align-content: center;
    align-items: center;
    
    & + .fox-text-row {
        margin-top: 1em;
    }
}
.text-row-label {
    display: block;
    width: 90px;
    flex: none;
}
.text-row-input {
    display: block;
    width: calc(100% - 90px);
}


/* ------------------------------------------------------------------------------------------------------------
 * 4.5 Homepage Builder
 * ------------------------------------------------------------------------------------------------------------ */
#sub-accordion-section-wi_homepage_builder {
    overflow: visible;
}

/* Layout
--------------------------- */
.builder-section {
    
    & + .builder-section,
    & + .sortable-placeholder {
        margin-top: 10px;
    }
    
    position: relative;
    z-index: 0;
}
.section-builder-inner {
    position: relative;
    
    background: white;
    border: 1px solid #ccd0d4;
}
.add-section-button-area {
    display: none;
}
.section-norm {
    .add-section-button-area {
        display: block;
    }
}
.section-sample {
    display: none;
}
    // the norm
    // make it special
.section-description {
    display: none;
    padding: 10px;
    p {
        margin: 0;
        padding: 8px;
        font-size: 12px;
        line-height: 1.5;
        background: #f0f0f0;
        border-radius: 1px;
    }
}
.section-norm {
    .section-action-menu {
        display: none;
    }
    .section-description {
        display: block;
    }
}
.wp-core-ui button.add-section {
    display: block;
    border-radius: 0;
    margin-left: auto;
    text-align: center;
    cursor: pointer;
    transition: all .1s;
    
    i {
        display: inline-block;
        vertical-align: middle;
        margin-left: 4px;
    }
}
.sortable-placeholder {
    border: 1px dashed #999;
    background: #e9f1f6;
    height: 50px;
    display: block;
}

/* Section top
--------------------------- */
.section-name {
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    
    cursor: move;
    
    height: 54px;
    line-height: 54px;
    position: relative;
    
    &:hover {
        background: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,.2);
    }
    
    // the cover
    &:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        content: "";
        display: block;
    }
    &.inedit:before {
        display: none;
    }
}

a.section-action-menu-btn {
    display: block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    margin: 0;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    color: #333;
    
    i {
        display: block;
        width: auto;
        height: auto;
        line-height: inherit;
        margin: 0;
    }
}
.section-action-menu {
    
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 30;
    
    ul {
        list-style: none;
        margin: 0;
        padding: 0;
        
        display: none;
        
        position: absolute;
        top: 100%;
        left: -1px;
        width: 200px;
        background: white;
        z-index: 10;
        border: 1px solid #999;
        box-shadow: 0 10px 10px rgba(0,0,0,.1);
        
        &:before,
        &:after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 10px 10px 10px;
            border-color: transparent transparent #fff transparent;
            
            display: block;
            position: absolute;
            left: 20px;
            top: -9px;
            z-index: 20;
            content: "";
        }
        &:after {
            border-color: transparent transparent #777 transparent;
            left: 20px;
            top: -10px;
            z-index: 10;
        }
        
        a {
            display: block;
            color: #333;
            padding: 0 16px;
            line-height: 40px;
            text-decoration: none;
            outline: 0;
            border: 0;
            
            &:hover {
                color: #007cba;
            }
        }
        .section-delete {
            color: red;
            &:hover {
                color: red;
            }
        }
        
    }
    li {
        display: block;
        margin: 0;
    }
}
.section-name-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 54px;
    width: 40px;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    i {
        display: block;
        line-height: inherit;
        text-align: center;
        width: auto;
        height: auto;
    }
    
    .dashicons-arrow-up {
        display: none;
    }
}
.builder-section.active {
    .dashicons-arrow-up {
        display: block;
    }
    .dashicons-arrow-down {
        display: none;
    }
}
#customize-controls .section-name-h {
    margin: 0;
    border: 1px solid transparent;
    background: none;
    box-shadow: none;
    outline: 0;
    width: 100%;
    padding: 0 40px 0 54px;
    line-height: 54px;
    cursor: inherit;
}
#customize-controls .section-name.inedit .section-name-h {
    background: #fff;
    box-shadow: 0 0 10px #98a2ad;
    cursor: auto;
    font-weight: 400;
}

.section-actions {
    
    padding: 10px;
    display: flex;
    align-items: center;
    
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 40;
    background: white;
    border-top: 1px solid #ccd0d4;
    
    display: none;
}
.section-action-text {
    text-decoration: none;
    display: none;
    
    i {
        margin-left: 4px;
        font-size: 14px;
        width: auto;
        height: auto;
        vertical-align: middle;
    }
    span {
        vertical-align: middle;
    }
}
.section-action-icon {
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    margin-left: 6px;
    
    color: #bababa;
    
    i {
        width: auto;
        height: auto;
    }
}
.section-action-icons {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.section-duplicate {
    display: block;
}
.section-delete:hover {
    color: red;
}

/* Tabs
--------------------------- */
.section-content {
    display: none;
    border-top: 1px solid #ccd0d4;
}

.section-tabs {
    ul {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: relative;
        padding: 5px 5px 0;
        
        &:before {
            position: absolute;
            content: "";
            display: block;
            bottom: 0;
            left: 0;
            right: 0;
            border-top: 1px solid #aaa;
            z-index: 1;
        }
    }
    li {
        display: block;
        float: left;
        margin: 0;
    }
    a {
        display: block;
        margin: 0;
        text-decoration: none;
        padding: 12px 5px;
        color: inherit;
        font-weight: 400;
        border: 1px solid transparent;
        position: relative;
        z-index: 20;
        margin-bottom: -1px;
        color: #999;
        outline: 0;
        
        &:hover {
            color: black;
        }
    }
    .active > a {
        border-color: #aaa #aaa white #aaa;
        background: white;
        color: black;
    }
}

/* Fields
--------------------------- */
.section-fields {
    padding: 10px;
}
.section-field {
    display: none;
    
    &.section-name {
        display: block;
    }
    &.intab {
        display: block;
    }
    
    &.outvalue {
        display: none !important;
    }
}
.section-content {
    .section-field {
        border-top: 1px solid #d0d0d0;
        padding: 14px 0;
    }
    .section-field-name {
        margin: 0 0 5px;
    }
    textarea {
        width: 100%;
        height: 60px;
    }
}
.section-field-description {
    line-height: 1.4;
    color: #777;
    margin: 5px 0 0;
    small {
        display: block;
    }
}

/** 
 * Radio
 */
.section-field-radio label {
    display: block;
}

/**
 * Multicheckbox
 */
.section-field-multicheckbox label {
    display: block;
}

/**
 * Heading
 */
.section-content .section-field-heading {
    padding: 0;
}
.section-content .section-field-heading,
.section-content .section-field-heading + .section-field {
    border: 0;
}
.section-field-heading .section-field-name {
    background: #008ec2;
    color: white;
    padding: 5px 10px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
}

/** 
 * Image Radio
 */
.section-field-image_radio {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    *,*:before,*:after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }
}
.section-field-image_radio label {
    display: block;
    position: relative;
    margin: 0 10px 10px 0;
    overflow: hidden;
    
    img {
        display: block;
    }
    
    small {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.3);
        color: white;
        padding: 2px 10px;
        display: block;
        z-index: 20;
        font-size: 10px;
        line-height: 1.3;
        
        transition: all .3s ease;
        transform: translate(0,100%);
    }
    &:hover {
        small {
            transform: translate(0,0);
        }
    }
}
.section-field-image_radio label input[type="radio"] {
    display: none;
}
.control-image-radio {
    overflow: hidden;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}
.control-image-radio label input[type="radio"] + img {
    opacity: .5;
    background: white;
    border: 2px solid #aaa;
}
.control-image-radio label:hover input[type="radio"] + img {
    opacity: .8;
}
.control-image-radio label input[type="radio"]:checked + img {
    opacity: 1;
    border-color: #08c;
}