:root {
    --font-title: freightdispcmp-pro, serif;
    --font-title-sub: freightbigcmp-pro, serif;
    --font-text: freight-text-pro, serif;
    --font-text-bold: pitch_sans;
    --font-menu: sweet-sans-pro, sans-serif;
    --color-text: #000;
    --color-yellow: #FDFCF0;
    --color-green: #9EC4D0;
    --color-beauty-wellness:#B3A0B1;
    --color-food-beverage:#B34525;
    --color-food-beverage:#B34525;
    --color-lifestyle:#2A455F;
     --color-offices:#2A3D31;
}

html {
    scroll-behavior: unset !important;
}


a {
    color: inherit;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s cubic-bezier(0.28, 0, 0.18, 1);
    -moz-transition: all 0.5s cubic-bezier(0.28, 0, 0.18, 1);
    transition: all 0.5s cubic-bezier(0.28, 0, 0.18, 1);
}

p {
    font-style: inherit;
    font-weight: inherit;
    color: inherit;
    margin: 30px 0
}

* {
    box-sizing: border-box;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px !important;

}

html {
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% auto
}

body {
    background: var(--color-yellow);
    font-style: normal;
    font-size: 15px;
    line-height: 1.4;
    color: var(--color-text);
    font-family: var(--font-text);
    letter-spacing: 0;
    font-weight: normal;
    font-weight: 300;


}
[data-p]{
    position: attr(data-p);
}

.search-header {
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s!important;
}
.search-header.open {
    max-height: 100px;
}

.e-search-form .e-search-submit  {
    position: absolute;
    right: 10px;
    top: 8px;
}
.elementor-widget-search .e-search-input.no-icon-label{
    width: 300px;
    max-width: 100%;;
}

#top-menu .pp-advanced-menu > li > a {
    background-repeat: no-repeat;
    background-position: left 100px;
    background-size: auto 100%;
    transition: all 0s!important;
}
#top-menu .pp-advanced-menu > li > a > span {   
    transition: all 0s;
} 

#top-menu .pp-advanced-menu > li:hover > a,
#top-menu .pp-advanced-menu > li.current-menu-ancestor >a,
#top-menu .pp-advanced-menu > li.current-menu-item >a,
#top-menu .pp-advanced-menu > li > a:hover {
    background-position: left center;
}
#top-menu .pp-advanced-menu > li:hover > a span,
#top-menu .pp-advanced-menu > li.current-menu-ancestor >a span,
#top-menu .pp-advanced-menu > li.current-menu-item >a span,
#top-menu .pp-advanced-menu > li > a:hover > span{
    opacity: 0;
}

#top-menu .pp-advanced-menu > li.explore > a {
   background-image: url(../img/mn1.png);
}
#top-menu .pp-advanced-menu > li.about > a {
   background-image: url(../img/mn2.png);
}
#top-menu .pp-advanced-menu > li.happenings > a {
   background-image: url(../img/mn3.png);
	    background-size: auto 95%;
}
#top-menu .pp-advanced-menu > li.media > a {
   background-image: url(../img/mn4.png);
}
#top-menu .pp-advanced-menu > li.contact > a {
   background-image: url(../img/mn5.png);
}

#top-menu .sub-menu {
       padding: 0 10px 10px 15px;
       margin-left: -20px!important;
       text-align: left;
}

#top-menu .sub-menu li a {
   justify-content: flex-start;
}

#top-menu .pp-advanced-menu > li li.current-menu-item a,
#top-menu .pp-advanced-menu > li li a:hover {
     text-decoration: underline;
    text-underline-offset: 2px;
}

#top-menu .sub-arrow {
    display: none;
}

.instagram-gallery-square .instagram-gallery-item__media-wrap {
    padding-top: 120%!important;
}

.instagram-gallery-list[data-feed_layout=gallery]{
    gap:60px!important;
    flex-wrap: nowrap!important;
}
.instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item {
       aspect-ratio: inherit!important;
}
.instagram-gallery-list[data-feed_layout=gallery]:after {
  display: none!important;
}

.scroll-footer * {
    white-space: nowrap;
}

