/*
Theme Name: Klara
Theme URI: https://dsignash.com/klara/
Author: Nashaat Zakkour
Author URI: https://dsignash.com/
Description:  Klara, a clean starter theme built with Bootstrap
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: klara
Tags: bootstrap, custom-colors, custom-header, custom-menu, editor-style
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/




/*--------------------------------------------------------------
# KLARA Backend Settings
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Global Settings
--------------------------------------------------------------*/

/** Klara Options Wrapper */


#klara-editor-wrapper a {
    text-decoration: none;
}

#klara-editor-wrapper li {
    margin-bottom: 0px;
}

/** Sidebar menu */
#klara-editor-wrapper .klara-menu-wrapper{
    background: linear-gradient(120deg, #ffffff 0%, #e4e4e4 100%);
}
#klara-editor-wrapper .klara-menu-wrapper ul{
    margin: 0px;
}
#klara-editor-wrapper .klara-menu-wrapper a {
    margin-bottom: 0px;
    font-size: 14px;
    transition: all .2s ease;
}
#klara-editor-wrapper .klara-menu-wrapper li a {
    color: #808080;
    padding: 15px;
    display: block;
}
#klara-editor-wrapper .klara-menu-wrapper li a:hover {
    background: #ffffff;
    color: #8800aa;
}
#klara-editor-wrapper .klara-menu-wrapper li a:focus {
    box-shadow: none;
    outline: none;
    border: none;
}
#klara-editor-wrapper .klara-menu-wrapper li.active a {
    background: #ffffff;
    color: #8800aa;
}

/** hr Styles */
#klara-editor-wrapper hr {
    border-top: 0;
    border-bottom: 1px solid #f7f7f7;
}
.hr-15{
    margin: 15px 0;
}
.hr-20{
    margin: 20px 0;
}
.hr-25{
    margin: 25px 0;
}

/** Text-Align */
.text-end {
    text-align: end;
}


/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.kicon {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
}

[dir="rtl"] .kicon {
}



/*--------------------------------------------------------------
# Alerts
--------------------------------------------------------------*/

.klara-alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    width: 100%;
}

.klara-alert-icon {
    font-weight: 700;
    font-size: 20px;
    vertical-align: middle;
}

[dir="rtl"] .klara-alert-icon {
    padding-right: 0;
    padding-left: 10px;
}

.klara-alert-text-content {
    vertical-align: middle;
}

.klara-alert-dismissible {
    padding-right: 4rem;
}

.klara-alert-dismissible .klara-alert-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .6rem 1.25rem;
    color: inherit;
    cursor: pointer;
}

[dir="rtl"] .klara-alert-dismissible{
    padding-right: 1.25rem;
    padding-left: 4rem;
}

[dir="rtl"] .klara-alert-dismissible .klara-alert-close {
    left: 0;
}

.klara-alert-close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background: transparent;
    border: none;
}

.klara-alert-loader-gif {
    background-image: url('/wp-content/themes/klara/inc/assets/images/klara-preloader.gif');
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.klara-alert-html-wrapper {
    padding-top: 10px;
}

.klara-alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.klara-alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.klara-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.klara-alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.klara-alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.klara-alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.klara-alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.klara-alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

/*--------------------------------------------------------------
# Text Color
--------------------------------------------------------------*/

.klara-text-primary {
    color: #057AFF;
}

.klara-text-secondary {
    color: #6c757d;
}

.klara-text-success {
    color: #00B12A;
}

.klara-text-danger {
    color: #dc3545;
}
.klara-text-warning {
    color: #ffc107;
}

.klara-text-info {
    color: #17a2b8;
}

.klara-text-light {
    color: #f8f9fa;
}

.klara-text-dark {
    color: #212529;
}

.klara-text-white {
    color: #ffffff;
}

/*--------------------------------------------------------------
# Inputs
--------------------------------------------------------------*/

/** PLACEHOLDER */
#klara-editor-wrapper ::placeholder {
    color: #cccccc;
}

