/*Theme Name: Rock Salt Pilates 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;
}

.gtranslate_wrapper a.glink span {color:#fff!important;}
.anchor{display: block; position: relative; top: -90px; visibility: hidden;}


healcode-widget,
[id^="bw-widget__schedules-"]{
    height: 50vh;
    display: block;
}

body {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 26px !important;
    color: #3E3E3E;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

body p,
body li {
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #3E3E3E;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans", sans-serif;
    line-height: 1.125;
    font-weight: 400;
    color: #1A2A5C;
    transition: .3s all ease-in-out;
}

.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4{
    color: #1A2A5C;
}

.h1.stylized,
.h2.stylized,
.h3.stylized,
.h4.stylized,
.h5.stylized,
.h6.stylized,
h1.stylized,
h2.stylized,
h3.stylized,
h4.stylized,
h5.stylized,
h6.stylized {
    font-family: "Permanent Marker", sans-serif;
    line-height: 1.25;
}



h1,
.h1 {
    font-size: 5rem;
    font-weight: 300;
}

h2,
.h2 {
    font-size: 3.25rem;
}

h3,
.h3 {
    font-size: 2.5rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

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

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

.highlight {
    color: #D7006E;
}

a {
    color: #333;
}

.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

blockquote{
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
    padding-left: 1rem;
    border-left: 2px solid #FEDB00;
}


img.lazy {
    opacity: 0;
}
img:not(.initial) {
    transition: opacity 1s;
}
img.initial,
img.loaded,
img.error {
    opacity: 1;
}

img:not([src]) {
    visibility: hidden;
}

@media (min-width: 1200px){
    .col-xl-2\.4{
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-2\.4{
        flex: 0 0 auto;
        width: 20%;
    }
}

/* Hero */

.homepage-hero{
}

.homepage-video-container{
    display: block;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
}

.homepage-video-container video{
    height: 100%;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 1400px){
    .homepage-video-container video{
        height: auto;
        width: 100%;
    }
}

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

.hero-basic{
    position: relative;
    height: 50vh;
    min-height: 690px;
    padding-top: 100px;
    padding-bottom: 4rem;
}

body.page-id-2669 .hero-basic {
    min-height: 400px;
}

.hero-overlay{
    position: relative;
}

body.home .hero.homepage {
    padding-bottom: 4rem;
    padding-top: 160px;
    height: 60vh;
    min-height: 860px;
    position: relative;
    transition: .3s all ease-in-out;
}

@media (max-height: 900px){
    body.home .hero.homepage {
        min-height: 80vh;
    }
}


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

