/*Theme Name: Cordovan Base Theme V1
Theme URI: Starter Theme - www.215marketing.com
Author: 215 Marketing
Author URI: webmaster@215marketing.com
Version: 1.2
Description: 215 Marketing Base custom coded theme.
*/

/* COLOR VARS FROM THEME OPTIONS
--color_1:  #000;  DEFAULT
--color_2:  #fff;
--color_3: color 1
.
.
.
*/


/* Setup from acf variables */

/*@font-face {
    font-family: 'Austral Sans';
    src: url('font/Austral-Sans_Stamp-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}*/



* {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

::-moz-selection {
    color: #fff;
    background: #004FA3;
}

::selection {
    color: #fff;
    background: #004FA3;
}

body {
    font-family: "Questrial", sans-serif;
      font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75;
    color: #4B4B4B;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

body p {
    font-family: "Questrial", sans-serif;
      font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75;
    color: #4B4B4B;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Saira Condensed", sans-serif;
    line-height: 1.25;
    color: var(--primary-text-color);
    font-weight: 700;
    transition:.3s all ease-in-out;
}

h1,
.h1 {
    font-size: 3.75rem;
}

h2,
.h2 * {
    font-size: 2.625rem;
}

h3,
.h3 * {
    font-size: 2.25rem;
}

h4,
.h4 * {
    font-size: 2rem
}

h5,
.h5 * {
    font-size: 1.75rem
}

h6,
.h6 * {
    font-size: 1rem;
}

.highlight {
    color: #115abc;
}

.text-white * {
    color: #fff;
}

.text-black * {
    color: #000;
}

.text-dark * {
    color: #333;
}

.text-red * {
    color: #ee1c25;
}


.lh-base {
    line-height: 1.25 !important;
}

.embed-responsive {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.primary,
p.primary {
    color: var(--primary-color) !important;
}

.highlight,
p.highlight {
    color: var(--highlight-text-color) !important;
}

.he .gray {
    color: #F5F5F5 !important;
}

.dark {
    color: #0B0B0B !important;
}

.light {
    color: #FFFFFF !important;
}

.light p {
    color: #FFFFFF !important;
}

.text {
    color: #4B4B4B !important;
}

.text-footer {
    color: #4B4B4B !important;
}

.disclaimer p,
.disclaimer ul li{
    font-size: .75em;
    color: #fff;
    line-height: 1.2;
}


.sub {
    color: #EE1C25;
    font-weight: 700;
    font-size: 12px !important;
    letter-spacing: 4px;
    text-transform: uppercase;
    position: relative;
}

select {
    cursor: pointer;
}

.position-md-absolute {
    position: absolute;
}

.header {
    position: fixed;
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 1000;
    background: transparent;
    transition: .3s all ease-in-out;
}

body.home .header {
    top: 0;
    width: 100%;
    display: block;
    left: 0;
    margin: 0 auto;
    background: transparent;
    z-index: 1000;
    position: fixed;
    transition: .3s all ease-in-out;
}

.header.scrolled {
    background: transparent !important;
}

.header.scrolled nav {
    padding: .5rem !important;
}

/* Sections */

.container-fluid {
    position: relative;
}

.row {
    z-index: 10;
}

/* Buttons */

.btn-primary,
[class^='-primary'],
[class*=' -primary'],
input[type="submit"] {
    background: #0071CE;
    border-radius: 0;
    color: #000;
    border: 1px solid #0071CE;
}

#gform_submit_button_4 {
    background-color: #0071CE !important;
    color: #fff;
}

.btn-primary:hover {
    background: #fff;
}

.btn-text {
    color: var(--primary-color);
}

/* Nav */
.navbar{
    background: #fff;
    border-radius: 12px;
}
.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff;
    font-weight: 500;
}

.btn-primary .nav-link {
    color: #000;
}


.nav-link:hover {
    color: #ffbc10;
}

@media screen and (max-width:1200px) {
    .navbar-collapse {
        position: absolute;
        padding: 20px;
        width: 100%;
        background: rgb(255, 255, 255);
        left: 0px;
        top: 80px;
        text-align: left;
    }

    .navbar-toggler{
        background-color: transparent;
        border: 0;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    #nav-icon {
        width: 30px;
        height: 22px;
        position: relative;
        margin: 0 auto;
        transform: rotate(0deg);
        cursor: pointer;
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 50%;
        background: #fff;
        opacity: 1;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;

    }

    .navbar-toggler[aria-expanded="false"] {
        box-shadow: none;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon {
        transition: .3s all ease-in-out;
        position: relative;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(even) {
        left: 50%;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(odd) {
        left: 0px;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(1),
    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(2) {
        top: 0px;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(3),
    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(4) {
        top: 9px;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(5),
    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(6) {
        top: 18px;
    }


    .navbar-toggler[aria-expanded="true"] #nav-icon {        
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(1),
    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(6) {
        transform: rotate(45deg);
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(2),
    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(5) {
        transform: rotate(-45deg);
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(1) {
        left: 5px;
        top: 7px;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(2) {
        left: calc(50% - 5px);
        top: 7px;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(5) {
        left: 5px;
        top: 12px;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(6) {
        left: calc(50% - 5px);
        top: 12px;
    }

    .navbar-nav .nav-item{
        width: 100%;
        text-align: center;
    }

    .navbar-nav .nav-item span{
        width: 100%;
        display: block;
        padding: 5px;
    }

    .navbar-nav .nav-item:focus, 
    .navbar-nav .nav-item:hover{
        background: #f0f0f0;
    }

    body.home .header .nav-link, body.home .header .navbar-nav .nav-link.active,
    .nav-link, .navbar-nav .nav-link.active {
        color: #000;
    }

}

.mt-6 {
    margin-top: 4rem !important;
}

.contained {
    background: #fff;
    border-radius: 2.5rem;
    overflow: hidden;
}

.card {
    height: 100%;
    background: #fff;
    border-radius: 8px;
    border: 0;
}

.card p {
    margin-bottom: 0;
}

.card-title {
    font-size: 16px;
    font-weight: 700 !important;
}

.icon-offset .card,
.icon-inside .card {
    height: 100%;
}

.numbered-list .icon {
    position: relative;
    width: 50px;
    height: 50px;
    background: #FFBC10;
    padding: 10px;
    text-align: center;
    display: block;

}

.numbered-list .icon .list-number {
    font-size: 20px;
    line-height: 1.75;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.icon-offset .card .icon {
    width: 70px;
    height: 70px;
    position: absolute;
    top: -35px;
    left: 25px;
    background: #FFBC10;
    padding: 10px;
    text-align: center;
    display: block;
}

.icon-offset .card img {
    height: 35px;
    width: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-inside .card img {
    width: 50px;
    position: relative;
}

.sidebyside .card .card-body img {
    width: 50px;
    background: #B9CFCE;
    padding: 10px;
}

.icon-center {
    text-align: center;
}

.icon-center-transparent .card {
    background: transparent !important;
    text-align: center;
    padding: 0 !important;
}

.icon-center-transparent .card img {
    text-align: center;
    margin: 0 auto 20px;
    width: 50px;

}

.icon-offset .card-body {
    padding-top: 2rem !important;
}

.card-img-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .4);
}

.card .card-img.small {
    width: 50px;
}

.columns-offset .card {
    border-radius: 210px;
    overflow: hidden;
}

.columns-offset .card .card-img-overlay {
    background: #F0E6D2;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 20px 50px !important;
}

.columns-offset .cardgroup .col-10:nth-child(even) {
    margin-top: 50px;
}

.card-header {
    padding: 0;
    width: 100%;
}

.columns-offset .card .card-img-overlay .card-header {
    background: transparent;
    text-align: center;
    border: 0;
}

.columns-offset .card .card-img-overlay .card-header .card-title {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
}

@media screen and (max-width: 992px) and (min-width: 763px) {
    .columns-offset .card .card-img-overlay {
        padding: 20px 50px !important;
    }
}

@media screen and (max-width: 763px) {
    .columns-offset .card .card-img-overlay {
        padding: 20px 50px !important;
    }

    #process-slider .card {
        min-height: unset;
    }
}

@media screen and (max-width: 1840px) {
    .columns-offset .card .card-img-overlay {
        padding: 20px 50px !important;
    }
}


/* Accordion */

.accordion-item,
.accordion-button {
    background-color: #fff;
    border: 0;
}

.accordion-item h2 .accordion-button {
    font-size: 25px;
    font-weight: 700;
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: var(--secondary-color);
    box-shadow: none;
}

/* Homepage Hero */

.homepage-hero {
    position: relative;
    padding-top: 10.125rem;
    padding-bottom: 5.125em;
    transition: .3s all ease-in-out;
}

.homepage-hero:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,.60);
}

.homepage-hero.hero-form:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    background: #fff;
    bottom: 0;
    left: 0;
}

.homepage-hero .form{
    background: #8D0B3A;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,.20);
}

/* Images */

.image-right {
    border-radius: 1rem !important;
    border-bottom-left-radius: 0 !important;
    overflow: hidden;
}

.image-left {
    border-radius: 1rem !important;
    border-bottom-right-radius: 0 !important;
    overflow: hidden;
}

.content-right {
    border-radius: 1rem !important;
    border-bottom-left-radius: 0 !important;
    overflow: hidden;
}

.content-left {
    border-radius: 1rem !important;
    border-bottom-right-radius: 0 !important;
    overflow: hidden;
}

.border-blue {
    border: 10px solid #115ABC;
}

.border-blue-light {
    border: 6px solid #B0C8E920;
}

.content-image {
    height: 100%;
    width: 100%;
}

.object-cover .content-image img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    max-height: inherit;
}

.hl-sub {
    position: absolute;
    height: 2px;
    width: 90px;
    content: '';
    background-color: var(--secondary-color) !important;
    margin-bottom: 40px;
    top: -20px;
    left: 50%;
    transform: translatex(-50%);
}

/* Hero */

.hero {
    min-height: 380px;
    padding-top: 205px;
    position: relative;
    background-position: center;
}


.cta .content {
    padding: 100px;
}

.bg-light {
    background: #F5F5F5 !important;
}

/* Edge image */

.edge-image .bg-holder {
    position: absolute;
    width: 95%;
    height: 100%;
    max-height: 540px;
    left: 0;
    background-size: cover;
    background-position: left center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
    top: 50%;
    transform: translatey(-50%);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.swiper-slide {
    padding: 20px;
}

/* Testimonials */

.star-ratings svg {
    width: 20px;
}

.rating-star {
    fill: #FFE386
}

.testimonial-card {
    border: 0;
}

.testimonial-card .card-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    right: 0;
}

.testimonial-card .card-overlay .play-button {
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    top: 0;
    left: 0;
    transform: none;
}

.testimonials-image img {}


/* Footer */

.copyright-group {
    display: flex;
    padding: 1em;
    background: transparent;
    justify-content: space-between;
    border-radius: 8px;
}

#footer {
    position: relative;
    background: #8D0B3A;
}

#footer .copyright-text.light p {
    color: #fff !important;
}

#footer .social-media-links {}

#footer .footer-quick-links .menu-item {
    padding: 10px;
}

#footer .footer-quick-links a {
    color: #fff !important;
    padding: 0 20px;
    text-decoration: none;
    font-weight: 700;
}

#footer .copyright-link a {
    color: #fff;
    font-size: 0.875em;
}

.hl-1 {
    content: ' ';
    width: 1px;
    height: 0.875em;
    background: #000;
}

.social-media-links {}

.social-media-links a {
    text-decoration: none;
}

.social-media-links svg {
    height: 16px;
    margin: 0 10px;
    color: #fff;
    fill: #fff;
}

.social-media-links a:hover svg {
    color: #fff;
    fill: #fff;
}

.footer-quick-links {}

.no-shadow {
    box-shadow: unset !important;
}

img.img-rounded {
    border-radius: 1.5em;
}


.gform_wrapper .gform_fields {
    row-gap: 20px !important;
    column-gap: 12px !important;
}

.gform_wrapper .gform-field-label,
.gform_wrapper .gfield_required{
    color: #fff!important;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
    border: 0!important;
    background: #f0f0f0!important;
}

/* us */
#field_1_9 .address_city,
#field_1_9 .address_state,
#field_1_9 .address_zip{
    inline-size: 33%;
}

/* canada */
#field_1_10 .address_city,
#field_1_10 .address_state,
#field_1_10 .address_zip{
    inline-size: 33%;
}

