#g-navigation .jl-logo img {
    display: none;
}
.tm-header-mobile.jl-hidden\@m {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 20px 0px;
}
.tm-nav-mobile .item-1262 {
    display: none;
}
#g-navigation .jl-navbar-nav > li a::before {
    content: none;
}
.jl-button-default {
    background-color: rgba(255,255,255,0);
    color: #c29922;
    border-color: #a27a09;
}
#g-navigation .jl-navbar-nav > li > a:active, #g-navigation .jl-navbar-nav > li.jl-active > a {
    background-color: #ffffff;
    color: #a27a09;
    font-weight: bold;
}
#g-navigation .item-1262 img {
    width: 75px;
}
#g-navigation .jl-navbar-nav {
    gap: 15px!important;
}
.jl-dropdown {
    padding: 25px 0;
}
.jl-navbar-nav ul a {
    padding-left: 20px;
}
.jl-icon.jl-navbar-toggle-icon::before {
    content: "MENU";
    font-size: 0.5rem;
    font-weight: bold;
    padding-bottom: 5px;
    position: absolute;
    margin-left: -1px;
    margin-top: -4px;
    color: #0b2341;
}
.mobile-toggle {
    transform: translateX(-10px) scale(2);
}
.tm-nav-mobile .jl-nav-default > li.jl-active > a, .tm-nav-mobile .jl-nav-default .jl-nav-sub li.jl-active > a, .tm-nav-mobile .jl-nav-primary > li.jl-active > a, .tm-nav-mobile .jl-nav-primary .jl-nav-sub li.jl-active > a {
    color: #ffffff;
    background: #f26722;
    padding-left: 10px;
    padding-right: 10px;
    transition: .5s ease;
}
.tm-nav-mobile .jl-nav-default > li > a:hover, .tm-nav-mobile .jl-nav-default .jl-nav-sub a:hover, .tm-nav-mobile .jl-nav-primary > li > a:hover, .tm-nav-mobile .jl-nav-primary .jl-nav-sub a:hover {
    color: #ffffff;
    background: #f26722;
    padding-left: 10px;
    padding-right: 10px;
    transition: .5s ease;
}

/* HOME PAGE */
#g-slideshow .jl-slideshow-items .jl-panel.el-content-wrapper {
    border-right: 10px solid #fff;
}
#g-slideshow .jl-flex-middle {
    align-items: center;
}
#g-slideshow .jl-width-xlarge {
    width: 750px;
}
#g-slideshow .jl-dotnav>*>* {
    border: 1.5px solid rgb(255 255 255 / 100%);
    scale: 1.3;
}
#g-slideshow .jl-button-text::before {
    color: #f26722;
}
#g-slideshow .jlslideshow-6970 .tm-title {
    text-shadow: rgb(0 0 0 / 60%) 1px 5px 5px;
}
#g-slideshow .tm-content a {
    text-shadow: rgb(0 0 0) 1px 2px 2px;
}
#g-slideshow .jl-position-cover > div {
    position: absolute;
    right: 50px;
    bottom: 50px;
}

/* SERVICES PAGE */
.jl-services-js img:hover {
    scale: 1.05;
    transition: all .5s ease;
}
.jl-services-js img {
    transition: all .5s ease;
}
.sub-meta.single .tm-meta {
    padding-left: 0;
}
.sub-meta .tm-meta:before, .sub-meta .tm-meta:after {
    content: none;
}
.jllist-js .jl-list span, #g-hero span {
    color: #c29922;
}
#g-hero #jlcard-1893-particle a:hover span {
    color: #ffffff;
}
.itemid-328 #g-hero img, .itemid-328 #g-slideshow img {
    height: 350px;
    object-fit: cover;
}
.itemid-328 #g-slideshow img {
    height: 400px;
    object-fit: cover;
}
#g-slideshow #jlimage-5691 img {
    height: 100%;
    object-fit: cover;
}
.itemid-328 h1, .itemid-328 h2 {
    position: relative;
    z-index: 2;
    width: fit-content;
}
.itemid-328 h1::before, 
.itemid-328 h2::before, 
.itemid-1261 h2::before {
    content: none;
    width: 100%;
    height: 2px;
    background:rgba(194, 153, 34, 0.46);
    position: absolute;
    top: 25px;
    z-index: -1;
}
.itemid-1272 h2::before,
.itemid-1273 h2::before {
    content: none;
    width: 100%;
    height: 2px;
    background:rgba(194, 153, 34, 0.46);
    position: absolute;
    top: 50%;
    z-index: -1;
}
.itemid-1272 h2, 
.itemid-1273 h2 {
    position: relative;
    width: fit-content;
    z-index: 2;
}
.container-js {
  position: relative;
  width: 100%;
  height: 24px;
}
.scroll-down {
    width: 100%;
    display: flex;
    justify-content: center;
}
.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #c29922;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.container-js .text {
  display: block;
  margin-top: 75px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #f26722;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  font-weight: bold;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}


