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


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

/* MARK BG */

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

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

@font-face {
    font-family: 'Poppins';
    font-display: auto;
    src: url('/wp-content/themes/atlasinteriors/font/Poppins-Regular.ttf') format('truetype');
}

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

body p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #4B4B4B;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair", serif;
    line-height: 1;
    color: var(--primary-text-color);
}

h1,
.h1 {
    font-size: clamp(50px, 6.2vw, 100px);
    font-weight: 400;
    line-height: .8;
}

h2,
.h2 * {
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1;
    font-weight: 400;
}

h3,
.h3 * {
    font-size: clamp(26px, 5vw, 32px);
    line-height: 1;
    font-weight: 500;
}

h4,
.h4 * {
    font-size: clamp(24px, 5vw, 32px);
    line-height: 1;
    font-weight: 500;
}

h5,
.h5 * {
    font-size: clamp(18px, 5vw, 28px);
    font-weight: 700;
}

h6,
.h6 * {
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 700;
}

.blockquote{}
.blockquote-sm h2{
    font-size: clamp(26px, 5vw, 32px);
}


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

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

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

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

h1 span,
h2 span,
h3 span,
h1.highlight,
h2.highlight,
h3.highlight{
    color: #B89A5A!important;
}

h1.highlight,
h2.highlight,
h3.highlight{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

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

.disclaimer p,
.disclaimer ul li{
    font-size: .875em;
    line-height: 1.2;
}


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

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


.sub {
    color: #B89A5A;
    font-weight: 700;
    font-size: 12px !important;
    letter-spacing: 4px;
    text-transform: uppercase;
    position: relative;
    padding-left: 70px;
    display: inline-block;
    margin-bottom: 12px;
}

.sub.noline{
    padding-left: 0;
}

.sub:not(.noline):before{
    content: '';
    width: 60px;
    height: 1px;
    background:#B89A5A;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

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

.text-white .sub:not(.noline):before{
   background:#fff;
}


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

select {
    cursor: pointer;
}



/* Sections */

.container-fluid {
    position: relative;
}

.row {
    z-index: 10;
}



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

.header {
    top: 0;
    width: 100%;
    display: block;
    left: 0;
    margin: 0 auto;
    background: transparent;
    z-index: 1000;
    position: fixed!important;
    transition: .3s all ease-in-out;
    padding-bottom: 12px;
    padding-top: 12px;
}

body.admin-bar .header:not(.scrolled) {
    top: 32px;
}

.header.scrolled {
    background: #ffffff !important;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}

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

.logo-header-dark,
.logo-header.mobile{
    display: none;
}

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

.header.scrolled .logo-header-dark {
    display: block;
}

/* Buttons */
input[type="submit"] {
    background: #B89A5A;
    border-radius: 0;
    color: #fff;
    border: 1px solid #B89A5A;
}

.btn{
    text-transform: uppercase;
    font-weight: 300;
    font-size: .8rem!important;
    letter-spacing: 1px;
}

.btn-white {
    background-color: #fff!important;
    border: 1px solid #fff;
    color: #000;
}

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

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

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

.btn-white-outline {
    background-color: transparent!important;
    border: 1px solid #fff;
    color: #fff;
}

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

.btn-black-outline {
    background-color: transparent!important;
    border: 1px solid #000;
    color: #000;
}

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

.btn-color{
    background-color: #B89A5A!important;
    border: 1px solid #B89A5A;
    color: #fff;
}

.btn-color:hover{
    background-color: #1F1F1D!important;
    border: 1px solid #1F1F1D;
    color: #fff;
}

.btn-color2{
    background-color: #1F1F1D!important;
    border: 1px solid #1F1F1D;
    color: #fff;
}

.btn-color2:hover{
    background-color: #B89A5A!important;
    border: 1px solid #B89A5A;
    color: #fff;
}

.btn-color-outline{
    background-color: transparent!important;
    border: 1px solid #B89A5A;
    color: #B89A5A;
}
.btn-color2-outline{
    background-color: transparent!important;
    border: 1px solid #1F1F1D;
    color: #1F1F1D;
}

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

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


body:not(.page-template-policies):not(.single-post):not(.single-our_team):not(.page-template-team) #menu-main .nav-link,
body:not(.page-template-policies):not(.single-post):not(.single-our_team):not(.page-template-team) #menu-main .navbar-nav .nav-link.active,
body:not(.page-template-policies):not(.single-post):not(.single-our_team):not(.page-template-team) #menu-main .navbar-nav .nav-link.show {
    color: #fff;
    font-weight: 500;
}

body:not(.page-template-policies):not(.single-post):not(.single-our_team):not(.page-template-team) .nav-link .dropdown-icon{
    filter: invert(1);
}

#offcanvasMegaMenu .nav-link .dropdown-icon{
    filter: none!important;
}


.header.scrolled .nav-link,
.header.scrolled .navbar-nav .nav-link.active,
.header.scrolled .navbar-nav .nav-link.show {
    color: #123050!important;
}

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

.btn .nav-link:hover {
    color: #000!important;
}


.offcanvas .nav-link,
.offcanvas .navbar-nav .nav-link.active,
.offcanvas .navbar-nav .nav-link.show
 {
    color: #000!important;
}

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

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


#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);
    border-top: 3px solid #B89A5A;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
}

