/*Theme Name: Gather 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
.
.
.
*/


.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}


/* Setup from acf variables */
* {
    -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;
}

.anchor{display: block; position: relative; top: -190px; visibility: hidden;}


body {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px !important;
    color: #5A5A5A;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

body p {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #5A5A5A;
}

ul:not(.nav):not(.dropdown-menu):not(.list-unstyled) li{
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #5A5A5A;
    list-style-image: url(/wp-content/themes/gather/images/checkmark-red.svg);
}

li::marker {
    vertical-align: baseline;
    font-size: 2rem;
    line-height: .5;
}

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

h1,
.h1 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 500;
    color: #09425E;
}

.hero h1{
    font-size: 70px;
}

h2,
.h2 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 500;
    color: #09425E;
}

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

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

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

h6,
.h6 {
    font-size: 14px;
    line-height: 1.75;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;

}

.highlight {
    color: #115abc;
}

/* Hero */

.hero {
    min-height: 480px;
    padding-top: 90px;
    position: relative;
}

body.home .hero {
    padding-bottom: 150px;
        padding-top: 160px;
}

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

body.home .hero:before{
    background: rgba(0,0,0,.15);
}

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

/* VIDEOS */

.video-cover{
    z-index: 10;
}

.embed-container .play-button {
    width: 100px;
    position: absolute;
    height: 100px;
    left: 50%;
    top: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    background: url(/wp-content/themes/gather/images/play-btn.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.sub {
    color: #fff;
    font-weight: 500;
    font-size: 12px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #24B6E0;
    padding: 5px 15px;
    border-radius: 50px;
    position: relative;
}


.subtitle {
    color: #24B6E0;
    font-weight: 500;
    font-size: 16px !important;
    letter-spacing: 1px;
    background: transparent;
    padding: 5px 15px 5px 0;
    position: relative;
}


select {
    cursor: pointer;
}

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

.subheader{
    background:#F4F4F4;
    padding-top: 10px;
    padding-bottom: 10px;
}

.subheader .nav-item{
    color: #5A5A5A;
    text-decoration: none;
    padding: 0 10px; 
    transition: .3s all ease-in-out;
}
.subheader .nav-item:hover{
    color: #000;
}

.header {
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 1000;
    background: #fff;
}

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

.header.scrolled {
    background: #fff !important;
        box-shadow: 0 4px 12px -4px rgba(0, 0, 0, .2);
}

.cta_buttons {min-width: 288px;}

.row {
    z-index: 10;
}

/* TEXT COLORS */
.text-white *,
.text-white p {
    color: #fff!important;
}

h1 > span,
h2 > span,
h3 > span,
h4 > span{
    color: #24B6E0!important;
}

/* BACKGROUND COLORS */
.bg-light {
    background: #F4F4F4 !important;
}

.bg-white {
    background: #fff;
}

.bg-dark {
    background: #000;
}

.bg-opaque {
    background: #ffffff05 !important;
}

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


.bg-blue {
    background: #0577A8 !important;
}

.bg-dark-blue {
    background: #09425E !important;
}


/* BUTTONS */
.btn-gather-blue {
    background-color: #24B6E0;
    border: 2px solid #24B6E0;
    color: #fff !important;
    border-radius: 200px;
}

.btn-gather-blue:hover {
    background: #0577A8;
    border: 2px solid #0577A8;
}

.btn-gather-navy {
    background-color: #09425E;
    border: 2px solid #09425E;
    color: #fff;
    border-radius: 200px;
}

.btn-gather-navy:hover {
    background: #fff;
    border: 2px solid #09425E;
    color: #09425E;
}

.btn-red {
    background-color: #F05323;
    border: 2px solid #F05323;
    color: #fff !important;
    border-radius: 200px;
}

.btn-red:hover {
    background: #3E474F;
    border: 2px solid #3E474F;
}

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

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

.btn-gather-navy-outline {
    background-color: transparent;
    border: 2px solid #09425E;
    color: #09425E;
    border-radius: 200px;
}

.btn-gather-navy-outline:hover {
    background: #09425E;
    color: #fff;
}

.btn-contact{
    background: #fff;
    position: relative;
    border: 1px solid #09425E;
    color: #09425E;
    padding: 1rem 1rem;
    transition: .3s all ease-in-out;
}

.btn-contact:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 17px;
    width: 25px;
    height: 25px;
    display: block;
    background: url('/wp-content/themes/gather/images/circle-arrow.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s all ease-in-out;
}

.btn-contact:hover{
    background: #09425E;
    border: 1px solid #09425E;
    color: #fff;
}

.btn-contact:hover:after {
    right: 10px;
    filter: brightness(100);
}


.btn-text {
    color: #24B6E0;
    position: relative;
    text-decoration: none;
}

.btn-text:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 8px;
    width: 18px;
    height: 18px;
    display: block;
    background: url('/wp-content/themes/gather/images/circle-arrow.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .3s all ease-in-out;
}

.btn-text:hover{
    color: #0577A8;
}


.btn-text-red {
    color: #F05323;
    position: relative;
    text-decoration: none;
}

.btn-text-red:hover{
    color: #0577A8;
}


.btn-text:hover:after {
    right: -15px;
    filter: brightness(0) saturate(100%) invert(32%) sepia(96%) saturate(766%) hue-rotate(164deg) brightness(93%) contrast(98%);
}

/* Nav */

.logo-header{
    transition: .1s all ease-in-out;
}

body.home .header:not(.scrolled) .logo-header{
    filter: brightness(1000);
}

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


.dropdown-item.active, .dropdown-item:active{
    background: transparent;
    color: #000;
}

body.home .header:not(.scrolled) .nav-link{
    color: #fff;
}

body.home .header:not(.scrolled) .nav-link:hover{
    color: #0577a8;
}

body.home .header:not(.scrolled) .btn-gather-navy-outline{
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 200px;
}

body.home .header:not(.scrolled) .btn-gather-navy-outline:hover {
    background: #24B6E0;
    color: #fff;
    border: 2px solid #24B6E0;
}

body.home .header .offcanvas .btn-gather-navy-outline{
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
    border-radius: 200px;
}

body.home .header .offcanvas .btn-gather-navy-outline:hover {
    background: #24B6E0;
    color: #fff;
    border: 2px solid #24B6E0;
}


#menu-main > li{
    position: relative;
}

.nav-link:hover {
    color: #0577a8;
}

.offcanvas-logo{
    height: 50px;
    width: auto;
}

.offcanvas #bs4navbar nav{
    width: 100%;
}

