/*
Theme Name: Keystone Child
description: Client Theme - Keystone
Template: keystone-parent
Version: 1.0.0
Text Domain: keystone-child
Author: BCW
*/
.logo-text {
    font-size: 2.5vw;
    font-weight: bold;
}
.logo-container a {
    color: var(--color-one);
}
.testimonialbg {
    background-color: var(--color-one);
}
#quick-apply {
    display: none;
}
@media screen and (max-width: 991px) {
    .logo-text {
        text-align: center;
        display: block;
        padding: 30px 0;
    }
}
@media screen and (max-width: 767px) {
    .c2a-icons {
        margin-right: 15px;
    }
    .logo-text {
        font-size: 26px;
    }
}