/* NATURAL STONE */
.itemid-103 h2::before {
    content: none; /* delete line ::before*/
}
.jl-overlay-primary {
    background: #938680bf;
}
.jl-h6 {
    font-family: "roboto";
    color: #fff!important;
    font-weight: bold;
}
/* GALLERY PAGE */
.jl-filter-gallery-js img {
    height: 200px;
    object-fit: cover;
}



/* PROJECTS */
#module-jlheading-218-particle h2 {
    margin-top: 10px;
    position: relative;
    width: fit-content;
    z-index: 1;
}

/* Shelter Island */
.jl-filter-gallery-sheld .js-jlfiltergallery-7990 div:last-child .jl-light,
.jl-filter-gallery-sheld .js-jlfiltergallery-7990 div:last-child .jl-light a,
.jl-filter-gallery-sheld .js-jlfiltergallery-7990 div:last-child .jl-light img {
    height: 100%;
}
.js-jlfiltergallery-7990 div:last-child .jl-light img {
    object-fit: cover;
}
.jl-card-left .jl-panel .jl-margin-small-top {
    display: none;
}
.jl-videos .g-content {
    padding: 0;
    margin-left: 0;
}
.itemid-1273 .jl-videos img {
    height: 300px;
    object-fit: cover;
}
/*button.jl-modal-close-outside>svg:last-child {
    display: none;
}*/
/* CONTACT PAGE */
#g-hero, .itemid-329 #g-utility {
    background-image: url(/templates/jl_spirit/custom/images/img-upload/marble-bg-fade.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cf-form-wrap.cf-col-16 {
    background-color: rgb(255 255 255 / 0%)!important;
}
.convertforms .cf-input,.convertforms .cf-input:focus, .convertforms .cf-input:invalid:focus {
    border: 0;
    border-bottom: solid 1px #d7d7d7!important;
    background-color: #ffffff00!important;
}
.convertforms .cf-label {
    color: #7a7b81;
}
.jl-associates a.tm-slidenav > svg:last-child {
    display: none;
}
div#jlfeaturebox-6669-particle {
    margin: 0;
    padding: 0;
}
.jl-associates a {
    color: #a27a09;
}
.jl-associates a:hover {
    color: #75590c;
}
.jl-associates .jl-border-circle {
    border-radius: 50%;
    border: 2px solid #dddddd;
}
.jl-associates .tm-meta.jl-text-meta {
    margin-top: 0!important;
}




/* FOOTER SECTION */
#g-footer .jl-logo {
    display: flex;
    justify-content: center;
}
.jl-phone-footer .tm-content a {
    font-size: 20px;
    font-weight: bold;
    color: #a27a09!important;
}
#g-copyright a {
    color: #a27a09 !important;
}
#g-copyright a:hover {
    color: #444444 !important;
}
.jl-logo-footer img {
    width: 200px;
}
    .jl-logo-footer>div>div {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 20px;
    }
    .jl-logo-footer .jl-logo.jl-link-reset {
        flex: 45%;
        width: 45%;
    }
    .jl-logo-footer .tm-content {
        flex: 55%;
        width: 55%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        margin-top: 0 !important;
    }


@media (min-width: 1444.99px) {
    
    .jl-container {
        max-width: 100%;
    }
    .itemid-328 .jl-container {
        max-width: 1200px;
    }
    #g-navigation nav.jl-navbar.jl-main-nav {
        height: 120px;
    }
    .jl-navbar-nav {
        align-items: center;
    }
    #g-navigation .item-1262 img {
        width: 110px;
    }
    .jl-associates {
        margin-top: 50px;
    }
    .js-module-jlfiltergallery-222>div:nth-child(-n+3) {
        margin-top: 0!important;
    }
    
}