@media (hover: hover) and (pointer: fine) {
    .menu-item.dropdown:hover > .dropdown-menu,
    .menu-item:hover > .submenu {
        opacity: 1;
        visibility: visible;
        display: block;
    }
}

/* Default hidden state */
.dropdown-menu,
.submenu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
}

.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: 100%;
    min-width: 590px;
    max-width: 590px;
}

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


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

    .logo-header {
        display: none;
    }

    .logo-header.mobile,
    .header.scrolled .logo-header.mobile{
        display: block;
        height: 30px;
    }


    .header.scrolled .logo-header-dark {
        display: none;
    }

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

    .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: #fff;
        opacity: 1;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;
    }

    .header.scrolled #nav-icon span {
        background: #123050;
    }

    .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%;
        padding: 0!important;
    }
    .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%;
        min-width: 340px;
        max-width: 350px;
        padding: 15px;
        box-shadow: none;
        transition: all 0s ease;    
    }

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

}

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

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

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

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


.parallax-wrap {
  position: relative;
  overflow: hidden;
  height: 600px; /* control visible area */
}

.parallax-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 120%; /* slightly larger to allow movement */
  height: auto;
  will-change: transform;
}

@media (max-width: 768px){
    .parallax-wrap {
      position: relative;
      overflow: hidden;
      height: 100%;
      min-height: 250px;
    }
}


#locations .contained {
    background-position: center center;
}

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

.card p {
    margin-bottom: 0;
}

.card-title {
    font-size: clamp(16px, 4vw, 24px);
    font-weight: 400 !important;
}

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

}

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

.text-only .card-title{
    padding-left: 10px;
    border-left:  2px solid #B89A5A;
}

.just-text-no-border .text-only .card-title{
    padding-left: 0;
    border: 0!important;
    font-size: clamp(40px, 4vw, 64px);
}

.just-text-no-border .text-only .card-body{
    flex-direction: column;
    justify-content: flex-start;
}

.just-text-no-border .text-only p{
    padding: 0;
    font-size: 14px;
}

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


.number-stacked .count{
    font-family: "Playfair", serif;
    font-size: clamp(42px, 4vw, 52px);
    line-height: 1;
    color: #B89A5A;
    padding-left: 10px;
    border-left: 2px solid #B89A5A;

}

.basic-card .sub{
    display: none;
}

.card-numbers .basic-card .sub{
    display: block;
}


.sidebyside-card{
    border-radius: 0!important;
    border-bottom: 1px solid #0000001A!important;
    padding-bottom: 1rem;
}
.sidebyside-group .sidebyside-card{
    border-left: 0!important;
}

.sidebyside-group:nth-child(even) .sidebyside-card{
    border-right: 0!important;
}


.sidebyside-card:last-child{
    /*border-bottom: 0!important;*/
}

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

.sidebyside-card .number{
    color: #B89A5A80;
    font-weight: 700;
    line-height: 1;
}

.sidebyside-card .card-title{
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400!important;
}

.two-column.sidebyside-card .card-title{
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700!important;
}


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

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

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

}

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

.card-img-overlay {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    background: linear-gradient(90deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .4));
}



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

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

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

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

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

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

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

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

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

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

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

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

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

