/*Theme Name: 215 Marketing 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: 'Avenir';
    src: url('font/AvenirBook.ttf') format('trueType');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('font/AvenirRegular.ttf') format('trueType');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('font/AvenirBlack.ttf') format('trueType');
    font-weight: 700;
    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;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif !important;
    line-height: 1.4;
    color: var(--primary-text-color);
    text-transform: capitalize;
    word-wrap: normal;
}

h1,
.h1 {
    font-size: 56px;
    line-height: 1.25;
    font-weight: 700;
}

h2,
.h2 * {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
}

h3,
.h3 * {
    font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
}

h4,
.h4 * {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
}

h5,
.h5 * {
    font-size: 28px;
    font-weight: 700;
}

h6,
.h6 * {
    font-size: 20px;
    line-height: 1.75;
    font-weight: 700;

}

body {
    font-family: "Avenir", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5 !important;
    color: #4B4B4B;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

p {
    color: #4B4B4B;
}

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

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

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

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

.yellow-swoosh,
.red-swoosh {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.yellow-swoosh:before {
    position: absolute;
    content: '';
    width: 100%;
    max-width: inherit;
    height: 100%;
    max-height: inherit;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2024/10/yellow-squiggle.png);
    z-index: -1;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}

.red-swoosh:before {
    position: absolute;
    content: '';
    width: 100%;
    max-width: inherit;
    height: 100%;
    max-height: inherit;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2024/10/red-squiggle.png);
    z-index: -1;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}

.numbered-list h4 {
    font-size: 20px;
}

.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: #115abc!importanthighl;
}

.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;
}

.gray4 {
    color: #BDBDBD !important;
}

.teal {
    color: #42677D !important;
}

.maroon {
    color: #A73D40 !important;
}

.white {
    color: #FFFFFF !important;
}

.no-bg-color p.white,
.no-bg-color h2.white {
    color: #FFFFFF !important;
}

.hl-sub.teal {
    background-color: #42677D;
}

.hl-sub.maroon {
    background-color: #A73D40;
}

.grayish-bg {
    background: #EDEFF0 !important;
}

.grayish-bg h2 {
    color: #0B0B0B !important;
}

.grayish-bg p {
    color: #4B4B4B !important;
}


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


.body-bold {
    font-weight: 700;
}

select {
    cursor: pointer;
}

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

.header {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 1000;
    background: #fff;
    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: relative;
    transition: .3s all ease-in-out;
}

.header.scrolled {
    position: fixed!important;
    background: #fff !important;
}

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

.header.scrolled .logo-header {
    height: 60px !important;
}

/* Sections */

.container-fluid {
    position: relative;
}

.row {
    z-index: 10;
}

/* Buttons */

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

.btn-white{
    background: #fff;
    border-radius: 0;
    padding: 10px 30px;
    color: #115abc;
    border: 2px solid #fff;
    transition: .3s all ease-in-out;
}

.btn-white:hover{
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-blue{
    background: #115abc;
    border-radius: 0;
    padding: 10px 30px;
    color: #fff;
    border: 2px solid #115abc;
}

.btn-blue:hover{
    background: transparent;
    color: #115abc;
    border: 2px solid #115abc;
}

.btn-blue-border{
    background: #fff;
    border-radius: 0;
    padding: 10px 30px;
    color: #115abc;
    border: 2px solid #115abc;
}

.btn-blue-border:hover{
    background: #115abc;
    color: #fff;
    border: 2px solid #115abc;
}

.btn-white-border{
    background: #115abc;
    border-radius: 0;
    padding: 10px 30px;
    color: #fff;
    border: 2px solid #fff;
}

.btn-white-border:hover{
    background: #fff;
    color: #115abc;
    border: 2px solid #fff;
}

.btn-light{
    border: 0;
    padding: 10px 30px;
    background: transparent;
    width: 100%;
}

.btn-light:hover{
    border: 0;
    color: #115abc;
    background: #f0f0f0;
    width: 100%;
}

#gform_submit_button_4 {
    background-color: var(--primary-color) !important;
    color: #fff;
}

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

.btn-secondary {
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    color: #fff !important;
    border-radius: 200px;
}