/* Dispositivos extra grandes (escritorios grandes, 1200 px y más) */
@media (min-width: 1025px) and (max-width: 1444px) {
    .itemid-1273 .jl-videos img {
        height: 270px;
    }
    .js-module-jlfiltergallery-222>div:nth-child(-n+3) {
        margin-top: 0!important;
    }
    
}


/* Dispositivos grandes (escritorios, 992 px y más) */
@media (min-width: 992px) and (max-width: 1024.99px) {
    #g-slideshow .jl-width-xlarge {
        width: 80%;
    }
    .jlslideshow-6970 .tm-slidenav svg polyline {
        stroke-width: 3!important; 
    }
    .jlslideshow-6970 .tm-title {
        font-size: 80px!important;
    }
    .g-branding.jl-text-right\@l {
        text-align: right;
    }
    .itemid-1273 .jl-videos img {
        height: 180px;
    }
    .js-module-jlfiltergallery-222>div:nth-child(-n+3) {
        margin-top: 0!important;
    }
    
}

/* Dispositivos medianos (tabletas, 768px y más) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .mobile-toggle {
        transform: translateX(0px) scale(1.5);
    }
    #g-navigation .jl-logo img {
        display: initial;
        width: 100px;
        padding: 10px;
    }
    
    
/* HOME PAGE */    
    
    .jlslideshow-6970 .tm-slidenav svg polyline {
        stroke-width: 3!important; 
    }
    .jlslideshow-6970 .tm-slidenav svg {
        width: 30px;
    }
    a.jl-position-center-left {
        margin-left: 0!important;
        transform: translateY(-60px);
    }
    a.jl-position-center-right {
        margin-right: 0!important;
        transform: translateY(-60px);
    }
    #g-slideshow .tm-content.jl-margin-top {
        margin-top: 0!important;
    }
    
    #g-slideshow .jl-position-cover>div {
        right: 10px;
    }

/* SERVICES PAGE */
    .intro-image .tm-link:after {
        background-image: none;
    }
    .g-block.jl-services-js {
        flex: 0 50%;
    }
    .jl-services-js > div {
        padding: 1.5rem 0.5rem 1.5rem 0;
    }
    .itemid-328 h1::before, .itemid-328 h2::before, .itemid-1261 h2::before{
        top: 22px;
    }


    .jl-videos {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }
    .itemid-1273 .jl-videos img {
        height: 180px;
    }
    .js-module-jlfiltergallery-222>div:nth-child(-n+3) {
        margin-top: 0!important;
    }


/* CONTACT PAGE */
    #g-utility > div > div {
        flex-wrap: nowrap!important;
    }

/* FOOTER SECTION */
    .g-block.jl-footer-menu{
        flex: 0 30%;
        width: 30%;
    }
    .g-block.jl-footer-contact {
        flex: 0 70%;
        width: 70%;
    }
    .g-block.jl-copyright {
        flex: 0 65%;
        width: 65%;
    }
    .g-block.jl-branding-js {
        flex: 0 35%;
        width: 35%;
    }

}

/* Dispositivos pequeños (teléfonos horizontales, 576 px y más) */
@media (min-width: 576px) and (max-width: 767.98px) {
    #g-navigation .jl-logo img {
        display: initial;
        width: 100px;
        padding: 10px;
    }
    
    
/* HOME PAGE */    
    #g-slideshow .jl-position-bottom-center.jl-visible\@s {
        display: flex!important;
    }
    #g-slideshow .jlslideshow-6970 .tm-title {
        color: #ffffff;
        font-size: 35px;
    }

/* SERVICES PAGE */
    .jl-services-js>div {
        padding: 1.5rem 0 1.5rem 0;
    }
    .itemid-328 h1::before, .itemid-328 h2::before, .itemid-1261 h2::before {
        top: 20px;
    }
    .itemid-328 #g-hero img, .itemid-328 #g-slideshow img {
        height: 200px;
        object-fit: cover;
    }
    #service-0, #service-2, #service-4 {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
    }
    #service-0 .g-block, #service-2 .g-block, #service-4 .g-block {
        width: 100%;
    }
    .jl-card-services>div {
        padding-top: 0;
        padding-bottom: 3.5rem;
    }
    .jl-services-js>div {
        padding-top: 1.5rem 0 0rem 0;
        padding: 0;
    }

/* PROJECTS */
    .itemid-1261 #g-hero .g-content, .itemid-1261 #g-slideshow .g-content {
        padding: 0;
    }
    
    .itemid-1273 .jl-videos img {
        height: 150px;
    }
    .js-module-jlfiltergallery-222>div:nth-child(1) {
        margin-top: 0!important;
    }
