/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ln-events-list-wrapper {
    font-family: inherit;
}

.ln-events-grid {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    margin: 60px 0 0;
}

.ln-event-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.ln-event-image {
    width: 500px;
    height: 275px;
    flex-shrink: 0;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-color: #f1f5f9;
}

.ln-event-no-image {
    background-image: repeating-linear-gradient(45deg, #f1f5f9 25%, transparent 25%, transparent 75%, #f1f5f9 75%, #f1f5f9), repeating-linear-gradient(45deg, #f1f5f9 25%, #ffffff 25%, #ffffff 75%, #f1f5f9 75%, #f1f5f9);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
}

.ln-event-content {
    padding: 10px 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-top: 0px !important;
}
.svg-before-container {
    max-height: 23px;
    max-width: 37px;
    padding: 0 1px !important;
}
.btn-rest-txt {
    margin-left: 5px !important;
}
.svg-after {
    max-height: 23px;
    max-width: 37px;
    margin-left: 5px;
}

.ln-event-category {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #919eab;
    display: inline-block;
}

.ln-event-title {
    font-size: 50px;
    font-weight: 400;
    color: #0f172a;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.ln-event-details-container.ln-event-meta {
    display: flex;
    gap: 40px;
    margin: 0 0 24px;
}

.ln-event-meta-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ln-event-meta-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #015675;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ln-event-meta-label .dashicons {
    margin-top: -5px;   
    font-size: 19px;
    width: 14px;
    height: 14px;
}

.ln-event-meta-value {
    font-size: 18px;
    color: #015675;
    font-weight: 500;
}

.ln-event-description {
    font-size: 18px;
    color: #015675;
    margin-bottom: 20px;
    line-height: 1.6;
}

.ln-event-read-more {
    display: inline-flex;
    align-items: center;
    color: #ef4444;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.2s;
    border: none;
    text-transform: uppercase;
    background: none;
    padding: 0;
    margin-top: 0px !important;
}

.ln-event-read-more:hover {
    color: #dc2626;
}
.svg-before-container {
    overflow: hidden;
    max-height: 23px;
}

/* Pagination  */
					
.ln-pagination {
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
margin-top: 32px;
padding: 0;
}
.ln-pagination a,
.ln-pagination span {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px !important;
height: 36px !important;
border-radius: 50% !important;
font-size: 14px !important;
color: #888 !important;
text-decoration: none !important;
transition: color 0.2s !important;
padding: initial !important;
}
.ln-pagination a:hover { color: #333 !important; }
.ln-pagination .ln-page-current {
background-color: #c0392b !important;
color: #fff !important;
font-weight: 600;
pointer-events: none;
}
.ln-pagination .ln-page-dots {
color: #aaa;
pointer-events: none;
width: auto;
padding: 0 4px;
}
.ln-pagination .ln-page-arrow img {
width: 20px !important;
height: 20px !important;
display: block !important;
}
.ln-pagination .ln-page-arrow { width: 36px !important; height: 36px !important; }
.ln-pagination .ln-page-arrow.hidden {
visibility: hidden;
pointer-events: none;
}

.ln-event-date > div, .ln-event-time > div, .ln-event-location > div {
    display: flex;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center;
    gap: 10px;
}	
/* Filter Form */
.ln-events-filter-container {
    max-width: none !important;
    margin: 40px 0;
}

#ln-events-filter-form {
    display: flex;
    gap: 30px;
    align-items: end;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 90px;
}

.ln-filter-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width : 230px;
}