.hero.bg-hero-gradient:before{
    content: '';
    background: linear-gradient( 90deg, rgba(0,0,0,.7) 50%, rgba(0,0,0,0));
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

body.home .hero.homepage:before{
    background: rgba(215,0,110,.75);
}

body.home .hero.homepage h1{
    font-weight: 300;
}

body.home .hero.homepage h1 strong{
    font-weight: 500;
}
body.home .hero.homepage h1 > span{
    font-weight: 500;
    font-style: italic;
    display: block;
    clear: both;
}
body.home .hero.homepage h1:after{
    display: none;
}


.hero.location{
    min-height: 600px;
    padding-top: 170px;
    padding-bottom: 50px;
    position: relative;
}
.hero.location:before{
    background: rgba(215,1,110,.50);
}

.hero.location h1{
    font-weight: 300;
}
.hero.location h1 > span{
    font-weight: 600;
    font-style: italic;
    display: block;
    clear: both;
}

.hero.location .form{
    max-width: 450px;
    margin: 0 auto;
}

@media(min-width:768px){
    .hero.location .form{
        min-width: 400px;
    }
}

.hero-image{
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

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


.down-triangle {
    position: relative;
    z-index: 10;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
    padding-bottom: 100px!important;
}

.up-triangle {
    position: relative;
    z-index: 10;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0% 100%);
    padding-bottom: 100px!important;
}

.has-triangle-up,
.has-triangle-down{
    z-index: 0;
    margin-top: -100px;
    padding-top: 140px !important;
    transition: padding .3s ease;
}


.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/rocksalt/images/play-btn.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.sub {
    color: #D7006E!important;
    font-weight: 600;
    font-size: 12px !important;
    text-transform: uppercase;
    background: #FDE8F3;
    padding: 4px 10px 4px 30px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 4px;
    display: inline-block;
    min-width: 70px;
}

.sub:before{
    background: url(/wp-content/themes/rocksalt/images/icon-salt.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    content: '';
    display: block;
    position: absolute;
    left: 8px;
    top: 10px;
}


.subtitle {
    color: #FEDB00;
    font-size: 1rem !important;
    line-height: 1;
    position: relative;
    margin: 16px 0;
    background: rgba(255,255,255,.05);
    border-radius: 20px;
    padding: 8px 16px;
}


select {
    cursor: pointer;
}

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

.subheader{
    background: rgba(255,255,255, .75);
    position: relative;
    z-index: 1000;
    transition: .3s all ease-in-out;
}

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

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

body.single-locations .header{
    background: #fff;
}

.location-header{
    position: relative;
    z-index: 1;
    background: #FFF2F9;
}

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

.header-full {
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.header-full.scrolled {
    position: fixed;
    top: 0;
    width: 100%;
}

.header-full.scrolled .subheader{
    background: #f0f0f0;
}


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

}

.header-full.scrolled .location-header{
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, .2);
}

.cta_buttons {min-width: 330px;}

.location-body .cta_buttons,
.single-locations .cta_buttons{
    min-width: 380px ;
}
@media (max-width: 768px){
    .single-locations .cta_buttons{
        min-width: unset;
    }
}

.container-fluid > .row {
    z-index: 10;
    position: relative;
}


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

.text-dark *,
.text-dark p {
    color: #3E3E3E;
}

.text-yellow *,
.text-yellow p {
    color: #FEDB00;
}

.text-muted{
    color: #6D6D6D!important;
}

h1 span,
h2 span,
h3 span,
h4 span{
    color: #E91E8C!important;
}


h1 span.dark,
h2 span.dark,
h3 span.dark,
h4 span.dark{
    color: #191F6C!important;
}

h1 strong,
h2 strong{
    font-weight: 600;
}

.single h1{
    /*font-size: 3.250rem;*/
}

.cta-section h2{
    font-weight: 300;
}
.cta-section h2 strong{
    font-weight: 500;
}


.w-80{
    width: 80%;
    max-width: 700px;
}

.extra-padding-top{
    padding-top: 8rem!important;
}

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

.bg-white {
    background: #fff;
}

.bg-dark {
    background: #000;
}

.bg-opaque {
    background: rgba(255,255,255,.10) !important;
}

.bg-light-gray {
    background: rgba(0,0,0,.02) !important;
}

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

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

.bg-pink {
    background: #D7006E !important;
}



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

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


/* BUTTONS */
.btn{
    border-radius: .9rem!important;
    padding: .5rem 1rem;
}

.cta-section .btn{
    min-width: 266px;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: #d3d3d3;
    opacity: var(--bs-btn-disabled-opacity);
}

.btn-blue {
    background-color: #191F6C;
    border: 2px solid #191F6C;
    color: #fff!important;
    border-radius: 8px;
    font-weight: 600;
}

.btn-blue:hover {
    background: #000;
    border: 2px solid #000;
}

.btn-blue:not(.studio) span{
    position: relative;
    padding-left: 25px;
}

.btn-blue:not(.studio) span:before{
    background: url(/wp-content/themes/rocksalt/images/icon-salt-white.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 3px;
}

.cta-section .btn-blue{
    box-shadow: 0 0 20px rgba(25, 31, 108, .6);;
}

.header .btn-blue-outline:hover {
    background: #191F6C;
    color: #fff;
    border: 2px solid #191F6C;
}

.dark-header .btn-blue-outline{
    border: 2px solid #fff;
    color: #fff;
}

.header-full.scrolled .dark-header .btn-blue-outline,
.header-full.scrolled .btn-blue-outline,
.btn-blue-outline {
    background-color: transparent;
    border: 2px solid #191F6C;
    color: #191F6C;
    border-radius: 8px;
    font-weight: 600;
}

.header-full.scrolled .btn-blue-outline:hover,
.btn-blue-outline:hover {
    background: #191F6C;
    color: #fff;
    border: 2px solid #191F6C;
}

.btn-light-pink{
    background-color: rgba(215,0,110,.2);
    border: 1px solid rgba(215,0,110,.2);
    color: #D7006E;
    border-radius: 8px;
    font-weight: 600;
}

.btn-light-pink:hover{
    background-color: #D7006E;
    border: 1px solid rgba(215,0,110,.2);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
}

.btn-pink {
    background-color: #D7006E;
    border: 2px solid #D7006E;
    color: #fff!important;
    border-radius: 8px;
    font-weight: 600;
}

.btn-pink:hover {
    background: #000;
    border: 2px solid #000;
}

.btn-pink span{
    position: relative;
    padding-left: 25px;
}

.btn-pink span:before{
    background: url(/wp-content/themes/rocksalt/images/icon-salt-white.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 3px;
}

.btn-blue.studio{
    font-size: .9rem;
    min-width: 220px;

}

.btn-blue.studio img{
    margin-right: 8px;
}

.btn-blue.studio p{
    font-size: .6rem;
    margin: 0;
    color: #fff;
    font-weight: 300;
}

.btn-blue.studio .studio-loc {
    border-right: 1px solid rgba(255,255,255,.15);
    padding-right: 6px;
}
.btn-blue.studio .switch{
    font-size: .8rem;
    position: relative;
    padding-left: 6px;
}

.btn-blue.studio .switch a{color: #fff;
text-decoration: none;}

.btn-blue.studio .switch:after{
    content: '';
    background: url(/wp-content/themes/rocksalt/images/icon-chev-right.svg);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -15px ;
    top: 50%;
    transform: translateY(-50%);
}

.offcanvas .btn-blue.studio .switch:after{
    right: -5px;
}

.btn-orange {
    background-color: #FFB201;
    border: 2px solid #FFB201;
    color: #000!important;
    border-radius: 8px;
    font-weight: 600;
}

.btn-orange span{
    position: relative;
    padding-left: 25px;
}

.btn-orange span:before{
    background: url(/wp-content/themes/rocksalt/images/icon-salt-white.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    filter: invert(1);
    width: 15px;
    height: 15px;
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 3px;
}

.btn-orange:hover {
    background: #dd9b03;
    border: 2px solid #FFB201;
}



.btn-white {
    background-color: #fff;
    border: 2px solid #fff;
    color: #191F6C;
    border-radius: 8px;
    font-weight: 600;
}

.btn-white span{
    position: relative;
    padding-left: 25px;
    color: #191F6C;
}

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

.btn-white:hover span{
    color: #fff;
}

.btn-white span:before{
    background: url(/wp-content/themes/rocksalt/images/icon-salt-blue.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 3px;
}

.btn-white:hover span:before{
    background: url(/wp-content/themes/rocksalt/images/icon-salt-white.svg);
}

.btn-white-outline {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff!important;
    border-radius: 8px;
    font-weight: 600;
}

.btn-white-outline:hover {
    background: #fff;
    color: #000!important;
}

.btn-black-outline {
    background-color: #fff;
    border: 2px solid #000;
    color: #000!important;
    border-radius: 8px;
    font-weight: 600;
}

.btn-black-outline:hover {
    background: #000;
    color: #fff!important;
    border: 2px solid #000;
}

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

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

.btn-contact:hover{
    background: #FEDB00;
    border: 1px solid #FEDB00;
    color: #000;
}

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

.btn-text {
    color: #000000;
    position: relative;
    text-decoration: none;
    transition: .3s all ease-in-out;
}

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

.btn-text:hover{
    color: #000;
    font-weight: 700;
}

.btn-text:hover:after {
    right: -25px;
    filter: none;
}

.btn-read-more{
    color: #000000;
    position: relative;
    text-decoration: none;
    transition: .3s all ease-in-out;
}

.btn-read-more:hover{
    color: #000;
    font-weight: 700;
}

.btn-read-more:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 10px;
    width: 16px;
    height: 16px;
    display: block;
    background: url('/wp-content/themes/rocksaltx/images/indicator.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s all ease-in-out;
}

.btn-read-more[aria-expanded=true]:after {
    transform: rotate(180deg);
    top: 8px;
}

/* Nav */

.logo-header{
    transition: .3s all ease-in-out!important;
    max-height:44px;
    min-width: 216px;
}

.logo-icon-header {
    display: none;
}

.header-full.light-header .logo-header.logo-white{
    display: none;
}

.header-full.dark-header .logo-header.logo-color{
    display: none;
}

.header-full.scrolled .logo-header{
}

.header-full.scrolled .logo-header.logo-color{
   display: block;
}

.header-full.scrolled .logo-header.logo-white{
   display: none;
}

@media (max-width:768px){

    .logo-header{ display:none!important; }

    .logo-icon-header {
        height: 40px;
        display: block;
    }

    .header-full.light-header .logo-icon-header.logo-white{
        display: none;
    }

    .header-full.dark-header .logo-icon-header.logo-color{
        display: none;
    }

    .header-full.scrolled .logo-icon-header.logo-color{
       display: block;
    }

    .header-full.scrolled .logo-icon-header.logo-white{
       display: none;
    }
}


.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff;
    font-weight: 500;
    font-size: .9rem;
}

.nav-link .dropdown-icon{
    width: 12px;
}

.dark-header .dropdown-icon{
    filter: invert(1);
}

.light-header .nav-link,
.light-header .navbar-nav .nav-link.active,
.light-header .navbar-nav .nav-link.show,
body.single-locations .nav-link,
body.single-locations .navbar-nav .nav-link.active,
body.single-locations .navbar-nav .nav-link.show,
.offcanvas .nav-link,
.offcanvas .navbar-nav .nav-link.active,
.offcanvas .navbar-nav .nav-link.show
 {
    color: #000;
    font-weight: 500;
}

.header-full.scrolled .nav-link,
.header-full.scrolled .navbar-nav .nav-link.active,
.header-full.scrolled .navbar-nav .nav-link.show{
    color: #000;
}


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


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

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

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: #FEDB00;
    color: #fff;
    border: 2px solid #FEDB00;
}


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

#menu-main > li.menu-item-1536{
    position: unset;
}

.nav-link:hover {
    font-weight: 600;
    color: #D7006E;
}

#menu-location > li{
    position: relative;
}
#menu-location .nav-link{
    position: relative;
    padding: 8px;
}