.btn-secondary a {
    color: #fff !important
}

.btn-secondary:hover {
    background: #fff;
    color: var(--secondary-color) !important;
    border: 2px solid var(--secondary-color);
}

.btn-secondary:hover a {
    color: var(--secondary-color) !important;
}

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

/* Nav */

.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #000;
    font-weight: 500;
}

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


.nav-link:hover {
    color: #115abc;
}

.dropdown-menu{
    min-width: 200px;
    padding: 0;
    overflow: hidden;
}

.dropdown-item {
    padding: 10px 15px;
    text-align: left;
    transition: .3s all ease-in-out;
}

.dropdown-item:focus, .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #115ABC;
}


@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: #115abc;
        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 > a, 
    .navbar-nav .nav-item:hover > a{
        color: #fff;
        background-color: #115ABC;
    }


    .navbar-nav .nav-item.btn-blue-border > a{
        color: #115ABC;
    }


    .navbar-nav .nav-item.btn-blue-border:focus > a, 
    .navbar-nav .nav-item.btn-blue-border:hover > a{
        color: #fff;
        background-color: transparent;
    }

    .navbar-nav .nav-item.btn-blue > a{
        color: #fff;
    }


    .navbar-nav .nav-item.btn-blue:focus > a, 
    .navbar-nav .nav-item.btn-blue:hover > a{
        color: #115ABC;
        background-color: transparent;
    }

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

    .dropdown-item {
        padding: 10px 15px;
        text-align: center;
        transition: .3s all ease-in-out;
    }

}

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

.top-padding-offset {
    padding-top: 350px !important;
    margin-top: -220px;
}

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

.contained-transparent {
    border-radius: 2.5rem;
}

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

.card p {
    margin-bottom: 0;
}

#tradition .card p {
    font-weight: 300;
}


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

.icon-offset .card,
.icon-stacked .card {
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.icon-stacked .card-icon{
    background: #115abc;
    height: 50px;
    width: 50px;
    position: relative;
    border-radius: 50px;
}
.icon-stacked .card-icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px;
    transform: translate(-50%, -50%);
}


.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;
}

.shadow-box .card:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(237, 28, 36, 0.008841036414565795) 0%, #000000);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 0;
    display: block;
}

.shadow-box .card:hover:before {
    content: '';
    background: linear-gradient(180deg, rgba(237, 28, 36, 0.008841036414565795) 0%, #42677d);
}

.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;
    }
}



.highlight {
    color: #115abc;
}

.process h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.process-card {
    padding: 20px;
    position: relative;
}

.process-steps {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    color: #fff;
    line-height: 1.5;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    width: 60px;
    text-shadow: 1px 1px 0 #EF3E36, -1px 1px 0 #EF3E36, -1px -1px 0 #EF3E36, 1px -1px 0 #EF3E36;
}

.text-end .process-step {
    right: 20px;
    left: unset;
}

/* Accordion */

.accordion-item,
.accordion-button {
    background-color: #fff;
    border: 0;
}
.accordion-item{
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    border-radius: 10px !important;
    overflow: hidden;
}

.accordion-item h2 .accordion-button .number{
    background: #115abc;
        border-radius: 50px;
        padding: 20px;
        width: 40px;
        height: 40px;
        /* text-align: center; */
        margin-right: 20px;
        /* color: #fff; */
        position: relative;
}

.accordion-item h2 .accordion-button .number span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
}

.accordion-item h2 .accordion-button {
    font-size: 16px;
    font-weight: 500;
}

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

/* Homepage Hero */

.homepage-hero {
    position: relative;
}

/* 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%;
}

.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%);
}

.hl-sub.text-center {
    margin: 0 auto .5rem;
}

.hl-sub.white {
    background-color: #FFFFFF;
}

.hl-sub.white:before {
    border-color: transparent transparent transparent #ffffff;
}

.hl-sub.white:after {
    border-color: transparent #ffffff transparent transparent;
}

.homepage-card {
    background-color: #FFFFFF;
    padding: 1.5em;
    border-radius: 0.5em;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0.9em;
    height: 100%;
    width: auto;
    box-shadow: 0px 0px 10px #00000010;
}

.homepage-card img {
    height: 53px;
}

.homepage-card p {
    font-size: 0.938em;
    font-weight: 400;
    color: #0B0B0B;
}

/* Hero */