.ln-filter-group label {
    font-size: 15px;
    font-weight: 600;
    color: #4b9cb5;
}
.ln-events-section-filter-form {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.ln-filter-select,
.ln-date-picker-wrap input {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #b7c7d1;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #919EAB;
    background-color: #ffffff;
    transition: all 0.2s ease;
    letter-spacing: 8%;
    box-sizing: border-box;
    height: 48px;
    appearance: none;
}

.ln-filter-select {
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23E2523B'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 24px;
}

.ln-date-picker-wrap {
    position: relative;
    width: 100%;
}

.ln-date-picker-wrap input {
    padding-right: 40px;
}

.ln-date-picker-wrap .dashicons-calendar-alt {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #E2523B;
    pointer-events: none;
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.ln-filter-select:focus,
.ln-date-picker-wrap input:focus {
    outline: none;
    border-color: #4b9cb5;
    box-shadow: 0 0 0 3px rgba(75, 156, 181, 0.1);
}

.ln-filter-actions {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

.ln-events-view-more-container .ln-view-more-btn {
    visibility: visible !important;
}

.ln-filter-actions .ln-button {
    height: 48px;
    background-color: transparent;
    visibility: visible !important;
    color: #E2523B;
    border: 1px solid #E2523B;
    border-radius: 24px;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 16%;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    text-decoration: none;
    visibility: unset !important;
}
input#ln_start_date {
    padding-left: 13px;
}

.ln-filter-actions .ln-button:hover {
    background-color: #E2523B;
    color: #ffffff;
}

.ln-filter-actions .ln-button:active {
    transform: scale(0.98);
}

/* Responsive Breakpoints */
@media (max-width: 600px) {
    .ln-filter-group {
        width : 100% !important;
    }
    .ln-pagination {
        gap: 20px !important;
    }
    .ln-filter-actions {
        width :  100% !important;
        flex-direction: column !important;
        gap: 30px !important
    }
    #ln-events-submit {
        width: 100% !important;
    }
    #ln-events-view-toggle {
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .ln-event-date {
        width: 30% !important;
    }
    .ln-event-time {
        width: 50% !important;
    }
    .ln-event-details-container {
        flex-wrap: wrap !important;
    }
}
@media (max-width: 900px) {
    #ln-events-filter-form {
        grid-template-columns: 1fr 1fr;
    }

	.ln-filter-submit {
		grid-column: 1 / -1;
	}

	.ln-event-card {
		flex-direction: column;
		align-items: stretch;
		gap: 20px;
	}
	
	.ln-event-image {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}
}

/* Events Section Figma Design */

.ln-events-grid-two-column {
	display: grid; 
	grid-template-columns: repeat(2, 1fr); 
	gap: 32px; 
	max-width: 100%; 
	margin: 0 auto;
}

#ln-events-section-filter-form {
	max-width: 100%;
	margin: 0 auto 40px auto;
	display: flex;
	gap: 20px;
	align-items: flex-end;
}
#ln-events-section-filter-form .ln-filter-actions {
	flex: 0 0 auto;
}
.ln-view-more-btn {
	display: inline-block;
	padding: 16px 26px;
	border: 1px solid #E2523B;
	border-radius: 30px;
	color: #E2523B;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
    line-height: 24px;
	letter-spacing: 16%;
	transition: all 0.3s;
}
.ln-view-more-btn:hover {
	background-color: #E2523B;
	color: #fff;
}

.ln-section-card {
	display: flex; 
	flex-direction: column; 
	background: #fff; 
	border: 1px solid #E5E5E5; 
	border-radius: 12px; 
	padding: 24px; 
	box-sizing: border-box;
    align-items: flex-start;
}

.ln-section-card-top {
	display: flex; 
	gap: 20px; 
	align-items: flex-start; 
}

.ln-pin-icon-wrap {
    width : 32px;
    height  : 32px;
	position: absolute;
    right: 24px;
}
.ln-pin-icon {
	width: 32px; 
	height: 32px; 
	border-radius: 50%; 
	display: flex; 
	align-items: center; 
	justify-content: center;
}
.ln-pin-active {
	background-color: #F6F4E9; 
	color: white;
}
.ln-pin-inactive {
	background-color: #F6F4E9; 
	color: #444;
}

.ln-section-card .ln-image-wrap {
	flex: 0 0 260px; 
	height: 210px;
}
.ln-section-card .ln-image-wrap a {
	display: block; 
	width: 100%; 
	height: 100%; 
	border-radius: 8px; 
	background-size: cover; 
	background-position: center;
}

.ln-title-date-wrap {
	flex: 1; 
	display: flex; 
	flex-direction: column; 
	height: 120px;
}
.ln-section-event-title {
	margin-bottom: 16px; 
	font-size: 30px; 
	line-height: 150%; 
	font-weight: 400; 
	color: #015675;
    margin-top: 0;
}
.ln-section-event-title a {
	text-decoration: none; 
	color: inherit;
}
.ln-section-event-meta {
	font-size: 14px; 
	font-weight: 800; 
	letter-spacing: 8%; 
	color: #52565A;
}
.ln-event-card.ln-section-card:hover .ln-pin-icon {
    background: #E2523B;
}
.ln-event-card.ln-section-card:hover .ln-pin-icon img {
     filter: brightness(0) invert(1);
}

.ln-section-event-description {
	font-size: 18px; 
    font-weight: 400;
    letter-spacing: 0%; 
	line-height: 26px; 
	color: #015675;
}
.ln-section-event-description a {
	text-decoration: none; 
	color: #015675;
}
.ln-slider-meta-details-title {
    display: none;
}
.ln-slider-meta-details-date {
    display: none;
}