/* international */
#field_1_11 .address_city,
#field_1_11 .address_zip,
#field_1_11 .address_country{
    inline-size: 33%;
}

.gform-theme--foundation .gform_footer{
    justify-content: center;
}

@media (min-width:992px ) and (max-width: 1400px){

    /* us */
    #field_1_9 .address_city,
    #field_1_9 .address_state,
    #field_1_9 .address_zip{
        inline-size: 100%;
    }

    /* canada */
    #field_1_10 .address_city,
    #field_1_10 .address_state,
    #field_1_10 .address_zip{
        inline-size: 100%;
    }

    /* international */
    #field_1_11 .address_city,
    #field_1_11 .address_zip,
    #field_1_11 .address_country{
        inline-size: 100%;
    }
}


@media (max-width: 768px){

    /* us */
    #field_1_9 .address_city,
    #field_1_9 .address_state,
    #field_1_9 .address_zip{
        inline-size: 100%;
    }

    /* canada */
    #field_1_10 .address_city,
    #field_1_10 .address_state,
    #field_1_10 .address_zip{
        inline-size: 100%;
    }

    /* international */
    #field_1_11 .address_city,
    #field_1_11 .address_zip,
    #field_1_11 .address_country{
        inline-size: 100%;
    }
}

/* CUSTOM CSS */


