:root {
   --white: #ffffff;
   --cream: #f6f4e9;
   --teal: #4399b5;
   --navy: #015676;
   --coral-red: #e2523b;
   --grey: #919eab;
   --black: #000000;
   --ov-op: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   padding-bottom: 0;
}
@font-face {
   font-family: Avenir400;
   src: url('/wp-content/themes/LakeNona/fonts/Avenir/Avenir-Roman.ttf');
   font-display: swap;
}
@font-face {
   font-family: Avenir500;
   src: url('/wp-content/themes/LakeNona/fonts/Avenir/Avenir-Medium.ttf');
   font-display: swap;
}
@font-face {
   font-family: Avenir800;
   src: url('/wp-content/themes/LakeNona/fonts/Avenir/Avenir-Heavy.ttf');
   font-display: swap;
}
@font-face {
   font-family: Avenir900;
   src: url('/wp-content/themes/LakeNona/fonts/Avenir/Avenir-Black.ttf');
   font-display: swap;
}

@font-face {
   font-family: Sentinel-LightItalic;
   src: url('/wp-content/themes/LakeNona/fonts/Sentinel/Sentinel-LightItalic.otf');
   font-display: swap;
}
@font-face {
   font-family: Sentinel-BookItalic;
   src: url('/wp-content/themes/LakeNona/fonts/Sentinel/Sentinel-BookItalic.otf');
   font-display: swap;
}
body {
	font-family: 'Avenir400',Helvetica,Arial,Lucida,sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
}
.ln-gradient-overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    display: flex;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: var(--ov-op);
	pointer-events:none;
}

/*--------------Footer active settings----------*/
/* Initial state when the footer is not active - fully white (transparent) */
/* .footer-not-active .et_pb_section:last-child {
  background: linear-gradient(to bottom, #015676 0%, #015676 0%);
  background-size: 100% 0%;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  transition: background-size 300ms ease-in-out;
} */

/* When the footer is active - the gradient (solid color) fills up from the bottom */
/* .footer-active .et_pb_section:last-child {
  background: linear-gradient(to bottom, #015676 0%, #015676 100%);
  background-size: 100% 100%;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  transition: background-size 300ms ease-in-out;
} */

/* Initial state when the footer is not active - fully white (transparent) */
.et-db #et-boc .footer-not-active .et_pb_section:last-child {
   /* background: linear-gradient(to bottom, #015676 0%, #015676 0%); */
   background-color: #fff;
   /* background-size: 100%; */
   /* background-position: 0% 100%; */
   background-repeat: no-repeat;
   transition: all 0.5s ease-in-out; /* Increased duration and changed to ease-out */
}

/* When the footer is active - the gradient (solid color) fills up from the bottom */
.et-db #et-boc .footer-active .et_pb_section:last-child {
   /* background: linear-gradient(to bottom, #015676 0%, #015676 100%); */
   background-color: #015676;
   /* background-size: 100%; */
   /* background-position: 0% 100%; */
   background-repeat: no-repeat;
   transition: all 0.5s ease-in-out; /* Increased duration and changed to ease-out */
}

.et-db #et-boc .footer-active .et_pb_section.ln-search-result-sec {
   background-color: #fff;
}

/* Define the keyframe animations */
/* @keyframes fadeInGradient {
  from {
    background-size: 100% 0%;
  }
  to {
    background-size: 100% 100%;
  }
}

@keyframes fadeOutGradient {
  from {
    background-size: 100% 100%;
  }
  to {
    background-size: 100% 0%;
  }
} */

/* Initial state - transparent gradient */
/* .footer-not-active .et_pb_section:last-child {
  background: linear-gradient(to bottom, #015676 0%, transparent 100%);
  background-size: 100% 0%;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  animation: fadeOutGradient 600ms ease-out forwards;
} */

/* Active state - solid color after animation */
/* .footer-active .et_pb_section:last-child {
  background: linear-gradient(to bottom, #015676 0%, #015676 100%);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  animation: fadeInGradient 600ms ease-out forwards;
} */

/*--------------PRIMARY BUTTONS-----------------*/
/* .et_pb_button.primary-btn:after {
   content: url(/wp-content/uploads/2024/03/arrow.svg);
   position: relative;
   margin-left: 16px !important; 
   left: 0px !important;
   transition: all 0.3s;
} */

