/*
Theme Name: LoveTipis Theme
Theme URI: https://boostbery.com/
Template: hello-elementor
Author: Boostbery
Author URI: https://boostbery.com/
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1695372548
Updated: 2023-09-22 09:49:08

*/

 .floor-plan-container{
        display: flex;
        flex-direction: column;
        align-items: center;
	 	margin-top:15px;
    }
    select#floor-plans{
		background: none;
        width: clamp(150px, 600px, 80%);
        margin-bottom: 70px;
        text-align: center;
        font-size: 20px;
		border-radius: 100px;
		border: 1px solid white;
		color: white;
		appearance:none;
		background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='e-font-icon-svg e-fas-chevron-down' viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
    background-size: 18px;
    }

select#structures{
		background: none;
        width: clamp(150px, 600px, 80%);
        margin-bottom: 70px;
        text-align: left;
        font-size: 20px;
		border-radius: 100px;
		border: 1px solid white;
		color: white;
		appearance:none;
		background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='e-font-icon-svg e-fas-chevron-down' viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
    background-size: 18px;
    }

#map-container{
	display: flex;
    justify-content: center;
	margin-top:40px;
}
#map {
	width: clamp(600px, 90vw, 1300px);
    height: 600px;
}

.floor_plan_buttons{
	display: flex;
    justify-content: center;
}
.floor_plan_button{
	cursor: pointer;
	border: none;
	outline: none;
}

.hidden_slider{
	display: none;
}

.floor_plan_swiper .swiper-button-next, .floor_plan_swiper .swiper-button-prev {
	filter: grayscale(1) brightness(100);
	margin:-130px;
}

.floor_plan_swiper{
	overflow: clip;
}
.floor_plan_swiper img{
	padding: 75px;
}


ul#post_tags {
	display: inline-flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#post_tags li{ 
	margin-right: 13px;
	color: var(--e-global-color-53dbe31);
	padding-right: 13px;
	position: relative;
}
ul#post_tags li:not(:last-of-type):after {
    content: '';
    height: 16px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 5px;
    background-color: #c9c9c9;
}

#venue_areas_container{
	background: var(--e-global-color-secondary);
	border-radius: 50px;
	padding: 5px 0 5px 16px;
	width: 281px;
}
#venue_areas{
	background: var(--e-global-color-secondary);
	border-radius: 0;
	border: none;
	outline: none;
	width: 250px;
	color: white;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'ff-ernestine-pro';
	letter-spacing: 1.1px;
	font-weight: 100;
	padding: 5px;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 1em;
}
#venue_areas:active, #venue_areas:hover{border:none; outline: none; opacity: 0.8}
#venue_areas option{
	padding: 50px;
	border-radius: 0;
	background: white;
	color: var( --e-global-color-secondary );
	line-height: 50px;
}

#location-container{
	display: flex;
    flex-wrap: wrap;
	column-gap: 20px;
    row-gap: 10px;
}

.venue-container{
	display: flex;
	flex-direction: column;
	gap: clamp(10px, 1vw, 40px);
	padding: 20px 0 30px 0;
	margin: 10px 0 10px 0;
	position: relative;
}

.venue-content{
	font-size: 18px;
}

.venue-content h2 {
	color: var(--e-global-color-secondary);
	font-family: "ff-ernestine-pro", Serif;
	font-size: 30px;
	margin-bottom: 0;
	line-height: 18px;
	font-weight: 600;
	font-style: italic;
}
.venue-content h3{
	font-family: "ff-ernestine-pro", Serif;
	color: var(--e-global-color-primary);
	font-weight: var(--e-global-typography-primary-font-weight);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 28px;
	letter-spacing: 2.1px;
}

.venue-container .featured-image {
	width: 350px;
	height: 260px !important;
	object-fit: cover;
	object-position: center center;
	border-radius: 11px !important;
}

.venue-container .links{
	position: absolute;
	display: flex;
	justify-content: space-evenly;
	top: 0;
	right: 0;
	width: 120px;
}

.venue-container .links img{
	width: 40px;
}

@media only screen and (max-width: 800px) {
	
	#location-container{
		justify-content: space-around;
	}
	
	.venue-container{
		flex-wrap: wrap;
		padding: 10px;
		margin-bottom: 30px;
	}
	.venue-container .featured-image {
		width: 100%;
		height: auto;
	}
}

.blog_categories_list{
	display: flex;
	justify-content: center;
}
.blog_categories_list a{
	border: 1px solid var(--e-global-color-primary);
	border-radius: 50px;
	padding: 10px 20px;
	margin: 0 10px;
	font-family: "ff-ernestine-pro", Serif;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	color: #ffffffa8;
	cursor: pointer;
	transition: all 0.3s ease;
}

.blog_categories_list a:hover:not(.active_filter){
	background: #ffffff1a;
}


.blog_categories_list .active_filter{ 
	background: var(--e-global-color-primary);
	color: white;
} 