#bs4navbar.desktop,
#menu-main.desktop{display: flex;}
#bs4navbar.mobile,
#menu-main.mobile,
.offcanvas{display: none;}


.mega-menu .dropdown-menu.depth_0.show{
    display: flex;
}

.mega-menu .dropdown-menu.depth_0 > .menu-item > .dropdown-item{
    font-weight: 700;
}

.mega-menu .dropdown-menu.depth_0 .dropdown-item:after{
    display: none;
}
.mega-menu .dropdown-menu.depth_0 .dropdown-menu.dropdown-submenu.depth_1{
    position: relative;
    display: block;
    border: 0;
    top: 0;
    margin-top: 0;
}


@media screen and (max-width:1200px) {
    #bs4navbar.desktop,
    #menu-main.desktop{display: none!important;}
    
    #bs4navbar.mobile,
    #menu-main.mobile,
    .offcanvas{display: flex!important;}

    .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: #000;
        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: left;
    }

    .navbar-nav .nav-item .nav-link{
        padding-right: 3rem;
        padding-left: 1rem;
    }

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

    body.home .header:not(.scrolled) .nav-link{
        color: #000;
    }

    body.home .header:not(.scrolled) .nav-link:hover{
        color: ##0577a8;
    }

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

    .mega-menu .dropdown-menu.depth_0.show{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .mega-menu .dropdown-menu.depth_0.show > li{
        width: 50%;
    }
    .mega-menu .dropdown-menu.depth_0 > .menu-item:hover{
        background: transparent;
    }
}

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

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

/* CARDS */
.card {
    height: 100%;
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
}

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

.capacity{
    color: #09425E;
    background: #A1D5CD20;
    display: inline-block;
    padding: 5px 15px;
}