#klara-editor-wrapper input {
    box-shadow: none;
}

.klara-btn {
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 5px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.klara-btn:hover {
    background: #8800aa;
    color: #ffffff;
    border-color: #8800aa;
    transition: all .4s;
}

.klara-btn-link:hover {
    background: transparent;
    color: #0056b3;
    border-color: transparent;
    transition: all .4s;
    text-decoration: underline;
}

.klara-btn-primary {
    background: #057AFF;
    border-color: #057AFF;
    color: #ffffff;
}

.klara-btn-secondary {
    background: #6c757d;
    border-color: #6c757d;
    color: #ffffff;
}

.klara-btn-success {
    background: #00B12A;
    border-color: #00B12A;
    color: #ffffff;
}

.klara-btn-danger {
    background: #dc3545;
    border-color: #dc3545;
    color: #ffffff;
}

.klara-btn-warning {
    background: #ffc107;
    border-color: #ffc107;
    color: #212529;
}

.klara-btn-info {
    background: #17a2b8;
    border-color: #17a2b8;
    color: #ffffff;
}

.klara-btn-light {
    background: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529;
}

.klara-btn-dark {
    background: #212529;
    border-color: #212529;
    color: #ffffff;
}

.klara-btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #212529;
}

.klara-btn-link {
    color: #007bff;
    text-decoration: none;
}

.klara-btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.klara-btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

#klara-editor-wrapper textarea, #klara-editor-wrapper select, #klara-editor-wrapper input, #klara-editor-wrapper button { 
    outline: none; 
}

/** SELECT */
#klara-editor-wrapper .selectinput, #klara-editor-wrapper .classChanger, #klara-editor-wrapper .textinput{
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* styling */
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
    border: solid 2px #eeeeee;
    border-radius: 5px;
    height: 40px;
    box-shadow: none;
    color: #555555;
}

#klara-editor-wrapper .textarea{
    height: auto;
}

[dir="rtl"] #klara-editor-wrapper .selectinput, [dir="rtl"] #klara-editor-wrapper .classChanger  {
    background-position:
      calc(14px) calc(1em + 2px),
      calc(20px) calc(1em + 2px);
}

#klara-editor-wrapper .selectinput:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

/** Remove arrow of Datepicker and datalist */
#klara-editor-wrapper input::-webkit-calendar-picker-indicator {
    display: none;
  }

/** Class Changer dropdown */
#klara-editor-wrapper .classChanger {
    height: 45px;
    background: #eeeeee;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
}

#klara-editor-wrapper .selectinput, #klara-editor-wrapper .classChanger {
    background-image:
      linear-gradient(45deg, transparent 50%, #999999 50%),
      linear-gradient(135deg, #999999 50%, transparent 50%);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 14px) calc(1em + 2px);
    background-size:
      6px 6px,
      6px 6px;
    background-repeat: no-repeat;
}

/** Checkbox Switch */
#klara-editor-wrapper .switcher {
	height: 0 !important;
	width: 0 !important;
    visibility: hidden;
    position: absolute;
}
#klara-editor-wrapper .switchlabel {
	cursor: pointer;
	text-indent: -9999px;
	width: 54px;
    height: 24px;
	background: #999999;
	display: block;
	border-radius: 100px;
    position: relative;
    margin: 7px 0;
}
#klara-editor-wrapper .switchlabel:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}
#klara-editor-wrapper .switcher:checked + .switchlabel {
	background: #2096F3;
}
#klara-editor-wrapper .switcher:checked + .switchlabel:after {
	left: calc(100% - 2px);
	transform: translateX(-100%);
}
#klara-editor-wrapper .switchlabel:active:after {
	width: 24px;
}

/** Rangeslider */
#klara-editor-wrapper .rangeslider {
    -webkit-appearance: none;
    height: 4px;
    background: #eeeeee;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: all .2s;
    border-radius: 50px;
    width: 100%;
    padding: 0px;
    border: 0px;
}