.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;}
.mobile-menu{display: none;}

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

.mega-menu .dropdown-menu.depth_0.show > .menu-item{
    padding: 0 10px;
    border-right: 1px solid #ddd;
}

.mega-menu .dropdown-menu.depth_0.show > .menu-item:last-child{
    border: 0;
}

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


.dropdown-item.active, .dropdown-item:active{
    background: #000033;
    color: #fff;
}

.at_depth_1 .dropdown-toggle::after{
    display: inline-block;
    margin-left: .55em;
    vertical-align: .055em;
    content: "";
    border-top: .33em solid transparent;
    border-right: 0;
    border-bottom: .33em solid transparent;
    border-left: .33em solid;
}

.menu-item{
    position: relative;
    padding: 0 10px;
}
.submenu {
    position: absolute;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translatex(-50%);
    background: #fff;
    transition: opacity 0.3s ease-in-out;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.submenu.show{
    opacity: 1;
    visibility: visible;
}

.subgrid{
    display: grid;
    grid-auto-flow: column;
    grid-gap: 1rem; /* spacing between columns */
    width: max-content; /* makes the width fit the content */
    min-width: 100%; /* optional: so it doesn't get smaller than the menu */
}

.submenu.three-column-grid {
    max-height: 75vh;
    padding: 25px;
    min-width: 200px;
}

.submenu.four-grid{
    width: 90vw;
}

.submenu-link img{
    transform: scale(1);
    transition: 1s all ease-in-out;
}

.submenu-link .card-img-overlay{
    transition: .3s all ease-in-out;
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .9));
}

.submenu-link:hover img{
    transform: scale(1.1);
}

.sub-cards{
    width: 100%;
    max-width: 300px;
    padding: 0 20px ;
    border-right: 1px solid #E3E3E3;
}

.sub-cards:first-child{
    padding-left: 0;
}

.sub-cards:last-child{
    border-right: 0;
    padding-right: 0;
}

.btn-menu{
    width: 100%;
    border: 0;
    text-align: left;
    padding: 0;
}
.btn-menu.dropdown-toggle:after{display: none;}

.sub-cards .h5{
    font-size: 15px;
}



.dropdown-menu.mega-menu-links{
    border: 0;
    position: relative!important;
    display: block!important;
}

.mega-menu-links .link-item{
    margin-bottom: 16px;
}


.mega-menu-links .submenu-link.dropdown-item:focus, 
.mega-menu-links .submenu-link.dropdown-item:hover{
    background: transparent!important;
}

.mega-menu-links .link-item:last-child{
    margin-bottom: 0;
}

.mega-menu-links .link-item a{
    font-size: 14px;
    padding: 0;
    cursor: pointer;
    transition: .3s all ease-in-out;
}

.submenu-link{
    color: #000;
}

.submenu-link .link{
    font-weight: 600;
    font-size: 14px;
}

.mega-menu-links .link-item:hover .submenu-link .link{
    color: #C89E44;
}

.cta_buttons .btn{
    transition: .3s all ease-in-out;
    font-size: .9rem;
}

