body {
    background-color: #191e23;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
#customize-header-actions .customize-controls-close {
    display: none !important;
}

.kdemo-top-bar {
    height: 60px;
    background-color: #EEE;
}
.kdemo-top-bar:after {
    display: block;
    content: '';
    clear: both;
}
.kdemo-top-bar-left {
    float: left;
    padding: 15px 0 0 20px;
}
@-webkit-keyframes pulse {
      0% { color: #ababab; }
     100% { color: #006CC9; }
}
i.fa-arrow-right {
    -webkit-animation: pulse 1s infinite alternate;
    color: #ababab;
    font-size: 22px;
    position: relative;
    top: 3px;
    left: 5px;
}
a.kdemo-view-premium {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #006CC9;
    text-decoration: underline;
    cursor: pointer;
    margin: 0 0 0 10px;
}
span.kdemo-extra-txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    margin: 0 0 0 10px;
    color: #555555;
}
span.kdemo-extra-txt {
    display: none;
}
.kdemo-top-bar-right {
    float: right;
    padding: 15px 20px 0 0;
}
.kdemo-select {
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4);
    width: 200px;
    padding: 8px 10px;
    margin: 0;
    outline: none;
    
    -webkit-appearance: none;
}
.kdemo-sizing {
    
}
.kdemo-size {
    display: inline-block;
    vertical-align: top;
    background-color: #FFF;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    margin: 0 0 0 4px;
    padding: 3px 5px 5px;
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    width: 35px;
    height: 21px;
    text-align: center;
}
.kdemo-size i.fa {
    line-height: 1em;
    font-size: inherit;
}
.kdemo-size.selected {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4);
    background-color: #ccc;
    color: #FFF;
}

a.kdemo-purchase {
    display: inline-block;
    background-color: #006CC9;
    border-radius: 4px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3) inset;
    color: #FFF;
    padding: 9px 15px 10px;
    width: 140px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 11px;
    left: 50%;
    margin: 0 0 0 -70px;
}
a.kdemo-purchase:hover {
    background-color: #0053C9;
}

.kdemo-content {
    background-color: #f7f7f7;
    background-image: url(https://kairaweb.com/wp-content/themes/kaira/images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.18);
    position: relative;
    width: 100%;
    margin: 0 auto;
    
    -webkit-transition: width 0.4s ease 0s;
    -moz-transition: width 0.4s ease 0s;
    -ms-transition: width 0.4s ease 0s;
    -o-transition: width 0.4s ease 0s;
    transition: width 0.4s ease 0s;
}
.kdemo-content iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and ( max-width: 782px ) {
    
    .kdemo-sizing,
    .kdemo-top-bar-left span,
    i.fa-arrow-right {
        display: none !important;
    }
    a.kdemo-purchase {
        margin: 0;
        padding: 7px 0 8px;
        top: 13px;
        left: auto;
        right: 18px;
        font-size: 13px;
    }
    
}
