html {
    background: #fff
}

.color-green {
    color: var(---color-green)
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%
}

@media (min-width:768px) {
    .mobile {
        display: none
    }
}

@media (max-width:767px) {
    .desktop {
        display: none
    }
}

ul li a strong {
    font-weight: inherit
}

em strong {
    font-style: italic
}

h1.elementor-heading-title,
h1,
h2.elementor-heading-title,
h2 {
    font-size: 62px;
    font-family: var(--font-title);
    line-height: 0.9;
    letter-spacing: 0px;
    color: #000000;
}
h3.elementor-heading-title,
h3 {
        font-size: 24px;
    font-family: var(--font-title-sub);
    line-height: 1.1;
    letter-spacing: 1px;
    font-weight: 600;
}
h4.elementor-heading-title,
h4 {
    font-size: 10px;
    font-family: var(--font-menu);
    line-height: 1.1;
    font-weight: 600;
}


.wp-editor { font-size: 14px;}

.wp-editor .has-medium-font-size {
    font-size: 16px!important;
}

.wp-editor h1 strong {
    font-weight: normal!important;
}


.wp-editor h2 {
     font-size: 24px!important;
    font-family: var(--font-title)l!important;
    line-height: 1.1;
    letter-spacing: 1px;
   font-weight: normal!important;
    font-style: normal!important;
}

.wp-editor h3 {
     font-size: 20px!important;
    font-family: var(--font-title)l!important;
    line-height: 1.1;
    letter-spacing: 1px;

}

.wp-editor h4 {
     font-size: 16px!important;
    font-family: var(--font-title)l!important;
    line-height: 1.1;
    letter-spacing: 1px;

}

.wp-editor p > strong {
    font-family: var(--font-title);
    line-height: 1.1;
    font-weight: 600;
}

@media (max-width:767px) {
    h2.elementor-heading-title,
    h2 {
        font-size: 40px;
        
    }
}
@media (max-width:767px) {
    h1.elementor-heading-title,
h1,
h2.elementor-heading-title,
h2 {
    font-size: 32px;
    letter-spacing: 0;
}


}
.facetwp-facet {
    margin: 0 0 0!important;
}
.facetwp-type-radio  {
    display: flex;
    gap:0;
    background: #fff;
	 border: 1px solid #000000;
}
.facetwp-type-radio .facetwp-radio {
   background-image: none!important;
   font-family: var(--font-menu);
   font-size: 13px;
   text-transform: uppercase;
   font-weight: 400;
   display: block;
   padding: 8px 20px;
   margin: 0;
  
}
.facetwp-type-radio .facetwp-radio:hover,
.facetwp-type-radio .facetwp-radio.checked {
    background: #000000;
    color: #fff;
}
.facetwp-type-radio .facetwp-radio[data-value="beauty-wellness"]:hover,
.facetwp-type-radio .facetwp-radio[data-value="beauty-wellness"].checked {
    background: #B3A0B1;
}
.facetwp-type-radio .facetwp-radio[data-value="food-beverage"]:hover,
.facetwp-type-radio .facetwp-radio[data-value="food-beverage"].checked {
    background: #B34525;

}
.facetwp-type-radio .facetwp-radio[data-value="lifestyle"]:hover,
.facetwp-type-radio .facetwp-radio[data-value="lifestyle"].checked {
    background: #2A455F;

}
.facetwp-type-radio .facetwp-radio[data-value="offices"]:hover,
.facetwp-type-radio .facetwp-radio[data-value="offices"].checked {
    background: #2A3D31;

}
.facetwp-type-radio .facetwp-counter {
    display: none;
}

.page-id-553 .facetwp-type-radio {
    border: none;
    background: none;
    gap: 10px;
}
.page-id-553 .facetwp-type-radio .facetwp-radio {
    border:1px solid #000;
}