#klara-editor-wrapper .rangeslider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: 0;
    width: 20px;
    height: 20px;
    background: linear-gradient(90deg, #5f0077 0%, #8800aa 100%);
    cursor: pointer;
    border-radius: 20px;
    transition: all .2s;
}

#klara-editor-wrapper .rangeslider::-webkit-slider-thumb:hover,
#klara-editor-wrapper .rangeslider::-webkit-slider-thumb:active,
#klara-editor-wrapper .rangeslider::-webkit-slider-thumb:focus {
    background: linear-gradient(90deg, #5f0077 0%, #8800aa 100%);
    box-shadow: 0 0 0 6px rgba(64, 0, 91, 0.22);
    outline: none;
}

#klara-editor-wrapper .rangeslider::-moz-range-thumb {
    outline: none;
    border: 0;
    width: 20px;
    height: 20px;
    background: linear-gradient(90deg, #5f0077 0%, #8800aa 100%);
    cursor: pointer;
    border-radius: 20px;
    transition: all .2s;
}

#klara-editor-wrapper .rangeslider::-moz-range-thumb:hover,
#klara-editor-wrapper .rangeslider::-moz-range-thumb:active,
#klara-editor-wrapper .rangeslider::-moz-range-thumb:focus {
    background: linear-gradient(90deg, #5f0077 0%, #8800aa 100%);
    box-shadow: 0 0 0 6px rgba(64, 0, 91, 0.22);
}

/** BUTTONS 
#klara-editor-wrapper input[type=button], #klara-editor-wrapper input[type=submit], #klara-editor-wrapper button[type=submit] {
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    height: 40px;
    box-shadow: none;
    cursor: pointer;
    text-shadow: none;
    font-size: 13px;
    padding: 12px;
    line-height: 1;
}
*/

/** Submit Button */

#klara-editor-wrapper #submit {
    border: solid 2px #00b22a;
    background: #00b22a;
    text-align: end;
    float: right;
}

/** Submit resetting utf icon */
span.resetting-utf-code {
    margin-left: 7px;
    bottom: -1px;
    position: relative;
}

/** Upload / Chose Image Inputs */
#klara-editor-wrapper .klara-wrapper-inputs-holder {
    min-width: 30%;
}

.klara-inputs-holder-output {
    width: 30%;
    max-width: 100%;
    padding: 10px;
}


/*--------------------------------------------------------------
# Content Elements
--------------------------------------------------------------*/

/** Sticky buttons Wrapper bar*/
#klara-editor-wrapper .klara-buttons-wrapper {
    margin-top: 40px;
    padding: 12px 0;
    background: #fbfbfb;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #eeeeee;
    -ms-flex-align: center !important;
    align-items: center !important;
    position: sticky;
    bottom: 0;
    z-index: 9999;
}

/** Settings area */
#klara-editor-wrapper .dynamic-settings-content {
    padding-top: 25px;
}

#klara-editor-wrapper .option-container {
    padding: 0;
}
#klara-editor-wrapper .klara-column-inputs-container {
    padding: 10px 0;
}

.klara-group-reset {
    width: 25px;
    height: 100%;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    display: none;
}

.klara-input-reset {
    width: auto;
    font-size: 16px;
    padding: 5px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.klara-reset-span {
    color: #cccccc;
    cursor: pointer;
    display: flex;
    visibility: hidden;
}

.klara-group-reset .klara-reset-span {
    visibility: visible;
}

#klara-editor-wrapper .klara-inputs-container-wrapper {

}

#klara-editor-wrapper .klara-content-column {
    padding-top: 10px;
    padding-bottom: 10px;
}

#klara-editor-wrapper .klara-content-options > .klara-column-inputs-container:last-child {
    padding: 10px 0;
    border-bottom: none;
}

#klara-editor-wrapper .klara-inputs-container-wrapper-content {
    padding-top: 0px;
}

#klara-editor-wrapper .klara-wrapper-inputs-holder {
    max-width: 100%;
    display: flex;
    align-items: center;
}