@media (max-width: 900px) {
	.ln-events-grid-two-column {
		grid-template-columns: 1fr !important;
	}
	#ln-events-section-filter-form {
		flex-direction: column;
		align-items: stretch;
	}
	.ln-section-card-top {
		flex-direction: column;
		height: auto;
        width: 100%;
	}
	.ln-section-card .ln-image-wrap {
		width: 100% !important;
		flex: none !important;
		height: 200px !important;
	}
	.ln-title-date-wrap {
		flex: none !important;
		height: auto !important;
	}
}


/* ln_events_slider */



.ln-events-slider {
	overflow: hidden;
}

.ln-slider-card{
    
}

.ln-events-slider {
	position: relative;
}
  
.ln-events-slider .swiper {
    padding-left: 5%;
}

.ln-slider-card {
	background: transparent;
}

/* IMAGE */
.ln-slider-image a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.ln-slider-image a img {
	min-width: auto;
    width: 100%;
    border-radius: 20px;
    min-height: 543px;
    max-height: 543px;
    object-fit: cover;
}

/* CONTENT WRAP */
.ln-slider-content {
    color: #fff;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 135px;
    margin-bottom: 71px;
    justify-content: space-between;
    max-width: 100%;
    min-width: auto;
}

/* LEFT SIDE */
.ln-slider-left {
	width: fit-content;
}

.ln-slider-left h3 {
	margin-bottom: 24px;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
}

.ln-slider-left a {
	
}

.ln-slider-date {
	    font-size: 14px;
    font-style: normal;
    font-family: Avenir800;
    line-height: 24px;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    color: #fff;
}

/* RIGHT SIDE */
.ln-slider-right {
    max-width: 90%;
}

.ln-slider-right p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 32px;
    color: #fff;
}

.ln-events-slider a.ln-tc-event-link.ln-button.ln-show-btn
{
	    font-size: 14px;
    font-style: normal;
    font-family: Avenir900;
    line-height: 24px;
    letter-spacing: 2.24px;
    text-transform: uppercase;
    color: #fff;
}

/* NAV */
.ln-slider-nav {
	    display: flex;
    justify-content: flex-end;
    gap: 16px;
    position: relative;
    padding-right: 5%;
}

.ln-prev,
.ln-next {
	cursor: pointer;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
}


.ln-prev:before {
    display: block;
    content: url(https://lakenona.com/wp-content/uploads/2024/06/white-chevron-left.svg);
    position: relative;
    top: -1px;
    right: 0px;
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    letter-spacing: 0px;
    line-height: 0;
    text-transform: none !important;
    font-variant: initial;
}

.ln-next:before{
    display: block;
    content: url(https://lakenona.com/wp-content/uploads/2024/06/white-chevron-right.svg);
    position: relative;
    top: -1px;
    right: -2px;
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    line-height: 0;
}

.ln-prev:hover:before{
    animation: MoveLeftInitial .25s forwards, MoveLeftEnd .25s forwards .25s;
}

.ln-next:hover:before
{
    animation: MoveRightInitial .25s forwards, MoveRightEnd .25s forwards .25s;
}

.ln-slider-content {
   gap: 22px;
}

.ln-events-slider .swiper-slide {
	width: calc(100% - 480px);
}

input#ln_section_start_date {
    padding-left: 20px !important;
}

.ln-section-event-cta {
    /*display: inline-block;*/
	display:none;
    margin-top: 25px;
}

/* MOBILE */
@media (max-width: 1020px) {
	.ln-slider-content {
		flex-direction: column;
	}

	.ln-slider-image img
	{
			min-height: 237px;
			max-height: 237px;
			object-fit: cover;
			min-width: auto !important;
			max-width: 100%;
	}
}
	
@media (min-width: 1800px) {
	.ln-events-slider .swiper-slide {
    		width: calc(100% - 820px);
	}
}

@media (min-width: 1600px) and (max-width: 1800px) {
	.ln-events-slider .swiper-slide {
    		width: calc(100% - 680px);
	}
}

@media (max-width: 1490px) {
	.ln-events-slider .swiper-slide {
		width: calc(100% - 140px);
	}
}

@media (max-width: 1200px) {
    .ln-events-slider .swiper-slide {
        width: calc(100% - 80px);
    }
}

@media (max-width: 1100px) {
	.ln-events-slider .swiper-slide {
		width: 100%;
	}
}