.capacity > .icon-capacity{
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/gather/images/icon-capacity.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.partner-card img{
    width: 100%;
    max-width: 100px;
}


.basic-card{}

.sidebyside-card{
    background: #ffffff05;
}

.sidebyside-card.two-column{
    height: auto;
    margin-bottom: 12px;
}
.sidebyside-card.two-column .icon{
    width: 30px;
    height: 30px;
}

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

/* CARD SLIDER */
.card-slider{
}
.card-slider .title-area{
    padding-left: 20px;
    border-left: 2px solid #24B6E0;
    min-width: 300px;
}

.card-slider-navigation{
    position: relative;
    display: flex;
    gap: 20px;

}

.card-slider-navigation .swiper-button-next, 
.card-slider-navigation .swiper-button-prev {
  opacity: 1;
  transition: opacity 0.5s ease-in-out; /* Add transition */
}

.card-slider-navigation .swiper-button-disabled {
  visibility: hidden; /* Helps prevent interactions when invisible */
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.card-slider-navigation .swiper-button-next,
.card-slider-navigation .swiper-button-prev{
    background: #09425e;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    margin-top: 0;
    /* display: block; */
    left: unset;
    right: unset;
    position: relative;
}

.card-slider .swiper-container:before{
    content: '';
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,1));
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    display: block;
    z-index: 10;
}
@media (max-width: 768px){
    .card-slider .swiper-container:before{
        background: transparent;
    } 
}

/* Accordion */

.accordion-item{
    background-color: #F5F5F5;
    border: 0;
    border-radius: 1rem!important;
    overflow: hidden
}
.accordion-button {
    background-color: #F5F5F5;
    border: 0;
}

.accordion-button .openclose{
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: #fff;

}

.accordion-button .openclose:after {
    transition: transform .5s;
    content: '';
    display: block;
    color: #09425E;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('/wp-content/themes/gather/images/icon-plus.svg');
    background-size: cover;
    background-position: center;
}
 
.accordion-button[aria-expanded="true"] .openclose:after{
    transform: translate(-50%, -50%) rotate(45deg);
}

.accordion-button::after{
    display: none;
}

.accordion-item h2 .accordion-button {
    font-size: 16px;
    font-weight: 700;
    color: #09425E;
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
    color: #09425E;
    background-color: #D5EBF5;
    box-shadow: none;
}

.accordion-button[aria-expanded="true"],
.accordion-collapse{
    background-color: #D5EBF5;
}


/* AMENITIES */
.amenity-card{
    background: #F0FCFF;
    border: 0;
}

.amenity-card h3{
    width: 80%;
}

.amenity-icon {
    position: relative;
    width: 45px;
    height: 45px;
    padding: 5px;
    border-radius: 30px;
    margin-left: 2px;
    background: #DAF7FF;
}

.amenity-icon img{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 30px;
    height: auto;
    transform: translate(-50%, -50%);
}

.amenity-icon img.small{
    width: 20px;
}



/* Testimonials */
.swiper-testimonials{
    padding: 0 0 50px;
}

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

.rating-star {
    fill: #F05323
}

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

.testimonial-card p{
    font-size: 32px;
    color: #09425E;
    line-height: 1.25;
    font-weight: 500;
}

.swiper-testimonials .testimonial-card p {
    font-size: 16px;

}

.testimonial-navigation{
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.testimonial-navigation .swiper-button-next, 
.testimonial-navigation .swiper-button-prev{
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin-top: 0;
    width: 40px;
    height: 40px;
    background: #24B6E0;
    border-radius: 50px;
    transition: .3s all ease-in-out;
}

.testimonial-navigation .swiper-button-next:hover, 
.testimonial-navigation .swiper-button-prev:hover{
    background: #0577A8;
}

.testimonial-navigation .swiper-button-prev{
    margin-right: 10px;
}

.swiper-button-next:after, .swiper-button-prev:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
}

.swiper-button-next:after{
    background: url(/wp-content/themes/gather/images/arrow-next-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev:after{
    background: url(/wp-content/themes/gather/images/arrow-prev-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


/* Contact form */

.card .card-body .financing-price {
    font-size: 18px;
}

.card .card-body .financing-text {
    font-size: 16px;
}

.card .card-body .financing-price span {
    font-size: 14px;
    font-weight: 400;
    display: block;
}

/* CTA SECTION */
.cta-section{}

.cta-section .contained{
    position: relative;
    min-height: 420px;
}
.cta-section .contained:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(-90deg, rgba(0,0,0,0), rgba(0,0,0,.6) 76%);
}


/* blog */

.blog-category{
    padding:0.375rem 1.25rem;
    color: #09425E;
    text-decoration: none;
    width: auto;

}
.blog-category.active,
.blog-category:hover{
    color: #fff;
    background: #09425E;
}

.category-name, .post-date{
    background: #fff; 
    padding: 5px 15px;
    color: #09425E;
    border-radius: 40px;
    font-size: 12px;
    text-transform: uppercase;
}

.featured .category-name, 
.featured .post-date{
    background: #fff; 
    padding: 5px 15px;
    color: #09425E;
    border-radius: 40px;
    font-size: 12px;
    text-transform: uppercase;
}

.featured .card .card-body h3{
    font-size: 2rem;
}

.single:not(.single-location) img{
    width: auto!important;
    max-width: 100%;
}

.single img.alignright {float:right; margin:0 0 1em 1em}
.single img.alignleft {float:left; margin:0 1em 1em 0}
.single img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/* PAGINATION */
.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 a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
  
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}


/* Footer */

#footer {
    position: relative;
    background: #09425E;
}

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

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

#footer .social-media-links {}

#footer .footer-quick-links h3{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

#footer .footer-quick-links ul{
    width: 100%;
}