.klara-wrapper-inputs-holder .rangenumber{
    margin: 0 0 0 10px;
    min-width: 20%;
    height: 40px;
}
[dir="rtl"] .klara-wrapper-inputs-holder .rangenumber{
    margin: 0 10px 0 0;
}

#klara-editor-wrapper .settings-image {
    border: solid 2px #eeeeee;
    border-radius: 5px;
    margin-top: 10px;
    background-image: url(../images/klara_add.svg);
    background-size: 2.8em;
    background-repeat: no-repeat;
    background-position: center;
    width: auto;
    cursor: pointer;
}

#klara-editor-wrapper .settings-image:hover {
    background-size: 3em;
}

#klara-editor-wrapper p.submit {
    margin:0px;
}

#klara-editor-wrapper .conditional_box {
    padding: 25px 0;
}

.wp-picker-container .wp-color-result.button {
    height: 40px;
    border: solid 2px #eeeeee;
    border-radius: 4px;
    box-shadow: none;
    padding: 0px;
    margin-bottom: 0;
}

.wp-picker-holder {
    position: relative;
    z-index: 999;
}

.wp-color-result-text {
    background: #ffffff;
    line-height: 3;
    height: 36px;
    border: none;
    border-radius: 0 2px 2px 0;
}
/*
.klara-conditional-switcher-wrappers {
    position: absolute;
    background: white;
    border: solid 1px #eeeeee;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 0 0 40px 0px rgba(0,0,0,0.08);
    width: 92%;
}
*/

.klara-toggle-area-options {
    visibility: hidden;
    display: flex;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms;
    z-index: 999;
    background: #fff;
    border-radius: 4px;
    margin: 0 7px;
    height: 24px;
    border: solid 1px #eeeeee;
}

.klara-box-input-options {
    visibility: hidden;
    display: flex;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms;
    z-index: 999;
    background: #fff;
    border-radius: 4px;
    margin: 0 7px;
    height: 24px;
    border: solid 1px #eeeeee;
}

.klara-input-options {
    display: flex;
    height: 100%;
    width: 24px;
    min-width: 24px;
    text-align: center;
    font-size: 10px;
    border-right: solid 1px #eeeeee;
    cursor: pointer;
}
[dir="rtl"] .klara-input-options {
    border-right: 0;
    border-left: solid 1px #eeeeee;
}

.klara-input-options:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
[dir="rtl"] .klara-input-options:first-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.klara-input-options:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-right: 0 !important;
}
[dir="rtl"] .klara-input-options:last-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-left: 0 !important;
}

.klara-options-info {
    justify-content: center;
}

.klara-options-more {
    justify-content: center;
}

.klara-options-units {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
}
  
.klara-options-units-active {
    height: 100%;
    width: 145px;
    display: flex;
    flex-wrap: wrap;
    z-index: 999;
}
  
.klara-units {/*
    color: #444444;
    width: 28px;
    min-width: 28px;
    height: 28px;
    font-size: 11px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    border: solid 1px transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    */
    width: 24px;
    min-width: 24px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;

}
  
.klara-input-options:hover, .klara-units:hover {
    background: #eeeeee;
    color: #444444;
  
  }

  .klara-input-options:hover {
    background: #f8f8f8;
    color: #444444;
  
  }
  
.active-unit {
    order: -1;
  }
  
.active-unit:hover {
    background: #f8f8f8;
    color: #444444;
  }
  
.getunitvalue {
    position: relative;
    top: -38px;
}

/*--------------------------------------------------------------
# Inputs Group Width/Radius/Margin/Padding
--------------------------------------------------------------*/

