/*
Theme Name: HairSalon - Child Theme
Template: hairsalon
Theme URI: http://hairsalonwp.thimpress.com/
Author: Control Yours
Author URI: https://controlyours.com
Description: Hair Salon WordPress Child Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: hairsalon
Domain Path: /languages/
*/

/* --- Testimonials --- */
#testimonialSection .owl-item div, #testimonialSection h3 {
    color: white;
}

#testimonialSection .owl-carousel {
    margin-top: 40px;
}

#testimonialSection .owl-item div {
    color: #FFF;
    font-size: 22px;
    line-height: 36px;
    margin: auto;
    font-family: Playfair Display;
    font-style: italic;
    text-align: center;
    width: 750px;
}

#testimonialSection .icon-quote {
    background-image: url(assets/images/hairsalon-sprites.png);
    background-position: 0 -108px;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    display: block;
    margin: 60px auto 11px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px !important;
}

/* Footer */
footer#colophon .footer.has-copyright-text {
    padding-bottom: 100px;
}