.cta_buttons .btn.btn-pink{
    box-shadow: 0 0 20px rgba(215,0,110,.6);
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .nav-link{   }
    .navbar .nav-item:hover > .dropdown-menu{ display: block; }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }
}   
/* ============ desktop view .end// ============ */

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

    .cta_buttons .btn{
        padding: 0.25rem 0.5rem;
        font-size: .875rem;
    }
    .cta_buttons .cta_button{
        display: none;
    }

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

    .cta_buttons .btn-black-outline{display: none;}

    .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-full:not(.scrolled) .nav-link{
        color: #000;
    }

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

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

    .menu-item{width: 100%}
    .submenu {
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
    }

    .sub-cards {
        width: 100%;
        max-width: unset;
        padding: 0 20px;
        border-right: 1px solid #E3E3E3;
    }

    /* Show on mobile when class added */
    .menu-item > .submenu{
        top: 0!important;
        position: relative;
    }
    .menu-item.open > .submenu,
    .submenu.show {
      opacity: 1;
      visibility: visible;
      position: relative;
      top: 0!important;
    }
    .submenu.four-grid{
        width: 100%;
        padding: 15px 0;
        box-shadow: none;

        overflow-y: scroll;
        max-height: 40vh;
        overflow-x: hidden;
        
    }

    .submenu.three-column-grid{
        padding: 15px 0;
        box-shadow: none;
    }

    .mega-menu-links .link-item a{
        border: 1px solid #DCDCDC;
        border-radius: 4px;
        padding: 10px;
        transition: .3s all ease-in-out;
    }

    .submenu-link .link{
        font-size: 16px;
        font-weight: 400;
    }
    .mega-menu-links .submenu-link.dropdown-item:focus, .mega-menu-links .submenu-link.dropdown-item:hover{
        background: #F4F4F4!important;
        
    }

    /* locations */
    .navbar-nav .dropdown-menu{
        position: static!important;
        transform: none!important;
    }

}

.contained {
    background: #fff;
    border-radius: 0;
    /*overflow: hidden;*/
}

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


/* 50/50 image overlay */
.content-image{position: relative; }

.content-image.overlay_1 img,
.content-image.overlay_2 img,
.content-image.overlay_3 img{
    width: 100%!important;
    object-fit: cover;
    height: 100%;
}

.content-image.overlay_1:after{
    content: '';
    background: url(/wp-content/themes/rocksaltx/images/overlay_1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(100% - 300px);
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    position: absolute;
    z-index: 10;
}

.content-image.overlay_2:after{
    content: '';
    background: url(/wp-content/themes/rocksaltx/images/overlay_2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(100% - 300px);
    height: 100%;
    max-width: 150px;
    max-height: 150px;
    position: absolute;
    z-index: 10;
}

.content-image.top.left:after{
    top: -1px;
    left: -1px;
}

.content-image.top.right:after{
    top: -1px;
    right: -1px;
}

.content-image.overlay_3:before{
    content: '';
    background: url(/wp-content/themes/rocksaltx/images/overlay_31.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(100% - 300px);
    height: 100%;
    max-width: 150px;
    max-height: 150px;
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 10;
}

.content-image.overlay_3:after{
    content: '';
    background: url(/wp-content/themes/rocksaltx/images/overlay_32.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(100% - 300px);
    height: calc(100% - 150px);
    max-width: 150px;
    max-height: 150px;
    position: absolute;
    top: unset!important;
    bottom: -1px;
    left: -1px;
    z-index: 10;
}


/* HOW IT WORKS */
.how-it-works{}
.how-it-works .icon{
    font-size: 14px;
    font-weight: 300;
    background: #FED915;
    text-align: center;
    padding: 5px;
    width: 36px;
    height: 36px;
    aspect-ratio: 1 / 1;
    margin-right: 16px;
}

.card-how-it-works p{
    margin-bottom: 0;
}

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

@media (min-width: 992px){
    .icon-stacked-group .card-body .content{
        min-height: 142px;
    }

    .pace .icon-stacked-group .card-body .content{
        min-height: 70px;
    }
}

#movement .icon-stacked-row{
    position: relative;
}

#movement .icon-stacked-row:before{
    position: absolute;
    display: block;
    content: '';
    background: url(/wp-content/themes/rocksalt/images/dashed-line.svg);
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-height: 140px;
}
@media (max-width: 991px){
    #movement .icon-stacked-row:before{
        display: none;
    }
}

.card-title {
    font-size: 28px;
    color: #191F6C;
    margin-bottom: 20px;
}

.sidebyside-card .card-title{
    color: inherit;
}

#celebrate .card-title,
#rockon .card-title{
    color: #D7006E;
}

#welcome .card-title{
    font-size: 2rem;
}

#ondemand .card-title{
    color: #191F6C;
    font-size: 2rem;
}
#ondemand .icon-stacked-group:nth-child(1) .card-title{
    color: #191F6C;
}
#ondemand .icon-stacked-group:nth-child(2) .card-title{
    color: #D7006E;
}
#ondemand .icon-stacked-group:nth-child(3) .card-title{
    color: #FFB201;
}



.video-wrap {
/*  height: 100%;
  min-height: 300px;*/
  max-height: calc(100vh - 170px);
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.video-wrap video {
  width: auto;
  height: 100%;
  object-fit: cover;      /* KEY */
  object-position: center;
  display: block;
}

.scroll-carousel-wrap {
  position: relative;
}


.scroll-carousel {
    min-height:500px; /* Fullscreen carousel section */
    /*height: calc(100vh - 80px);*/
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.scroll-carousel-item {
    min-height:600px;
    height: calc(60vh - 80px);
}

.gradient-container{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: background .5s ease-in-out;
}

.color-Blue {
  background: #191F6C;
}
.color-Pink {
  background: #D7006E;
}
.color-Orange {
  background: #FFB201;
}

.video-wrap{
    top:210px; 
    margin-top:150px; 
    margin-bottom:100px
}

/*
.scroll-carousel .scroll-swiper {
    min-height:600px;
    height: calc(100vh - 80px);
}

.scroll-carousel .swiper-slide {
    min-height:600px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    background: #eee;
}

.scroll-carousel .swiper-pagination{
    text-align: right;
    padding-right: 40px;
}

.scroll-carousel .swiper-pagination .swiper-pagination-bullet{
    width: 30px;
    height: 5px;
    opacity: 1;
    background: #B7B7B7;
    border-radius: 4px;
}

.scroll-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #F8DD4A;
    width: 60px;
}*/

.scroll-carousel h2{
    font-size: 6.25rem;
}


@media (max-width: 768px){
    .scroll-carousel h2{
        font-size: 4.25rem;
    }

    .video-wrap{
        top:160px; 
        margin-top:50px; 
        margin-bottom:50px;
        border-radius: 0;
    }

    .scroll-carousel-item {
        min-height:unset;
        height: auto;
    }
}

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

.meet-staff{}

.meet-staff img{
   min-height: 260px;
       width: 100%;
       object-fit: cover;
}

.card{
    border-radius: 20px;
}

.basic-card{}

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

.icon-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
}

.pace .icon-img{
    width: 100%;
}
.pace .icon-img img{
    /*left: 0;
    transform: translateY(-50%);*/
}

.steps .icon-img{
    width: 100px;
    height: 130px;
}

.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.policy{
    transition: .3s all ease-in-out;
}
.card.policy .icon-img{
    background: #F3F4F6;
    width: 48px;
    height: 48px;
    position: relative;
    margin-bottom: 20px;
    transition: .3s all ease-in-out;

}
.card.policy .icon-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
    display: block;
}
.card.policy:hover .icon-img{
    background: #FEDB00;
}