/* ALL MOBILE DEVICES */

@media (max-width: 575px) {

    .position-md-absolute {
        position: relative;
    }

    img.logo-header {
        height: auto;
        margin: 0 auto;
        display: block;
    }

    h1,
    .h1 {
        font-size: 2.75rem;
    }

    h2,
    .h2 * {
        font-size: 2.25rem;
    }

    h3,
    .h3 * {
        font-size: 2rem;
    }

    h4,
    .h4 * {
        font-size: 1.752rem
    }

    h5,
    .h5 * {
        font-size: 1.25rem
    }

    h6,
    .h6 * {
        font-size: 1rem;
    }

    .homepage-hero {
        padding-top: 8rem;
        padding-bottom: 3em;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }

    #footer .quick-link {
        justify-content: center !important;

    }

    #footer .quick-link ul {
        text-align: center;
        flex-direction: column;

    }

    #footer .quick-link ul li {
        padding: 5px 0;
    }

    .copyright-group {
        text-align: center;
    }

    #footer .social-media-links {
        text-align: center !important;
        padding: 10px;
    }

}

/* TABLET DEVICES */

@media (min-width: 575px) and (max-width: 768px) {

    h1,
    .h1 {
        font-size: 2.75rem;
    }

    h2,
    .h2 * {
        font-size: 2.25rem;
    }

    h3,
    .h3 * {
        font-size: 2rem;
    }

    h4,
    .h4 * {
        font-size: 1.752rem
    }

    h5,
    .h5 * {
        font-size: 1.25rem
    }

    h6,
    .h6 * {
        font-size: 1rem;
    }

    .homepage-hero {
        padding-top: 8.125rem;
        padding-bottom: 3.125em;
    }

    .position-md-absolute {
        position: relative;
    }

    #benefits .content-image {
        position: relative;
        top: 0;
        transform: none;
        right: 0;

    }

}