.et_pb_button_module_wrapper a.primary-btn {
   display: inline-flex;
   align-items: center;
   line-height: 24px !important;
}

/* italic fonts */
.ln-italic {
   font-family: Sentinel-BookItalic;
}

/* ******** */

/*----------------CTA SECTION-----------------------*/

.main-cta .et_pb_button_module_wrapper {
   max-width: 1440px;
   width: 80%;
   display: block;
   margin: 0 auto;
}

.ln-global-cta-section .ln-global-cta-content-row .et_pb_column {
	 margin-top: -10%;
}

@media only screen and (max-width: 767px) {
 .ln-global-cta-section .ln-global-cta-content-row .et_pb_column {
	 margin-top: -14%;
}
}

@media (max-width: 900px) {
   .main-cta .et_pb_button_module_wrapper {
      width: 90%;
   }
}

@media (min-width: 1930px) {
   .et_pb_row.row-width {
      max-width: 1440px !important;
      width: 90%;
   }

   .main-cta .et_pb_text {
      width: 90%;
   }
}

@media (min-width: 1800px) {
   .et_pb_row.wave-layout {
      background-position: center bottom 60%;
      min-height: 500px;
   }
}

@media (min-width: 1650px) and (max-width: 1950px) {
   .wave-layout .et_pb_button_module_wrapper {
      top: 120px;
   }
}

@media (min-width: 1000px) and (max-width: 1200px) {
   .wave-layout .et_pb_button_module_wrapper {
      top: 150px;
   }
}

@media (min-width: 1200px) and (max-width: 1320px) {
   .wave-layout .et_pb_button_module_wrapper {
      top: 125px;
   }
}

/*----------------END/CTA SECTION-----------------------*/

/*------------Sectors of Excellence (Commercial Page) --------------*/



.sectors-excellence {
   overflow: auto;
   min-width: 418px;
}

.ln-com-cards-col {
   justify-content: center;
}

.sectors-excellence .et_pb_blurb_content {
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
   position: relative;
   /* left: 32px;
   bottom: 30px; */
   min-width: 418px;
   min-height: 600px;
   align-items: flex-start;
}

.sectors-excellence .et_pb_blurb_content .et_pb_blurb_container {
   background: #015676;
   padding-top: 32px;
   width: 100%;
}

.sectors-excellence .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a {
   margin-right: 55px;
   line-height: 1;
   color: #fff;
   display: inline-flex;
}

span.com-cards-arrow-next {
   position: relative;
   top: -25px;
   right: -90%;
   width: calc(var(--swiper-navigation-size) / 44* 27);
   height: var(--swiper-navigation-size);
   margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
   z-index: 10;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
   color: var(--swiper-navigation-color, var(--swiper-theme-color));
   width: 26px;
   height: 26px;
   border-radius: 50%;
   -webkit-transition: all .2s cubic-bezier(.55,.085,.68,.53);
   transition: all .2s cubic-bezier(.55,.085,.68,.53);
   background-color: #ffffff;
}

span.com-cards-arrow-next:after {
   content: url(/wp-content/uploads/2024/05/things-to-do-readmore-arrow.svg);
   /* content: url(/wp-content/uploads/2024/04/chevron-right-red2.svg); */
   position: relative;
   top: 0;
   width: auto;
   height: auto;
   right: 0;
   left: auto;
}

.sectors-excellence:hover span.com-cards-arrow-next:after {
   animation: MoveRightInitial .25s forwards, MoveRightEnd .25s forwards .25s;
}

@media (max-width: 1520px) {
   .excellence-section .et_pb_row_2.et_pb_row.com-success-row {
      padding-left: 0px!important;
   }
}

@media (max-width: 1350px) {
   .excellence-section .et_pb_row_2.et_pb_row.com-success-row {
      flex-direction: column;
   }

   .excellence-section .et_pb_row_2.et_pb_row.com-success-row .com-success-btn-col {
      width:fit-content;
   }

   .sectors-excellence {
      overflow: auto;
      min-width: 380px;
   }

   .sectors-excellence .et_pb_blurb_content {
      min-width: 380px;
   }
}

@media (max-width: 1210px) {
   .sectors-excellence {
      min-width: 340px;
   }

   .sectors-excellence .et_pb_blurb_content {
      min-width: 340px;
   }
}