.card.policy:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.rocksalt-card h3{
    font-size: 3rem;
    margin-bottom: 20px;
}

.rocksalt-image .cardgroup:nth-child(1) .rocksalt-card{
    background: #191F6C;
    transform: rotate(-2deg) translateY(10px);
}

.rocksalt-image .cardgroup:nth-child(1) .rocksalt-card h3{
    color: #D7006E;
}
.rocksalt-image .cardgroup:nth-child(1) .rocksalt-card p{
    color: #fff;
}

.rocksalt-image .cardgroup:nth-child(2) .rocksalt-card{
    background: #D7006E;
}

.rocksalt-image .cardgroup:nth-child(2) .rocksalt-card h3{
    color: #FFB201;
}
.rocksalt-image .cardgroup:nth-child(2) .rocksalt-card p{
    color: #fff;
}

.rocksalt-image .cardgroup:nth-child(3) .rocksalt-card{
    background: #FFB201;
    transform: rotate(2deg) translateY(10px);
}

.rocksalt-image .cardgroup:nth-child(3) .rocksalt-card h3{
    color: #191F6C;
}
.rocksalt-image .cardgroup:nth-child(3) .rocksalt-card p{
    color: #191F6C;
}

@media (max-width: 768px){
    .rocksalt-image .cardgroup{
        margin-bottom: 40px!important;
    }

    .rocksalt-image .cardgroup:nth-child(1) .rocksalt-card,
    .rocksalt-image .cardgroup:nth-child(3) .rocksalt-card{
        transform: rotate(-2deg) translateY(10px);
    }

    .rocksalt-image .cardgroup:nth-child(2) .rocksalt-card{
        transform: rotate(2deg) translateY(10px);
    }
}

/* CARD SLIDER */
.card-slider{
}
.card-slider .title-area{
    padding-left: 20px;
    border-left: 2px solid #FEDB00;
    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: #000;
    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;
    } 
}


.text-only .card h3.card-title{
    font-size: 4rem;
    font-weight: 500!important;
    border-bottom: 1px solid rgba(0,0,0,.2);

}

/* Accordion */

.accordion-item{
    background-color: #FBFBFB;
    border: 1px solid #f0f0f0!important;
    overflow: hidden
}

.accordion-item:not(:first-of-type){
    border-top: 1px solid #f0f0f0!important;
}

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

.accordion-button .openclose{
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    background: transparent;
}

.accordion-button .openclose:after {
    transition: transform .5s;
    content: '';
    display: block;
    color: #000;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('/wp-content/themes/rocksalt/images/icon-pink-dot.svg');
    background-size: cover;
    background-position: center;
}
 
 .accordion-button[aria-expanded="true"] .openclose{
 }

.accordion-button[aria-expanded="true"] .openclose:after{
}

.accordion-button::after{
}

.accordion-item h3 .accordion-button {
    font-size: 1rem;
    font-weight: 700;
    color: #000;
}

.location-accordion .accordion-item h3 .accordion-button {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
}

.location-accordion .accordion-item a{
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.location-accordion .accordion-item .badge.bg-pink{
    color: #fff!important;
    font-size: .8rem;
    margin-left: 10px;
}

.accordion-button:hover .openclose{
}


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

.accordion-collapse .accordion-body p{
    color: #000;
}

#twoColumnAccordion .accordion-button{
    font-weight: 700;
}

#twoColumnAccordion .accordion-button, 
#twoColumnAccordion .accordion-collapse{
    border-left: 1px solid #FEDB00;
    transition: .3s all ease-in-out;
}

#twoColumnAccordion .accordion-button[aria-expanded="true"], 
#twoColumnAccordion .accordion-collapse{
    border-left: 3px solid #FEDB00;
}

#twoColumnAccordion .accordion-button[aria-expanded="true"], 
#twoColumnAccordion .accordion-collapse,
#twoColumnAccordion .accordion-collapse .accordion-body p{
    color: #000!important;
    background: transparent;

}


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

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

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

.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 */

.testimonial_image{
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 100px;
    margin-bottom: 20px;
}

.swiper-testimonials{
    padding: 0 0 50px;
}
.swiper-testimonials .swiper-navigation{
    width: 100%;
    display: flex;
    flex-direction: row;
}


.swiper-testimonials .swiper-pagination{}

.swiper-testimonials .swiper-pagination .swiper-pagination-bullet{
    width: 30px;
    height: 5px;
    opacity: 1;
    background: #B7B7B7;
    border-radius: 4px;
}

.swiper-testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #F8DD4A;
    width: 60px;
}

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

.rating-star {
    fill: #F05323
}

.testimonial-card {
    border: 0;
    background: #F9FAFB;
}

.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: #000;
    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: #FEDB00;
    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/rocksaltx/images/arrow-next-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

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


/*TESTIMONIAL SPOTLIGHT */