.hero {
    position: relative;
    background-position: center;
}

.hero.white-text p {
    color: #fff !important;
}

.hp-card-row-gap {
    row-gap: 1em;
}

.hp-card-mt {
    margin-top: 2em;
}

.row-gap-mobile {
    row-gap: 1em;
}

.row-gap-1 {
    row-gap: 1em;
}

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

.gallery-bg-light .contained{
    background: #115ABC15;
}

/* CTA */
#cta{
    background: #115abc;
}
.cta-image-container{
    position: relative;
}
.cta-image-container img{
    position: relative;
}

.cta-image-container a {
    position: absolute;
    width: 90%;
    background: #fff;
    color: #115abc;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* PRODUCTS */
.products{}
.products .card{}
.products .card .product-image{
    position: relative;
}

.products .card .product-image span{
    position: absolute;
    top: 20px;
    right: 20px;
    background: #115abc;
    border-radius: 40px;
    padding: 5px 20px;
    color: #fff;
}

.products .card h3.card-title{
    color: #115ABC;
    font-size: 28px;
}

.products .card h4.card-subtitle{
    color: #000;
    font-size: 20px;
}

.products .card p{
    margin-bottom: 20px;
}





.list-flex{
    padding: 10px;   
}

.list-flex .list-item{
    padding: 10px;
    padding-left: 30px;
    position: relative;

}

.list-flex .list-item:before{
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('/wp-content/themes/215base/images/blue-checkmark.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

/* Testimonials */

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

.rating-star {
    fill: #FFE386
}

.testimonial-card {
   border: 2px solid #f0f0f0;
       border-radius: 20px;
}

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

.testimonial-card strong{
    font-weight: 700;
}

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

.testimonials-image img {}

.arrows .swiper-button-next, 
.arrows .swiper-button-prev {
    background: #115abc;
    border: 1px solid #115abc;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    opacity: 1;
}

.arrows .swiper-button-prev{
    left: -60px;
}
.arrows .swiper-button-next{
    right: -60px;
}

.arrows .swiper-button-next:after, 
.arrows .swiper-button-prev:after{
    color: #fff;
    font-size: 25px;
}

/* BLOG */

.blog .card{
    background: #115ABC10;
}
.blog .card .featured-blog-image-box{
    height: 100%;
    max-height: 170px;
    overflow: hidden;
}
.blog .card .featured-blog-image-box img{
    object-fit: cover;
    width: 100%;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
  
.navigation li {
    display: inline;
}
  
.navigation li a,
.navigation li.disabled {
    background-color: #fff;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
    transition: .3s all ease-in-out;
}


.navigation li.active a{
    background-color: #115abc;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
  
.navigation li a:hover,
.navigation li.active a {
    background-color: #115abc;
}

/*OFFERS */

.offer-card{
    border-radius: 20px;
    background-color: #eff3fa;
    background-image: url('/wp-content/uploads/2025/03/offer-crown.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.offer-card h3{
    color: #115ABC;
    font-size: 28px;
}

.offer-card .sub{
    font-size: 12px;
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 300;
}

/* SINGLE LOCATION */
.rating{
}

.contact-information{}
.contact-information a{
	position:relative;
	padding-left:30px;
}
.contact-information a.phone:before{
	content:'';
	position:absolute;
	left:0;
	width:20px;
	height:20px;
	background:url(/wp-content/uploads/2025/05/tsk-icon-phone.svg);
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}

.contact-information a.email:before{
	content:'';
	position:absolute;
	left:0;
	width:20px;
	height:20px;
	background:url(/wp-content/uploads/2025/05/tsk-icon-email.svg);
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}

.neighborhood li{
    padding: 10px;
    padding-left: 30px;
    position: relative;

}

.neighborhood li:before{
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('/wp-content/themes/215base/images/blue-checkmark.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

/* solutions */
#ourSolutions .card{
   background: #115abc10 !important;
    padding: 10px !important;
    transition: .3s all ease-in-out;
}

#ourSolutions .card:hover{
    background: #115abc30 !important;
}

#ourSolutions .card a{
    text-decoration: none;
}
#ourSolutions .card .card-title{
    text-align: center;
    color: #000;
    text-decoration: none;
}

/* problems / solutions */
.problems{
    background: #115ABC16;
    height: 100%;
}

.problems ul{
    padding-left: 0;
}
.problems ul li{
    position: relative;
    list-style: none;
    margin-bottom: 10px;
    padding-left: 24px;
}
.problems ul li:before{
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    background: url(/wp-content/themes/215base/images/x-bullet.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;

}

.solutions{
    background: #115ABC;
    height: 100%;
}

/* Footer */

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

#footer {
    position: relative;
    background: #fff;
}

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

#footer .social-media-links {}

#footer .footer-quick-links h3{
    font-size: 20px;
    font-weight: 500;
}

#footer .footer-quick-links li {
    padding: 10px 0;
}

#footer .footer-quick-links a {
    color: #000 !important;
    text-decoration: none;
    font-weight: 500;
}

#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: #115ABC;
    fill: #115ABC;
}

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