/* HTML: <div class="loader"></div> */
.loading {
      position: absolute;
  top: 0;
  left: 0;
  right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
        background: rgba(255, 255, 255, 0.8);
}
.loader {
  width: fit-content;
  font-weight: bold;
  font-family: monospace;
  font-size: 30px;
  background: radial-gradient(circle closest-side,#B3A0B1 94%,#0000) right/calc(200% - 1em) 100%;
  animation: l24 1s infinite alternate linear;

}
.loader::before {
  content: "Loading...";
  line-height: 1em;
  color: #0000;
  background: inherit;
  background-image: radial-gradient(circle closest-side,#fff 94%,#B3A0B1);
  -webkit-background-clip:text;
          background-clip:text;
              font-family: var(--font-text-bold);
}

@keyframes l24{
  100%{background-position: left}
}

.fdate-grid .fdate-day {
    opacity: 0.1!important;
    pointer-events: none;
   
}

.fdate-grid .fdate-day.inner,
.fdate-grid .fdate-day.disabled {
    font-family: var(--font-text)!important;
}

.elementor-editor-active .swiper-autoheight .swiper-wrapper {
        transform: none !important;
}

.elementor-button-danger a {
    background: url(../img/white-label-clean.svg) no-repeat center!important;
    background-size: 100% auto!important;
}
.elementor-button-danger a:hover {
    text-decoration: none!important;
}

.elementor-element .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title {
    width: 1300px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    border:none!important
}
.elementor-element .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title:before {
    content:  '';
    width: 200vw;
    position: absolute;
    top: 0;
    left: -50vw;
    display: block;
    border-top: 1px solid #000;
}




.elementor-element .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title .e-closed {
    display: none!important;
}
.elementor-element .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title .e-opened {
    transform: rotate(90deg);
      transition: all 0.3s;
      display: block!important;
}

.elementor-element .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title:hover .e-opened{
    transform: rotate(70deg);

} 

.elementor-element .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title[aria-expanded="true"] .e-opened{
    transform: rotate(-90deg);

} 


.wp-editor h3 {
    font-family: var(--font-text-bold);
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 20px;
}
.wp-editor h4 {
     font-family: var(--font-text-bold);
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 15px;
}

.wp-editor ul { 
    margin-bottom: 30px;
    list-style: outside disc;
    margin-left: 30px;
}
.wp-editor ol {
     margin-bottom: 30px;
    list-style: outside decimal;
    margin-left: 20px;
}

img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

.elementor-field-group .elementor-field-textual {
    padding-left: 0;
    padding-right: 0;
}
.elementor-field-group textarea.elementor-field-textual {
    border: 1px solid #000!important;
    padding: 10px;
}
button.elementor-button {
         background-image: url(../img/white-label-clean.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: transparent;
    background-position: center;
    width: 100px !important;
    cursor: pointer;
    min-width: 210px;
    flex-basis: unset !important;
    color: #000 !important;
    text-decoration: underline;
    padding: 17px 30px !important;
    margin-left: -10px!important;
}
button.elementor-button:hover {
    text-decoration: none!important;
}

.text-calendar a:hover .elementor-button-text,
a[aria-label="mark-your-calendar"]:hover .elementor-button-text {
    opacity: 0;
}
.text-calendar a:hover .elementor-button-content-wrapper,
a[aria-label="mark-your-calendar"]:hover .elementor-button-content-wrapper {
    background: url(../buttons/mark-your-calendar.png) no-repeat center !important;
    background-size: auto 50px !important;
    background-position: 30% 100% !important;
}

a[aria-label="directions"]:hover .elementor-button-text {
    opacity: 0;
}
a[aria-label="directions"] {
   position: relative;
}
a[aria-label="directions"]:hover:after {
       content: " ";
    background: url(../buttons/directions.png) no-repeat center !important;
    background-size: 100% auto !important;
    background-position: center bottom !important;
    transition: none !important;
    display: block;
    position: absolute;
     left: 15%;
    bottom: -5px;
    width: 70%;
    height:70px;
}
.w a[aria-label="directions"]:hover:after {
    filter: invert(100%);
}


a[aria-label="district-parking"]:hover .elementor-button-text {
    opacity: 0;
}
a[aria-label="district-parking"] {
  position: relative;
}
a[aria-label="district-parking"]:hover:after {
       content: " ";
    background: url(../buttons/district-parking.png) no-repeat center !important;
    background-size: 100% auto !important;
    background-position: center bottom !important;
    transition: none !important;
    display: block;
    position: absolute;
    left: 15%;
    bottom: -10px;
    width: 70%;
    height: 70px;
}
.w a[aria-label="district-parking"]:hover:after {
    filter: invert(100%);
}


a[aria-label="faq"]:hover .elementor-button-text {
    opacity: 0;
}
a[aria-label="faq"] {
   position: relative;
}
a[aria-label="faq"]:hover:after {
       content: " ";
    background: url(../buttons/faq.png) no-repeat center !important;
    background-size: 100% auto !important;
    background-position: center bottom !important;
    transition: none !important;
    display: block;
    position: absolute;
     left: 15%;
    bottom: -0px;
    width: 90%;
    height: 70px;
}
.w a[aria-label="faq"]:hover:after {
    filter: invert(100%);
}

a[aria-label="get-connected"]:hover .elementor-button-text {
    opacity: 0;
}
a[aria-label="get-connected"] {
   position: relative;
}
a[aria-label="get-connected"]:hover:after {
       content: " ";
    background: url(../buttons/get-connected.png) no-repeat center !important;
    background-size: 100% auto !important;
    background-position: center bottom !important;
    transition: none !important;
    display: block;
    position: absolute;
     left: 15%;
    bottom: -0px;
    width: 70%;
    height: 70px;
}
.w a[aria-label="get-connected"]:hover:after {
    filter: invert(100%);
}

a[aria-label="follow-us"]:hover .elementor-button-text {
    opacity: 0;
}
a[aria-label="follow-us"] {
   position: relative;
}
a[aria-label="follow-us"]:hover:after {
       content: " ";
    background: url(../buttons/follow-us.png) no-repeat center !important;
    background-size: 100% auto !important;
    background-position: center bottom !important;
    transition: none !important;
    display: block;
    position: absolute;
     left: 15%;
    bottom: -0px;
    width: 70%;
    height: 70px;
}
.w a[aria-label="follow-us"]:hover:after {
    filter: invert(100%);
}

a[aria-label="get-directions"]:hover .elementor-button-text {
    opacity: 0;
}
a[aria-label="get-directions"] {
   position: relative;
}
a[aria-label="get-directions"]:hover:after {
        content: " ";
    background: url(../buttons/get-directions.png) no-repeat center !important;
    background-size: 100% auto !important;
    background-position: center 70% !important;
    transition: none !important;
    display: block;
    position: absolute;
    left: 3%;
    bottom: -18px;
    width: 93%;
    height: 70px;
}
.w a[aria-label="get-directions"]:hover:after {
    filter: invert(100%);
}

a[aria-label="load-more"]:hover .elementor-button-text {
    opacity: 0;
}
a[aria-label="load-more"] {
   position: relative;
}
a[aria-label="load-more"]:hover:after {
         content: " ";
    background: url(../buttons/load-more.png) no-repeat center !important;
    background-size: 100% auto !important;
    background-position: center 102% !important;
    transition: none !important;
    display: block;
    position: absolute;
    left: 5%;
    bottom: -0px;
    width: 90%;
    height: 70px;
}
.w a[aria-label="load-more"]:hover:after {
    filter: invert(100%);
}

.pp-posts-skin-portfolio .elementor-button:hover .pp-button-text {
    opacity: 0;
}   
.pp-posts-skin-portfolio .elementor-button {
   position: relative;
}
.pp-posts-skin-portfolio .elementor-button:hover:after {
       content: " ";
    background: url(../buttons/read-the-article.png) no-repeat center !important;
    background-size: 100% auto !important;
    background-position: center 55% !important;
    transition: none !important;
    display: block;
    position: absolute;
     left: 15%;
    bottom: -0px;
    width: 70%;
    height: 70px;
}


.facetwp-load-more {
    position: relative;
    min-height: 33px;
    min-width: 100px
}
.facetwp-load-more:hover {
    text-indent: -999999px;
}
.facetwp-load-more:hover:after {
        background: url(../buttons/load-more.png) no-repeat center !important;
    content: " ";
    background-size: 100% auto !important;
    background-position: center 105% !important;
    transition: none !important;
    display: block;
    position: absolute;
    left: 10%;
    bottom: 1px;
    width: 80%;
    height: 70px;
}



a[aria-label="apply"]:hover .elementor-button-text {
    opacity: 0;
}
a[aria-label="apply"] {
   position: relative;
}
a[aria-label="apply"]:hover:after {
         content: " ";
    background: url(../buttons/apply.png) no-repeat center !important;
    background-size: auto 59% !important;
    background-position: center 102% !important;
    transition: none !important;
    display: block;
    position: absolute;
    left: 5%;
    bottom: 6px;
    width: 90%;
    height: 70px;
}

.w a[aria-label="apply"]:hover:after {
    filter: invert(100%);
}

a[aria-label="more"]:hover .elementor-button-text {
    opacity: 0;
}
a[aria-label="more"] {
   position: relative;
}
a[aria-label="more"]:hover:after {
         content: " ";
    background: url(../buttons/more.png) no-repeat center !important;
    background-size: 100% auto !important;
    background-position: center 102% !important;
    transition: none !important;
    display: block;
    position: absolute;
    left: 5%;
    bottom: -0px;
    width: 90%;
    height: 70px;
}
.w a[aria-label="more"]:hover:after {
    filter: invert(100%);
}