.spotlight_image{
    border-bottom: 1px solid #D0D0D0;
}
.spotlight-card{
    border: 0;
    background: linear-gradient(#333333 40%, #101010);
}
.spotlight-card .card-text{
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 500;
}


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

.cta-section .contained{
    position: relative;
    min-height: 420px;
}

.cta-section .content-text{
}

.cta-section .content-text h2{
    font-size: clamp(2rem, 4vw + 1rem, 3.8rem);
}  

.cta-form-section .content-text {
    background: #fff;
    color: #000!important;
    border-top: 7px solid #FEDB00;

}

/*press */
.featured-press{}
.featured-press .content-image{
    overflow: hidden;
    height: 100%;
    max-height: 400px;
}

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

/* blog */
.blog-item-box .blog_img_container{
    width: 100%;
    height: 290px;
    overflow: hidden;
}
.blog-item-box .card-img-top.lazy{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-item-box .card-title{
    font-size: 1.5rem;
}

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

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

.category-name, .post-date{
    background: rgba(215,0,110, .25);
    padding: 5px 15px;
    color: #D7006E;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 500;
}

.featured .category-name, 
.featured .post-date{
    background: rgba(254, 219, 0, .25); 
    padding: 5px 15px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
}

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

.single:not(.single-locations):not(.single-use-case) img{
    width: auto;
    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}

/*USE CASES*/
.case-card{
}

.case-card .card-img{
    width: 30px;
}

.spotlight{
    min-width:200px; max-width:250px; width:100%;
}

/* PAGINATION */
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    color: #5A5A5A;
    text-decoration:none;
}
  
.pagination li {
    display: inline;
    margin-right: 5px;
}
  
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    background-color: #F4F4F4;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.pagination li.disabled{
    background: transparent;
}
  
.pagination li a:hover,
.pagination li.active a {
    background-color: #d7006e;
    color: #fff;
    font-weight: 500;
}

.pagination li a:first-child,
.pagination li a:last-child{
    position: relative;
    display: block;
    font-size: 1rem;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}


/* Footer */

#footer {
    position: relative;
    background: linear-gradient(#191F6C, #1B2059);
}

.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:not(.accordion-header){
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding-left: 20px;
}

#footer .footer-quick-links h3:not(.accordion-header):before{
    background: url(/wp-content/themes/rocksalt/images/icon-salt.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 5px;
}

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

#footer .footer-quick-links ul li{
    padding-bottom:8px;
}


#footer .quick-link{
    min-width: 130px;
}

#footer .footer-menu.accordion{}
#footer .footer-menu.accordion .accordion-item {
    background: transparent;
    border: 0!important;
    border-bottom: 1px solid rgba(255,255,255,.5)!important;
}

#footer .footer-menu.accordion .accordion-button,
#footer .footer-menu.accordion .accordion-button[aria-expanded="true"], 
#footer .footer-menu.accordion .accordion-collapse{
    background: transparent;
}

#footer .footer-menu.accordion .accordion-item h3 button span{
    font-size: 18px;
    font-weight: 400;
    color: #fff!important;
    position: relative;
    padding-left: 20px;
}

#footer .footer-menu.accordion .accordion-button:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}


#footer .footer-quick-links h3 button span:before{
    background: url(/wp-content/themes/rocksalt/images/icon-salt.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 5px;
}

#footer .quick-link p,
#footer .footer-quick-links a {
    color: rgba(255,255,255,.7);
    text-decoration: none;
    font-weight:400;
    transition: .3s all ease-in-out;
}

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

.quick-link.subscribe{
    max-width:260px;
}

@media (max-width: 786px){
    .quick-link.subscribe{
        max-width:100%;
    }
}

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

#footer .accreditations{}
#footer .accreditations img{
    opacity: .5;
}

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

.social-media{
    position: relative;
    background: rgba(255,255,255,.2);
    border-radius: 10px;
    padding: 5px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 10px 0 0;
}
.social-media:hover{
    background: #ffffff10;
}

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

.social-media svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    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_submit_button_9{
    background: linear-gradient(#E91E8C, #FF3FA4)!important;
    color: #fff;
}

#gform_submit_button_9:hover{
    background: linear-gradient(#FF3FA4, #E91E8C)!important;
}

.gf_progressbar_percentage{
    background-color: #D7006E!important;
}

#gform_next_button_8_10{
    width: 100%;
    background: #191F6C;
    color: #fff;
}


.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: 1px solid #DDDDDD!important;
    border-radius: .8rem!important;
    background-color: #fff!important;
}

input[type=submit]{
    background-color: #191F6C!important;
    border: 2px solid #191F6C!important;
    color: #fff !important;
    width: 100%!important;
    border-radius: 8px!important;
}

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


/* solution tabs */
.nav-pills .nav-item{
    margin-right: 10px;
    margin-bottom: 10px;
}
.nav-pills .nav-link{
    background: #F8F8F8;
    border: 2px solid #F8F8F8;
    color: #000!important;
    font-weight: 400;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: #D7006E;
    color: #fff!important;
    border: 2px solid #F8F8F8;
    font-weight: 700;
}

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

/* form only for solutions */
#locationsFormList{
    overflow-y: hidden;
    opacity: 0;
    height: 0;
    transition: all .3s ease-in-out;
}


#locationsFormList.visible {
  opacity: 1;
  overflow-y: scroll;
  height: 50vh; /* or 400px if you prefer */
}
/* end form only for solutions */

#locationsList{
    height: 50vh !important;
    min-height: 500px;
    overflow-y: scroll;
}

.location-list-card{
}

.location-list-card .location_image {
    overflow: hidden;
    display: block;
    height: 100%;
    max-height: 230px;
}

.location-list-card .location_image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

#MapAreaLocations {
    width: 100%;
    height: 50vh !important;
    min-height: 500px;
}


.locationPin {
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  color: #263238;
  display: flex;
  font-size: 14px;
  gap: 15px;
  height: 60px;
  justify-content: center;
  padding: 4px;
  position: relative;
  transition: all 0.3s ease-out;
  width: 30px;
}

.locationPin .icon {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
}

.locationPin .icon img {
  height: 50px;
  width: auto;
}

