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

@font-face {
    font-family: 'Jakarta';
    src: url('fonts/JakartaSans-VariableFont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Jakarta Italic';
    src: url('fonts/JakartaSans-italic-VariableFont.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Gunterz';
    src: url('fonts/Gunterz-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

.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 {
    background: #222222;
    font-family: "Jakarta", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 26px !important;
    color: #fff;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

body p,
body li {
    font-family: "Jakarta", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    color: #5A5A5A;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Gunterz", sans-serif;
    line-height: 1.25;
    font-weight: 700;
    font-style: italic;
    color: #000000;
    transition: .3s all ease-in-out;
}

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

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

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

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

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

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

.highlight {
    color: #115abc;
}

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


.auto-columns {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30%;
    flex: 1;
}

.auto-columns .card{
    max-height: 300px;
}

@media (max-width: 575.98px) { 
    .auto-columns{
         flex: 0 0 auto;
        width: 100%!important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .auto-columns{
        flex: 0 0 auto;
        width: 100%!important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .auto-columns{
        flex: 0 0 auto;
        width: 50%!important;
    }
}

/* Hero */

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


.homepage-video-container video{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

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

.hero-basic{
    position: relative;
    min-height: 200px;
    padding-top: 90px;
}
.hero-overlay{
    position: relative;
}

body.home .hero.homepage {
    padding-bottom: 150px;
    padding-top: 160px;
    min-height: 650px;
}

.hero:before,
.hero-overlay:before{
    content: '';
    background: rgba(0,0,0,.4);
    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(0,0,0,.60);
}

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


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


.sub {
    color: #000;
    font-weight: 500;
    font-size: 12px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: transparent;
    padding: 5px 15px 5px 10px;
    border-radius: 0;
    border-left: 4px solid #FEDB00;
    position: relative;
}


.subtitle {
    color: #FEDB00;
    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;
    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;
}

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

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

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


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

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

.bg-white {
    background: #fff;
}

.bg-dark {
    background: #000;
}

.bg-black {
    background: #282828;
}

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

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

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

.bg-yellow {
    background: #FFCE51 !important;
}



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

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


/* BUTTONS */
.btn-yellow {
    background-color: #FEDB00;
    border: 2px solid #FEDB00;
    color: #000!important;
    border-radius: 8px;
    font-weight: 700;
}

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

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

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

.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: 700;
    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/black-optix/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/black-optix/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: 8px;
    width: 18px;
    height: 18px;
    display: block;
    background: url('/wp-content/themes/black-optix/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-read-more:hover:after {
    right: -25px;
    filter: none;
}

/* Nav */

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

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

.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) .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: #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 {
    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;}
.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;
}
.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: 35px;
}

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

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

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

    .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.open > .submenu,
    .submenu.show {
      opacity: 1;
      visibility: visible;
      position: relative;
      transform: translateX(0);
      top: 0!important;
      left: 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;
        
    }

}

.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/black-optix/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/black-optix/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/black-optix/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/black-optix/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;
}

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

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

.meet-staff{}

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

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

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

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


.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: 0;
    border-radius: 0!important;
    overflow: hidden
}
.accordion-button {
    background-color: #FBFBFB;
    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: #09425E;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('/wp-content/themes/black-optix/images/icon-plus.svg');
    background-size: cover;
    background-position: center;
}
 
 .accordion-button[aria-expanded="true"] .openclose{
    background: #FEDB00
 }

.accordion-button[aria-expanded="true"] .openclose:after{
    transform: translate(-50%, -50%) rotate(45deg);
}

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

.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) {
    color: #fff!important;
    background-color: #000000;
    box-shadow: none;
}

.accordion-button:hover .openclose{
   background: #FEDB00
}


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

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

#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: linear-gradient(#333333 40%, #101010);
}

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