@media (max-width: 992px) {

    .position-md-absolute {
        position: relative;
        width: 100% !important;
        height: 500px !important;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
    }

    .nav-link {
        color: #000;
    }
}

/*SMALL LAPTOPS AND UP*/

@media (min-width: 992px) {

    .navbar-expand-lg .navbar-nav {
        column-gap: 1em;
    }

    .navbar-expand-xl .navbar-nav {
        column-gap: 1em;
    }
}

@media (min-width: 992px) and (max-width: 1290px) {

}

/* TABLETS AND SMALLER LAPTOPS */
@media (min-width: 769px) and (max-width: 1024px) {

    h1,
    .h1 {
        font-size: 3rem;
    }

    h2,
    .h2 * {
        font-size: 2.25rem;
    }

    h3,
    .h3 * {
        font-size: 2rem;
    }

    h4,
    .h4 * {
        font-size: 1.752rem
    }

    h5,
    .h5 * {
        font-size: 1.25rem
    }

    h6,
    .h6 * {
        font-size: 1rem;
    }

    .homepage-hero {
        padding-top: 10.125rem;
        padding-bottom: 5.125em;
    }

}

@media (min-width: 769px) and (max-width: 991px) {

}

@media (min-width: 769px) and (max-width: 1200px) {
}

/* Bigger Laptops */
@media (min-width: 1025px) and (max-width: 1366px) {
}

@media (min-width: 992px) and (max-width: 1300px) {
    .homepage-hero {
        padding-top: 6.125rem;
        padding-bottom: 3.125em;
    }

}

/* MEDIUM Laptops and zoomed in screens */

@media (min-width: 1440px) {}


@media (max-width: 1200px) {

}

@media (min-width: 1920px) {
    .container-fluid>.row {
        max-width: 1920px;
        margin: 0 auto;
    }

}