.locationPin .details {
  display: none;
  flex-direction: column;
  flex: 1;
}

.locationPin .address {
  color: #9E9E9E;
  font-size: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.contact img{
    filter: invert(1);
    width: 25px;
}

.contact a{
    transition: .3s all ease-in-out;
    position: relative;
    text-decoration: none;
}

.contact a:after{
    content: '';
    position: absolute;
    display: block;
    height: 2px;
    width: 20px;
    background-color: #fff;
    left: 0;
    bottom: -4px;
    transition: .3s width ease-in-out;

}
.contact a:hover:after{
    width: 100%;

}

/*
 * Property styles in highlighted state.
 */
.locationPin.highlight {
  background-color: #FFFFFF;
  border-radius: 8px;
  height: 200px;
  padding: 8px 15px;
  width: auto;
}

.locationPin.highlight::after {
  border-top: 9px solid #FFFFFF;
}

.locationPin.highlight .details {
  display: flex;
}

.locationPin.highlight .icon{
    display: none;
}

.locationPin.highlight .icon img {
  width: 50px;
  height: 50px;
}


#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: #000;
    font-size: 22px;
}

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

.list-view{
    font-weight: 600;
    margin-top: .5rem;
}

.list-view svg{
    height: 1rem;
    margin-right: .2rem;
}

#AllLocationsList{
}


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

/*#locationContent{
    height: 50vh;
    overflow-y: scroll;
}

@media (max-width: 768px){
    #locationContent{
        height: 100%;
        overflow-y: unset;
    }
}*/

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

.location-card.usa{
    min-height: 200px;
}


.badge.comingsoon{
    font-size: 14px;
    color: #000!important;
}

.badge.closed{
    font-size: 14px;
    color: #fff!important;
}

#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 span,
#locationContent .location-card h3 a{
    color: #000!important;
    text-decoration: none;
    transition: .3s all ease-in-out;
    font-weight: 700;
    font-size: 1rem;
}

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

/* LOCATION MICROSITES */

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

.location-contact-buttons .phone{
    position: relative;
    padding-left: 30px;
    transition: .3s all ease-in-out;
}

@media screen and (max-width: 1390px){
    .location-contact-buttons .phone{
        position: relative;
        padding-left: 25px;
        height: 2.5rem;
        width: 2.5rem;
    }
    .location-contact-buttons .phone span{
        display: none;
    }
}

.location-contact-buttons .phone:before{
    content: '';
    background: url(/wp-content/themes/rocksaltx/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-meet-team .content-image{
    width: 100%;
    overflow: hidden;
    border-radius: 1rem;
    max-width: 150px;
}

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

#whyLocation{
    background: url('/wp-content/uploads/2026/01/pink-gradients2.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#whyLocation .card-title{
    color: #D7006E!important;
}

/* CLASSES */
[id^="bw-widget__schedules-"] {
    height: 40vh;
        overflow-y: scroll;
}

#aboutLocation{}

#aboutLocation .card-title{
    color: #191F6C!important;
}

#instructors{}
#teamLocation{
    background: url('/wp-content/uploads/2025/12/rocksalt-pink-bg2.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.price-table{}

.price-table .price-table-image{
    position: relative;
    border-bottom: 2px solid #D7006E;
    height: 100%;
    min-height: 320px;
    max-height: 320px;
}


.price-table .price-table-image:after{
    content: '';
    background: linear-gradient(rgba(26,42,92,0) 65%, rgba(26,42,92,.9));
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}
.price-table .price-table-image h4{
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 10;
    color: #fff;
    width: calc(100% - 40px);
    font-size: 2.250rem;
    font-size: clamp(1.75rem, 3vw + 1rem, 2.250rem);
}

.price-table .price{
    color: #D7006E;
    font-size: 2rem;
    font-weight: 600;
}
.price-table .price span{
    font-size: 1rem;
    font-weight: 400;
}

.swiper-pricing{
    padding-top: 30px!important;
    padding-bottom: 50px!important;
    cursor: grab;
}

.swiper-pricing:active { /* Or a class added during drag */
    cursor: grabbing;
}

.price-card{
    background: rgba(255,255,255, .10);
    overflow: visible;
}

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

.popular-tag{
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translatex(-50%);
    background: #191F6C;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(215, 1, 110);
    padding: 5px 20px;
    min-width: 140px;
    text-align: center;
}

.price-card{
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
}

.price-card.popular{
    background: #D7006E;
    border: 0!important;
    box-shadow: 0 0 10px rgba(215, 1, 110);

}

.price-card .list-group.perks{
    border: 0;
    border-top: 1px solid rgba(0,0,0,.4);
    background: transparent;
}
.price-card .list-group.perks .list-group-item{
    color: #fff;
    background: transparent;
    border: 0;
    position: relative;
    padding-left: 25px;
}

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

.price-card.popular .list-group.perks .list-group-item:before{
    background: url(/wp-content/themes/rocksalt/images/icon-checkmark-pink.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.price-card h3{
    font-size: 1.25rem;
    color: #D7006E;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
}

.price-card.popular h3{
    color: #fff;
}

.price-card .price{
    font-size: 3.750rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-weight: 600;
}

.price-card .frequency{
    font-size: .8rem;
    font-weight: 400;
}

@media (max-width: 768px){
    .price-card .price{
        font-size: 2.750rem;
    }
    .price-card .frequency{
        font-size: .8rem;
        font-weight: 400;
    }
}

.swiper-scrollbar {
    background: rgba(255,255,255, .4);
}

.swiper-scrollbar-drag {
    background: rgba(215,1,110, 1);
}


.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: 80px;
    height: 40px;
    background: #000;
    border-radius: 8px;
    transition: .3s all ease-in-out;
}

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

.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: 35px;
    height: 20px;
    transition: .3s all ease-in-out;
}

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

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


.swiper-button-next:hover:after,
.swiper-button-prev:hover:after{
    filter: invert(1);
}


.location-section{}

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

#MapAreaLocations{
    height: 300px;
}


.benefits .card img{
    width: 48px;
    height: 48px;
}

.focus{}
.focus .card-focus{
    border: 0;
    border-left: 3px solid #FED915;
}

.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: 0;
    background: #F9F9F9;
}

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

}