@media (max-width: 1078px) and (min-width: 981px) {
   .sectors-excellence {
      min-width: 320px;
   }

   .sectors-excellence .et_pb_blurb_content {
      min-width: 320px;
   }
}

@media (max-width: 520px) {
   .sectors-excellence .et_pb_blurb_content {
      min-height: 412px;
      min-width: 287px;
      /* left: 16px;
      bottom: 16px; */
   }

   .sectors-excellence {
      overflow: auto;
      min-width: 287px;
   }

   span.com-cards-arrow-next {
      right: -87%;
   }
}

@media (max-width: 365px) {
   .ln-commercial-page-hero-section .ln-hero-row .ln-commercial-page-title h1 {
      font-size: 40px;
   }
}


@media (min-width: 1700px) {
   .excellencee-section .et_pb_row.row-width {
      max-width: 1440px !important;
      width: 90%;
   }
}

@media (min-width: 980px) and (max-width: 1030px) /*IPAD PRO*/ {
   .excellence-section .et_pb_row.cards-layout {
      padding-left: 50px !important;
   }
}

/*------------End/Sectors of Excellence--------------*/

/*--------------------HOME CSS* --------------------------*/

.home .ln-hero-row-community {
	height: 100vh !important;
}		

#ln-video-row {
	width: 100% !important;
	max-width: 100% !important;
	height: 100vh;
	z-index: 0 !important;
	position: absolute !important;
	top: 50%;
	bottom: auto;
	left: 50%;
	right: auto;
	transform: translateX(-50%) translateY(-50%);
}

@media only screen and (max-width: 980px) {
	#ln-video-row {
		top: 0px;
		bottom: auto;
		left: 50%;
		right: auto;
		transform: translateX(-50%) translateY(0px);
	}
}

@media only screen and (max-width: 767px) {
	#ln-video-row {
		top: 0px;
		bottom: auto;
		left: 50%;
		right: auto;
		transform: translateX(-50%) translateY(0px);
	}
}

.responsive-video-container {
	pointer-events: none;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}

.responsive-video-container video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.home .ln-hero-row-community h1 {
	font-family: 'Avenir-Heavy-800', Helvetica, Arial, Lucida, sans-serif;
    font-size: 100px;
    color: #FFFFFF !important;
    letter-spacing: 0pt;
    line-height: 100px;
}

@media (max-width:767px) {
	.home .ln-hero-row-community h1 {
		font-size: 60px;
		line-height: 60px;
		letter-spacing: 2pt;
	}
}

.home #page-container {
   overflow-x: hidden !important;
}
.lakenona-com-card-section-row-center .lakenona-com-card-section-col1 {
   max-width: 595px;
   left: 87px;
}
.lakenona-com-card-section-col1 {
   max-width: 555px;
   margin: 0 !important;
}
.lakenona-com-card-section-row-center {
}

.ln-hero-row-community {
   height: 100%;
   display: flex;
   align-items: flex-end;
}
.lake-nona-card-sec-images img {
   border-radius: 20px;
   width: fit-content !important;
   max-width: fit-content;
   left: 135px;
}

.lakenona-com-card-section-row-center .lake-nona-card-sec-images img {
   left: unset;
}

.et_pb_row.et_pb_row_1.lakenona-comm-wawe-row {
   margin: auto !important;
}
.lakenona-community-hero .lakenona-community-hero-col-1 {
   padding-bottom: 74px;
}
.lakenona-community-hero .lakenona-community-hero-col-2 {
   padding-bottom: 110px;
   display: flex;
   justify-content: flex-end;
}

.lakenona-header-font {
   font-family: 'Sentinel-BookItalic';
   font-size: 40px;
   font-style: italic;
   letter-spacing: 1.6px;
   font-weight: 400;
   position: relative;
   top: -35px;
}

span.lakenona-community-hero-icon {
   display: flex;
   align-items: center;
}

span.lakenona-community-hero-icon img {
   padding-left: 32px;
}

.lakenona-comm-wawe-section {
   background-position-y: bottom;
}
.lakenona-comm-wawe-row {
   padding-top: 0;
}

.lakenona-reachout-btn {
   border: solid 2px #e2523b;
   color: #e2523b;
   border-radius: 50px;
   padding: 15px 20px;
   display: inline-flex;
   font-weight: 700;
   text-transform: uppercase;
}

.lakenona-reachout-btn img {
   padding-left: 16px;
}