.footer-quick-links {}

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

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


.form{
    background: #eff3fa;
    border-radius: 20px;
    padding: 50px;
}

h2.gform_title{
    font-size: 20px;
    color: #115ABC;
}

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

.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
    border: 0!important;
    border-radius: 10px;
}

.gform_wrapper .datepicker {
    width: 100% !important;
}


/* ALL MOBILE DEVICES */

@media (max-width: 575px) {

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

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

    h1,
    .h1 {
        font-size: 50px;
        line-height: 1.25;
        font-weight: 700;
    }

    h2,
    .h2 {
        font-size: 38px;
        line-height: 1.25;
        font-weight: 700;
    }

    h3,
    .h3 {
        font-size: 32px;
        line-height: 1.25;
        font-weight: 700;
    }

    h4,
    .h4 {
        font-size: 26px;
        line-height: 1.25;
        font-weight: 700;
    }

    h5,
    .h5 {
        font-size: 20px;
        font-weight: 700;
    }

    h6,
    .h6 {
        font-size: 1.125em;
        line-height: 1.75;

    }

    .homepage-hero {

    }

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

    }

    #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 (max-width: 768px) {

    h1,
    .h1 {
        font-size: 42px;
        line-height: 1.25;
        font-weight: 700;
    }

    h2,
    .h2 {
        font-size: 38px;
        line-height: 1.25;
        font-weight: 700;
    }

    h3,
    .h3 {
        font-size: 32px;
        line-height: 1.25;
        font-weight: 700;
    }

    h4,
    .h4 {
        font-size: 26px;
        line-height: 1.25;
        font-weight: 700;
    }

    h5,
    .h5 {
        font-size: 20px;
        font-weight: 700;
    }

    h6,
    .h6 {
        font-size: 1.125em;
        line-height: 1.75;

    }

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

@media (max-width: 992px) {
    iframe{width: 100%;}
    .mobile-cta{
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 10000;
        padding: 10px 20px;
    }

    .mobile-cta a{
        width: 50%;
    }

    .cky-revisit-bottom-left {
        bottom: 85px!important;
    }

    .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;
    }

    #menu-item-199 {
        width: 100%;
    }

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

    .arrows{
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 20px;
        justify-content: center;
    }
    .arrows .swiper-button-prev{
        margin-right: 20px;
    }
    .arrows .swiper-button-prev,
    .arrows .swiper-button-next{
        left: unset;
        right: unset;
        position: relative;
    }
}

@media (max-width: 550px){
    .mobile-cta{
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 10000;
        padding: 10px 20px;
    }

    .mobile-cta a{
        width: auto;
    }
}

/*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) {

    h1,
    .h1 {
        font-size: 50px;
    }
}

/* TABLETS AND SMALLER LAPTOPS */

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

}

@media (min-width: 769px) and (max-width: 991px) {
    .section-margin-bottom {
        margin-bottom: 1em !important;
    }

    .empty-card-img {
        height: 100%;
        margin-top: 2em;
    }
}

@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) {

}

/* MEDIUM Laptops and zoomed in screens */

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


@media (max-width: 1200px) {

    #about .cardgroup .col-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

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