h1, h2, h3, h4, h5, h6 {
    text-decoration: none !important;
    font-style: normal !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-family: "Open Sans", sans-serif !important;
}

.customize-control-image .actions {
    margin-bottom: 0;
}

.customize-control {
    margin-bottom: 0;
}

input[type=number].cs-range-value {
    background: white;
    color: black;
    padding: 0;
    text-align: center;
}

input[type=range] {
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
    -webkit-appearance: none;
    background-color: #fdfdfd;
    height: 5px;
    margin-right: 5%;
    padding: 0;
}

label {
    font-size: 12px;
    position: relative;
}

input, select, input[type=checkbox], input[type=text], input[type=number], textarea {
    width: 100%;
    margin-left: 0;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    background: #f4f4f4;
    padding: 5px 10px;
    font-size: 14px;
    color: #32373c;
}

textarea {
    background: #fff;
}

input:focus, select:focus {
    box-shadow: none !important;
    outline: none !important;
    background: #eaeaea;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
}

.wp-full-overlay-header input {
    width: auto;
}

input[type=range]:focus {
    box-shadow: none !important;
    outline: none !important;
}

input[type=range]:hover {
    background-color: #2e86b9;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #2e86b9;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}

input[type="range"]::-moz-range-track {
    border: inherit;
    background: transparent;
}

input[type="range"]::-ms-track {
    border: inherit;
    color: transparent;
    background: transparent;
}

input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
    background: transparent;
}

input[type="range"]::-ms-tooltip {
    display: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 15px;
    background-color: #2e86b9;
}

input[type="range"]::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 15px;
    background-color: #2e86b9;
}

input[type="range"]::-ms-thumb {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 0;
    background-color: #2e86b9;
}

input[type=checkbox] {
    margin-right: 10px;
    float: left;
    margin-top: 0;
    width: 25px;
    height: 25px;
    margin-top: 2px;
}

input[type=checkbox]:checked:before {
    color: #2E86B9;
    float: none;
}

.customize-control-title {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 12px;
}

.customize-control-range .customize-control-title {
    margin-bottom: -8px;
}

.customize-control-checkbox {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #EEEEEE;
    background-color: #FDFDFD;
    margin-bottom: -1px;
    padding: 6px 10px;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.customize-control button.button {
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: #2E86B9;
    color: #fff;
    height: 30px;
}

.customize-control button.button:hover {
    color: #fff;
    background-color: #186EA0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.customize-control button.remove-button {
    margin-bottom: 10px;
}

.customize-control select, .customize-control-text input {
    background: #FDFDFD;
    border: 1px solid #eee;
    height: 35px;
}

.customize-control select option {
    padding: 5px;
}

.customize-control-image .inner {
    line-height: 30px;
    top: 0;
}

.customize-control-image .current .container {
    min-height: 30px;
}

.wp-color-result {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 40px;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .5) !important;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .5) !important;
    border: none;
    height: 30px;
    border-radius: 4px;
    margin: 0;
}

.wp-color-result:after {
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    height: 30px;
    line-height: 30px;
    border: none;
    box-shadow: none;
    font-size: 12px;
    border-radius: 0 4px 4px 0;
    padding: 0 15px;
}

.wp-color-result:hover, .wp-color-result:focus:after, .wp-color-result:hover:after {
    color: #fff;
    border: none;
}

.wp-picker-container .iris-picker {
    margin: 15px 0 0 0;
}

.wp-picker-container, .wp-picker-input-wrap {
    width: 100%;
}

.wp-picker-container input[type=text].wp-color-picker, .wp-core-ui .wp-picker-default {
    width: 45% !important;
    vertical-align: bottom;
    margin-top: 10px;
}

.wp-core-ui .wp-picker-default {
    margin-left: 10%;
}

#customize-control-site_logo .thumbnail, #customize-control-site_logo_footer .thumbnail {
    text-align: center;
}

#customize-control-site_logo img, #customize-control-site_logo_footer img {
    width: auto;
    max-width: 100%;
}

.attire-sb-layout input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.attire-sb-layout img {
    width: 99px;
}

.attire-sb-layout input[type="radio"] + img {
    border: 2px solid #c0c0c0;
}

.attire-sb-layout input[type="radio"]:checked + img {
    border: 2px solid #53cdba;
    box-shadow: 0 0 2px rgba(83, 205, 186, 0.74);
    cursor: pointer;
}

.attire-image-picker input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.attire-image-picker img {
    width: 100%;
    margin-bottom: 15px;
    transition: all 1s ease;
}

/*.attire-image-picker img:hover{transform: scale(1.25);}*/
.attire-image-picker input[type="radio"] + img {
    border: 2px solid #c0c0c0;
}

.attire-image-picker input[type="radio"]:checked + img {
    border: 2px solid #53cdba;
    box-shadow: 0 0 2px rgba(83, 205, 186, 0.74);
    cursor: pointer;
}

#customize-control-custom_css textarea {
    font-family: Monospace;
    color: #2C3E50;
}

.heading-font-preview, .body-font-preview, .widget_title-font-preview, .widget_content-font-preview,
.menu_top-font-preview, .menu_dropdown-font-preview {
    margin-top: 10px;
    padding: 10px;
    background: #f5f5f5;
}

.wp-full-overlay.expanded {
    margin-left: 350px;
}

.wp-full-overlay-sidebar {
    width: 350px;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.7, .7, .7);
        transform: scale3d(.7, .7, .7);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.7, .7, .7);
        transform: scale3d(.7, .7, .7);
    }
    50% {
        opacity: 1;
    }
}

#accordion-section-attire_write_review .accordion-section-title{
    background-color:#ffe184;
    color:#222222;
}