/* PRODUCTS */
#product-tab.nav-pills .nav-item{
    padding: 0 4px;
}
#product-tab.nav-pills .nav-link.active, 
#product-tab.nav-pills .show>.nav-link{
    background: #000;
}

.card-product .card-img-overlay {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}


.card-product .card-title{
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 300!important;
}

.card-product a.cover{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.card-product .card-img-overlay .card-title{
    font-size: 28px;
    font-family: "Playfair", sans-serif;
    font-weight: 300!important;
}

.card-product .card-title a{
    text-decoration: none;
    color: inherit;
    transition: .3s all ease-in-out;
}

.card-product .card-title a:hover{
    text-decoration: none;
    color: #B89A5A;
}


.card-product .product-image{
    overflow: hidden;
}

.card-product .product-image img{
    transition: .3s all ease-in-out;
}

.card-product .product-image a:hover img{
    transform: scale(1.1);
}


.product-card{}

.product-card .product-image{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.product-card .product-image .caption{
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 14px;
    background: rgba(0,0,0,.2);
    padding: 4px 6px;
}

.product-card.height1 .product-image{
    height: 700px;
}
.product-card.height2 .product-image{
    height: 600px;
}
.product-card.height3 .product-image{
    height: 800px;
}

.product-card .card-title{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}


.product-swiper{}
.product-navigation{
    padding-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
}

.product-navigation .swiper-button-next, 
.product-navigation .swiper-button-prev {
    position: relative;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 10px;
    color: #fff;
    border: 1px solid #dcdcdc;
    background: #dcdcdc;
}

.product-navigation .swiper-button-next:hover, 
.product-navigation .swiper-button-prev:hover{
    border: 1px solid #B89A5A;
    background: #B89A5A;
}

.product-navigation .swiper-button-next:after, 
.product-navigation .swiper-button-prev:after {
    
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

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

/*TIMELINE */

#timeline {
    position: relative;
}
@media (max-width: 768px){
    .timeline-row {
        padding-top: 40px;
        padding-bottom: 20px;
        border-bottom: 2px solid #B8952A;
    }
}

@media (min-width: 769px){
    #timeline::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        
        width: 1px;
        background-color: #B8952A; /* gold or whatever fits */
        z-index: 1;
    }
}

#timeline .year{
    background: #000;
    color: #B8952A;
    padding: 6px 10px;
    font-size: 1rem;
    font-family: "Bebas Neue", sans-serif;
    z-index: 5;
    position: relative;
    border: 1px solid rgba(184, 149, 42, 0.4);
}

#timeline img{
    max-height: 300px;
}

/* Accordion */

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

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

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

/* Homepage Hero */

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

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

.homepage-hero .hero-badge{
    width: 100%;
    max-width: 160px;
}

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

.homepage-hero p{
    font-size: 18px;
}

.homepage-hero .form{
    background: rgba(31,31,29,.6);
    max-width: 650px;
    margin-left: auto;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
}

.hero {
    position: relative;
    transition: .3s all ease-in-out;
    min-height: 380px;
    padding-top: 75px;
    position: relative;
    background-position: center;
}

.hero .hero-credit{
    position: absolute;
    bottom: 20px;
    right: 20px;
    
    color: #fff;
    font-size: 14px;
    background: rgba(0,0,0,.2);
    padding: 4px 6px;
}

.hero .column-1{
    padding-top: 5.125rem;
    padding-bottom: 3.125em;
}

.hero:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg, rgba(0,0,0,.8) 20%, rgba(0,0,0,0) );
    top: 0;
    left: 0;
}
.hero.white-text p {
    color: #fff !important;
}


.hero-contact{}
@media (min-width: 768px){
    .hero-contact .content-text,
    .hero-contact .form{
        padding-top: 10rem!important;
        min-height: 1000px;
    }
}

@media (max-width: 767px){
    .hero-contact .content-text{
        padding-top: 10rem!important;
    }
}


/* Images */

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

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

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

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

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

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

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

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

.content-image.object-cover {}

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

