﻿#back-to-top:before,
.social-icons i,
.fpwow-icons a,
.post-content .date-box,
a.btn-custom,
.btn-custom,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--secondary-color);
}

a.btn-custom:visited,
a.btn-custom:active,
.btn-custom:visited,
.btn-custom:active {
    color: initial;
}

a.btn-custom.btn-black {
    color: #ffffff;
}

.fa-avvo::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: var(--secondary-color);
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path fill="black" d="M20.22,1.43c-.1-.8-.7-1-1.7-.9C11.52,1.33,2.92,12.93,0,21h5.7c.4-1,1-2.17,1.6-4H16l.3,4h5.6ZM9.82,13a31.23,31.23,0,0,1,5.1-6.1c.2-.2.3-.1.3,0l.5,6.1Z" /></svg>'); /* Use the SVG as a mask */
    mask-size: cover;
    transition: background-color 0.7s;
}

.fa-avvo:hover::before {
    background-color: var(--primary-color);
}

.hs-strapline {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
}

.hs-header {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 56px;
    letter-spacing: -1px;
}

.bg-shadow {
    background-color: rgba(0, 0, 0, .5);
}

header {
    height: 100px;
}

/* Make flex container fill header height on desktop only */
@media only screen and (min-width: 993px) {
    header .container,
    header .row,
    header .col-md-12,
    header .de-flex {
        height: 100%;
    }

    /* Ensure dropdown menus have white background */
    #mainmenu li ul {
        background: #ffffff !important;
    }
    /* Ensure dropdown menus have white background */
    #mainmenu li ul {
        background: #ffffff !important;
    }
}

#mainmenu {
    font-size: 16px;
}

.logo {
    margin-top: 10px;
}

header.header-mobile {
    background: var(--secondary-color) !important;
    height: 110px;
}

@media only screen and (max-width: 992px) {
    .header-col-mid {
        top: 110px;
    }
}

#subheader p {
    font-size: 20px;
}

.contact-line {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contact-line i {
    color: var(--primary-color);
    min-width: 24px;
    margin-top: 3px;
}

.contact-text {
    margin-left: 10px;
    line-height: 1.6;
}

.contact-text a {
    color: inherit;
    text-decoration: none;
}

.form-spacing{
    padding-top:45px;
}

.page-banner {
    padding: 100px 0 100px 0 !important;
}

@media (max-width: 400px) {
    .contact-section h1 {
        font-size: 35px;
    }
}

.tab-content .tab-pane a {
    color: var(--primary-color);

    &:hover {
        text-decoration: underline;
    }
}

#jarallax-container-0:after {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}