/*
Theme Name: Frontier Security Guard & Patrol Theme
Template: twentytwenty
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: Longmont Business Marketing
Author URI: https://longmont-business-marketing.com/
Requires at least: 4.7
Requires PHP: 5.2.4
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: homepage, full-width-template, rtl-language-support, theme-options, threaded-comments, translation-ready,  accessibility-ready
Text Domain: fsgp
*/
.banner-captions {
    font-size: 45px;
    font-weight: 400;
    font-family: 'Arvo','Arial';
    text-align: center;
    color: #fff;
    margin-bottom: 3rem;
}
.banner-cta {
    text-align: center;
}
.sec-banner.new-banner:after {
    display: none
}
.sec-banner{
    height: 58vh;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.caption-wrapper {
    position: relative;
    z-index: 1;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #21252930;
    z-index: 0;
}
.atwds-banner {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 150px 0;
}
.atwds-banner-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(clamp(18px, 2.6vw, 52px) + min(38rem, 42vw) + clamp(100px, 9vw, 150px));
    background: linear-gradient(90deg, rgba(0, 0, 0, .99) 0%, rgba(0, 0, 0, .97) 48%, rgba(0, 0, 0, .9) 66%, rgba(0, 0, 0, .72) 78%, rgba(0, 0, 0, .44) 88%, rgba(0, 0, 0, .16) 95%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
}
.atwds-banner-content {
    position: relative;
    z-index: 1;
    width: min(38rem, 42vw);
    margin-left: clamp(18px, 2.6vw, 52px);
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .72);
}
.atwds-banner-intro,
.atwds-banner-description,
.atwds-banner-tagline {
    margin: 0;
}
.atwds-banner-intro {
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(14px, 1.3vw, 24px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: .01em;
    text-align: center;
    text-transform: uppercase;
}
.atwds-banner-heading {
    margin: .14em 0 .38em;
    color: #fff;
    font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue Condensed", Arial, sans-serif;
    font-size: clamp(30px, 2.75vw, 52px);
    font-stretch: condensed;
    font-style: italic;
    font-weight: 900;
    line-height: .84;
    letter-spacing: -.025em;
    text-shadow: 2px 3px 0 rgba(0, 0, 0, .38), 0 2px 5px rgba(0, 0, 0, .65);
    text-transform: uppercase;
}
.atwds-banner-heading span {
    display: block;
    transform: skewX(-5deg) scaleX(.86);
    transform-origin: left center;
    white-space: nowrap;
}
.atwds-banner-description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(13px, 1.3vw, 20px);
    font-weight: 400;
    line-height: 1.4;
}
.atwds-banner-description span {
    color: #ffb900;
    font-weight: 700;
}
.atwds-banner-tagline {
    margin-top: .55em;
    color: #ffb900;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(14px, 1.5vw, 22px);
    font-style: italic;
    font-weight: 800;
}
.atwds-banner-button {
    margin-top: 1rem;
}
.atwds-banner-button img {
    display: block;
    width: auto;
    max-width: min(100%, 260px);
    max-height: 72px;
}
@media (max-width: 767px) {
    .atwds-banner {
        min-height: 600px;
        display: block;
    }
    .atwds-banner {
        background-position: 62% center;
    }
    .atwds-banner-overlay {
        width: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .78) 48%, rgba(0, 0, 0, .18) 82%, rgba(0, 0, 0, .04) 100%), linear-gradient(90deg, rgba(0, 0, 0, .58) 0%, rgba(0, 0, 0, .12) 100%);
    }
    .atwds-banner-content {
        position: absolute;
        right: 14px;
        bottom: 24px;
        left: 14px;
        width: auto;
        min-width: 0;
        margin: 0;
        padding: 18px;
        background: rgba(0, 0, 0, .92);
        box-shadow: 0 0 26px 12px rgba(0, 0, 0, .72);
        text-align: center;
    }
    .atwds-banner-intro {
        font-size: clamp(13px, 3.7vw, 16px);
        line-height: 1.25;
    }
    .atwds-banner-heading {
        margin-top: .25em;
        font-size: min(7.8vw, 36px);
        line-height: .92;
    }
    .atwds-banner-heading span {
        transform-origin: center;
    }
    .atwds-banner-description {
        margin-top: .9rem;
        font-size: clamp(15px, 4vw, 17px);
        line-height: 1.45;
    }
    .atwds-banner-tagline {
        margin-top: .7rem;
        font-size: clamp(15px, 4vw, 18px);
        line-height: 1.35;
    }
    .atwds-banner-button {
        margin-top: .85rem;
    }
    .atwds-banner-button img {
        margin-right: auto;
        margin-left: auto;
        max-width: min(64vw, 230px);
        max-height: 64px;
    }
    .atwds-banner .scrolltomain {
        display: none;
    }
}
.home-hentry.has-post-thumbnail .home-content {
    max-width: 100% !important;
    padding-left: 3.5rem;
}
.fsgp-social-icon {
    width: 15px;
    height: 15px;
    fill: #593413;
}
a:hover .fsgp-social-icon {
    fill: #f26c30;
}
.icon-svg {
    position: relative;
}
.icon-svg:before {
    content: '';
    width: 25px;
    height: 25px;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

a:hover .icon-svg:before {
    background-color: #f4f4ea;
}
header .fsgp-social-icon {
    fill: #f26c30;
}