.scroll-footer  .marquee-horizontal {
    font-family: var(--font-menu);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.scroll-footer  .marquee-horizontal a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 767px) {
    .instagram-gallery-list[data-feed_layout=gallery]{
        gap:10px!important;
        flex-wrap: wrap!important;
    }
    .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item {
        width: calc(50% - 5px)!important;
    }
    #shortcode-instagram {
        display: block!important;
    }
   .search-header {
                width: 100vw;
        padding: 10px;
        max-width: none !important;
        background: #FDFCF0;
        right: 0 !important;
        bottom: 0 !important;
        display: none;
    }
     .search-header.search-header.open {
        display: block;
    }
    .elementor-widget-search .e-search-input.no-icon-label{
        width: 100%;
    }
    .e-search-form .e-search-submit {
    position: absolute;
    right: 20px;
    top: 17px;
}
}

.swiper-slide-inner {
    position: relative;
}
.swiper-slide-inner .elementor-image-carousel-caption  {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    text-align: center;
    transform: translate(-50%,-90%);
    transition: all 0.8s ease 0.8s;
    opacity: 0;
}
.swiper-slide-active .swiper-slide-inner .elementor-image-carousel-caption {
    transform: translate(-50%,-50%);
    opacity: 1;
}

.swiper-controls {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    opacity: 1;
    text-align: center;
   padding: 0 40px 20px 0;
}

.swiper-controls .elementor-swiper-button {filter: invert(1);}

.elementor-pagination-position-outside .swiper-controls { justify-content: center;}
.elementor-pagination-position-outside .swiper-controls .elementor-swiper-button {filter:none;}
.ar-left .swiper-controls { justify-content: left!important;}
.ar-center .swiper-controls { justify-content: center!important; padding: 0;}


.swiper-controls > * {
    position: relative!important;
    top: auto!important;
    left: auto!important;
    right: auto!important;
    bottom: auto!important;
    width: auto!important;
    transform: none!important;
    display: block;
}
.swiper-controls .elementor-swiper-button-prev {
    order: 1;
}
.swiper-controls .swiper-pagination {
    order: 2;
}
.swiper-controls .elementor-swiper-button-next {
    order: 4;
}
.swiper-pagination-bullet {
   border: 1px solid #fff!important;
   background: transparent!important;
   opacity: 1!important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff!important;
} 
.pp-slider-arrow {
    width: 60px!important;
    height: 60px!important;
    background: url(../img/arrow_left_white.svg) no-repeat center!important;
    background-size: 100% auto!important;
}
.pp-slider-arrow.elementor-swiper-button-next  {
    background-image: url(../img/arro_right_white.svg)!important;
}

.custom-slider-text .swiper-controls {
   
    width: 1300px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    z-index: 99;
}

.custom-slider-text figcaption.elementor-image-carousel-caption {
        width: 1300px;
    max-width: 100%;
    bottom: 40px;
    top: auto;
    left: 50%;
    transform: translateX(-50%)!important;
    z-index: 222;
    text-align: left;
    padding: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 10px;
}


.custom-slider-text figcaption.elementor-image-carousel-caption h4 {
       width: 250px;
    text-align: left;
    font-family: var(--font-title-sub);
    font-size: 24px;
    text-transform: none;
    margin-bottom: 40px;
    
}

.custom-slider-text figcaption.elementor-image-carousel-caption p {
        font-size: 14px;
    margin: 0;
    line-height: 1.3;
    text-align: left;
    text-transform: none;
    font-family: var(--font-text);
    width: 500px;
    
}

@media (max-width: 767px) {
    .custom-slider-text figcaption.elementor-image-carousel-caption {
            display: block;
        padding: 10px;
    }
    .custom-slider-text figcaption.elementor-image-carousel-caption h4 {
           margin-bottom: 0;
    }

    .custom-slider-text figcaption.elementor-image-carousel-caption p {
            width: 100%;
         font-size: 10px;
        
    }
}

.img_hover  a  {
    position: relative;
}
.img_hover  a::before  {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/explore.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px auto;
    opacity: 0;
    transition: all 0.3s;
}
.img_hover  a:hover::before {
    opacity: 1;
}

