File: /var/www/html/www.winghung.com/wp-content/themes/zeen/assets/admin/css/style.css
/*!
Theme Name: Zeen
Theme URI: https://themeforest.net/item/zeen-next-generation-magazine-wordpress-theme/22709856
Description: A next generation WordPress theme with everything you need to take your site to the next level.
Version: 4.2.4
Author: Codetipi
Author URI: https://codetipi.com
*/
/*------------------------------------------------------------------
[X. Grid]
*/
.tipi-container {
margin-left: auto;
margin-right: auto;
}
.tipi-row {
margin-left: auto;
margin-right: auto;
max-width: 1200px;
width: 100%;
}
.tipi-col {
box-sizing: border-box;
position: relative;
min-height: 1px;
float: left;
}
.tipi-col-a {
padding-left: 0;
}
.tipi-col-z {
padding-right: 0;
}
.tipi-xs-1 {
width: 8.333333333333333%;
}
.tipi-xs-2 {
width: 16.66666666666667%;
}
.tipi-xs-3 {
width: 25%;
}
.tipi-xs-4 {
width: 33.33333333333333%;
}
.tipi-xs-5 {
width: 41.66666666666667%;
}
.tipi-xs-6 {
width: 50%;
}
.tipi-xs-7 {
width: 58.33333333333333%;
}
.tipi-xs-8 {
width: 66.66666666666667%;
}
.tipi-xs-9 {
width: 75%;
}
.tipi-xs-10 {
width: 83.33333333333333%;
}
.tipi-xs-11 {
width: 91.66666666666667%;
}
.tipi-xs-12 {
width: 100%;
}
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.zeen-cf {
zoom: 1;
}
.zeen-cf:before, .zeen-cf:after {
content: "";
display: table;
}
.zeen-cf:after {
clear: both;
}
@keyframes blinker {
0% {
opacity: 1.0;
}
50% {
opacity: 0.2;
}
100% {
opacity: 1.0;
}
}
.sol-container * {
margin: 0;
padding: 0;
}
.sol-container {
max-width: 300px;
}
.sol-inner-container {
position: relative;
height: 30px;
line-height: 30px;
z-index: 9999;
background: #fff;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
transition: border linear .2s, box-shadow linear .2s;
}
.sol-container.sol-active .sol-inner-container {
border-color: rgba(82, 168, 236, 0.8);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.sol-input-container {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 25px;
}
.sol-caret-container {
position: absolute;
display: inline-block;
width: 25px;
right: 0;
top: 0;
bottom: 0;
}
.sol-caret-container .sol-caret {
position: relative;
display: inline-block;
left: 10px;
width: 0;
height: 0;
vertical-align: middle;
border-top: 4px solid #000;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.sol-input-container input[type="text"] {
border: 0;
background: transparent;
box-shadow: none;
color: #555;
padding: 0 7px;
outline: none;
width: 100%;
height: 100%;
}
.sol-input-container input[type="text"]:-ms-input-placeholder {
color: #ccc;
}
.sol-input-container input[type="text"]::-ms-clear {
display: none;
}
.sol-selection-container {
display: none;
}
.sol-container.sol-active .sol-selection-container {
display: block;
position: fixed;
left: inherit;
top: inherit;
z-index: 10000;
border: 1px solid #ccc;
background: #fff;
border-radius: 4px;
}
.sol-active.sol-selection-top .sol-selection-container {
-moz-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
}
.sol-active.sol-selection-top .sol-inner-container {
-moz-border-top-left-radius: 0;
border-top-left-radius: 0;
-moz-border-top-right-radius: 0;
border-top-right-radius: 0;
}
.sol-active.sol-selection-bottom .sol-selection-container {
-moz-border-top-left-radius: 0;
border-top-left-radius: 0;
}
.sol-active.sol-selection-bottom .sol-inner-container {
-moz-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
-moz-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
}
.sol-action-buttons {
color: #555;
border-bottom: 1px solid #ccc;
background: #eee;
padding: 7px 10px;
-moz-border-top-right-radius: 4px;
border-top-right-radius: 4px;
}
.sol-action-buttons a {
line-height: 1em;
text-decoration: none;
color: #0088cc;
border-bottom: 1px solid transparent;
}
.sol-action-buttons a:hover {
border-bottom: 1px solid #0088CC;
}
.sol-action-buttons .sol-select-all {
float: left;
}
.sol-action-buttons .sol-deselect-all {
float: right;
}
.sol-action-buttons .sol-clearfix {
clear: both;
}
.sol-selection {
overflow: auto;
position: relative;
min-height: 0px;
}
.sol-selection:empty {
display: none;
}
.sol-option {
padding: 5px 10px;
display: block;
}
.sol-label {
display: block;
position: relative;
}
.sol-label-text {
padding-left: 20px;
line-height: 1.2em;
}
.sol-selection:not(.sol-keyboard-navigation) .sol-option:hover, .sol-option.keyboard-selection {
background: #0088CC;
color: #fff;
}
.sol-optiongroup {
background: #f7f7f7;
padding-bottom: 1px;
}
.sol-optiongroup-label {
color: #555;
background: #eee;
font-weight: bold;
margin-bottom: 5px;
padding: 3px 5px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.sol-optiongroup.disabled {
color: #999;
}
.sol-selection div:first-child.sol-optiongroup > .sol-optiongroup-label {
border-top: none;
}
.sol-checkbox, .sol-radio {
position: absolute;
width: 13px;
height: 13px;
padding: 0;
margin: 0;
top: 4px;
}
.sol-selected-display-item,
.sol-results-count {
display: inline-table;
border: 1px solid #ccc;
background: #f7f7f9;
font-size: 0.9em;
margin-right: 5px;
margin-bottom: 5px;
border-collapse: separate;
border-radius: 4px;
}
.sol-selected-display-item-text {
padding: 3px 5px;
display: table-cell;
vertical-align: top;
}
.sol-quick-delete {
color: #777;
display: table-cell;
font-weight: bold;
text-align: center;
padding: 3px 5px;
vertical-align: top;
}
.sol-quick-delete:hover {
color: #111;
cursor: pointer;
}
.sol-quick-delete + .sol-selected-display-item-text {
padding-left: 0;
}
.sol-filtered-search {
display: none;
}
.sol-no-results, .sol-loading-data {
padding: 5px 0 5px 0;
color: #999;
font-style: italic;
text-align: center;
}
.sol-loading-data {
-webkit-animation-name: blinker;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-moz-animation-name: blinker;
-moz-animation-duration: 1s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;
animation-name: blinker;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
/* ----------------------------------------------------------------------------
* Primary Color Variants
* ------------------------------------------------------------------------- */
/*------------------------------------------------------------------
[X. Basics]
*/
.zeen-cf {
zoom: 1;
}
.zeen-cf:before {
content: "";
display: table;
}
.zeen-cf:after {
content: "";
display: table;
clear: both;
}
.preview-mobile .wp-full-overlay-main {
width: 375px;
height: 667px;
}
.preview-tablet .wp-full-overlay-main {
margin: auto 0 auto -384px;
width: 768px;
height: 1020px;
}
.customize-control-title {
font-size: 12px;
color: #dedede;
font-weight: 300;
}
.zeen-subtitle.zeen-engine-metabox-wrap .zeen-engine-metabox-controls {
padding-left: 0;
padding-right: 0;
}
.zeen-subtitle.zeen-engine-metabox-wrap .zeen-engine-control-inner .zeen-engine-control-only {
padding-left: 0;
}
.tipi-builder-area {
display: none;
height: 350px;
background: #fff;
text-align: center;
}
.tipi-active .editor-block-list__layout,
.tipi-active .block-editor-block-list__layout,
.tipi-active .block-editor-writing-flow__click-redirect,
.tipi-builder-term .editor-block-list__layout,
.tipi-builder-term .block-editor-block-list__layout,
.tipi-builder-term .block-editor-writing-flow__click-redirect {
display: none;
}
.tipi-active .tipi-builder-area,
.tipi-builder-term .tipi-builder-area {
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.tipi-active .tipi-builder-area .description,
.tipi-builder-term .tipi-builder-area .description {
margin-top: 10px;
margin-bottom: -25px;
}
.tipi-active .tipi-builder-area .zeen-builder-active-text,
.tipi-builder-term .tipi-builder-area .zeen-builder-active-text {
color: #1dd226;
}
.tipi-active .tipi-builder-area .zeen-builder-inactive-text,
.tipi-builder-term .tipi-builder-area .zeen-builder-inactive-text {
color: #f29b86;
}
.tipi-active .tipi-builder-area .tipi-builder-area-inner,
.tipi-builder-term .tipi-builder-area .tipi-builder-area-inner {
position: relative;
z-index: 2;
}
.tipi-active .switch-tipi-builder,
.tipi-active .switch-tipi-builder:focus,
.tipi-builder-term .switch-tipi-builder,
.tipi-builder-term .switch-tipi-builder:focus {
background: #2c2937;
color: #fff;
border-bottom-color: #2c2937;
border-right: 0;
box-shadow: none;
}
.tipi-active .tipi-builder-bg,
.tipi-builder-term .tipi-builder-bg {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
text-align: center;
overflow: hidden;
background: #2c2938 url(../../../inc/builder/assets/img/tipi-builder-bg.png) center center repeat;
}
.tipi-active .tipi-builder-status,
.tipi-builder-term .tipi-builder-status {
position: absolute;
bottom: 15px;
right: 15px;
background: #f7f7f7;
margin: 0;
padding: 8px 15px;
border-radius: 20px;
text-transform: uppercase;
font-weight: 700;
font-size: 9px;
}
.tipi-active #wp-content-editor-container,
.tipi-builder-term #wp-content-editor-container {
display: none;
}
.tipi-active + #post-status-info #wp-word-count,
.tipi-builder-term + #post-status-info #wp-word-count {
display: none;
}
.tipi-active .builder-launcher,
.tipi-builder-term .builder-launcher {
color: #fff;
position: relative;
background: rgba(44, 41, 56, 0.5);
border: 5px solid #fff;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
font-size: 10px;
font-weight: 700;
letter-spacing: 1px;
transition: all 0.3s ease;
text-align: center;
border-radius: 2px;
padding-left: 45px;
height: 60px;
padding-right: 45px;
box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
}
.tipi-active .builder-launcher span,
.tipi-builder-term .builder-launcher span {
position: relative;
}
.tipi-active .builder-launcher span:after,
.tipi-builder-term .builder-launcher span:after {
transition: all 0.3s;
opacity: 0;
position: absolute;
right: -15px;
content: "\f345";
font-family: 'dashicons';
transform: translateX(-5px);
}
.tipi-active .builder-launcher img,
.tipi-builder-term .builder-launcher img {
margin-right: 10px;
}
.tipi-active .builder-launcher:hover,
.tipi-builder-term .builder-launcher:hover {
transform: translate3d(0, -3px, 0);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.tipi-active .builder-launcher:hover span:after,
.tipi-builder-term .builder-launcher:hover span:after {
opacity: 1;
transform: translateX(0);
}
.tipi-active-gutenberg .tipi-builder-area {
margin-top: 30px;
}
.tipi-active-gutenberg .tipi-builder-area .zeen-builder-active-text {
margin-left: 5px;
}
.tipi-active #tipi-builder-launcher {
display: none;
}
.tipi-builder-term .builder-launcher {
border: 0;
margin-bottom: 5px;
box-shadow: none;
background: #2c2938;
}
.wp-customizer .ticker {
max-width: 50%;
}
.switch-tipi-builder:focus {
box-shadow: none;
outline: 0;
color: #f5f5f5;
}
#zeen-media-options {
margin-top: 20px;
}
.post-format-dependant {
display: none;
}
.show-media-a .post-format-audio {
display: block;
}
.show-media-v .post-format-video {
display: block;
}
.show-media-g .post-format-gallery {
display: block;
}
.zeen-source-is-1.show-media-a .post-format-audio-ext {
display: block;
}
.zeen-source-is-1.show-media-a .post-format-audio-self {
display: none;
}
.zeen-source-is-2.show-media-a .post-format-audio-ext {
display: none;
}
.zeen-source-is-2.show-media-a .post-format-audio-self {
display: block;
}
.zeen-source-is-1.show-media-v .post-format-video-ext {
display: block;
}
.zeen-source-is-1.show-media-v .post-format-video-self {
display: none;
}
.zeen-source-is-2.show-media-v .post-format-video-ext {
display: none;
}
.zeen-source-is-2.show-media-v .post-format-video-self {
display: block;
}
/*------------------------------------------------------------------
[Customizer]
*/
.zeen-section-title {
display: block !important;
outline: 0;
margin: 0 !important;
overflow: hidden !important;
height: auto !important;
visibility: visible !important;
border: 0;
background: #1e1f21;
border-top: 1px solid #383b3c;
padding: 30px 30px 20px !important;
font-size: 18px;
}
.zeen-section-title h3 {
color: #edd03c;
margin: 0;
font-weight: 400;
}
.zeen-font-weight option[disabled="disabled"],
.zeen-font-subsets option[disabled="disabled"] {
display: none;
}
.zeen-control-title {
display: block;
background-color: transparent;
border-bottom: 0;
border-left: 0;
color: #ffffff;
color: #edd03c;
font-weight: 400;
text-transform: none;
font-size: 15px;
line-height: 13px;
}
.zeen-control-title:hover {
cursor: default;
}
.customize-control {
padding: 0 18px;
margin-bottom: 15px;
box-sizing: border-box;
}
.wp-picker-holder {
background: #fff;
}
.wp-picker-holder .iris-border {
margin-top: 15px;
border: 0;
}
.wp-picker-holder .iris-picker .iris-strip .ui-slider-handle {
bottom: 100%;
border: 0;
width: 16px;
height: 16px;
left: -3px;
}
.wp-picker-holder .iris-picker .iris-strip .ui-slider-handle:before {
display: none;
}
.wp-picker-holder .ui-slider-handle.show-opacity,
.wp-picker-holder .iris-picker .iris-strip .ui-slider-handle {
background: white;
opacity: 1;
border-radius: 50%;
border-radius: 50%;
box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.25);
box-sizing: border-box;
}
.wp-picker-holder .ui-slider-handle.show-opacity {
width: 30px;
margin-left: -15px;
height: 20px;
line-height: 20px;
color: #5a5a5a;
font-size: 10px;
display: block;
text-align: center;
background: #ffffff;
position: absolute;
top: 0;
border-radius: 15px;
}
.wp-picker-holder .ui-slider-range {
height: 20px;
}
.wp-picker-holder .alpha-slider {
position: absolute;
z-index: 2;
background: transparent;
border: 0;
top: 10px;
width: calc(100% - 50px);
left: 25px;
}
.wp-picker-holder .alpha-slider .ui-slider-range {
background: transparent;
}
.wp-picker-holder .wp-picker-input-wrap {
display: block !important;
}
.wp-picker-holder .iris-border .iris-palette-container {
left: 15px;
bottom: 15px;
display: flex;
justify-content: space-between;
width: 182px;
}
.wp-picker-holder .iris-border .iris-picker-inner {
top: 15px;
right: 0;
left: 15px;
bottom: 15px;
}
.wp-picker-holder .iris-picker .iris-palette {
box-shadow: none;
border-radius: 0;
margin-left: 0 !important;
width: 20px !important;
height: 20px !important;
}
.wp-picker-holder .iris-picker .iris-palette:nth-child(2) {
border: 1px solid #e6e6e6;
width: 19px !important;
height: 19px !important;
}
.wp-picker-holder .iris-picker .iris-square {
margin-right: 18px;
box-shadow: none;
border-radius: 0;
}
.wp-picker-holder .iris-picker .iris-square-inner {
box-shadow: none;
border-radius: 0;
}
.wp-picker-holder .iris-border {
width: 240px !important;
padding-bottom: 10px !important;
height: 232px !important;
}
.wp-picker-holder .iris-picker .iris-slider {
width: 10px !important;
box-shadow: none;
height: 100% !important;
border-radius: 0;
}
.wp-picker-holder .alpha-color-picker-container,
.wp-picker-holder .alpha-slider-container {
width: 240px;
box-sizing: border-box !important;
border: 0;
height: 40px;
border-top: none;
display: none;
background: #fff;
padding: 15px;
position: relative;
}
.wp-picker-holder .alpha-color-picker-container .transparency,
.wp-picker-holder .alpha-slider-container .transparency {
height: 10px;
width: 100%;
background-color: #fff;
background-image: url(../img/transparency-grid.png);
padding: 0;
box-shadow: none;
border: 0;
border-radius: 0;
}
.field-zeen-menu-title-location, .field-zeen-menu-background {
margin-left: 10px !important;
}
.zeen-control-title-top {
margin-top: 0;
}
.zeen-control-description {
margin-bottom: 12px;
display: block;
}
.customize-control-zeen-title {
margin-bottom: 0;
margin-top: 10px;
margin-left: -12px;
margin-right: -12px;
width: calc(100% + 24px);
overflow: hidden !important;
height: auto !important;
visibility: visible !important;
border: 0;
border-top: 1px solid #35353a;
padding-left: 30px;
padding-top: 30px;
padding-bottom: 30px;
font-size: 18px;
}
.zeen-control * {
box-sizing: border-box;
}
.zeen-control img {
max-width: 100%;
}
.zeen-control textarea {
min-width: 50%;
}
.customize-control-description {
margin-bottom: 10px;
font-weight: 300;
}
.customize-control input[type=tel],
.customize-control input[type=url],
.customize-control input[type=text],
.customize-control input[type=password],
.customize-control input[type=email],
.customize-control input[type=number],
.customize-control input[type=search] {
line-height: 24px;
border-radius: 3px;
padding-left: 10px;
}
input[type=number]::-webkit-inner-spin-button {
opacity: 1;
}
.customize-control-text input {
margin-bottom: 6px;
}
.tipi-widget-title {
text-transform: uppercase;
margin-bottom: 15px;
padding: 10px;
font-size: 10px;
display: block;
font-weight: 700;
letter-spacing: 1px;
background: #000;
color: #fff;
line-height: 1;
margin-top: 24px;
}
/* Radio Images */
.zeen-radio-images {
display: block;
overflow: hidden;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
float: left;
margin-bottom: -15px;
}
.zeen-columns-4 .zeen-radio-image {
width: 59px;
}
.zeen-columns-1 .zeen-radio-image {
width: 100%;
margin-bottom: 15px;
float: left;
}
.zeen-columns-2 .zeen-radio-image {
width: 120px;
margin-bottom: 20px;
float: left;
}
.zeen-columns-3 .zeen-radio-image {
width: 75px;
margin-bottom: 15px;
float: left;
}
.zeen-radio-image {
display: block;
line-height: 0;
}
.zeen-radio-image img {
cursor: pointer;
opacity: 1;
width: 100%;
border: 0;
transition: 0.3s opacity;
border-radius: 2px;
}
.zeen-radio-image input {
visibility: hidden;
opacity: 0;
position: absolute;
line-height: 0;
}
.zeen-radio-image label {
line-height: 0;
width: 100%;
height: 100%;
display: block;
background: #33383e;
padding: 0;
border-radius: 2px;
opacity: 0.4;
border: 1px solid transparent;
}
.zeen-radio-image input:checked + label {
background: transparent;
opacity: 1;
border: 1px solid #fff;
}
.zeen-mm-option {
padding-right: 12px;
}
.zeen-mm-option .zeen-radio-image label {
height: auto;
}
.zeen-mm-option img {
width: 100%;
}
.zeen-mm-option .zeen-mm-radio-image {
width: calc(33% - 15px);
}
.zeen-mm-option .zeen-radio-image label {
border: 2px solid #c7c7c7;
}
.zeen-mm-option .zeen-radio-image input:checked + label {
border: 2px solid #0085ba;
}
/* On Off */
.zeen-on-off-wrap input {
opacity: 0;
position: absolute;
}
.customize-control-color .customize-control-title,
.customize-control-alpha-color .customize-control-title,
.zeen-on-off-wrap .customize-control-title,
.customize-control-color .customize-control-title {
float: left;
width: calc(100% - 44px);
margin-bottom: 0;
}
.customize-control-color .customize-control-content,
.customize-control-alpha-color .customize-control-content,
.zeen-on-off-wrap .customize-control-content,
.customize-control-color .customize-control-content {
float: right;
}
.zeen-on-off {
float: right;
width: 24px;
}
.zeen-on-off label {
position: relative;
display: inline-block;
width: 24px;
height: 24px;
background-color: #b4b9bd;
border-radius: 50%;
}
.zeen-on-off label:before {
font-family: 'dashicons' !important;
speak: none;
font-size: 10px;
color: #fff;
font-weight: 700;
line-height: 24px;
-webkit-font-smoothing: antialiased;
content: "\f335";
position: absolute;
width: 100%;
height: 100%;
text-align: center;
}
.zeen-on-off-ux {
position: absolute;
cursor: pointer;
top: 50%;
left: 50%;
transition: 0.35s ease;
opacity: 0;
transform: translate3d(-50%, 0, 0);
}
.zeen-on-off-ux:before {
border: solid #fff;
transform: rotate(45deg);
content: '';
display: block;
width: 2px;
height: 6px;
border-width: 0 1px 1px 0;
}
.zeen-on-off input:checked + label .zeen-on-off-ux {
transform: translate3d(-50%, -50%, 0);
opacity: 1;
}
.zeen-on-off input:checked + label {
background-color: #0085ba;
}
.zeen-on-off input:checked + label:before {
opacity: 0;
transform: translate3d(0, -5px, 0) rotate(45deg);
}
.zeen-on-off input:checked + label:after {
opacity: 0;
transform: translate3d(0, -5px, 0) rotate(-45deg);
}
/* Slider */
.zeen-slider {
background: #404040;
position: relative;
text-align: left;
height: 2px;
border-radius: 2px;
-webkit-border-radius: 2px;
}
.zeen-slider:hover {
cursor: pointer;
}
.zeen-slider .ui-slider-handle {
background: #fff;
border-radius: 50%;
position: absolute;
z-index: 2;
width: 14px;
height: 14px;
top: 50%;
transform: translate(-50%, -50%);
}
.zeen-slider .ui-slider-range {
background: #fff;
}
.zeen-slider .ui-slider-range-min {
left: 0;
}
.zeen-slider .ui-slider-range {
top: 0;
height: 100%;
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
border-radius: 2px;
-webkit-border-radius: 2px;
}
.zeen-val-px:after {
content: 'px';
}
.zeen-slider-wrap .customize-control-title {
margin-bottom: 0;
}
.zeen-slider-wrap input {
position: relative;
top: 0;
padding: 1px !important;
text-align: center;
font-size: 12px;
}
.zeen-slider-wrap input[type='number'] {
-moz-appearance: textfield;
}
.zeen-slider-wrap input[type=number]::-webkit-inner-spin-button,
.zeen-slider-wrap input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.zeen-slider-wrap .zeen-slider {
width: calc(100% - 50px);
float: left;
position: relative;
top: 16px;
}
.zeen-slider-wrap .zeen-data {
width: 35px;
float: right;
text-align: center;
padding: 0;
color: #fff;
font-size: 12px;
}
.zeen-slider-wrap .zeen-data span {
width: 100%;
float: left;
text-align: right;
}
.zeen-slider-wrap .zeen-data .zeen-val:hover {
cursor: default;
}
.zeen-slider-wrap .zeen-val {
padding-left: 0;
}
/* Metabox Specific */
.zeen-article-layout-alt-mode .radio-image-alt-1 {
display: none;
}
.zeen-article-layout-alt-mode .radio-image-alt-2 {
display: block;
}
.show-media-a .radio-image-alt-1 {
display: none;
}
.show-media-a .radio-image-alt-2 {
display: block;
}
.zeen-on-off-wrap .zeen-description {
float: right;
width: calc(100% - 70px);
text-align: right;
}
/* Homepage */
.zeen-hp-builder {
background: #bbb;
margin-bottom: 20px;
padding: 50px;
}
.zeen-module {
background: #ddd;
margin-bottom: 20px;
padding: 20px;
height: 200px;
}
.ui-state-highlight {
border: 2px dashed #dae9eb;
color: #777620;
}
/* Checkbox */
.zeen-multi-checkbox-wrap input {
margin-right: 15px;
border-radius: 3px;
}
.customize-control-zeen-color-duo .wp-picker-container input[type=text].wp-color-picker,
.customize-control-color .wp-picker-container input[type=text].wp-color-picker,
.customize-control-zeen-border .wp-picker-container input[type=text].wp-color-picker,
.customize-control-multi-color .wp-picker-container input[type=text].wp-color-picker,
.customize-control-alpha-color .wp-picker-container input[type=text].wp-color-picker {
width: 145px;
height: 35px;
}
.customize-control-zeen-color-duo .wp-picker-clear.button,
.customize-control-zeen-color-duo .wp-picker-default.button,
.customize-control-color .wp-picker-clear.button,
.customize-control-color .wp-picker-default.button,
.customize-control-zeen-border .wp-picker-clear.button,
.customize-control-zeen-border .wp-picker-default.button,
.customize-control-multi-color .wp-picker-clear.button,
.customize-control-multi-color .wp-picker-default.button,
.customize-control-alpha-color .wp-picker-clear.button,
.customize-control-alpha-color .wp-picker-default.button {
width: 100% !important;
margin-bottom: 0 !important;
font-size: 10px;
height: 35px !important;
box-shadow: none;
margin-left: 10px;
background: transparent;
border: 1px solid #4a4a4a;
color: #fff;
}
.customize-control-zeen-color-duo .wp-picker-clear.button:hover, .customize-control-zeen-color-duo .wp-picker-clear.button:focus,
.customize-control-zeen-color-duo .wp-picker-default.button:hover,
.customize-control-zeen-color-duo .wp-picker-default.button:focus,
.customize-control-color .wp-picker-clear.button:hover,
.customize-control-color .wp-picker-clear.button:focus,
.customize-control-color .wp-picker-default.button:hover,
.customize-control-color .wp-picker-default.button:focus,
.customize-control-zeen-border .wp-picker-clear.button:hover,
.customize-control-zeen-border .wp-picker-clear.button:focus,
.customize-control-zeen-border .wp-picker-default.button:hover,
.customize-control-zeen-border .wp-picker-default.button:focus,
.customize-control-multi-color .wp-picker-clear.button:hover,
.customize-control-multi-color .wp-picker-clear.button:focus,
.customize-control-multi-color .wp-picker-default.button:hover,
.customize-control-multi-color .wp-picker-default.button:focus,
.customize-control-alpha-color .wp-picker-clear.button:hover,
.customize-control-alpha-color .wp-picker-clear.button:focus,
.customize-control-alpha-color .wp-picker-default.button:hover,
.customize-control-alpha-color .wp-picker-default.button:focus {
border: 1px solid #4a4a4a;
background: #1d1d26 !important;
color: #fff;
}
.customize-control-zeen-color-duo .picker-wrap {
float: left;
width: calc(50% - 6px) !important;
}
.customize-control-zeen-color-duo .wp-color-result:after {
width: 100%;
left: 0;
padding: 0;
font-size: 9px;
}
.customize-control-zeen-color-duo .wp-picker-input-wrap {
display: flex;
width: 256px;
}
.customize-control-zeen-color-duo .wp-color-result {
margin-top: 0;
}
.customize-control-zeen-color-duo .picker-no-1 {
margin-right: 12px !important;
}
.customize-control-zeen-color-duo .picker-no-1 .wp-picker-input-wrap,
.customize-control-zeen-color-duo .picker-no-1 .wp-picker-holder {
transform: translateX(-198px);
}
.customize-control-zeen-color-duo .picker-no-2 .wp-picker-input-wrap,
.customize-control-zeen-color-duo .picker-no-2 .wp-picker-holder {
transform: translateX(-234px);
}
.customize-control-zeen-color-duo .wp-color-result.wp-color-result.wp-picker-open {
position: relative;
top: 0;
margin-bottom: 10px;
}
.customize-control-zeen-color-duo .customize-control-title {
width: calc(100% - 60px);
float: left;
}
.customize-control-zeen-color-duo .picker-wraps {
display: block;
float: left;
width: 60px;
}
/**
* Color Picker CSS
*/
.wp-picker-container {
width: 100%;
position: relative;
}
.wp-color-result {
min-height: 0 !important;
height: 24px !important;
transition: color 0s ease;
width: calc(100% - 48px);
box-shadow: none !important;
padding-left: 0;
margin: 0;
padding: 0 !important;
box-sizing: border-box !important;
float: right;
width: 24px;
margin-top: 0;
border: 1px solid #272830 !important;
}
.wp-color-result:after {
display: none;
}
.wp-color-result.wp-color-result.wp-picker-open {
margin: 0 0 6px 0;
position: absolute;
right: 0;
}
.wp-color-result.wp-color-result.wp-picker-open {
top: -24px;
}
.wp-picker-container .hidden {
display: none !important;
}
.wp-color-result-text {
display: none;
}
.wp-picker-input-wrap {
padding-top: 25px;
}
.wp-picker-container .wp-color-result.button {
margin: 0;
}
.customize-control-color .wp-picker-open + .wp-picker-input-wrap,
.customize-control-alpha-color .wp-picker-open + .wp-picker-input-wrap {
display: flex;
width: 100%;
}
.customize-control-color .wp-picker-container input[type=text].wp-color-picker,
.customize-control-alpha-color .wp-picker-container input[type=text].wp-color-picker {
width: 147px;
height: 35px;
}
@media (max-width: 782px) {
.alpha-color-picker-wrap .wp-picker-container input[type=text].wp-color-picker {
width: 173px;
}
}
.tipi-tip {
font-size: 13px !important;
color: #fff !important;
}
.tipi-tip-wrap {
transition: opacity 0.3s ease, transform 0.3s ease;
pointer-events: none;
position: fixed;
top: -9999px;
/*rtl:ignore*/
left: 10px;
margin-top: 15px;
z-index: 999999999;
opacity: 0;
transform: translateY(-5px);
}
.tipi-tip-wrap.tipi-tip-wrap-visible {
opacity: 1;
transform: translateY(0);
}
.tipi-tip-wrap.tipi-tip-move {
margin-top: -5px;
transform: translateY(0);
}
.tipi-tip-wrap .inner {
background: #1d1d25;
color: #fff;
padding: 7px 15px;
border: 1px solid #4a4a58;
border-radius: 70px;
min-width: 40px;
text-align: center;
min-height: 15px;
box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
display: block !important;
z-index: 10000;
text-transform: none;
font-weight: 400;
letter-spacing: 0;
font-size: 12px;
max-width: 310px;
}
.tipi-tip-wrap .detail {
border-right: 4px solid transparent;
border-bottom: 4px solid #444;
border-left: 4px solid transparent;
display: block;
position: absolute;
top: -4px;
left: calc(50% - 4px);
}
.tipi-tip {
display: inline-block !important;
width: 14px !important;
margin: 0 !important;
float: none !important;
font-style: normal !important;
padding-top: !important;
}
@keyframes tipi-rotate {
from {
transform: rotate(360deg);
}
to {
transform: rotate(0deg);
}
}
.menu .field-zeen-menu,
.menu .field-zeen-menu-order,
.menu .field-zeen-menu-featured,
.menu .field-zeen-menu-quantity,
.menu .field-zeen-menu-background,
.menu .field-zeen-menu-image-shape,
.menu .field-zeen-menu-show-title,
.menu .field-zeen-menu-show-subtitle,
.menu .field-zeen-menu-title-location {
display: none;
}
.menu .menu-item-depth-0 .field-zeen-menu,
.menu .menu-item-depth-0 .field-zeen-menu-order,
.menu .menu-item-depth-0 .field-zeen-menu-quantity,
.menu .menu-item-depth-0 .field-zeen-menu-background,
.menu .menu-item-depth-0 .field-zeen-menu-image-shape,
.menu .menu-item-depth-0 .field-zeen-menu-show-title,
.menu .menu-item-depth-0 .field-zeen-menu-show-subtitle,
.menu .menu-item-depth-0 .field-zeen-menu-title-location {
display: block;
}
.menu .menu-item-depth-0.zeen-order-3 .field-zeen-menu-featured {
display: block;
}
.menu .mm-img {
display: none;
}
.menu .mm-img-2a {
display: block;
}
.menu .zeen-num-3 .mm-img {
display: none;
}
.menu .zeen-num-3 .mm-img-3a {
display: block;
}
.menu .zeen-mm-type-22 .field-zeen-menu-title-location {
display: none;
}
.menu .zeen-num-4 .mm-img {
display: none;
}
.menu .zeen-num-4 .mm-img-4a {
display: block;
}
.menu .zeen-num-5 .mm-img {
display: none;
}
.menu .zeen-num-5 .mm-img-5a {
display: block;
}
.menu .zeen-mm-k-31 .mm-img {
display: block;
}
.menu .zeen-mm-k-31 .mm-img-2b {
display: none;
}
.menu .alt-mm .mm-img {
display: none;
}
.menu .alt-mm .mm-img-2b {
display: block;
}
.menu .alt-mm.zeen-num-3 .mm-img {
display: none;
}
.menu .alt-mm.zeen-num-3 .mm-img-3b {
display: block;
}
.menu .alt-mm.zeen-num-4 .mm-img {
display: none;
}
.menu .alt-mm.zeen-num-4 .mm-img-4b {
display: block;
}
.menu .alt-mm.zeen-num-5 .mm-img {
display: none;
}
.menu .alt-mm.zeen-num-5 .mm-img-5b {
display: block;
}
.menu .alt-mm .zeen-mm-k-31 .mm-img {
display: none;
}
.menu .alt-mm .zeen-mm-k-31 .mm-img-2b {
display: block;
}
.menu .zeen-mm-type-1.menu-item-depth-0 .field-zeen-menu-order,
.menu .zeen-mm-type-1.menu-item-depth-0 .field-zeen-menu-featured,
.menu .zeen-mm-type-1.menu-item-depth-0 .field-zeen-menu-quantity,
.menu .zeen-mm-type-1.menu-item-depth-0 .field-zeen-menu-background,
.menu .zeen-mm-type-1.menu-item-depth-0 .field-zeen-menu-image-shape,
.menu .zeen-mm-type-1.menu-item-depth-0 .field-zeen-menu-show-title,
.menu .zeen-mm-type-1.menu-item-depth-0 .field-zeen-menu-show-subtitle,
.menu .zeen-mm-type-1.menu-item-depth-0 .field-zeen-menu-title-location,
.menu .zeen-mm-type-2.menu-item-depth-0 .field-zeen-menu-order,
.menu .zeen-mm-type-2.menu-item-depth-0 .field-zeen-menu-featured,
.menu .zeen-mm-type-2.menu-item-depth-0 .field-zeen-menu-quantity,
.menu .zeen-mm-type-2.menu-item-depth-0 .field-zeen-menu-background,
.menu .zeen-mm-type-2.menu-item-depth-0 .field-zeen-menu-image-shape,
.menu .zeen-mm-type-2.menu-item-depth-0 .field-zeen-menu-show-title,
.menu .zeen-mm-type-2.menu-item-depth-0 .field-zeen-menu-show-subtitle,
.menu .zeen-mm-type-2.menu-item-depth-0 .field-zeen-menu-title-location {
display: none;
}
.menu .zeen-mm-type-22 .field-zeen-menu-image-shape {
display: none !important;
}
.menu .zeen-mm-type-22.zeen-num-2 .field-zeen-menu-background {
margin-left: 10px !important;
}
.menu .zeen-mm-type-51 .field-zeen-menu-quantity {
margin-right: 0;
}
.menu .zeen-mm-type-51 .field-zeen-menu-image-shape,
.menu .zeen-mm-type-51 .field-zeen-menu-show-title,
.menu .zeen-mm-type-51 .field-zeen-menu-show-subtitle,
.menu .zeen-mm-type-51 .field-zeen-menu-title-location {
display: none;
}
.menu .zeen-mm-type-51.menu-item-depth-0 .field-zeen-menu-order,
.menu .zeen-mm-type-51.menu-item-depth-0 .field-zeen-menu-featured {
display: none;
}
.menu .zeen-mm-type-31 .field-zeen-menu-title-location {
display: none;
}
.menu .zeen-mm-type-31 .field-zeen-menu-background {
margin-left: 0 !important;
}
.menu .zeen-mm-type-31 .field-zeen-menu-image-shape {
margin-left: 10px !important;
}
.menu .menu-item-custom .field-zeen-menu-order,
.menu .menu-item-page .field-zeen-menu-order,
.menu .menu-item-post .field-zeen-menu-order {
display: none;
}
.menu .menu-item-custom.zeen-mm-type-1 .field-zeen-menu-featured, .menu .menu-item-custom.zeen-mm-type-2 .field-zeen-menu-featured, .menu .menu-item-custom.zeen-mm-type-51 .field-zeen-menu-featured,
.menu .menu-item-page.zeen-mm-type-1 .field-zeen-menu-featured,
.menu .menu-item-page.zeen-mm-type-2 .field-zeen-menu-featured,
.menu .menu-item-page.zeen-mm-type-51 .field-zeen-menu-featured,
.menu .menu-item-post.zeen-mm-type-1 .field-zeen-menu-featured,
.menu .menu-item-post.zeen-mm-type-2 .field-zeen-menu-featured,
.menu .menu-item-post.zeen-mm-type-51 .field-zeen-menu-featured {
display: none !important;
}
.menu .menu-item-depth-0 .menu-item-custom .field-zeen-menu-featured,
.menu .menu-item-depth-0 .menu-item-page .field-zeen-menu-featured,
.menu .menu-item-depth-0 .menu-item-post .field-zeen-menu-featured {
display: block !important;
}
.zeen-mm-option .zeen-radio-images {
overflow: visible;
}
.zeen-on-off-wrap .zeen-meta {
width: calc(100% - 60px);
float: left;
}
.zeen-on-off-wrap .zeen-control-only {
width: 60px;
float: left;
padding-top: 5px;
}
.zeen-meta-control {
border-bottom: 0;
}
.zeen-engine-req {
padding-left: 20px;
}
.zeen-engine-req .zeen-engine-control-inner .zeen-engine-meta {
max-width: 230px;
}
.zeen-engine-req-level-2 {
padding-left: 40px;
}
.zeen-engine-req-level-2 .zeen-engine-control-inner .zeen-engine-meta {
max-width: 210px;
}
.suboption--wrap {
background: #eee;
border-radius: 2px;
height: 24px;
width: 24px;
line-height: 24px;
margin-right: 12px;
text-align: center;
}
.suboption--wrap svg {
margin: 0;
}
.zeen--x {
display: inline-block;
width: 40px;
height: 40px;
overflow: hidden;
padding: 10px;
display: block;
position: absolute;
top: 0;
right: 0;
color: #fff;
transition: all 0.3s ease;
background: rgba(241, 241, 241, 0.85);
}
.zeen--x:before, .zeen--x:after {
transition: all 0.3s ease;
content: '';
position: absolute;
height: 2px;
width: 10px;
top: 50%;
left: calc(50% - 5px);
margin-top: -1px;
background: #000;
}
.zeen--x:before {
transform: rotate(45deg);
}
.zeen--x:after {
transform: rotate(-45deg);
}
.zeen--x:hover {
background: #ff7f7f;
}
.zeen--x:hover:before, .zeen--x:hover:after {
background: #fff;
}
.zeen--x:hover:before {
transform: rotate(-45deg);
}
.zeen--x:hover:after {
transform: rotate(-135deg);
}
.description {
padding-top: 4px;
}
.zeen-info {
text-transform: uppercase;
background: #d0d0d0;
display: inline-block;
font-size: 8px;
padding: 4px 8px;
margin-right: 10px;
color: #fff;
border-radius: 4px;
vertical-align: top;
}
.zeen-info-on {
background: #b3d497;
}
.tipi-modal-wrap {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 10000;
transition: .4s ease all;
background-color: rgba(0, 0, 0, 0.6);
}
.tipi-modal-wrap .close {
z-index: 2;
position: absolute;
top: 20px;
right: 20px;
}
.tipi-modal-wrap .tipi-modal-inner {
position: relative;
width: 470px;
max-width: 90%;
max-height: 90%;
padding: 30px;
box-sizing: border-box;
background: #1a1c24;
left: 50%;
top: 50%;
transform: translate3d(-50%, -50%, 0);
text-align: left;
display: inline-block;
vertical-align: middle;
border-radius: 3px;
font-size: 16px;
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.tipi-modal-wrap .tipi-modal-buttons {
padding-top: 10px;
text-align: right;
}
.tipi-modal-wrap .tipi-modal-buttons div {
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
padding: 10px 20px;
border-radius: 3px;
color: #cdcdcd;
margin-left: 10px;
display: inline-block;
transition: opacity 0.2s ease;
}
.tipi-modal-wrap .tipi-modal-title {
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
color: #cdcdcd;
}
.tipi-modal-wrap .tipi-modal-content {
padding: 40px 0;
color: #eee;
font-size: 14px;
position: relative;
line-height: 1.5;
font-weight: 300;
}
.tipi-modal-wrap .tipi-modal-ok {
color: #fff;
background-color: #DC3232;
color: #fff;
}
.tipi-modal-wrap .tipi-modal-ok:hover {
background-color: #da4444;
}
.tipi-modal-wrap .zeen--x {
background: transparent;
top: 10px;
right: 10px;
}
.tipi-modal-wrap .zeen--x:before, .tipi-modal-wrap .zeen--x:after {
background: #fff;
width: 15px;
}
.tipi-modal-wrap-ani {
animation: fadeInSlideDown 0.3s ease-in-out forwards;
}
@keyframes fadeInSlideDown {
from {
transform: translate3d(-50%, calc(-50% - 30px), 0);
}
to {
transform: translate3d(-50%, -50%, 0);
}
}
.tipi-modal-wrap-inactive {
opacity: 0;
visibility: hidden;
}
@media only screen and (min-width: 768px) {
/*------------------------------------------------------------------
[X. Grid 768]
*/
.tipi-m-0 {
display: none;
}
.tipi-m-1 {
width: 8.333333333333333%;
}
.tipi-m-2 {
width: 16.66666666666667%;
}
.tipi-m-3 {
width: 25%;
}
.tipi-m-4 {
width: 33.33333333333333%;
}
.tipi-m-5 {
width: 41.66666666666667%;
}
.tipi-m-6 {
width: 50%;
}
.tipi-m-7 {
width: 58.33333333333333%;
}
.tipi-m-8 {
width: 66.66666666666667%;
}
.tipi-m-9 {
width: 75%;
}
.tipi-m-10 {
width: 83.33333333333333%;
}
.tipi-m-11 {
width: 91.66666666666667%;
}
.tipi-m-12 {
width: 100%;
}
.tipi-col {
padding-right: 15px;
padding-left: 15px;
}
}
@media only screen and (min-width: 1020px) {
/*------------------------------------------------------------------
[X. Grid 1020px]
*/
.tipi-l-0 {
display: none;
}
.tipi-l-1 {
width: 8.333333333333333%;
}
.tipi-l-2 {
width: 16.66666666666667%;
}
.tipi-l-3 {
width: 25%;
}
.tipi-l-4 {
width: 33.33333333333333%;
}
.tipi-l-5 {
width: 41.66666666666667%;
}
.tipi-l-6 {
width: 50%;
}
.tipi-l-7 {
width: 58.33333333333333%;
}
.tipi-l-8 {
width: 66.66666666666667%;
}
.tipi-l-9 {
width: 75%;
}
.tipi-l-10 {
width: 83.33333333333333%;
}
.tipi-l-11 {
width: 91.66666666666667%;
}
.tipi-l-12 {
width: 100%;
}
}
@media only screen and (min-width: 1200px) {
.zeen-options .zeen-meta-control.zeen-color-wrap > *, .zeen-options .zeen-meta-control.zeen-text-wrap > *, .zeen-options .zeen-meta-control.zeen-on-off-wrap > *, .zeen-options .zeen-meta-control.zeen-select-wrap > *, .zeen-options .zeen-meta-control.zeen-image-wrap > *, .zeen-options .zeen-meta-control.zeen-background-wrap > *, .zeen-options .zeen-meta-control.zeen-slider-wrap > * {
width: 50%;
float: left;
}
.zeen-options .zeen-meta-control.zeen-color-wrap .zeen-control-only, .zeen-options .zeen-meta-control.zeen-text-wrap .zeen-control-only, .zeen-options .zeen-meta-control.zeen-on-off-wrap .zeen-control-only, .zeen-options .zeen-meta-control.zeen-select-wrap .zeen-control-only, .zeen-options .zeen-meta-control.zeen-image-wrap .zeen-control-only, .zeen-options .zeen-meta-control.zeen-background-wrap .zeen-control-only, .zeen-options .zeen-meta-control.zeen-slider-wrap .zeen-control-only {
text-align: right;
}
.zeen-options .zeen-meta-control.zeen-color-wrap .zeen-meta, .zeen-options .zeen-meta-control.zeen-text-wrap .zeen-meta, .zeen-options .zeen-meta-control.zeen-on-off-wrap .zeen-meta, .zeen-options .zeen-meta-control.zeen-select-wrap .zeen-meta, .zeen-options .zeen-meta-control.zeen-image-wrap .zeen-meta, .zeen-options .zeen-meta-control.zeen-background-wrap .zeen-meta, .zeen-options .zeen-meta-control.zeen-slider-wrap .zeen-meta {
padding-right: 20px;
}
}
/*------------------------------------------------------------------
[Customizer]
*/
.wp-full-overlay {
background-color: #232426;
}
#accordion-section-customizer-search,
#search-results .accordion-section {
background-color: #232426;
color: #ffffff;
border-color: #383b3c;
}
#accordion-section-customizer-search:hover,
#search-results .accordion-section:hover {
background: #2e3134;
color: #fff;
}
#accordion-section-customizer-search .accordion-section-title,
#search-results .accordion-section-title {
color: #fff !important;
background-color: transparent !important;
}
#accordion-section-customizer-search .hl,
#search-results .hl {
background: #028ec2;
}
[id^=customize-control-instagram_at] .customize-control-title,
#customize-control-white_label_folder_name .customize-control-title,
#customize-control-facebook_app_id .customize-control-title,
#customize-control-facebook_app_secret .customize-control-title,
#customize-control-white_label_folder_name_child .customize-control-title,
#customize-control-header_block_instagram_shortcode .customize-control-title,
#customize-control-footer_instagram_shortcode .customize-control-title {
width: 100% !important;
margin: 0 !important;
}
.zeen__svg--arrow-r {
margin-right: 3px;
margin-left: 5px;
}
#customize-theme-controls .accordion-section-content {
background-color: inherit !important;
}
.wp-full-overlay-sidebar,
.expanded .wp-full-overlay-footer {
width: 320px;
}
.wp-full-overlay.expanded {
margin-left: 320px;
}
.rtl .wp-full-overlay.expanded {
margin-left: auto;
margin-right: 320px;
}
.customize-control-notifications-container {
border-top: 0 !important;
}
.notice-info[data-code="video_header_not_available"] {
display: none;
}
.wp-full-overlay-sidebar {
background-color: #1e1e21;
border-right: 1px solid #383838;
}
.customize-partial-refreshing {
opacity: .25 !important;
transition: opacity .25s !important;
}
#customize-controls h3 {
font-size: 15px;
margin: 0;
}
.js .accordion-section-title:after {
right: 30px;
}
.rtl.js .accordion-section-title:after {
right: auto;
left: 30px;
}
.customize-copy-preview-link:after,
.customize-copy-preview-link:before {
background: transparent;
}
#accordion-section-section_general,
#accordion-section-section_block_titles,
#accordion-section-section_blog_page,
#accordion-section-section_slide,
#accordion-section-section_plugins_buddypress,
#accordion-section-section_login {
margin-bottom: 18px;
}
.accordion-section:last-of-type {
margin-bottom: 30px;
}
#customize-control-grid_img_overlay .zeen-select-wrap {
width: 100%;
}
.customize-copy-preview-link:after,
.customize-copy-preview-link:before {
background: transparent;
}
.wp-picker-holder .ui-slider-handle.show-opacity {
cursor: pointer;
}
#accordion-section-design,
#accordion-section-header_options {
border-top: 0;
}
#customize-control-changeset_scheduled_date {
background: #282831;
border-bottom: 0;
margin-bottom: 0;
margin-top: 20px;
}
.customize-control-date_time input[type=number],
.customize-control-date_time select {
padding: 0 5px !important;
background: #18181f !important;
}
.accordion-section-content li:nth-child(2) {
border-top: 0;
margin-top: 0;
}
#customize-control-blogname,
#customize-control-woocommerce_shop_page_display,
#customize-control-woocommerce_demo_store_notice {
margin-top: 30px;
}
input[type=number] {
height: 35px;
}
.customize-control-zeen-title .description,
.customize-control-zeen-subtitle .description {
padding-top: 10px;
margin-bottom: 0;
}
.customize-control-zeen-subtitle {
margin-bottom: 10px;
margin-top: 15px;
}
.customize-control-zeen-subtitle .zeen-control-subtitle {
color: #edd03c;
display: block;
font-size: 12px;
margin-bottom: 10px;
}
#customize-control-subtitle_typo_font_sizes_general {
margin-top: 0;
}
.customize-panel-back {
height: 79px;
}
.customize-section-description {
padding: 0 18px;
width: calc(100% - 36px);
margin-bottom: 15px;
}
.form-wrap p,
p.description,
p.help,
span.description {
font-size: 12px;
font-style: normal;
}
#customize-control-title_header_logo,
#customize-control-title_main_menu_logo {
margin-bottom: -15px;
}
.customize-control-title {
text-transform: capitalize;
}
[id^="customize-control-main_menu_icon_"]:not([id^="customize-control-main_menu_icon_style"]):not([id^="customize-control-main_menu_icon_search_type"]),
[id^="customize-control-woo_summary_share_"]:not([id^="customize-control-woo_summary_share_style"]):not([id^="customize-control-woo_summary_share_search_type"]),
#customize-control-main_menu_trending_inline,
[id^="customize-control-secondary_menu_icon_"]:not([id^="customize-control-secondary_menu_icon_style"]):not([id^="customize-control-secondary_menu_icon_search_type"]),
#customize-control-secondary_menu_trending_inline,
[id^="customize-control-footer_icon_"]:not([id^="customize-control-footer_icon_style"]):not([id^="customize-control-footer_icon_search_type"]),
#customize-control-footer_trending_inline,
[id^="customize-control-mobile_icon_"]:not([id^="customize-control-mobile_icon_style"]):not([id^="customize-control-mobile_icon_search_type"]),
#customize-control-mobile_trending_inline,
[id^="customize-control-single_share"]:not([id^="customize-control-single_share_counts"]):not([id^="customize-control-single_share_design"]):not([id^="customize-control-single_share_style"]):not([id^="customize-control-single_share_search_type"]) {
width: 50%;
clear: none;
}
[id^="customize-control-main_menu_icon_"]:not([id^="customize-control-main_menu_icon_style"]):not([id^="customize-control-main_menu_icon_search_type"]) .customize-control-title,
[id^="customize-control-woo_summary_share_"]:not([id^="customize-control-woo_summary_share_style"]):not([id^="customize-control-woo_summary_share_search_type"]) .customize-control-title,
#customize-control-main_menu_trending_inline .customize-control-title,
[id^="customize-control-secondary_menu_icon_"]:not([id^="customize-control-secondary_menu_icon_style"]):not([id^="customize-control-secondary_menu_icon_search_type"]) .customize-control-title,
#customize-control-secondary_menu_trending_inline .customize-control-title,
[id^="customize-control-footer_icon_"]:not([id^="customize-control-footer_icon_style"]):not([id^="customize-control-footer_icon_search_type"]) .customize-control-title,
#customize-control-footer_trending_inline .customize-control-title,
[id^="customize-control-mobile_icon_"]:not([id^="customize-control-mobile_icon_style"]):not([id^="customize-control-mobile_icon_search_type"]) .customize-control-title,
#customize-control-mobile_trending_inline .customize-control-title,
[id^="customize-control-single_share"]:not([id^="customize-control-single_share_counts"]):not([id^="customize-control-single_share_design"]):not([id^="customize-control-single_share_style"]):not([id^="customize-control-single_share_search_type"]) .customize-control-title {
width: calc(100% - 25px);
}
.customize-control-textarea textarea {
color: #fff;
padding: 6px;
border: 0 !important;
background: #2e3134;
}
#customize-control-font_1_typekit_custom > *,
#customize-control-font_2_typekit_custom > *,
#customize-control-font_3_typekit_custom > *,
#customize-control-font_1_typekit > *,
#customize-control-font_2_typekit > *,
#customize-control-font_3_typekit > *,
#customize-control-font_1_custom > *,
#customize-control-font_2_custom > *,
#customize-control-font_3_custom > * {
width: 100% !important;
}
#customize-theme-controls .accordion-section-title {
padding-left: 30px;
background-color: transparent;
border-bottom: 0;
border-left: 0;
color: #ffffff;
font-weight: 400;
text-transform: none;
font-size: 13px;
padding: 14px 35px 14px 30px;
line-height: 13px;
}
.customize-control-text .customize-control-title,
.customize-control-select .customize-control-title,
.customize-control-zeen-fonts .customize-control-title,
.customize-control-zeen-slider .customize-control-title,
.customize-control-zeen-multi-select .customize-control-title,
.zeen-border-wrap .customize-control-title,
.customize-control-color .customize-control-title {
float: left;
width: 40%;
margin-right: 10px;
margin-bottom: 0;
}
.customize-control-color .customize-control-title {
width: 51%;
}
#customize-control-landscape_thumbnail_ratio input[type=text] {
width: 70px !important;
text-align: center;
margin-top: -15px;
}
#customize-control-landscape_thumbnail_ratio .customize-control-title, #customize-control-landscape_thumbnail_ratio .customize-control-description {
width: calc( 100% - 100px) !important;
}
#customize-control-landscape_thumbnail_ratio .customize-control-description {
margin: 0;
padding: 0;
}
.customize-control-text .description + input {
width: 100% !important;
}
#customize-control-sliding_global_url .customize-control-title,
#customize-control-lwa_register_url .customize-control-title {
line-height: 1.5;
width: 100%;
}
.customize-control-multi-color .customize-control-title {
float: left;
}
#customize-controls .description {
width: 100%;
float: left;
font-style: italic;
}
.customize-control-text input,
.zeen-border-control,
.customize-control-text input {
width: calc(60% - 11px) !important;
float: right;
}
.customize-control select[multiple] {
height: 45px;
resize: vertical;
padding-top: 5px;
}
.zeen-border-wrap .customize-control-title,
.customize-control-text .customize-control-title {
line-height: 35px;
}
.customize-control-zeen-fonts .customize-control {
padding: 0;
}
.customize-control-zeen-fonts .font-subsets {
margin-bottom: 0;
}
.zeen-select-wrap {
width: calc(60% - 11px);
position: relative;
}
.zeen-select-wrap select {
-webkit-appearance: none;
margin: 0;
padding-right: 10px !important;
}
.zeen-select-wrap:after {
content: "\f140";
font-family: dashicons;
speak: none;
padding: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
top: 1px;
line-height: 32px;
width: 33px;
padding-right: 2px;
right: 0;
text-align: center;
pointer-events: none;
height: calc(100% - 2px);
}
.zeen-select-wrap select {
padding-right: 25px !important;
}
.zeen-select-wrap select:after {
display: none;
}
.zeen-select-wrap-multi:after {
display: none;
}
.customize-control-zeen-border .mini-tool {
float: left;
width: 35px;
}
.customize-control-zeen-border .mini-tool .zeen-border {
width: 100%;
padding: 0 2px;
text-align: center;
height: 100%;
}
.customize-control-zeen-border .input-wrap {
height: 35px;
margin-right: 1px;
}
.customize-control-zeen-border .alpha-wrap {
padding-top: 6px;
width: 35px;
}
.customize-control-zeen-border .zeen-select-wrap {
float: left;
width: calc(100% - 71px);
}
.customize-control-zeen-border .zeen-select-wrap select {
padding-left: 7px !important;
border: 0;
font-size: 12px;
height: 35px;
line-height: 35px;
}
.customize-control-zeen-border .zeen-select-wrap:after {
width: 22px;
padding-right: 0;
right: 0;
}
.customize-control-zeen-border .wp-picker-container .wp-picker-input-wrap {
margin-top: 0;
padding-top: 60px;
display: flex;
}
.customize-control-zeen-border .wp-picker-container .wp-picker-input-wrap > label,
.customize-control-zeen-border .wp-picker-container .wp-picker-input-wrap > input {
width: 50%;
}
.customize-control-zeen-border .wp-picker-container .wp-picker-holder,
.customize-control-zeen-border .wp-picker-container .wp-picker-input-wrap {
width: 240px;
position: relative;
margin-left: -210px;
}
.customize-control-zeen-border .wp-picker-container .wp-picker-container .iris-picker {
width: 240px !important;
}
.customize-control-zeen-border .wp-picker-container .wp-color-result.wp-color-result.wp-picker-open {
top: 0;
}
.wp-picker-container .wp-color-result {
border-radius: 50%;
}
.wp-color-picker {
max-width: 100%;
}
.wp-picker-default {
height: 35px;
}
.customize-section-description-container {
margin-bottom: 0;
}
.customize-control-zeen-slider .slider-control-wrap {
width: calc(60% - 11px);
float: right;
}
.customize-control-zeen-slider .zeen-reset {
height: 40px;
line-height: 40px;
}
.customize-control-zeen-slider .zeen-tip {
display: block;
min-width: 40px;
text-align: center;
top: -40px;
position: absolute;
transform: translate(-50%, 4px);
height: 30px;
font-size: 12px;
left: 50%;
background: #232426;
border: 1px solid #383b3c;
line-height: 30px;
padding: 0 12px;
border-radius: 70px;
color: #fff;
opacity: 0;
visibility: hidden;
transition: 0.2s;
}
.customize-control-zeen-slider .tip--wrap-days .slider-type {
padding-left: 3px;
}
.customize-control-zeen-slider .ui-state-active .zeen-tip,
.customize-control-zeen-slider .ui-slider-handle:hover .zeen-tip {
opacity: 1;
visibility: visible;
transform: translate(-50%, 0);
}
#customize-control-icons_whatsapp {
display: flex !important;
align-items: center;
}
.control-vertical-c {
display: flex;
align-items: center;
flex-wrap: wrap;
width: 100%;
}
.customize-control-media .customize-control-title,
.customize-control-with-button .customize-control-title,
.customize-control-image .customize-control-title {
pointer-events: none;
}
.customize-control-media .thumbnail,
.customize-control-with-button .thumbnail,
.customize-control-image .thumbnail {
text-align: center;
background: #dcdcdc;
overflow: hidden;
margin: 15px 0;
padding: 15px;
border-radius: 2px;
}
.customize-control-media .actions,
.customize-control-with-button .actions,
.customize-control-image .actions {
display: flex;
}
.customize-control-media .actions .remove-button,
.customize-control-with-button .actions .remove-button,
.customize-control-image .actions .remove-button {
margin-right: 3px !important;
}
.customize-control-media .actions .remove-button:hover,
.customize-control-with-button .actions .remove-button:hover,
.customize-control-image .actions .remove-button:hover {
background: #ef2d2c;
color: #fff;
}
.customize-control-media .actions button,
.customize-control-media .attachment-media-view .button-add-media,
.customize-control-with-button .actions button,
.customize-control-with-button .attachment-media-view .button-add-media,
.customize-control-image .actions button,
.customize-control-image .attachment-media-view .button-add-media {
outline: 0;
padding: 0 5px;
-webkit-appearance: none;
box-shadow: none;
font-size: 10px;
text-transform: uppercase;
color: #616161;
letter-spacing: 1px;
font-weight: 700;
border-radius: 2px;
margin: 0 !important;
float: left;
transition: 0.2s all;
color: #fff;
background: #2e3134;
width: 100% !important;
height: 35px !important;
border: 0;
}
.customize-control-media .actions button:active, .customize-control-media .actions button:hover,
.customize-control-media .attachment-media-view .button-add-media:active,
.customize-control-media .attachment-media-view .button-add-media:hover,
.customize-control-with-button .actions button:active,
.customize-control-with-button .actions button:hover,
.customize-control-with-button .attachment-media-view .button-add-media:active,
.customize-control-with-button .attachment-media-view .button-add-media:hover,
.customize-control-image .actions button:active,
.customize-control-image .actions button:hover,
.customize-control-image .attachment-media-view .button-add-media:active,
.customize-control-image .attachment-media-view .button-add-media:hover {
box-shadow: none;
background-color: #6b6d80 !important;
}
.customize-control-media .actions button .upload-button:active, .customize-control-media .actions button .upload-button:hover,
.customize-control-with-button .actions button .upload-button:active,
.customize-control-with-button .actions button .upload-button:hover,
.customize-control-image .actions button .upload-button:active,
.customize-control-image .actions button .upload-button:hover {
background-color: #0085ba !important;
color: #fff !important;
}
#zeen-reset:hover {
background: #DC3232;
color: #fff;
}
.tipi-amp-button {
color: #fff;
padding: 14px;
display: block;
text-decoration: none;
background: #232426;
margin-bottom: 30px;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
font-size: 9px;
line-height: 20px;
}
.customize-control .attachment-media-view .placeholder,
.customize-control-header .placeholder {
color: white;
height: 5px;
padding: 0 !important;
padding: 0;
opacity: 0;
}
#customize-control-header_color {
display: none !important;
}
#customize-controls .widget-title h3,
#customize-controls #available-widgets .widget-description,
#customize-controls #widgets-right a.widget-control-edit,
#customize-controls .in-widget-title {
color: #fff;
}
#customize-controls .customize-control-widget_form .widget-top,
#customize-controls .widget-inside {
background: #383b3c;
}
#customize-controls .button-link-delete {
color: #ff4949;
}
.outer-section-open #customize-controls .wp-full-overlay-sidebar-content {
background: inherit;
}
.devices-wrapper .preview-desktop {
border-left: 1px solid #383b3c !important;
}
#customize-sidebar-outer-content {
background: #232426;
border-right: 1px solid #1d1d25;
border-left: 1px solid #1d1d25;
}
#customize-outer-theme-controls .accordion-section-content,
#customize-theme-controls .accordion-section-content {
color: #ffffff;
}
#customize-outer-theme-controls .accordion-section-content .notification-message,
#customize-theme-controls .accordion-section-content .notification-message {
color: #555d66;
}
#customize-control-changeset_preview_link input,
#customize-control-changeset_status .customize-inside-control-row {
background-color: #2e3134;
border-bottom: 1px solid #383b3c;
}
#customize-control-changeset_preview_link a.disabled,
#customize-control-changeset_preview_link a.disabled:active,
#customize-control-changeset_preview_link a.disabled:focus,
#customize-control-changeset_preview_link a.disabled:visited {
color: #d3d7dc;
}
#customize-control-changeset_status .customize-inside-control-row:first-of-type {
border-top: 1px solid #383b3c;
}
.attachment-media-view,
.media-widget-preview.media_audio,
.media-widget-preview.media_image {
background: inherit;
clear: both;
}
.wp-customizer .menu-item-settings {
background: transparent;
border: 1px solid #3d4247;
}
#accordion-section-themes {
display: none !important;
}
.wp-full-overlay-sidebar .wp-full-overlay-header,
.expanded .wp-full-overlay-footer {
background-color: #232426;
border-top: 1px solid #383b3c;
}
#customize-controls .control-section .accordion-section-title:focus,
#customize-controls .control-section .accordion-section-title:hover,
#customize-controls .control-section.open .accordion-section-title,
#customize-controls .control-section:hover > .accordion-section-title {
color: #edd03c;
background: #2e3134;
}
#customize-controls .control-section .accordion-section-title:focus .menu-in-location,
#customize-controls .control-section .accordion-section-title:hover .menu-in-location,
#customize-controls .theme-location-set {
color: #edd03c;
}
#customize-controls .customize-info .accordion-section-title {
background: #232426;
color: #ffffff;
}
#customize-controls .customize-info {
margin-bottom: 0;
border-bottom: 1px solid #383b3c;
}
#customize-outer-theme-controls .accordion-section-title:after,
#customize-theme-controls .accordion-section-title:after {
color: #fff;
}
#customize-outer-theme-controls .control-section .accordion-section-title:focus:after,
#customize-outer-theme-controls .control-section .accordion-section-title:hover:after,
#customize-outer-theme-controls .control-section.open .accordion-section-title:after,
#customize-outer-theme-controls .control-section:hover > .accordion-section-title:after,
#customize-theme-controls .control-section .accordion-section-title:focus:after,
#customize-theme-controls .control-section .accordion-section-title:hover:after,
#customize-theme-controls .control-section.open .accordion-section-title:after,
#customize-theme-controls .control-section:hover > .accordion-section-title:after {
color: #edd03c;
}
#customize-header-actions {
border-bottom: 1px solid #383b3c;
}
.customize-controls-close:before {
top: 1px;
}
#customize-theme-controls .control-section-themes .accordion-section-title,
#customize-theme-controls .control-section-themes .accordion-section-title:hover {
background: #232426;
color: #ffffff;
border-top: 1px solid #383b3c;
border-bottom: 1px solid #383b3c;
}
.customize-controls-close {
height: 45px;
background: #232426;
border-top: 0;
border-right: 1px solid #383b3c;
color: #B4B9BE;
}
#accordion-section-themes + .control-section {
border-top: 1px solid #383b3c;
}
.wp-core-ui .wp-full-overlay .collapse-sidebar {
color: #ffffff;
}
.wp-full-overlay-footer .devices {
background: #232426;
box-shadow: none;
}
.customize-section-title {
border-bottom: 1px solid #383b3c;
background-color: #232426;
}
.customize-panel-back,
.customize-section-back {
background: #232426;
border-right: 1px solid #383b3c;
border-left: 4px solid #3f454c;
border-bottom: 1px solid #383b3c;
color: white;
}
.customize-section-title h3,
h3.customize-section-title {
color: #ffffff;
}
.customize-controls-close:focus,
.customize-controls-close:hover,
.customize-controls-preview-toggle:focus,
.customize-controls-preview-toggle:hover,
.wp-full-overlay-footer .devices button:focus,
.wp-full-overlay-footer .devices button:hover {
background: #1c1c1e;
}
.customize-panel-back:focus,
.customize-panel-back:hover,
.customize-section-back:focus,
.customize-section-back:hover {
background: #1c1c1e;
color: #edd03c;
border-left-color: #edd03c;
}
#customize-controls .customize-info .customize-panel-description,
#customize-controls .customize-info .customize-section-description,
#customize-controls .no-widget-areas-rendered-notice {
color: #ffffff;
background: #232426;
border-top: 1px solid #383b3c;
}
.wp-full-overlay .collapse-sidebar-arrow {
color: #1d1d25;
}
.wp-core-ui .wp-full-overlay .collapse-sidebar:hover .collapse-sidebar-arrow {
color: #0073aa;
box-shadow: none;
}
button.button.wp-color-result:after {
content: '';
background: url(../img/transparency-grid.png) center center repeat;
display: block;
height: 100%;
border-radius: 50%;
width: 100%;
z-index: -1;
position: relative;
left: 0;
top: 0;
}
.wp-color-result:focus:after,
.wp-color-result:hover:after {
border-left: 0;
}
.customize-control select {
height: 37px;
line-height: 37px;
}
#customize-controls .description {
color: #b4b9be;
}
.wp-full-overlay-footer .devices button.active:before {
color: #ffffff;
}
.wp-full-overlay-footer .devices button.active {
border-bottom-color: #0085ba;
}
.wp-full-overlay-footer .devices button:before {
vertical-align: middle;
}
#customize-theme-controls .control-section.open {
border-bottom: 1px solid #383b3c;
}
#customize-theme-controls .accordion-section-title:after {
font-size: 15px;
}
.customize-control .attachment-media-view .placeholder,
.customize-control-header .placeholder {
padding: 10px 0;
color: white;
}
.customize-control input[type=tel],
.customize-control input[type=url],
.customize-control input[type=text],
.customize-control input[type=password],
.customize-control input[type=email],
.customize-control input[type=number],
.customize-control input[type=search],
.customize-control select,
.customize-control select[multiple] {
background: transparent;
border-radius: 2px;
padding: 0 15px;
color: #fff !important;
border: 0;
background: #2e3134;
font-size: 12px;
height: 35px;
line-height: 35px;
}
.customize-control-nav_menu_item {
padding: 0;
}
.wp-customizer #screen-options-wrap {
background: #232426;
color: white;
}
.wp-customizer .menu-item-bar .menu-item-handle,
#customize-controls .customize-control-widget_form .widget-top,
#customize-controls .widget-inside {
background: transparent;
color: white;
border: 1px solid #4a4a58;
}
#customize-theme-controls .accordion-section-content {
color: #a7adb3;
}
#customize-theme-controls #accordion-section-menu_locations > .accordion-section-title {
border-bottom-color: #383b3c;
background: #232426;
}
#customize-theme-controls .control-panel-content .control-section:nth-child(2),
#customize-theme-controls .control-panel-nav_menus .control-section:nth-child(3) {
border-top: 1px solid #1d1d25;
}
#customize-theme-controls .control-panel-content .control-section-nav_menu:nth-last-child(2) .accordion-section-title {
border-bottom-color: #1d1d25;
}
#customize-controls .cannot-expand:hover .accordion-section-title,
#customize-controls .panel-meta.customize-info .accordion-section-title:hover {
background: #232426;
color: #ffffff;
}
#customize-theme-controls .control-section:last-of-type.open,
#customize-theme-controls .control-section:last-of-type > .accordion-section-title,
#customize-theme-controls .control-panel-content:not(.control-panel-nav_menus) .control-section:nth-child(2),
#customize-theme-controls .control-panel-nav_menus .control-section-nav_menu,
#customize-theme-controls .control-section-nav_menu_locations .accordion-section-title {
border-color: transparent !important;
}
.wp-customizer .sol-caret-container {
background: #33383e;
}
.wp-customizer .sol-selection {
background: #232426;
padding: 10px 0;
}
.wp-customizer .sol-checkbox {
border: 1px solid #2e3134 !important;
background: #31373D !important;
}
.wp-customizer .sol-label-text {
padding-left: 25px;
}
.wp-customizer .sol-container.sol-active .sol-selection-container {
border: 1px solid #383b3c;
}
.wp-customizer .sol-action-buttons {
border-bottom: 1px solid #383b3c;
background: #232426;
padding: 10px 20px;
}
.wp-customizer .sol-caret-container {
line-height: 25px;
}
.wp-customizer .sol-caret-container .sol-caret {
border-top: 4px solid #fff;
}
.wp-customizer .sol-inner-container {
border: 1px solid #383b3c;
}
.wp-customizer .sol-inner-container {
background: #33383e;
}
.wp-customizer .sol-selected-display-item,
.wp-customizer .sol-results-count {
color: white;
border: 0;
background: #33383e;
}
/**
* Multi Color Picker CSS
*/
.customize-control-multi-color .wp-picker-open ~ .wp-picker-holder .alpha-slider-container {
display: block;
}
.customize-control-multi-color .wp-picker-open ~ .wp-picker-input-wrap .wp-picker-default {
display: inline-block !important;
}
.customize-control-multi-color .multi-color-picker-triggers {
margin-bottom: 2px;
display: inline-block;
float: right;
}
.customize-control-multi-color .multi-color-picker-trigger {
background-image: url(../img/transparency-grid.png);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
height: 24px;
width: 24px;
display: inline-block;
margin-left: 10px;
margin-bottom: 0;
border-radius: 50%;
}
.customize-control-multi-color .multi-color-picker-trigger button {
border-radius: 50%;
}
.customize-control-multi-color .multi-color-picker-trigger .wp-color-result {
margin: 0;
height: 24px;
padding-left: 24px;
border: 0 !important;
}
.customize-control-multi-color .wp-picker-container {
float: left;
height: 0;
}
.customize-control-multi-color .wp-picker-container button {
visibility: hidden;
}
.customize-control-multi-color .wp-picker-container.open {
height: auto;
max-width: 260px;
margin-bottom: 10px;
float: right;
}
.customize-control-multi-color .wp-picker-container .multi-color-control-color-title {
margin-bottom: 6px;
color: #333;
}
.wp-picker-container.open .hidden {
display: flex !important;
}
.select__with-order__wrap .customize-control-title {
width: 100% !important;
margin-right: 0 !important;
margin-bottom: 10px !important;
}
.select__with-order__wrap .selectable-header {
padding: 10px;
text-transform: uppercase;
border-bottom: 1px solid #3d3e42;
font-weight: 700;
font-size: 12px;
}
.select__with-order__wrap .zeen-select-wrap {
width: 100%;
}
.ms-container {
width: 100%;
}
.ms-container:after {
content: ".";
display: block;
height: 0;
line-height: 0;
font-size: 0;
clear: both;
min-height: 0;
visibility: hidden;
}
.ms-container .ms-selectable,
.ms-container .ms-selection {
background: #2e3134;
color: #fff;
float: left;
width: 45%;
}
.ms-container .ms-selection {
float: right;
}
.ms-container .ms-list {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
transition: border linear 0.2s, box-shadow linear 0.2s;
border-radius: 3px;
position: relative;
height: 200px;
padding: 0;
overflow-y: auto;
}
.ms-container .ms-list.ms-focus {
outline: 0;
}
.ms-container ul {
margin: 0;
list-style-type: none;
padding: 0;
}
.ms-container .ms-optgroup-container {
width: 100%;
}
.ms-container .ms-optgroup-label {
margin: 0;
padding: 5px 0px 0px 5px;
cursor: pointer;
color: #999;
}
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
border-bottom: 1px #3d3e42 solid;
padding: 2px 10px;
color: #fff;
}
.ms-container .ms-selectable li.ms-elem-selectable {
color: #8c8c8c;
}
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
cursor: pointer;
color: #fff;
text-decoration: none;
background-color: #0085ba;
}
.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
background-color: #eee;
color: #aaa;
cursor: text;
}
.zeen-option--row {
display: flex;
align-items: center;
}
.zeen-option--row .customize-control-content {
margin-left: auto;
}
.customize-control-title-wrap {
width: 100%;
}
.zeen-vertical-c {
display: flex;
align-items: center;
}
.customize-control-with-type .components-range-control__root .components-input-control {
width: 50px;
}
.customize-control-no-type .components-range-control__root .components-input-control {
width: 74px;
}
.customize-control-no-type .components-range-control__root .components-input-control input {
border-radius: 3px !important;
}
.zeen-option--row-wrap {
flex-wrap: wrap;
}
.zeen-option--row-wrap .customize-control-content, .zeen-option--row-wrap .components-base-control {
width: 100%;
}
.zeen-option--row-wrap .components-range-control__root .components-range-control__wrapper {
margin-left: 0;
}
.zeen-option--row-wrap .components-range-control__root .components-range-control__wrapper > span:first-of-type {
height: 2px;
border-radius: 4px;
}
.zeen-option--row-wrap .components-range-control__root .components-range-control__wrapper .components-range-control__track {
height: 2px;
border-radius: 4px;
}
.zeen-option--row-wrap .components-range-control__root .components-range-control__wrapper span span {
border: 0;
box-shadow: none;
width: 14px;
height: 14px;
}
.zeen-option--row-wrap .components-range-control__root .components-range-control__track {
color: #fff;
}
.zeen-option--row-wrap .components-range-control__root .components-input-control {
margin-left: 20px;
}
.zeen-option--row-wrap .components-range-control__root .components-input-control .components-input-control__container {
background-color: transparent;
}
.zeen-option--row-wrap .components-range-control__root .components-input-control .components-input-control__backdrop {
border: 0;
}
.zeen-option--row-wrap .components-range-control__root .components-input-control input {
background-color: #2f3134;
outline: 0;
font-size: 11px;
padding: 0 4px;
text-align: center;
border-radius: 3px 0 0 3px;
}
.zeen-option--row-wrap .components-range-control__root .components-input-control input::-webkit-inner-spin-button, .zeen-option--row-wrap .components-range-control__root .components-input-control input::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}
.zeen-option--row-wrap .zeen-reset-wrap {
align-self: flex-start;
}
.zeen-option--row-wrap .zeen-reset-wrap .zeen-reset {
height: 30px;
line-height: 30px;
}
.zeen-option--row-wrap .components-base-control__field {
margin-bottom: 0;
}
.zeen-option--row-wrap .range-control-wrap {
width: 100%;
position: relative;
display: flex;
}
.zeen-option--row-wrap .range-control-type {
right: 0;
font-size: 9px;
flex-shrink: 0;
pointer-events: none;
line-height: 32px;
height: 30px;
z-index: 2;
width: 23px;
text-transform: uppercase;
border-left: 1px solid #404040;
text-align: center;
background-color: #2f3134;
border-radius: 0 3px 3px 0;
}
.zeen-option--row-wrap .components-dropdown > button {
height: 30px;
background-color: #2f3134;
color: #fff;
}
.zeen-option--row-wrap .components-dropdown .components-dropdown-menu__menu-item {
color: #fff;
}
.zeen-option--row-wrap .components-popover__content {
background-color: #24292d;
border-color: #24292d;
}
.zeen-option--row-wrap .customize-control-title-wrap {
margin-bottom: 7px;
}
.zeen-option--row-wrap .customize-control-title-wrap .customize-control-title, .zeen-option--row-wrap .customize-control-title-wrap .description {
margin-bottom: 0;
}
.zeen-option--row-wrap .customize-control-title-wrap .description {
padding-top: 7px;
}
.customize-control--disabled .range-control-wrap {
opacity: 0.5;
}
.customize-control--disabled .zeen-reset-wrap {
opacity: 0;
pointer-events: none;
}
.customize-control-codetipi-range .components-range-control__wrapper {
min-height: 0;
height: 26px;
}
.customize-control-codetipi-range + .customize-control-codetipi-range .customize-control-inner {
border-top: 1px dotted #2d2e30;
padding-top: 10px;
}
.responsive__tools {
margin-left: auto;
width: 75px;
}
.responsive__tool {
width: 25px;
height: 20px;
justify-content: center;
opacity: 0.5;
}
.responsive__tool svg {
height: 14px;
}
.responsive__tool.active {
opacity: 1;
}
.zeen-color-indicator {
cursor: pointer;
height: 24px;
outline: 0;
width: 24px;
display: inline-flex;
border-radius: 50%;
overflow: hidden;
box-shadow: 0 0 0 1px #26292f;
border: 0;
padding: 0;
}
.zeen-color-indicator:before {
background-color: #fff;
background-image: linear-gradient(45deg, #d4d4d4 25%, transparent 25%), linear-gradient(-45deg, #d4d4d4 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #d4d4d4 75%), linear-gradient(-45deg, transparent 75%, #d4d4d4 75%);
background-size: 12px 12px;
background-position: 6px 6px, -6px 0, 0 0, 0 6px;
width: inherit;
height: inherit;
border-radius: inherit;
content: '';
z-index: -1;
}
.zeen-color-picker-drop-pre-5-9 .components-popover:not(.is-without-arrow)::after, .zeen-color-picker-drop-pre-5-9 .components-popover:not(.is-without-arrow)::before {
border-bottom-color: #252a2d;
border-top-color: #252a2d;
}
.zeen-color-picker-drop-pre-5-9 .components-popover:not(.is-without-arrow)[data-y-axis="bottom"] {
margin-top: 12px;
}
.zeen-color-picker-drop-pre-5-9 .components-popover:not(.is-without-arrow)[data-y-axis="top"] {
margin-top: -12px;
}
.zeen--tooltip {
position: relative;
width: 20px;
color: #555;
height: 20px;
}
.zeen--tooltip span {
position: absolute;
left: 25px;
top: -10px;
opacity: 0;
visibility: hidden;
background: #232426;
color: #fff;
border: 1px solid #4a4a58;
border-radius: 70px;
min-width: 40px;
transform: translatex(3px);
text-align: center;
min-height: 15px;
box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
display: block;
z-index: 20;
text-transform: none;
font-weight: 400;
letter-spacing: 0;
font-size: 11px;
width: 300px;
transition: .2s;
padding: 10px 15px;
}
.zeen--tooltip:hover span {
opacity: 1;
transform: translatex(0);
visibility: visible;
}
.zeen-color-picker-box select {
color: inherit !important;
}
.zeen-color-picker-box-pre-5-9 .components-color-picker__swatch {
display: none;
}
.zeen-color-picker-box-pre-5-9 .components-color-picker__saturation {
border-radius: 4px;
}
.zeen-color-picker-box-pre-5-9 .components-popover__content {
border: 0;
background: #24292d;
min-width: 310px;
}
.zeen-color-picker-box-pre-5-9 .components-popover__content > div {
padding: 20px;
}
.zeen-color-picker-box-pre-5-9 .components-color-picker__body {
padding: 20px 0 0 0;
}
.zeen-color-picker-box-pre-5-9 .components-color-picker__hue,
.zeen-color-picker-box-pre-5-9 .components-color-picker__alpha {
height: 16px;
}
.zeen-color-picker-box-pre-5-9 .components-button.components-color-picker__saturation-pointer {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) !important;
border: 3px solid white;
}
.zeen-color-picker-box-pre-5-9 .components-color-picker__hue,
.zeen-color-picker-box-pre-5-9 .components-color-picker__alpha {
border-radius: 24px;
overflow: hidden;
}
.zeen-color-picker-box-pre-5-9 .components-color-picker__hue-pointer,
.zeen-color-picker-box-pre-5-9 .components-color-picker__alpha-pointer {
transform: translate(-7px, 1px);
}
.zeen-color-picker-box-pre-5-9 .components-color-picker__hue-bar,
.zeen-color-picker-box-pre-5-9 .components-color-picker__alpha-bar {
margin: 0 8px;
}
.zeen-color-picker-box-pre-5-9 .is-alpha-enabled .components-color-picker__hue {
margin-bottom: 12px;
}
.zeen-color-picker-box-pre-5-9 .components-color-picker__alpha {
background-size: 12px 12px;
background-color: #fff;
background-image: linear-gradient(45deg, #d4d4d4 25%, transparent 25%), linear-gradient(-45deg, #d4d4d4 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #d4d4d4 75%), linear-gradient(-45deg, transparent 75%, #d4d4d4 75%);
background-position: 6px 6px, -6px 0, 0 0, 0 6px;
}
.zeen-color-picker-box-pre-5-9 .components-color-picker__inputs-toggle {
color: white;
height: 35px;
line-height: 35px;
background: #363a3c;
}
.zeen-color-picker-box-pre-5-9 .components-color-picker__inputs-wrapper > .components-color-picker__inputs-fields label {
display: none;
}
.zeen-color-picker-box-pre-5-9 .components-color-picker__inputs-fields .components-base-control__field {
display: flex;
align-items: center;
position: relative;
}
.zeen-color-picker-box-pre-5-9 .components-color-picker__inputs-fields .components-base-control__field input {
background: #363a3c;
padding-left: 10px;
}
.zeen-color-picker-box-pre-5-9 .components-color-picker__inputs-fields .components-base-control__field label {
margin: 0;
position: absolute;
left: 7px;
line-height: 35px;
color: #b1b1b1;
text-transform: uppercase;
font-size: 9px;
}
.zeen-color-picker-box-pre-5-9 .components-color-picker__inputs-fields .components-base-control__field .components-text-control__input[type="number"] {
padding-left: 22px;
text-align: left;
}
.zeen-color-picker-box-pre-5-9 .components-color-picker__inputs-fields .components-base-control__field .components-text-control__input[type="number"]::-webkit-inner-spin-button, .zeen-color-picker-box-pre-5-9 .components-color-picker__inputs-fields .components-base-control__field .components-text-control__input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}
.customize-control-inner .customize-control-notifications-container {
margin-top: 10px !important;
}
.tipi-inline-flex {
display: inline-flex;
}
.zeen-reset {
color: #b4b9be;
width: 24px !important;
height: 24px;
line-height: 24px;
cursor: pointer;
text-align: center !important;
position: absolute;
left: -3px;
font-size: 10px;
opacity: 0;
transition: 0.2s;
visibility: hidden;
}
.zeen-reset:before {
transform: rotate(45deg);
transition: 0.3s ease transform;
display: inline-block;
}
.zeen-reset:hover:before {
transform: rotate(-45deg);
}
.zeen-reset-wrap {
position: relative;
}
.zeen-option--row:hover .zeen-reset-wrap:not(.zeen--clean) .zeen-reset {
transform: translateX(3px);
opacity: 1;
visibility: visible;
}