#klara-editor-wrapper .klara-wrapper-inputs-holder .multinumber {
    margin: 0 -2px 0 0;
    border-radius: 0px;
    width: calc(20% - 4px);
    text-align: center;
    height: 40px;
}
#klara-editor-wrapper .klara-wrapper-inputs-holder .multinumber:first-child{
    border-radius: 5px 0 0 5px !important;
}
[dir="rtl"] #klara-editor-wrapper .klara-wrapper-inputs-holder .multinumber:first-child{
    border-radius: 0 5px 5px 0 !important;
}
#klara-editor-wrapper .klara-wrapper-inputs-holder:nth-child(2) {
    color: #cccccc;
    text-transform: uppercase;
    font-size: 10px;
}

#klara-editor-wrapper .klara-wrapper-inputs-holder .multilink{
    margin: 0 -2px 0 0;
    border-radius: 0 5px 5px 0;
    width: 100%;
    text-align: center;
    height: 40px;
}
[dir="rtl"] #klara-editor-wrapper .klara-wrapper-inputs-holder .multilink{
    border-radius: 5px 0 0 5px;
}

#klara-editor-wrapper .klara-wrapper-inputs-holder .multilink::before {
    line-height: 1.9;
    width: 100%;
    background: #eeeeee;
    color: #555555;
    font-size: 20px;
    margin: 0;
}


#klara-editor-wrapper .klara-checkbox {
    height: 1.7em;
    width: 1.7em;
}

#klara-editor-wrapper .klara-wrapper-inputs-holder .klara-checkbox-label {
    margin-right: 1em;
    font-size: 15px;
    font-weight: 400;
    vertical-align: middle;
}

[dir="rtl"] #klara-editor-wrapper .klara-wrapper-inputs-holder .klara-checkbox-label{
    margin-right: 0;
    margin-left: 1em;
}

#klara-editor-wrapper .klara-wrapper-inputs-holder .klara-checkbox::before {
    padding-top: 10px;
    margin: 0 !important;
}

input[type=checkbox]:checked::before {
    content: "\2713";
    font-size: 1.3em;
    font-weight: 700;
    vertical-align: middle;
}

.tooltip-multi {
    max-width: 20%;
    width: 100%;
}

#klara-editor-wrapper .multiple_inputs_group > .inputslink:checked {
    background-color: #2196F3;
}

.klara-switcher-input {
    max-width: 100%;
    display: flex;
    align-items: center;
}

.klara-switcher-iinput .input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.klara-switcher-input label {
    background-color: transparent;
    color: #808080;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    padding: 8px 16px;
    border: 2px solid #eeeeee;
    transition: all 0.1s ease-in-out;
    height: 45px;
    width: 100%;
    margin-right: -2px;
    text-transform: capitalize;
    min-width: 100px;
}

.klara-switcher-input label:hover {
    cursor: pointer;
}

.klara-switcher-input input:checked + label {
    background-color: #eeeeee;
    box-shadow: none;
}

.klara-switcher-input label:first-of-type {
    border-radius: 4px 0 0 4px;
}

[dir="rtl"] .klara-switcher-input label:first-of-type{
    border-radius: 0 4px 4px 0;
}

.klara-switcher-input label:last-of-type {
    border-radius: 0 4px 4px 0;
}

[dir="rtl"] .klara-switcher-input label:last-of-type{
    border-radius: 4px 0 0 4px;
}


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media (max-width: 992px) {

}

@media (max-width: 1200px) {


}



/*--------------------------------------------------------------
# Admin Styles
--------------------------------------------------------------*/

.klara-tab-controls{
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding-top: 9px;
    padding-bottom: 0;
    line-height: inherit;
}

.klara-tab-controls:not(.wp-clearfix):after {
    content: "";
    display: table;
    clear: both;
}

.klara-tab-controls .nav-tab-active{
    background: #fff;
    border-bottom: 1px solid #fff;
}

.klara-tab-controls .nav-tab-active:focus, .klara-tab-controls .nav-tab-active:active, .klara-tab-controls .nav-tab-active:hover {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
}

#klara_theme_settings_meta_box .components-base-control__field {
    margin: 10px !important;
}

.show{
    display: block;
}

.hide{
    display: none;
}

.visible {
    visibility: visible;
}

.classChanger {
    /*display: none;*/
}

