
ul.site-top-info li {
    font-weight: bold;
}
li#site-address:before, li#site-operation:before, li.site-sub-menu a:before, li#site-tag-line:before, li#site-email:before, li#site-phone:before, .footer-menu ul li:before {
    position: absolute;
}
ul.footer-info > li:nth-child(3):before {
    display: none;
}
.featured-container.featured-content {
    background-image: url(/wp-content/uploads/2020/01/iStock-489380188.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}
.home .site-inner {
    background: #ced1d4;
}
li#site-phone {
    padding: 0px 15px 0px 20px;
    margin-bottom: 0;
}
.home-clear a {
    font-size: 16px;
}
.sprite {
    background-color: #fff;
}
.cta-section-content {
    font-size: 15px !important;
}
.footer-logo img {
    width: auto !important;
}
.read-less-more {
    visibility: hidden;
    height: 0;
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}
.read-less-more.show {
    visibility: visible;
    height: auto;
    opacity: 1;
    max-height: 100%;
    font-size: 100%;
    transition: .25s ease;
}
button.menu-toggle.activated:before {
    color: #E0A854;
}
.sidebar-testimonials .tt-content,
.sidebar-testimonials .tt-author {
    color: #000;
}
.testimonial-more {
    text-align: center;
}
.testimonial-more a {
    display: inline-block;
    margin-top: 20px;
}
.copy-right .container {
    text-align: center;
}
@media only screen and (max-width: 1023px){
li#site-address:before, li#site-operation:before, li.site-sub-menu a:before, li#site-tag-line:before, li#site-email:before, li#site-phone:before, .footer-menu ul li:before {
    position: initial;
}
}