#footer .footer-quick-links a {
    color: #fff;
    padding: 0 0 20px 0;
    text-decoration: none;
    font-weight:400;
    transition: .3s all ease-in-out;
}

#footer .footer-quick-links a:hover {
    color: #24B6E0;
}

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

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

.social-media{
    background: #ffffff05;
    border-radius: 10px;
    padding: 20px 30px;
    margin: 0 10px 0 0;
}
.social-media:hover{
    background: #ffffff10;
}

.social-media a{
    width: 100%;
    height: 100%;
}

.social-media svg {
    height: 24px;
    margin:0 auto;
    color: #fff;
    fill: #fff;
}

.social-media 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 .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
    border: 0!important;
    background: #f0f0f0!important;
}

input[type=submit]{
    background-color: #24B6E0!important;
    border: 2px solid #24B6E0!important;
    color: #fff !important;
    border-radius: 200px!important;
}

input[type=submit]:hover {
    background: #0577A8!important;
    border: 2px solid #0577A8!important;
}



/* PRICING TABLE */

.swiper-pricing .swiper-slide {
  height: auto;
}

.price-table{
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    border: 1px solid #fff;
    position: relative;
}

.price-table.popular{
    border: 2px solid #24B6E0;
    background: linear-gradient(45deg, rgba(36, 182, 224, 0) 80%, rgba(36, 182, 224, .3) 100%)
}

.popular-tag{
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translatex(-50%);
    background: #24B6E0;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    padding: 5px 20px;
}

.price-table h4{
    font-size: 24px;
}

.price-table .price{
    font-size: 50px;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
}
.price-table .price > span{
    font-size: 20px;
}

.price-table .list-group{
    border: 0;
}

.price-table .list-group .list-group-item{
    border: 0;
    position: relative;
    padding-left: 25px;
}

.price-table .list-group .list-group-item:before{
    content: '';
    position: absolute;
    background: url(/wp-content/themes/gather/images/checkmark-green.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    top: 15px;
    width: 15px;
    height: 15px;
    display: block;
}

/* EVENTS */
.gather-events{
    display: flex !important;
    flex-direction: row;
    align-items: start;
    justify-content: start !important;
    gap: 20px;
    border: 0;
}

.gather-events .wfea-card-list-item {
    box-sizing: border-box !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    width: 100% !important;
    max-width: calc(33% - 15px) !important;
    margin-bottom: 1rem !important;
}

@media (max-width: 992px){
    .gather-events .wfea-card-list-item {
        max-width: calc(33% - 15px) !important;
    }
}

@media (max-width: 768px){
    .gather-events .wfea-card-list-item {
        max-width: calc(50% - 10px) !important;
    }
}

@media (max-width: 575px){
    .gather-events .wfea-card-list-item {
        max-width: calc(100%) !important;
    }
}


.gather-events .wfea-card-item{
    background: #F8F8F8;
    border-radius: 1.25rem!important;
}

.gather-events .eaw-thumb-wrap,
.wfea-card .wfea-card-item .eaw-thumb-wrap{
    padding-top: 45.10526% !important;
    max-width: 90%!important;
    min-height: 200px;
    border-radius: 1.25rem;
    width: 90% !important;
    margin: 20px auto 0;
}

.wfea-card .wfea-card-item .eaw-content-wrap{
    background: transparent!important;
    padding: 1.5rem !important;
    border: 0!important;
    min-height: 180px;
}

.wfea-card .wfea-card-item .eaw-content-wrap .eaw-content-block {
    padding-left: 1rem !important;
    display: flex;
    flex-direction: column;
}

.wfea-card .wfea-card-item .eaw-content-wrap .eaw-content-block h3,
.wfea-card .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-time{
        font-size: 16px !important;
    text-align: left;
    width: 100% !important;
    display: block;
}

.wfea-card .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons{
    margin-top: auto;
}


.wfea-card .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons .eaw-button-details{
    color: #000!important;
    text-decoration: none!important;
}

.wfea-card .wfea-card-item .eaw-content-wrap .eaw-content-block .eaw-buttons .eaw-booknow a {
    display: block !important;
    background: transparent !important;
    color: #24B6E0 !important;
    padding: 0.25rem 1rem !important;
    border-radius: 3px !important;
    text-decoration: none;
    min-height: auto;
    box-sizing: content-box;
    width: auto;
}




/* LOCATION PAGE */
input#locationSearch {
    background: #fff;
    border: none;
    padding: 1em !important;
    color: #000;
    font-weight: 600;
    padding-left: 2.5em !important;
    border-radius: 50px;
}
.search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    background: translate;
}