.bt-icon {
    position: relative;
}
.bt-icon .elementor-button-icon {
   width: 50px;
}
.bt-icon .elementor-button-content-wrapper {
    align-items: center;
    gap:15px;
}
.bt-icon .elementor-button-text {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.bt-icon .elementor-button-icon svg {
    width: 100%;
    height: auto;
}

.bt-icon2 {
    position: relative;
}
.bt-icon2 .elementor-button-icon {
   width: 40px;
}
.bt-icon2 .elementor-button-content-wrapper {
    align-items: center;
    gap:10px;
}
.bt-icon2 .elementor-button-text {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.bt-icon2 .elementor-button-icon svg {
    width: 100%;
    height: auto;
}

.column-event {
    min-height: 100%;
}

.event-slider {
    aspect-ratio: 16 / 11;
    height: 100%;   
}
.event-slider .pp-post-thumbnail {
    margin-bottom: 0!important;
}

.event-slider * {
    height: 100%!important;
    object-fit: cover!important;
}
.press-list.media-page .facetwp-template,
.press-items {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}


.press-items .pres-item{    
    width: calc(50% - 15px);
    background-image: url(../img/bg_news.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10px;
    border: 1px solid #000;
}
.press-items .pres-item:hover {
    background: none;
}

.press-items .pres-item h3{
        font-size: 24px;
    font-family: var(--font-text-bold);
    line-height: 1;
    letter-spacing: -00;
    color: #000000;
    width: 70%;
    min-height: 50px;
    margin: 10px 0 20px;

    font-weight: 500;
}
.press-items .content-inner {
   display: flex;
  
}

.press-items .content-inner >img {
    width: 55%;
    margin-right: 20px;
    min-width: 55%;
        height: auto;
    object-fit: cover;
        object-fit: cover;
    aspect-ratio: 16 / 12;
}

.press-items .content-inner .content-right {
    font-size: 14px;
    color: #000000;
    padding-bottom: 40px;
    min-height: 100%;
    position: relative;
}

.press-items  .arrow {
    display: block;
    width: 30px;
    height: 20px;
    background-image: url(../img/arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    right: 5px;
    bottom: 5px;
    transition: all 0.4s;
}

.press-items a:hover .arrow {
    transform: rotate(-25deg);
}

.elementor-pagination-position-outside .swiper-controls {
        position: relative;
    right: 0;
    padding: 20px 0;
    bottom: 0;
}

.elementor-pagination-position-outside .swiper-pagination-bullet {
        border: 1px solid #000 !important;
}
.elementor-pagination-position-outside .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000!important;
}

@media (max-width:767px) {
    body {
        font-size: 14px;
    }
     .event-slider {
        aspect-ratio: 1 / 1;
    }
    .swiper-controls {
        padding: 0;
        justify-content: center;
        bottom: -15px;
    }
    .press-items .pres-item{    
        width: 100%;
    }
    .press-items .pres-item h3{
        font-size: 18px;
        width: 100%;
        min-height: auto;
        margin: 10px 0;
    }
    .press-items .content-inner .content-right {
        font-size: 12px;
    }
}


#_9th_street {
       font-family: var(--font-menu) !important;
    font-size: 12px;
}


.map-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: -3.5em;
}
.map-wrapper .map-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 50px; 
    justify-content: flex-end;
    border: 1px solid #000000;
    float: right;      
}

.map-wrapper .map-tabs .map-tab {
    font-family: var(--font-menu);
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 15px;
    background: #fff;
    cursor: pointer;
    letter-spacing: 0.5px;;
}
.map-wrapper .map-tabs .map-tab:hover,
.map-wrapper .map-tabs .map-tab.active {
    background: #000000;
    color: #fff;
}

.map-wrapper .map-tabs .map-tab sup {
    font-size: 8px;
    position: relative;
 
}