span.lakenona-reachout-btn a {
   color: #e2523b;
   display: flex;
}

.lakenona-com-card-section-row {
   display: flex;
   align-items: center;
}

.lakenona-com-card-section-col2 {
   margin: 0 !important;
}

.lake-nona-card-sec-images-par.updated-parallax {
   height: 628px;
   bottom: 50px;
}
.updated-parallax img {
   object-fit: cover;
}
.lakenona-com-card-section-col2 {
   left: 135px;
   height: 503px;
   overflow: hidden;
   border-radius: 20px;
}
.lakenona-com-card-section-col2.center-card-ln-col2 {
   left: unset;
}

.lake-nona-card-sec-images-par {
   height: 503px;
}
.lake-nona-card-sec-images-par.center-par-lake-nona {
   left: unset;
}

/*footer hover css in home page*/
.footer-active .lakenona-news-section h3.ln-article-title {
   color: #fff;
   transition: all 0.5s ease-in-out;
}

.footer-active .lakenona-news-section .ln-resources-articles-wrapper p {
   color: #919eab;
   transition: all 0.5s ease-in-out;
}

.footer-active .lakenona-news-section .lakenona-news-title-section h2 {
   color: #fff !important;
   transition: all 0.5s ease-in-out;
}

.footer-active .lakenona-news-section .ln-articles-col-right .ln-article-view-all a {
   color: #ffffff !important;
   border-color: #ffffff;
   transition: all 0.5s ease-in-out;
}

.footer-active .lakenona-news-section a.ln-button.ln-show-btn path {
   stroke: #ffffff;
   transition: all 0.5s ease-in-out;
}

.home .ln-things-to-do-section {
   margin-top: -60px;
}

@media (max-width: 500px) {
   .lake-nona-card-sec-images img {
      height: 503px;
      object-fit: cover;
      border-radius: 20px;
   }
}

@media (max-width: 767px) {
   .lakenona-header-font {
      position: relative;
      top: -14px;
   }
}

@media (max-width: 980px) {
   .home .ln-things-to-do-section {
      margin-top: unset;
      padding-top: 0px !important;
   }
   .lake-nona-card-sec-images-par {
      height: 503px;
      left: unset;
      border-radius: 20px;
      overflow: hidden;
   }
   .lake-nona-card-sec-images img {
      left: unset;
   }
   .lakenona-com-card-section-row-center .lakenona-com-card-section-col1 {
      left: 0px !important;
      max-width: unset;
   }
   .ln-hero-row-community {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
   }
   .et_pb_row.et_pb_row_1.lakenona-comm-wawe-row {
      margin: auto !important;
   }
   .lakenona-community-hero .lakenona-community-hero-col-1 {
/*       padding-bottom: 64px; */
      padding-bottom: 10px;
      margin: 0;
      padding-left: 0px;
      width: auto !important;
   }
   .lakenona-community-hero .lakenona-community-hero-col-2 {
      padding-bottom: 0px;
      display: flex;
      justify-content: flex-start;
      padding-right: 0px;
      width: auto !important;
   }
   .lakenona-com-card-section-col1 {
      max-width: 100%;
      order: 2;
      margin-right: 0px !important;
   }
   .lakenona-com-card-section-col2 {
      order: 1;
      left: 0;
   }
   .lakenona-com-card-section-row {
      flex-wrap: wrap;
   }

   .lakenona-header-font {
      font-size: 24px;
      letter-spacing: 0.96px;
   }
   .lakenona-com-card-section-row-center {
      justify-content: flex-start;
   }
}

@media (max-width: 1439px) and (min-width: 980px) {
   .lakenona-com-card-section-col2 {
      left: 0;
   }
   .lakenona-com-card-section-row-center .lakenona-com-card-section-col1 {
      left: 0px;
   }
/*    .lakenona-com-card-section-row {
      gap: 72px;
   } */
	.lakenona-com-card-section-col2 {
    left: 72px;
}
	.lakenona-com-card-section-col1.center-card-ln-col1 {
    left: 72px;
}
}

@media (max-width: 1350px) and (min-width: 980px) {
   .lakenona-com-card-section-row h2 {
      font-size: 80px !important;
      letter-spacing: -2px;
      line-height: 80px !important;
   }
   .lakenona-community-hero h1 {
      font-size: 80px !important;
      letter-spacing: 0px !important;
   }
/*    .lakenona-com-card-section-row {
      gap: 30px;
   } */
	.lakenona-com-card-section-col2 {
    left: 30px;
}
	.lakenona-com-card-section-col1.center-card-ln-col1 {
    left: 30px;
}
}