#locationsList{
    max-height: 80vh !important;
    overflow-y: scroll;
}

#MapAreaLocations {
    width: 100%;
    height: 80vh !important;
}

body.single-location #MapAreaLocations{
    height: 300px!important;
}

#locationsList .content-image{
    overflow: hidden;
}

#locationsList .content-image a{
    display: block;
    width: 100%;
    height: 100%;
}

#locationsList a{
    text-decoration: none;
}
#locationsList a h3{
    text-decoration: none;
    color: #09425E;
    font-size: 22px;
}

#locationsList .content-image a img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#AllLocationsList{
}


#AllLocationsList h1{
    font-size: 40px;
}

#locationContent h2{
    font-size: 30px;
    padding-left: 10px;
    border-left: 2px solid #24B6E0;
}

#locationContent .location-card .content-image{
    overflow: hidden;
}

#locationContent .location-card .content-image img{
    transition: 1s all ease-in-out;
    max-height: 220px;
    width: 100%;
    object-fit: cover;
}

#locationContent .location-card:hover .content-image img{
    transform: scale(1.1);
}

#locationContent .location-card h3{
    font-size: 18px;
    line-height: 1;
}
#locationContent .location-card h3 a{
    color: #000;
    text-decoration: none;
    transition: .3s all ease-in-out;
}

#locationContent .location-card h3 a:hover{
    color: #09425E;
}

/* LOCATION MICROSITES */

.breadcrumbs-area,
.breadcrumbs-area a{
    font-size: 16px;
    color: #454545;
    text-decoration: none;
}

.location-contact-buttons .phone{
    position: relative;
    padding-left: 30px;
}

