/*
 Theme Name: THE ONE
 Description: THE ONE - Village Hairdressers WordPress Theme
 Author by: Graphill Designs
 URL: https://graphilldesigns.com.au
 Text Domain: luxcut
 Template: luxcut
 Version: 1.2
*/

/* #site-header.header-divided.header-absolute{
	background-color: rgba(0, 0, 0, .6);
} */
/* #site-header .header-parts-wrapper .header-parts-wrapper-inner.split-info {
    background-color: #C0C731;
    margin-bottom: 1px;
} */
#site-topbar {
    line-height: 40px;
}

#site-topbar .topbar-info.info-text, #site-topbar .topbar-info.info-text a{
   font-size: 12px;
}
h5.droplet-heading-tagline{
	color: #C0C731;
}
#vh-bullet-list .droplet-icon-list-icon svg {
    fill: #C0C731;
}
.ri-facebook-fill, .ri-instagram-line{
	color: #C0C731;
}

.footer-copyright .copyright-info {
    font-size: 12px;
    color: #969696;
}

.wpforms-submit {
    background-color: #C0C731 !important;
    color: #000000 !important;
}
@media (max-width: 768px) {
    .footer-copyright .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column;
    }
}