/** * This file is not for frontend use * * @package Articled * @since Articled 1.0 * */ .abu_headings { display: block; padding: 6px 12px; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; font-size: 14px; font-weight: 400; background: #0085ba; margin: 12px -12px 0; color: #fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, .3) } .chosen-container .chosen-single { border: 1px solid #ddd; border: 0; box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07); background-color: #fff; color: #32373c; outline: 0; transition: 50ms border-color ease-in-out; height: 28px; line-height: 28px; outline: 0; border-radius: 0; background: white !IMPORTANT } .chosen-container-single .chosen-drop { border: 0 } .accordion-section-title:before { display: inline-block; width: 20px; height: 20px; font-size: 20px; text-decoration: inherit; font-weight: 500; font-style: normal; vertical-align: top; text-align: center; transition: color .1s ease-in 0; color: #0085ba margin-right: 7px; font-family: "dashicons" } #accordion-panel-articled_blog_panel h3:before { content: "\f109" } #accordion-panel-articled_topbar_panel h3:before { content: "\f157" } #accordion-panel-articled_footer_panel h3:before { content: "\f157" } #accordion-section-articled_layout_section h3:before { content: "\f535" } #accordion-section-articled_breadcrumbs_section h3:before { content: "\f333" } #accordion-panel-articled_footer_panel h3:before { content: "\f209" } #accordion-section-title_tagline .accordion-section-title:before { content: '\f319' } #accordion-section-articled_toggle_bar .accordion-section-title:before { content: "\f132"; vertical-align: middle; font-weight: 700 } #accordion-section-articled_slider_bar .accordion-section-title:before { content: "\f136" } .abu_headings:after { content: "\f140"; font-family: "dashicons"; vertical-align: bottom } .disabled-control-title { color: #a0a5aa } input[type=checkbox].tgl { display: none } input[type=checkbox].tgl, input[type=checkbox].tgl:after, input[type=checkbox].tgl:before, input[type=checkbox].tgl *, input[type=checkbox].tgl *:after, input[type=checkbox].tgl *:before, input[type=checkbox].tgl + .tgl-btn { box-sizing: border-box } input[type=checkbox].tgl::-moz-selection, input[type=checkbox].tgl:after::-moz-selection, input[type=checkbox].tgl:before::-moz-selection, input[type=checkbox].tgl *::-moz-selection, input[type=checkbox].tgl *:after::-moz-selection, input[type=checkbox].tgl *:before::-moz-selection, input[type=checkbox].tgl + .tgl-btn::-moz-selection { background: none } input[type=checkbox].tgl::selection, input[type=checkbox].tgl:after::selection, input[type=checkbox].tgl:before::selection, input[type=checkbox].tgl *::selection, input[type=checkbox].tgl *:after::selection, input[type=checkbox].tgl *:before::selection, input[type=checkbox].tgl + .tgl-btn::selection { background: none } input[type=checkbox].tgl + .tgl-btn { outline: 0; display: block; width: 4em; height: 2em; position: relative; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } input[type=checkbox].tgl + .tgl-btn:after, input[type=checkbox].tgl + .tgl-btn:before { position: relative; display: block; content: ""; width: 50%; height: 100% } input[type=checkbox].tgl + .tgl-btn:after { left: 0 } input[type=checkbox].tgl + .tgl-btn:before { display: none } input[type=checkbox].tgl:checked + .tgl-btn:after { left: 50% } input[type=checkbox].tgl-light + .tgl-btn { background: #a0a5aa; border-radius: 2em; padding: 2px; -webkit-transition: all .4s ease; transition: all .4s ease } input[type=checkbox].tgl-light + .tgl-btn:after { border-radius: 50%; background: #f7f7f7; -webkit-transition: all .2s ease; transition: all .2s ease } input[type=checkbox].tgl-light:checked + .tgl-btn { background: #0085ba } input[type=checkbox].tgl-ios + .tgl-btn { background: #fbfbfb; border-radius: 2em; padding: 2px; -webkit-transition: all .4s ease; transition: all .4s ease; border: 1px solid #e8eae9 } input[type=checkbox].tgl-ios + .tgl-btn:after { border-radius: 2em; background: #fbfbfb; -webkit-transition: left 0.3s cubic-bezier(.175, .885, .32, 1.275), padding 0.3s ease, margin 0.3s ease; transition: left 0.3s cubic-bezier(.175, .885, .32, 1.275), padding 0.3s ease, margin 0.3s ease; box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 4px 0 rgba(0, 0, 0, .08) } input[type=checkbox].tgl-ios + .tgl-btn:hover:after { will-change: padding } input[type=checkbox].tgl-ios + .tgl-btn:active { box-shadow: inset 0 0 0 2em #e8eae9 } input[type=checkbox].tgl-ios + .tgl-btn:active:after { padding-right: .8em } input[type=checkbox].tgl-ios:checked + .tgl-btn { background: #0085ba } input[type=checkbox].tgl-ios:checked + .tgl-btn:active { box-shadow: none } input[type=checkbox].tgl-ios:checked + .tgl-btn:active:after { margin-left: -.8em } input[type=checkbox].tgl-flat + .tgl-btn { padding: 2px; -webkit-transition: all .2s ease; transition: all .2s ease; background: #fff; border: 4px solid #72777c; border-radius: 2em } input[type=checkbox].tgl-flat + .tgl-btn:after { -webkit-transition: all .2s ease; transition: all .2s ease; background: #72777c; content: ""; border-radius: 1em } input[type=checkbox].tgl-flat:checked + .tgl-btn { border: 4px solid #0085ba } input[type=checkbox].tgl-flat:checked + .tgl-btn:after { left: 50%; background: #0085ba } .customize-control input[type=range] { -webkit-appearance: none; width: 100%; height: 15px; background: #d3d3d3; outline: none; opacity: .7; -webkit-transition: .2s; transition: opacity .2s } .customize-control input[type=range]:hover { opacity: 1 } .customize-control input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 14px; height: 15px; background: #0085ba; cursor: pointer; transition: all 0.2s; cursor: e-resize } .customize-control input[type=range]::-webkit-slider-thumb:hover { -webkit-appearance: none; appearance: none; width: 25px; height: 25px; border-radius: 50%; background: #0085ba; cursor: pointer; cursor: e-resize } .customize-control input[type=range]::-moz-range-thumb { -webkit-appearance: none; appearance: none; width: 14px; height: 15px; background: #0085ba; cursor: pointer; transition: all 0.2s; cursor: e-resize } .customize-control input[type=range]::-moz-range-thumb:hover { -webkit-appearance: none; appearance: none; width: 14px; height: 15px; background: #0085ba; cursor: pointer; transition: all 0.2s; cursor: e-resize } .all-sortable .abu-sortable-list { width: 100% } .all-sortable .abu-sortable-highlight { background: rgba(0, 133, 186, .4) } .all-sortable .abu-sortable-list li { padding: 8px 10px; background-color: white; margin: 5px 0; box-shadow: 0 0 .1px rgba(0, 0, 0, .2); cursor: all-scroll } .all-sortable .abu-sortable-list li i { float: right; margin: 0 10px } .all-sortable .abu-sortable-list li i:after { content: ''; display: table; clear: both } .range-slider { display: flex; align-items: center } .range-slider input:first-child { flex: 0 0 80%; height: 28px !IMPORTANT } .range-slider input:second-child { flex: 0 0 20% }