/* EVENTS */

.event-card{}

.event-card .card-body h3{
    line-height: 1;
}
.event-card .card-body h3 a{
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}


/* SOLUTIONS */

.solution-nav{}

.solution-nav.solution-nav.nav-pills .nav-link{
    background: transparent;
    color: #fff!important;
    border: 0;
}
.solution-nav.solution-nav.nav-pills .nav-link:hover,
.solution-nav.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: #D7006E;
    color: #fff;
}

.image-grid{
}

.image-grid .image{
    height: 420px;
    background-position: center top;
    background-size: cover;
}

.gallery-swiper{}

.gallery-swiper .swiper-slide{
    max-height: 300px;
}

.solution-card{}

.solution-card .content-image{
    overflow: hidden;
    position: relative;
    height: 50%;
    max-height: 160px;
}

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

.solution-card h3.card-title{
    font-size: 24px;
}

.solution-card .pricing{
    font-size: 14px;
}

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

@media (max-width: 768px){
    .solution-card h3.card-title{
        font-size: 18px;
    }

    .solution-card .pricing{
        font-size: 14px;
    }

    .solution-card .pricing > div{
        font-size: 16px;
        font-weight: 700;
        color: #000;
    }
}

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

#rocksalt-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    z-index: 0;
}

#rocksalt-container span{
    position: absolute;
    background: url(/wp-content/themes/rocksalt/images/icon.svg);
    background-size: contain;
    background-position: center center;
    width: 35px;
    height: 35px;
    animation: fadeInOut 4s infinite;
}

#rocksalt-container span:nth-child(1){
    top: 30%;
    left: 15%;
    transform: rotate(-15deg);
    animation-delay: 0;
}

#rocksalt-container span:nth-child(2){
    top: 80%;
    left: 7%;
    transform: rotate(15deg);
    animation-delay: 250ms;
}

#rocksalt-container span:nth-child(3){
    top: 10%;
    left: 80%;
    transform: rotate(-35deg);
    animation-delay: 1000ms;
}

#rocksalt-container span:nth-child(4){
    top: 88%;
        left: 95%;
    transform: rotate(10deg);
    animation-delay: 200ms;
}

@media (max-width: 768px){
    #rocksalt-container span:nth-child(1){
        top: 30%;
        left: 5%;
        transform: rotate(-15deg);
        animation-delay: 0;
    }

    #rocksalt-container span:nth-child(2){
        top: 80%;
        left: 1%;
        transform: rotate(15deg);
        animation-delay: 250ms;
    }

    #rocksalt-container span:nth-child(3){
        top: 10%;
        left: 95%;
        transform: rotate(-35deg);
        animation-delay: 1000ms;
    }

    #rocksalt-container span:nth-child(4){
        top: 88%;
        left: 98%;
        transform: rotate(10deg);
        animation-delay: 200ms;
    }
}


@keyframes fadeInOut {
  0% {
    opacity: 0; /* Starting opacity (0%) */
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0; /* Ending opacity (100%) */
  }
}




/* ALL MOBILE DEVICES */

@media (max-width: 575px) {

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

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

    h2,
    .h2 {
        font-size: 1.5rem;
    }

    .cta-section .content-text h2{
     font-size: 1.75rem!important;
    }

    h3,
    .h3 {
        font-size: 1.25rem;
    }
    
    h3.card-title {
     font-size: 1.25rem!important;
    }
    
    h4,
    .h4 {
        font-size: 1.125rem;
    }

    h5,
    .h5{
        font-size: 1rem;
    }

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

    body p,
    body li {
        font-size: 16px;
    }

    .cta_buttons {min-width: unset!important;}

    .location-accordion .accordion-item h3 .accordion-button{
        font-size: 1.25rem;
    }

    body.home .hero.homepage{
        min-height: 500px;
    }

    .hero-image{
        padding-bottom: 1rem;
    }


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

}

@media (max-width: 768px){

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

    .spotlight{
        min-width:100%; max-width:100%; width:100%;
    }

    .spotlight_image{
        width: 100px;
        border-bottom: 0;
    }

    .spotlight_text{
        margin-top: 0!important;
        margin-left: 20px;
        padding-top: 0!important;
    }

    .spotlight-card .card-text{
        font-size: 1.5rem;
        line-height: 1.25;
        font-weight: 500;
    }
}

/* TABLET DEVICES */

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

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

    h2,
    .h2 {
        font-size: 1.75rem;
    }

    .cta-section .content-text h2{
     font-size: 2rem!important;
    }

    h3,
    .h3 {
        font-size: 1.5rem;
    }
    
    h3.card-title {
     font-size: 1.5rem!important;
    }
    
    h4,
    .h4 {
        font-size: 1.25rem;
    }

    h5,
    .h5{
        font-size: 1rem;
    }

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

    body p,
    body li {
        font-size: 16px;
    }

    .hero-image{
        padding-bottom: 1rem;
    }


    .location-accordion .accordion-item h3 .accordion-button{
        font-size: 1.25rem;
    }

    body.home .hero.homepage{
        min-height: 500px;
    }

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

/*SMALL LAPTOPS AND UP*/

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


/* TABLETS AND SMALLER LAPTOPS */

@media (min-width: 769px) and (max-width: 1024px) {
    .location-accordion .accordion-item h3 .accordion-button{
        font-size: 1.25rem;
    }

    body.home .hero.homepage{
        min-height: 500px;
    }
}

@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) {
   h1,
   .h1 {
       font-size: 4rem;
   }

   h2,
   .h2 {
       font-size: 2.5rem;
   }

   .cta-section .content-text h2{
    font-size: 2.75rem!important;
   }

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

   h3.card-title {
    font-size: 1.5rem!important;
   }
   
   h4,
   .h4 {
       font-size: 1.25rem;
   }

   h5,
   .h5{
       font-size: 1rem;
   }

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

   .hero-basic {
       min-height: 580px;
   }
}

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


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