.map-wrapper .map-content {
    overflow: hidden;
    clear: both;
}
.map-wrapper .map-content svg{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.map-wrapper .map-content .map {
   position: fixed;
    left: -9999999px;
    top: 0;
}
.map-wrapper .map-content .map.active {
  display: block;
  position: relative;
  left: auto;
  top: auto;
}

.map-wrapper .map-content svg g:hover {
    opacity: 1!important;
}
.map-wrapper .map-content svg rect:not(#Path_5744):not(#Path_704).on-hover,
.map-wrapper .map-content svg rect:not(#Path_5744):not(#Path_704):hover,
.map-wrapper .map-content svg polygon:not(#Path_5744):not(#Path_704).on-hover,
.map-wrapper .map-content svg polygon:not(#Path_5744):not(#Path_704):hover,
.map-wrapper .map-content svg path:not(#Path_5744):not(#Path_704).on-hover,
.map-wrapper .map-content svg path:not(#Path_5744):not(#Path_704):hover   {
    fill: #9B9C58;
    opacity: 1;
}
.map-wrapper .map-content svg polygon[category~="beauty-wellness"]:not(#Path_5744):not(#Path_704).on-hover,
.map-wrapper .map-content svg polygon[category~="beauty-wellness"]:not(#Path_5744):not(#Path_704):hover,
.map-wrapper .map-content svg rect[category~="beauty-wellness"]:not(#Path_5744):not(#Path_704).on-hover,
.map-wrapper .map-content svg rect[category~="beauty-wellness"]:not(#Path_5744):not(#Path_704):hover,
.map-wrapper .map-content svg path[category~="beauty-wellness"]:not(#Path_5744):not(#Path_704).on-hover,
.map-wrapper .map-content svg path[category~="beauty-wellness"]:not(#Path_5744):not(#Path_704):hover   {
    fill: var(--color-beauty-wellness);
}

.map-wrapper .map-content svg polygon[category~="food-beverage"]:not(#Path_5744):not(#Path_704).on-hover,
.map-wrapper .map-content svg polygon[category~="food-beverage"]:not(#Path_5744):not(#Path_704):hover,
.map-wrapper .map-content svg rect[category~="food-beverage"]:not(#Path_5744):not(#Path_704).on-hover,
.map-wrapper .map-content svg rect[category~="food-beverage"]:not(#Path_5744):not(#Path_704):hover,
.map-wrapper .map-content svg path[category~="food-beverage"]:not(#Path_5744):not(#Path_704).on-hover,
.map-wrapper .map-content svg path[category~="food-beverage"]:not(#Path_5744):not(#Path_704):hover   {
    fill: var(--color-food-beverage);
}
.map-wrapper .map-content svg polygon[category~="lifestyle"]:not(#Path_5744):not(#Path_704).on-hover,
.map-wrapper .map-content svg polygon[category~="lifestyle"]:not(#Path_5744):not(#Path_704):hover ,
.map-wrapper .map-content svg rect[category~="lifestyle"]:not(#Path_5744):not(#Path_704).on-hover,
.map-wrapper .map-content svg rect[category~="lifestyle"]:not(#Path_5744):not(#Path_704):hover ,
.map-wrapper .map-content svg path[category~="lifestyle"]:not(#Path_5744):not(#Path_704).on-hover,
.map-wrapper .map-content svg path[category~="lifestyle"]:not(#Path_5744):not(#Path_704):hover   {
     fill: var(--color-lifestyle);
}

.map-wrapper .map-content svg polygon[category~="offices"]:not(#Path_5744):not(#Path_704).on-hover,
.map-wrapper .map-content svg polygon[category~="offices"]:not(#Path_5744):not(#Path_704):hover,
.map-wrapper .map-content svg rect[category~="offices"]:not(#Path_5744):not(#Path_704).on-hover,
.map-wrapper .map-content svg rect[category~="offices"]:not(#Path_5744):not(#Path_704):hover,
.map-wrapper .map-content svg path[category~="offices"]:not(#Path_5744):not(#Path_704).on-hover,
.map-wrapper .map-content svg path[category~="offices"]:not(#Path_5744):not(#Path_704):hover   {
     fill: var(--color-offices);
}



#image_holder .imag-hover {
        position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
}

.explore-list .explore-items {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 15px;
}

.explore-list .explore-items .explore-item {
    width: calc(33.333% - 10px);
}

.explore-list .explore-items .explore-item h3 {
    font-family: var(--font-text-bold);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;;
    color: #000;
    position: relative;
}

.explore-list .explore-items .explore-item img {
    width: 100%;
    transition: all 0.3s;
        aspect-ratio: 12 / 10;
    object-fit: cover;
}

.explore-list .explore-items .explore-item .content-inner {
    position: relative;
    background-color: #FDFCF0;
}
.explore-list .explore-items .explore-item .content-inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/explore.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px auto;
    opacity: 0;
    transition: all 0.3s;
}

.explore-list .explore-items .explore-item:hover .content-inner:before {
    opacity: 1;
}
.explore-list .explore-items .explore-item:hover img {
    opacity: 0.26;
}

.filters { 
    display: flex;
    gap:10px;
}

.filters  .facetwp-type-radio {
    background: none;
    border:none;
    gap:10px;
}
.filters  .facetwp-type-radio .facetwp-radio {
        border: 1px solid #000000;
        white-space: nowrap;
        padding: 6px 10px;
        font-size: 12px;
}

.facetwp-facet input.facetwp-date,
.facetwp-facet input.facetwp-search {
     border: 1px solid #000000;
         font-family: var(--font-menu);
             background: none !important;
             padding: 6px 10px;
        font-size: 12px;
        min-width: 0!important;
        width: 100%;
}
.facetwp-type-search ,
.facetwp-type-search .facetwp-input-wrap {
    width: 100%;
    display: block;
}
.facetwp-icon:before {
    background-size: 16px 16px!important;
}

.posts-not-found {
    font-family: var(--font-title);
    font-size: 2vw;
    padding: 40px 0;
}

#custom-id-60 .elementor-element-cb02112 {
    display: none;
}


@media (min-width:1024px) and (max-width:1200px) {
    .filters .facetwp-type-radio .facetwp-radio {
        padding: 6px 6px;
        font-size: 10px;
    }
}

@media  (max-width:960px) {
    .map-wrapper .map-tabs {
        float: left;
        margin: 20px 0;
    }
    .filters {
        flex-wrap: wrap;
    }
    .filters .facetwp-type-radio {
        flex-wrap: wrap;
    }
    .filters .facetwp-type-radio .facetwp-radio {
            padding: 6px 6px;
    font-size: 10px;
    }
    .explore-list .explore-items .explore-item {
        width: 100%;
    }
    .posts-not-found {
        font-size: 30px;
    }
    .elementor-pagination-position-outside .swiper-controls {
        margin:  0;
        padding: 0;
    }
    .swiper-pagination-bullet {
        margin: 0 3px!important;
    }
}

.elementor-post-info__terms-list a {
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 11px 15px;
    margin-left: 5px;
    cursor: default;
    pointer-events: none;
}

.explore-gallery  img {
        aspect-ratio: 16 / 18;
        object-fit: cover;
}

.swiper-slide-image {
    width: 100%;
}

.filters-events .facetwp-facet input.facetwp-date,
.filters-events .facetwp-facet input.facetwp-search {
    color: #fff;
    border-color: #fff;

}
.filters-events .facetwp-type-search {
    width: 240px;
    max-width: 100%;
}
.filters-events ::placeholder {
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
}
.facetwp-icon:before,
.facetwp-icon {
    transform: none!important;
    animation: none !important;
}
.facetwp-icon:before {
    background-image: url(../img/icon_search_black.svg)!important;
}
.filters-events .facetwp-icon:before {
    background-image: url(../img/icon_search.svg)!important;
}

.filters-events .facetwp-facet input.facetwp-date {
    background-image: url(../img/icon_down.svg)!important;
    background-repeat: no-repeat!important;
    background-position: calc(100% - 10px) center!important;
    padding-right: 40px;
    width: 240px;
    max-width: 100%;
}

.fdate-wrap {
    border-radius: 0!important;
    margin-top: 10px!important;
    font-family: var(--font-text-bold)!important;
    font-weight: 700!important;
    font-size: 14px!important;
    text-transform: uppercase!important;
    background: #FDFCF0!important;
}
.fdate-grid .fdate-day.weekday {
    opacity: 1!important;
}

.filters-events {
    gap:20px;
    justify-content: flex-end;
}

.explore-list.events:not(.events-more) .explore-items .explore-item h3,
.explore-list.events:not(.events-more) {
    color: #fff;
    position: relative;
    min-height: 51px;
}
.explore-list.events:not(.events-more) .explore-items .explore-item h3 {
   border-bottom: 1px solid #FDFCF0;
    padding-bottom: 15px;
    margin-bottom: 10px;
    padding-right: 50px;
}
.explore-list.events  .arrow {
    display: block;
    width: 30px;
    height: 20px;
    background-image: url(../img/arro_right_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    right: -4px;
    top: 9px;
    transform: translate(-50%,-50%);
    transition: all 0.4s;
}
.explore-list.events a:hover .arrow {
    transform: translate(-50%,-50%) rotate(-25deg);
}

[data-name="explore_more"] .explore-list .explore-items .explore-item .content-inner:before,
.explore-list.events .explore-items .explore-item .content-inner:before {
    background-image: url(../img/bg_more.svg)!important;
}

.posts-not-found.posts-not-found-events {color: #fff;}
@media  (max-width:960px) {
    .filters-events {
        gap:10px
    }
    .filters-events .facetwp-type-date_range,
    .filters-events .facetwp-facet input.facetwp-date,
    .filters-events .facetwp-type-search {
        width: 100%;
    }

}
.explore-list.events.events-more .explore-items .explore-item h3 {
    padding-right: 50px;
}
.explore-list.events.events-more  .arrow {
    background-image: url(../img/arrow_right.svg);
}

.pp-equal-height-yes .pp-posts-skin-portfolio .pp-post-thumbnail {
    margin: 0!important;
    position: relative!important;
    height: 100%;
}
.pp-posts-skin-portfolio .pp-post-thumb-content-wrap {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 25%;
    padding: 20px;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.custom_post .pp-posts-skin-portfolio .pp-post-thumb-content-wrap {
    width: 100%;
    align-items: center;
    justify-content: center!important;
    text-align: center;
    transition: all 0.3s;
    opacity: 0!important;
}         
.custom_post .pp-posts-skin-portfolio .pp-grid-item-wrap:hover .pp-post-thumb-content-wrap {
  
    opacity: 1!important;
}                                                                                        

.pp-posts-skin-portfolio .pp-image-overlay { display: none;}
.pp-posts-skin-portfolio  .elementor-button {
        background-image: url(../img/white-label-clean.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    font-family: "sweet-sans-pro", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    fill: #1A1818;
    color: #1A1818;
    border-radius: 0px 0px 0px 0px;
    padding: 25px 30px;
    background-color: transparent;
}
.pp-posts-skin-portfolio .pp-button-text {
    text-decoration:underline!important;
    text-underline-offset: 2px!important;
}

.pp-posts-skin-portfolio .pp-post-terms-wrap {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    position: relative;
}
.pp-posts-skin-portfolio .pp-post-terms-wrap:before {
        content: " ";
    background-image: url(../img/text.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 140px;
    background-position: -12px -12px;
    height: 77px;
    margin-left: -20px;
}

.pp-posts-skin-portfolio  .pp-post-title {
    margin-bottom: 20px!important;
}

.facetwp-facet-paging {
    display: flex;
    justify-content: center;
}
.facetwp-load-more {
        background-color: #02010100;
    font-family: "sweet-sans-pro", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    fill: #2A3D31;
    color: #2A3D31;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #2A3D31;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 4px 0px;
    display: flex;
    align-items: flex-end;
    padding-right: 0;
    text-align: center;
    justify-content: center;
}

.facetwp-load-more:hover {
    border-bottom-color: transparent;
}

@media  (max-width:960px) {
    .pp-posts-skin-portfolio .pp-post-thumb-content-wrap {
        width: 100%;
        padding: 0;
    }
    .pp-posts-skin-portfolio .pp-post-terms-wrap:before {
        width: 100px;
        height: 45px;
    }
    .pp-posts-skin-portfolio .pp-post-title {
        margin-bottom: 10px !important;
    }
    .pp-posts-skin-portfolio .elementor-button {
        transform: scale(0.8);
        margin-left: -30px;
    }
}

.career_type .press-items .pres-item h3  {
    min-height: 0;
    margin: 0;
}
.career_type .press-items .content-inner h4 {
        text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: var(--font-text-bold);
    font-size: 14px;
} 
.career_type .press-items .pres-item h5  {
   font-size: 12px;
   text-transform: uppercase;
   font-family: var(--font-menu);
   font-weight: 600;
   letter-spacing: 0;
   margin-top: 5px;
}
.career_type .press-items .content-inner {
    margin-top: 20px;
}
.career_type .press-items .content-inner >img {
    aspect-ratio: 16 / 12;
}

.career_type .botton-links {
    display: flex;
    justify-content: space-between;
}

.career_type .botton-links .icon {
        position: absolute;
    width: 40px;
    height: 30px;
    display: block;
    background: url(../img/icon22.svg) no-repeat 0 0;
    background-size: 100% auto;
    left: 0;
    bottom: -5px;
}


.hero {
    position: relative;
    border-bottom: 1px solid #000;
    overflow: hidden;
    margin-bottom: 60px;
    padding-bottom: 60px;
}
.hero .slide img {
        width: 100%;
    aspect-ratio: 12 / 6;
    object-fit: cover;
        object-position: bottom;
}
.hero:last-child {
    border: none;
    margin-bottom: 0;
}
.hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    background: rgba(75, 74, 75, 0.8);
    color: #fff;
   
}
.hero-bar {
    display: flex;
    justify-content: space-between;
     align-items: center;
	min-height:3em;
}
.hero-bar h2 {
    font-family: var(--font-text-bold);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.hero-bar .hero-btn {
        background-image: url(../img/white-label-clean.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    font-family: "sweet-sans-pro", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    fill: #1A1818;
    color: #1A1818;
    border-radius: 0px 0px 0px 0px;
    padding: 21px 30px;
    min-width: 200px;
    background-color: transparent;
    text-align: center;
    text-decoration: underline;
    position: relative;
    overflow: hidden;
}
.hero-bar .hero-btn:hover {
    text-decoration: none;
    text-indent: -999999px;

}


.hero-bar .hero-btn:hover:after {
        content: " ";
    background: url(../buttons/inquire.png) no-repeat center !important;
    background-size: 100% auto !important;
    background-position: center;
    transition: none !important;
    display: block;
    position: absolute;
    left: 35%;
    bottom: -0px;
    width: 30%;
    height: 100%;
}



.hero .controls { 
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    align-items: center;
    margin-top: -20px;
}
.hero .slick-dots {
    position: relative;
    bottom: auto;
}
.hero .arrow {
       border: none;
    background-color: transparent;
    width: 50px;
    height: 40px;
    background-image: url(../img/bt_next.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-position: 0;
}
.hero .arrow.prev {
     background-image: url(../img/bt_prev.svg);
}

.hero .slick-dots li button:before {
    display: none;
}
.hero .slick-dots li {
    width: auto;

}
.hero .slick-dots li button {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border:1px solid #000;
    display: block;
    padding:  0;
}
.hero .slick-dots li.slick-active button {
    background: #000;
}


 .page-id-872 .facetwp-type-radio {

 }
 .page-id-872 .facetwp-type-radio {
        float: left;
        
    }
@media  (max-width:767px) {
    .hero .hero-overlay {
        padding: 10px
    }
    .hero-bar {
        display: block;
    }
    .hero-bar h2 {
        font-size: 14px;
    }
    .hero-bar .hero-btn {
            font-size: 12px;
    min-width: 160px;
    margin-left: -5px;
    padding: 10px;
    margin-top: 10px;
    }
    .hero .controls {
        margin-bottom: 0;
    }
    .hero {
        margin-bottom: 30px;
    }
}

.elementor-element.active-hove .elementor-heading-title {
       text-align: center;
    font-family: var(--font-text-bold);
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: -10px;
}

.elementor-element.active-hove {
    text-align: center;
}
.elementor-element.active-hove  .btn-line {
    color: #02010100;
    font-family: "sweet-sans-pro", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    fill: #000;
    color: #000;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #000;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    margin: 0 auto;

}
.elementor-element.active-hove  .btn-line:hover {
    border-bottom: none;
}

footer ul.pp-advanced-menu li {
    float: left;
    clear: both;
}

.elementor-widget-text-editor ol {
    font-weight: inherit;
    list-style: outside decimal;
    margin:  0 0 20px 20px;
}
.elementor-widget-text-editor ul {
    font-weight: inherit;
    list-style: outside disc;
    margin:  0 0 20px 20px;
}

.has-medium-font-size {
    font-weight: normal;
    font-size: inherit;
}

.elementor-widget-text-editor ul li,
.elementor-widget-text-editor ul li {
    font-weight: inherit;
}

.elementor-widget-text-editor table {
    width: 100%;
    margin-bottom: 30px;;
}

figure {
  margin: 0;
}
.elementor-widget-text-editor table th,
.elementor-widget-text-editor table td {
    border: 1px solid #000;
    padding:  10px;
}
/* Explore/Directory left image banner: transparent brand color, black copy, Freight Text Pro, left aligned */
.page-explore .elementor-element-a775920.e-con {
    background-color: rgba(253, 252, 240, 0.85) !important;
}
.page-explore .elementor-element-a775920 .elementor-heading-title,
.page-explore .elementor-element-a775920 .elementor-widget-text-editor,
.page-explore .elementor-element-a775920 p {
    color: #000 !important;
    font-family: "freight-text-pro", serif !important;
    text-align: left !important;
}

/* Privacy & Terms pages: consistent typography (headings, body copy, spacing) */
.page-privacy-policy .elementor-widget-text-editor h1,
.page-terms .elementor-widget-text-editor h1 {
    font-family: "freightdispcmp-pro", serif;
    font-size: 48px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    margin: 0 0 30px;
    text-align: left;
}
.page-privacy-policy .elementor-widget-text-editor h2,
.page-privacy-policy .elementor-widget-text-editor h3,
.page-privacy-policy .elementor-widget-text-editor h4,
.page-terms .elementor-widget-text-editor h2,
.page-terms .elementor-widget-text-editor h3,
.page-terms .elementor-widget-text-editor h4 {
    font-family: "freight-text-pro", serif;
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #000;
    line-height: 1.3;
    margin: 40px 0 15px;
    text-align: left;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
/* inline bold (Policy, Site, Effective Date, intro line) must match body font,
   not the display title font */
.page-privacy-policy .elementor-widget-text-editor strong,
.page-privacy-policy .elementor-widget-text-editor b,
.page-terms .elementor-widget-text-editor strong,
.page-terms .elementor-widget-text-editor b {
    font-family: "freight-text-pro", serif !important;
    font-weight: 700 !important;
    font-size: inherit !important;
}
.page-privacy-policy .elementor-widget-text-editor TD,
.page-privacy-policy .elementor-widget-text-editor TH,
.page-terms .elementor-widget-text-editor TD,
.page-terms .elementor-widget-text-editor TH,
.page-privacy-policy .elementor-widget-text-editor p,
.page-privacy-policy .elementor-widget-text-editor li,
.page-terms .elementor-widget-text-editor p,
.page-terms .elementor-widget-text-editor li {
    font-family: "freight-text-pro", serif;
    font-size: 16px !important;
    font-weight: 400;
    color: #1a1818;
    line-height: 1.6;
    text-align: left;
}
.page-privacy-policy .elementor-widget-text-editor p,
.page-privacy-policy .elementor-widget-text-editor p,
.page-terms .elementor-widget-text-editor p,
.page-terms .elementor-widget-text-editor p {
    margin: 0 0 20px;
}
.page-privacy-policy .elementor-widget-text-editor ul,
.page-privacy-policy .elementor-widget-text-editor ol,
.page-terms .elementor-widget-text-editor ul,
.page-terms .elementor-widget-text-editor ol {
    margin: 0 0 20px 20px;
    padding-left: 0;
}