/* -------------------------------
               Layout
 --------------------------------*/

button.button.wp-color-result {
    padding-left: 0 !important;
}

span.wp-color-result-text {
    float: right !important;
}

span.color-alpha {
    float: left;
    width: 30px !important;
    height: 36px !important;
}

.klara-tab-content {
    display: none;
}

/* Temporary until it's being worked on */
/*TODO: Remove when needed the front end customizer to work properly */
.klara-front-end-customizer .klara-tab-content {
    display:block;
}

.klara-tab-content.company-settings-content {
    display: block;
}

/** Settings Accordion */
.klara-settings-inputs-group{
    width: 100%;
}

/* Temporary until it's being worked on */
/*TODO: Remove when needed the front end customizer to work properly */
.klara-front-end-customizer .klara-settings-inputs-group {
    padding-left: 0;
}

.klara-section-content {
    display: none;
    background: #ffffff;
    border-radius: 0 0 5px 5px;
    padding: 15px;
    border-top: solid 1px #eeeeee;
}


.klara-settings-inputs-group li.klara-inputs-group-section {
    margin: 1em 0;
    list-style:none;
    border-radius: 5px;
    box-shadow: 0 0 40px 0px rgba(0,0,0,0.08);
}
.klara-settings-inputs-group a:focus {
    color: none;
    box-shadow: none;
    outline: 0;
}

.klara-section-toggle {
    display: block;
    background: #ffffff;
    padding: 0 15px;
    border-radius: 0px;
    cursor: pointer;
}

.klara-section-toggle .klara-content-toggle-area {
    width: 100%;
    display: flex;
    background: none;
    height: 100%;
    align-items: center;
}

.klara-toggle-content {
    color: #999999;
    font-size: 12px;
    display: -ms-flexbox!important;
    display: flex!important;
    align-items: center;
    height: 40px;
    max-width: 100%;
}

.klara-input-name-box {
    color: #999999;
    font-size: 12px;
    display: -ms-flexbox!important;
    display: flex!important;
    align-items: center;
    height: 40px;
    max-width: 100%;
}

.klara-toggle-area-title {
    padding: 0 5px;
}

.klara-toggle-area-options {
    visibility: hidden;
    display: flex;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms;
}

.klara-content-toggle-area:hover .klara-toggle-area-options {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 300ms;
}

.klara-content-toggle-area:hover .klara-box-input-options {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 300ms;
}

.klara-column-inputs-container:hover .klara-toggle-area-options {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 300ms;
}

.klara-column-inputs-container:hover .klara-box-input-options {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 300ms;
}

/*
.toggle-title {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
}
*/
.klara-section-popover {
    display: none;
    position: absolute;
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,.3);
    box-shadow: 0 2px 15px rgba(0,0,0,.3);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    left: 0;
    right: 0;
    margin: -4px auto 5px;
    padding: 15px;
    width: 94%;
    z-index: 99999;
    background-color: #8E41EB;
    color: #ffffff;
    margin-top: 8px;
}


/** Tooltip Styles */

/* Tooltip Colors */
.ready {
    color: #cccccc;
}
.issue {
    color: #ff2828;
}
.fixed {
    color: #018e0d;
}
.backlog {
    color: #d18800;
}
.onhold {
    color: #2096f3;
}

/* Base styles for the element that has a tooltip */
    [data-tooltip],
    .tooltip {
    position: relative;
    cursor: pointer;
}

/* Base styles for the entire tooltip */
    [data-tooltip]:before,
    [data-tooltip]:after,
    .tooltip:before,
    .tooltip:after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after,
    [data-tooltip]:focus:before,
    [data-tooltip]:focus:after,
    .tooltip:hover:before,
    .tooltip:hover:after,
    .tooltip:focus:before,
    .tooltip:focus:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
    [data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: transparent;
    content: "";
    }

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
    z-index: 10000;
    padding: 8px;
    max-width: 200px;
    min-width: 100px;
    width: max-content;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 4px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
}

/* Directions */