/*community individul page template*/
.wave-garage {
   height: 100vh;
   max-height: 537px !important;
   min-height: auto !important;
}
.lake-nona-location-blog h3 {
   display: flex;
   justify-content: center;
   align-items: flex-start;
   gap: 16px;
}
.lake-nona-hotel-link-blog h3 {
   display: flex;
   justify-content: center;
   gap: 16px;
}
div#welcome {
   margin: auto !important;
}

.community-flex-img img {
   border-radius: 20px;
   object-fit: cover;
   height: 450px;
   width: 100vw !important;
}

.community-last-img img {
   width: 100vw;
   object-fit: cover;
   height: 551px;
   border-radius: 20px;
}


@media screen and (min-height: 1400px) {
   .lakenona-community-hero {
      height: 50vh!important;
   } 
}

/* neighbourhoods amenities pages */
.ln-post-content-container .ln-custom-text-block {
   display: none;
}

.ln-post-content-container .ln-amenities-slider-content {
   font-family: 'Avenir Roman';
   color: #000;
   font-size: 18px;
}

.ln-post-content-container .wp-block-group .wp-block-image img {
   border-radius: 8px;
}

.ln-post-content-container .wp-block-group.wp-block-group-is-layout-grid {
   column-gap: 9px!important;
}








/* .ln-single-event-wave-section .ln-single-event-wave-deets-container {
    justify-content: space-between !important;
    gap: 0px !important;
} */

@media screen and (max-width:980px) {
    .ln-single-event-wave-section .ln-single-event-wave-deets-container {
        display: block !important;
    }
} 

@media screen and (max-width:1025px) {
     .things_to_do_slider .ln-things-todo-slide-details {
        position: sticky !important;
     }
     .things_to_do_slider .ln-things-todo-wrapper .ln-things-todo-view-more {
        padding-top: 15px !important;
    }

    .things_to_do_slider .ln-things-todo-wrapper .swiper-buttons-container {
        margin-top: 15px !important;
    }
    
    .things_to_do_slider .ln-things-todo-wrapper .swiper-buttons-container .ln-nav-buttons {
        column-gap: 16px !important;
    }
    .things_to_do_slider .ln-things-todo-wrapper .swiper-buttons-container .ln-nav-buttons .swiper-button-prev {
        margin-right: 5px;
    }
    
    .things_to_do_slider .ln-things-todo-wrapper .swiper-buttons-container .ln-nav-buttons .swiper-button-next {
        margin-left: 5px;
    }
} 

@media screen and (max-width:767px) {
    .cal span.select2.select2-container.select2-container--default {
        max-width: 100% !important;
    }
} 


/* tags page */
.ln-tags-page-title {
   text-transform: capitalize;
}

/* Image Caption Style Override */

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
	background: none !important;
   	color: #919EAB !important;
   	position: relative !important;
	font-family: 'Avenir Roman', Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    margin-top: 16px;
}

.wp-block-image.aligncenter>figcaption{
	color: #919EAB !important;
	font-family: 'Avenir Roman', Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
	margin-top: 16px;
}

/***home page responsive fixes***/
@media screen and (max-height: 520px) {
    .home-hero-c h1 {
        font-size: 45px !important;
        line-height: 55px !important;
    }

    .home .ln-hero-row-community {
        align-items: flex-start;
        width: 90%;
    }

    .lakenona-community-hero .swiper-button-down {
        width: 28px;
        height: 28px;
        margin-left: 15px;
    }

    .lakenona-community-hero .lakenona-community-hero-col-2 {
        margin-top: 0px;
    }  
}

@media screen and (max-height: 380px) {
    .lakenona-community-hero .lakenona-community-hero-col-2 {
        margin-top: 170px;
    }  
}


@media (max-width: 768px) and (max-height: 380px) {
    .home .ln-hero-row-community {
        padding-top: 75px !important;
    }
    .lakenona-community-hero .lakenona-community-hero-col-2 {
        margin-top: 150px;
    }  
}

/**hotjar widget**/
@media screen and (min-width: 650px) {
    .css-p1pc5j.css-p1pc5j {
        right: 74px !important;
    }
}