/*
Theme Name:   Saylo child theme
Description:  Write here a brief description about your child-theme
Author:       Themesflat
Author URL:   https://saylowp.themesflat.com/
Template:     saylo
Version:      1.0.0
Tested up to: 5.8.1
Requires PHP: 5.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  saylo-child-theme
*/
a.header-contact-link {
    color: #9C9C9C;
}

.phone-icon {
    display: inline-block;
    width: 16px;
    /* Adjust as needed */
    height: 16px;
    background-image: url('img/phone-solid.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.mail-icon {
    display: inline-block;
    width: 16px;
    /* Adjust as needed */
    height: 16px;
    background-image: url('img/mail-solid.svg');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

header#header,
header#header.header.header-default.header-box-sticky.is-fixed {
    background-color: #1B1E23 !important;
}

#header.header-default .header-wrap {
    border-top: none !important;
}

#header .header-wrap .header-ct-center {
    width: 100%;
}

span.bold-colored {
    color: #73B4D6;
    font-weight: 800;
}

#testimonial .tfc-testimonial-carousel.style-5 .item-testimonial .icon-quote::before {
    left: 50%;
    transform: translateX(-50%);
    top: -12px;
}

span.bold {
    font-weight: 700;
}