/* Top (default) */
    [data-tooltip]:before,
    [data-tooltip]:after,
    .tooltip:before,
    .tooltip:after,
    .tooltip-top:before,
    .tooltip-top:after {
    bottom: 100%;
    left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: rgba(0, 0, 0, 0.9);
}

/* Horizontally align top/bottom tooltips */
    [data-tooltip]:after,
    .tooltip:after,
    .tooltip-top:after {
    margin-left: -50px;
}

    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after,
    [data-tooltip]:focus:before,
    [data-tooltip]:focus:after,
    .tooltip:hover:before,
    .tooltip:hover:after,
    .tooltip:focus:before,
    .tooltip:focus:after,
    .tooltip-top:hover:before,
    .tooltip-top:hover:after,
    .tooltip-top:focus:before,
    .tooltip-top:focus:after {
    -webkit-transform: translateY(-12px);
    -moz-transform:    translateY(-12px);
    transform:         translateY(-12px);
}

.klara-info-tooltip-bottom {
    align-items: center;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}
/* Bottom */
.klara-info-tooltip-bottom:before,
.klara-info-tooltip-bottom:after {
    top: 100%;
    bottom: auto;
    left: 50%;
}

.klara-info-tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: rgba(0, 0, 0, 0.9);
}

.klara-info-tooltip-bottom:hover:before,
.klara-info-tooltip-bottom:hover:after,
.klara-info-tooltip-bottom:focus:before,
.klara-info-tooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -moz-transform:    translateY(12px);
    transform:         translateY(12px);
}


/*#klara-editor-wrapper .wrap .CodeMirror .CodeMirror-linenumber {*/
/*    min-width: 10px !important;*/
/*}*/

/*#klara-editor-wrapper .CodeMirror-wrap pre {*/
/*    margin-left: 30px;*/
/*}*/

#klara-editor-wrapper .CodeMirror-wrap {
    border: solid 2px #eeeeee;
    border-radius: 4px;
    width: 100%;
}

ul.klara-menu-children {
    background: transparent;
    display: none;
}

.has-child.open ul.klara-menu-children {
    display: block;
    background: linear-gradient(0deg, #fafafa 0%, #ececec 100%);
    border-bottom: solid 1px #ececec;
}

#klara-editor-wrapper .klara-menu-children li a {
    padding-left: 25px !important;
}

.has-child span.children-arrow-down {
    float: right;
    margin-right: 10px;
}

[dir="rtl"] .has-child span.children-arrow-down{
    float: left;
    margin-right: 0;
    margin-left: 10px;
}

.has-child.open span.children-arrow-down {
    transform: rotate(90deg);
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
}

.google-fonts-drop-down {
    display: block;
    width: 100%;
}

.google-fonts-options {
    max-height: 200px;
    overflow-y: auto;
}

.google-fonts-options li {
    cursor: pointer;
    padding: 6px 12px;

}

.google-fonts-options li:hover {
    background: #eeeeee;
}

.google-fonts-selection {
    display: block;
    line-height: 3em;
    cursor: pointer;
}

.google-fonts-options-wrapper {
    border-radius: 0 0 4px 4px;
    margin-top: -4px;
    border: solid 2px #eeeeee;
    background-color: #ffffff;
}

.google-fonts-search-field {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 10px;
    width: 100%;
    border: solid #eeeeee;
    border-width: 0 0 2px 0;
    border-radius: 0;
    height: 30px;
    box-shadow: none;
    color: #555555;
}

/*--------------------------------------------------------------
# Global Styles
--------------------------------------------------------------*/

.min-h-100 {
    min-height: 100px;
}

.min-h-50 {
    min-height: 50px;
}

.max-h-100 {
    max-height: 100px;
}

.max-h-50 {
    max-height: 50px;
}

.min-w-100 {
    min-width: 100px;
}

.min-w-50 {
    min-width: 50px;
}

.max-w-100 {
    max-width: 100px;
}

.max-w-50 {
    max-width: 50px;
}