/* FOOTER SECTION */
    .g-block.jl-footer-menu{
        flex: 0 30%;
        width: 30%;
    }
    .g-block.jl-footer-contact {
        flex: 0 70%;
        width: 70%;
    }
    .g-block.jl-copyright {
        flex: 0 65%;
        width: 65%;
    }
    .g-block.jl-branding-js {
        flex: 0 35%;
        width: 35%;
    }
    
}

/* Dispositivos extrapequeños (teléfonos verticales, menos de 576 px) */
@media (max-width: 575.98px) {
    #g-navigation .jl-logo img {
        display: initial;
        width: 160px;
        padding: 10px;
    }
    #g-navigation .tm-header-mobile nav.jl-navbar {
        height: 170px;
    }
    
    
/* HOME PAGE */    
    #g-slideshow .jl-position-bottom-center.jl-visible\@s {
        display: flex!important;
    }
    #g-slideshow .jlslideshow-6970 .tm-title {
        color: #ffffff;
        font-size: 40px;
    }
    #g-slideshow .jl-font-size-50 .tm-title {
        font-size: 50px;
    }
    .jlslideshow-6970 .tm-slidenav svg polyline {
        stroke-width: 3!important; 
    }
    .jlslideshow-6970 .tm-slidenav svg {
        width: 30px;
    }
    a.jl-position-center-left {
        margin-left: 0!important;
        transform: translateY(-60px);
    }
    a.jl-position-center-right {
        margin-right: 0!important;
        transform: translateY(-60px);
    }
    #g-slideshow .tm-content.jl-margin-top {
        margin-top: 0!important;
    }
    
    #g-slideshow .jl-position-cover>div {
        right: 10px;
    }

/* SERVICES PAGE */
    .jl-services-js>div {
        padding: 1.5rem 0 1.5rem 0;
    }
    .itemid-328 h1::before, .itemid-328 h2::before, .itemid-1261 h2::before {
        top: 20px;
    }
    .itemid-328 #g-hero img, .itemid-328 #g-slideshow img {
        height: 200px;
        object-fit: cover;
    }
    #service-0, #service-2, #service-4 {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
    }
    #service-0 .g-block, #service-2 .g-block, #service-4 .g-block {
        width: 100%;
    }
    .jl-card-services>div {
        padding-top: 0;
        padding-bottom: 3.5rem;
    }
    .jl-img-services>div {
        padding-top: 3rem!important;
    }
    .jl-services-js>div {
        padding: 0;
    }

/* PROJECTS */
    .itemid-1261 #g-hero .g-content, .itemid-1261 #g-slideshow .g-content,
    .itemid-1274 #g-hero .g-content, .itemid-1274 #g-slideshow .g-content,
    .itemid-1275 #g-hero .g-content, .itemid-1275 #g-slideshow .g-content, 
    .itemid-1272 #g-hero .g-content, .itemid-1272 #g-slideshow .g-content,
    .itemid-1273 #g-hero .g-content, .itemid-1273 #g-slideshow .g-content {
        padding: 0;
    }
    
    .itemid-1273 .jl-videos img {
        height: 150px;
    }
    .js-module-jlfiltergallery-222>div:nth-child(1) {
        margin-top: 0!important;
    }

/* CONTACT */
.jl-contact-form > div {
    margin: 0.625rem 0;
    padding: 1.5rem 0;
}
    
/* FOOTER SECTION */
    .jl-logo-footer img {
        width: 150px;
    }
    .jl-logo-footer>div>div {
        flex-wrap: wrap;
    }
    .jl-logo-footer .jl-logo.jl-link-reset {
        flex: 100%;
        width: 100%;
    }
    .jl-logo-footer .tm-content {
        flex: 100%;
        width: 100%;
    }
    .jl-footer-menu ul.jl-list {
        display: flex;
        gap: 20px;
    }
    .jl-footer-menu .jl-list>:nth-child(n+2) {
        margin-top: 0;
    }
    .jl-footer-menu ul.jl-list li .tm-content::before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        left: -10px;
        background: #8f8f8f;
    }
    .jl-footer-menu ul.jl-list li:first-child .tm-content::before {
        content: none;
    }
    .jl-footer-menu > div {
        margin: 0 0.625rem;
        padding: 0 1.5rem;
    }


    
    
    
}