.location-contact-buttons .phone:before{
    content: '';
    background: url(/wp-content/themes/gather/images/icon-phone.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: .1s all ease-in-out;
}

.location-contact-buttons .phone:hover:before{
    filter: brightness(1000);
}

.location-gallery{
    position: relative;
} 

.location-gallery .view-photos{
    position: absolute;
    bottom: 70px;
    right: 40px;
    width: 170px;
}

.swiper.gallery img{
    max-height: 800px;
}

.swiper.gallery .swiper-button-next,
.swiper.gallery .swiper-button-prev{
    background: #24B6E0;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

.location-gallery .content-image{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 1rem;
}

.location-gallery .content-image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.location-gallery-small .content-image{
    width: 100%;
    height: 50%;
    height: 220px;
    overflow: hidden;
}

.location-meet-team .content-image{
    width: 100%;
    height: 110px;
    overflow: hidden;
    border-radius: 1rem;
    max-width: 150px;
}

.location-meet-team .content-image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.location-perks{}

.swiper-navigation{
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.swiper-navigation .swiper-button-next, 
.swiper-navigation .swiper-button-prev{
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin-top: 0;
    width: 40px;
    height: 40px;
    background: #24B6E0;
    border-radius: 50px;
    transition: .3s all ease-in-out;
}

.swiper-navigation .swiper-button-next:hover, 
.swiper-navigation .swiper-button-prev:hover{
    background: #0577A8;
}

.swiper-navigation .swiper-button-prev{
    margin-right: 10px;
}

.swiper-button-next:after, .swiper-button-prev:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
}

.swiper-button-next:after{
    background: url(/wp-content/themes/gather/images/arrow-next-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev:after{
    background: url(/wp-content/themes/gather/images/arrow-prev-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.location-section{}

.location-pin{
    display: block;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/gather/images/location-pin.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

#MapAreaLocations{
    height: 300px;
}

.quick-amenity {
    background-color: #F0FCFF;
    padding: 4px 10px;
    font-size: 14px;
}


.location-link{
    color: #5A5A5A;
    text-decoration: none;
}
.location-link:hover{
    color: #0577A8;
}

#ContactFormArea .floating-contact{
    border: 1px solid #dee2e6;
    border-radius: 1.25rem;
    background: #D5EBF5;
}

#ContactFormArea .floating-contact.sticky-top{
    top: 12em;
    z-index: 10;
    

}

/* SOLUTIONS */

.solution-nav{}

.solution-nav.solution-nav.nav-pills .nav-link{
    background: transparent;
}
.solution-nav.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: #09425E;
    color: #fff;
}

.solution-card{}

.solution-card .content-image{
    overflow: hidden;
    position: relative;
    height: 100%;
}

.solution-card .content-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-card h3.card-title{
    font-size: 24px;
    font-family: "Quicksand", sans-serif;
}

.solution-card .pricing{
    font-size: 14px;
}
.solution-card .pricing > div{
    font-size: 18px;
    font-weight: 700;
    color: #09425E;
}

.solution-card .solution-buttons{}
.solution-card .solution-buttons .btn{
    margin-bottom: 10px;
}

/* ALL MOBILE DEVICES */

@media (max-width: 575px) {

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

    .hero h1,
    h1,
    .h1 {
        font-size: 44px;
    }

    h2,
    .h2 {
        font-size: 38px;
    }

    h3,
    .h3 {
        font-size: 32px;
    }

    h4,
    .h4 {
        font-size: 26px;
    }

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

    h6,
    .h6 {
        font-size: 1.125em;

    }

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

    .homepage-hero video {
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }

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

    .process-list .cardgroup .col-12:nth-child(even) {
        margin-top: 0;
    }

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


    #tradition .sidebyside .card {
        background-size: 60% auto !important;
    }

    #tradition .card h6 {
        font-size: 16px;
    }

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

    .legend {
        position: relative;
        margin: 20px auto 0;
        width: 60%;
        right: unset;
        bottom: unset;
    }

    .legend>div {
        width: 100%;
    }

    .legend span {
        margin: 0 auto;
        width: 100%;
        display: inline-block;
    }

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

    }

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

    }

    .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) {
    .hero h1,
    h1,
    .h1 {
        font-size: 46px;
    }

    h2,
    .h2 {
        font-size: 38px;
    }

    h3,
    .h3 {
        font-size: 32px;
    }

    h4,
    .h4 {
        font-size: 26px;
    }

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

    h6,
    .h6 {
        font-size: 1.125em;

    }

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

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

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

    }

    .legend {
        position: relative;
        margin: 20px auto 0;
        width: 60%;
        right: unset;
        bottom: unset;
    }

    .legend>div {
        width: 100%;
    }

    .legend span {
        margin: 0 auto;
        width: 100%;
        display: inline-block;
    }
}

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

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

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

/*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: 1200px) and (max-width: 1286px){
    .navbar-expand-xl .navbar-nav {
        column-gap: 0;
    }
}

@media (min-width: 992px) and (max-width: 1290px) {
    .hero h1,
    h1,
    .h1 {
        font-size: 50px;
    }

    #tradition .sidebyside .card {
        background-size: 60% auto !important;
    }

    #tradition .card h6 {
        font-size: 16px;
    }

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

/* TABLETS AND SMALLER LAPTOPS */

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

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

    #benefits .content-image {
        right: -40%;

    }

}

@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) {
    .process-list .cardgroup .col-12 {
        flex: 0 0 auto;
        width: 50%;

    }
}

/* Bigger Laptops */

@media (min-width: 1025px) and (max-width: 1366px) {
    #benefits .content-image {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -15%;
        width: 510px;
        height: inherit;
        z-index: 10;
    }
}


@media (min-width: 992px) and (max-width: 1300px) {
    #about .cardgroup .col-lg-6 {
        flex: 0 0 auto;
        width: 100%;
    }

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

}

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

    #benefits .content-image {
        right: unset;
    }
}


@media (max-height: 950px) {
  .disable-sticky {
    position: static !important;
    top: auto !important;
  }
}