/** * Checkbox Toggle UI */ #customize-theme-controls input[type="checkbox"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-tap-highlight-color: transparent; width: auto; height: auto; vertical-align: middle; position: relative; border: 0; outline: 0; cursor: pointer; background: none; box-shadow: none; } #customize-theme-controls input[type="checkbox"]:focus { box-shadow: none; } #customize-theme-controls input[type="checkbox"]:after { content: ''; font-size: 8px; font-weight: 400; line-height: 18px; text-indent: -14px; color: #ffffff; width: 36px; height: 18px; display: inline-block; background-color: #064441; border-radius: 72px; box-shadow: 0 0 12px rgb(0 0 0 / 15%) inset; } #customize-theme-controls input[type="checkbox"]:before { content: ''; width: 14px; height: 14px; display: block; position: absolute; top: 2px; left: 2px; margin: 0; border-radius: 50%; background-color: #ffffff; } #customize-theme-controls input[type="checkbox"]:checked:before { left: 20px; margin: 0; background-color: #ffffff; } #customize-theme-controls input[type="checkbox"], #customize-theme-controls input[type="checkbox"]:before, #customize-theme-controls input[type="checkbox"]:after, #customize-theme-controls input[type="checkbox"]:checked:before, #customize-theme-controls input[type="checkbox"]:checked:after { transition: ease .15s; } #customize-theme-controls input[type="checkbox"]:checked:after { content: 'ON'; background-color: #064441; } #_customize-input-atmospheres_shortcode_top_news, #_customize-input-atmospheres__shortcode_top_news { display: none; } .control-section-atmospheres .accordion-section-title a { width: 100%; padding: 10px 0; margin-top: 10px; font-size: 0.6em !important; background: #AD3903; border: none; border-radius: 0; } body .control-section-atmospheres .accordion-section-title { padding: 20px; font-size: 2em !important; font-weight: 500; } .control-section-atmospheres { text-align: center; width: 100%; display: inline-grid; } .hidden-help { display: none; position: absolute; top: 100%; left: -10px; width: 280px !important; } .seos-img { width: 20px; height: 20px; padding-right: 5px; } .seos-help { position: relative; display: inline; } .seos-help:hover .seos-img { opacity: 0.7; } .seos-help:hover > .hidden-help { display: block; position: absolute; min-width: 280px !important; top: 30px; z-index: 9; } .customize-control { position:relative } #customize-theme-controls #accordion-section-atmospheres_buy_option_section .accordion-section-title, #customize-theme-controls #accordion-section-atmospheres_buy_option_section > .accordion-section-title { background: #555555; color: #FFFFFF; } .atmospheres-info { width: fit-content; padding: 5px 10px; margin-top: 10px; color: #fff; font-size: 1em !important; font-weight: 600; background: #AD3903; border: none; border-radius: 0; }