.swiper-button-prev:after{
    background: url(/wp-content/themes/black-optix/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;
}

/* 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 .content-text{
    background: rgba(0,0,0,.8);
    border-left: 7px solid #FEDB00;
}

.cta-section .content-text h2{

}

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

}

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

.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: rgba(254, 219, 0, .25);
    padding: 5px 15px;
    color: #000000;
    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: #09425E;
    font-size: 12px;
    font-weight: 500;
}

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

.single:not(.single-location):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: #FEDB00;
    color: #000;
    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-color: #000;
    background-image: url("https://vtxusdev.wpenginepowered.com/wp-content/uploads/2025/09/footer-vtx-icon.png");
    background-position: bottom right;
    background-size: auto;
    background-repeat: no-repeat;
}

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

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

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

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

.social-media{
    background: #ffffff05;
    border-radius: 10px;
    padding: 2vw;
    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-color: #f0f0f0;
}

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

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


/* solution tabs */
.nav-pills .nav-item{
    margin-right: 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: #FEDB00;
    border: 2px solid #F8F8F8;
    font-weight: 700;
}


/* 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 #FEDB00;
    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: #FEDB00;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    padding: 5px 20px;
}

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

.price-table .price{
    font-size: 50px;
    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/black-optix/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 */

/* REGIONAL */
.regional_gallery{}
.regional_gallery .image-container{
    overflow: hidden;
    height: 100%;
    width: 100%;
    max-height: 330px;
}

.regional_gallery .image-container img{
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;

}

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

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


.location-overview .location-cards .col-12:last-child{
    margin-bottom: 0!important;
}

.location-cards .location-card h3.card-title{
    font-size: 3rem;
}

.location-cards .location-card h3.card-title span{
    font-size: 1.1rem;
    color: #000!important;
}

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


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




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

#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-meta{}

.location-meta > div{
    border-right: 1px solid #f0f0f0;
}

.location-meta > div:last-child{
    border: 0;
}

.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;
    }
    .location-contact-buttons .phone span{
        display: none;
    }
}

.location-contact-buttons .phone:before{
    content: '';
    background: url(/wp-content/themes/black-optix/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;*/
    position: relative;
    width: 170px;

}

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

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

.location-gallery,
.location-gallery-small{
    max-height: 460px;
    overflow: hidden;
    height: 100%;
}
.location-gallery .content-image{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
}

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

.location-gallery-small > .col-12{
    height: calc(100% / 2);
    overflow: hidden;
}
.location-gallery-small .content-image{
    width: 100%;
    height: 100%;
    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%;
}


.card-spaces{}
.card-spaces .card_image{
    width: 100%;
    height: 100%;
    max-height: 300px;
    overflow: hidden;

}
.card-spaces .card_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.card-spaces .card-title{
    font-size: 18px;
}

.card-spaces .pricing{
    font-size: 18px;
    font-weight: 500;
    background: #FDDA1430;
    padding: 10px 15px;
    border-right: 2px solid #FEDB00;
}

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

.swiper-button-prev:after{
    background: url(/wp-content/themes/black-optix/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/black-optix/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;
}
.solution-nav.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: #FEDB00;
    color: #000;
}

.solution-gallery-swiper{}

.solution-gallery-swiper .swiper-slide:nth-child(even){
    margin-top: 40px;
}

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

    #AllLocationsList h1,
    .hero h1,
    h1,
    .h1 {
        font-size: 2rem;
    }

    .single h1{
        font-size: 1.75rem;
    }

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

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

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

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

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

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

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

    #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){
    .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) {
    #AllLocationsList h1,
    .hero h1,
    h1,
    .h1 {
        font-size: 2rem;
    }

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

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

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

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

    h6,
    .h6 {
        font-size: 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) {
    #AllLocationsList h1,
    .hero h1,
    h1,
    .h1 {
        font-size: 2.5rem;
    }

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

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

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

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

    h6,
    .h6 {
        font-size: 1rem;
    }
    .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) {
}

/* 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: 950px) {
  .disable-sticky {
    position: static !important;
    top: auto !important;
  }
}