/** * Aryx Customizer Controls Styling */
/* Customizer Separator */
.kirki-separator {
    background: #fff;
    padding: 5px 12px;
    margin: 0 -12px;
    color: #000;
}
/* Aryx Pro Notice Styling */
.aryx-pro-notice {
    padding: 10px 5px;
}
.aryx-pro-notice a {
    text-decoration: none;
}
/* Background Control Wrapper Border */
.background-wrapper {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
/* Radio Image Control Label Width Except First Child */
.customize-control.customize-control-kirki-radio-image label:not(:first-child) {
    width: 25%;
}
/* Nested Section Color Styling */
#customize-controls .control-section.open .accordion-section-title {
    color: #555d66;
    background: #fff;
    border-left-color: transparent;
}
#customize-controls .control-section.open .control-section-kirki-nested:hover .accordion-section-title {
    color: #0073aa;
    background: #f3f3f5;
    border-left-color: #0073aa;
}
/** * Aryx Sites Display Page Styling */
.appearance_page_aryx-site-designs .import-action {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 9px 15px;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
}
.appearance_page_aryx-site-designs #TB_ajaxContent {
    text-align: center;
}
/** * Aryx Page Settings Metabox */
.aryx-page-settings-metabox .components-base-control__field {
    margin-top: 1.5em;
}
.aryx-page-settings-metabox select {
    min-width: 100%;
}