.content-image .caption{
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 14px;
    background: rgba(0,0,0,.2);
    padding: 4px 6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.cta .content {
    padding: 100px;
}

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


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

.cta-section::before {
  content: "";
  position: absolute;
  inset: 10px; /* distance from edge */
  border: 2px solid #B89A5A;
  pointer-events: none;
}

/* Edge image */

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

.swiper-slide {}

.swiper-pagination-bullet{
    width: 20px;
    height: 4px;
    display: inline-block;
    border-radius: 8px;
    background: #dcdcdc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #B89A5A;
    width: 30px;
}

.swiper-brands img{
    max-height: 55px;
    width: auto;
    margin: 0 auto;
}

.swiper-brands.is-centered > .swiper-wrapper{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}


/* Testimonials */

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

.rating-star {
    fill: #FFE386
}

.testimonial-card {
    border: 0;
}

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

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

.testimonials-image img {}

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

}

.contact.table{}

.contact.table .cell-header{
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Footer */
.showroom_map iframe{
    width: 100%;
    filter: grayscale(1) contrast(1);
}

.showroom_address a{
    margin-left: 10px;
    text-decoration: none;
    color: #ffffff80;
    font-size: .8rem;
    padding-left: 25px;
    position: relative;
    display: block;
}

.showroom_address a:before{
    content: '';
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/atlasinteriors/images/location-address-icon-white.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;

}

.copyright-group {
    display: flex;
    padding: 1em;
    background: transparent;
    justify-content: space-between;
    border-top: rgba(255,255,255,.2) 1px solid;
}

#footer {
    position: relative;
    background: #1F1F1D;
}

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

#footer .social-media-links {}


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

#footer .footer-quick-links h3{
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #B89A5A80;
}
#footer .footer-quick-links a {
    text-decoration: none;
    font-weight: 500;
    color: #ffffff80;
    display: block;
}

#footer .copyright-text,
#footer .copyright-link a {
    color: rgba(255,255,255,.5);
    font-size: 0.875em;
}

.social-media-links {}

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

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

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

.footer-quick-links {}

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

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

::placeholder{
    text-transform: uppercase;
}

.gform_required_legend,
.gfield_required{
    display: none!important;
}

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

.gform_wrapper input[type='text'],
.gform_wrapper input[type='email'],
.gform_wrapper input[type='tel'],
.gform_wrapper select,
.gform_wrapper textarea{
    background-color: transparent!important;
    color: #fff!important;
    border-radius: 0!important;
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
}

.gform_wrapper select option{
    color: #000!important;
}

.gform_wrapper .gfield_label,
.gform_wrapper .gform-field-label{
    color: rgba(255,255,255,.6)!important;
}

#gform_submit_button_6,
#gform_submit_button_7{
    background-color: #B89A5A!important;
    font-weight: 200;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    transition: .3s all ease-in-out;
}

#gform_submit_button_6:hover,
#gform_submit_button_7:hover{
    background-color: #1F1F1D!important;
}

#locationMap {
    display: block;
    width: 100%;
    height: 100%;
}

#locationMap path {
    stroke: #000;
    fill: #fff !important;
    transition: fill .4s ease;
}

.legend {
    position: absolute;
    width: 100px;
    right: -5%;
    bottom: 17%;
    text-align: center;
}

.legend span.swatch {
    margin: 0 auto;
    width: 20px;
    height: 20px;
    display: block;
}


/* CUSTOM CSS */


/* ALL MOBILE DEVICES */

@media (max-width: 575px) {

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

    .homepage-hero {
        padding-top: 5rem;
        padding-bottom: 3em;
        min-height: 690px;
        
    }

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

    }

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

    }

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

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

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

}

/* TABLET DEVICES */

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


    .homepage-hero {
        padding-top: 6.125rem;
        padding-bottom: 3.125em;
        min-height: 690px;
    }

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

  
}

@media (max-width: 992px) {

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

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

    .nav-link {
        color: #000;
    }

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

/*SMALL LAPTOPS AND UP*/

@media (min-width: 992px) {

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

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

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

}

/* TABLETS AND SMALLER LAPTOPS */

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

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


}

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

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

@media (min-width: 769px) and (max-width: 1200px) {
    .process-list .cardgroup .col-12 {
        flex: 0 0 auto;
        width: 50%;

    }
}

/* Bigger Laptops */

@media (min-width: 1025px) and (max-width: 1366px) {
}


@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:not(.no-edge) >.row {
        max-width: 1920px;
        width: 100%;
        margin: 0 auto;
    }
}