/*
    Theme Name: San Ramon
    Version:1.0.0
*/

/* Sports Page */
.green-link a{
	color:#6A933B;
	text-decoration:underline;
}	

.google-review img{
	mix-blend-mode: multiply;
}
.slick-dots li button{
	display:none!important;
}
.home_banner_image{
	left:0;
	right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
	overflow:hidden;
}
.home_banner_image img{
	width: 100%;
   	height: 100%;
	object-fit:cover;
	object-position:center;
}
body{
   padding: 0;
   margin: 0;
}
p{
    margin: 0;
}
#menu-primary-menu{
    padding: 0;
    display: flex !important;
    list-style: none;
    /* gap: 20px; */
    margin: 0;
}
#menu-primary-menu li a{
    color: #1C75BC;
    font-weight: 500;
    font-family: "Barlow", Sans-serif;
	font-size:14px;
}
.menu-item{
    position: relative; 
}
.menu-item a{
    transition:all 300ms ease;
}
#menu-primary-menu .menu-item a:hover ,header .current-menu-item> a {
    color: #6A933B !important;
}
header .menu-item-has-children a{
    position: relative;
}
header .menu-item-has-children >a::after{
   position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 3px;
    display: block;
    right: -15px; 
    border-right: 2px solid #6A933B;
    border-bottom: 2px solid #6A933B;
    transform: rotate(45deg); 
}
.sub-menu{
    display: none;
    list-style: none;
    position: absolute;
    top: 45px;
    background-color: white;
    padding: 20px;
    text-wrap: nowrap;
    box-shadow: rgba(100, 100, 111, .2) 0px 7px 29px 0px;
}
.sub-menu .menu-item{
    padding: 5px 0;
	margin-bottom:5px;
}
.sub-menu .menu-item:first-of-type{
	padding-top:0;
}
.sub-menu .menu-item:last-of-type{
	margin-bottom:0;
	padding-bottom:0;
}
.hamburger__menu ,.close__menu ,.close_popup{
    width: 30px;
    cursor: pointer;
}
.hamburger__menu span ,.close__menu span ,.close_popup span{
    display: block;
    margin-bottom: 6px;
    width: 100%;
    height: 2px;
    background-color: #6A933B;
    transition:all 200ms ease;
}
.hamburger__menu span:last-of-type  {
    margin-bottom: 0;
}
.hamburger__menu[active] span:first-of-type{
    transform-origin: 0 0;
    transform: rotate(45deg) translate(-2px, -2px);
}
.hamburger__menu[active] span:nth-of-type(2){
    opacity: 0;
}
.hamburger__menu[active] span:last-of-type{
    transform-origin: 0 100%;
    transform: rotate(-45deg) translate(-1px, 1px);
}
 
.close__menu span:first-of-type ,.close_popup span:first-of-type{
	transform-origin: 0 0;
    transform: rotate(45deg) translate(-2px, -2px);
}
.close__menu span:nth-of-type(2),.close_popup span:nth-of-type(2){
	 opacity: 0;
}
.close__menu span:last-of-type ,.close_popup span:last-of-type{
	transform-origin: 0 100%;
    transform: rotate(-45deg) translate(-1px, 1px);
}
.header{
    box-shadow: 0 0 8px #c1c0c0;
}
.down__arrow{
    rotate: 136deg;
    border-top: 2px solid #1C75BC;
    width: 30px;
    display: block;
    border-right: 2px solid #1C75BC;
    height: 30px;
    cursor: pointer;
    transition: all 300ms ease-out;
}

.down__arrow:hover{
    transform: translate(5px, -5px);
}

.menus_model ul{
	list-style:none;
	padding:0;
	margin:0;
}
.menus_model .menu-item a{
	color: #235A80;
    font-weight: 600;
    font-family: "Libre Franklin", Sans-serif;
    font-size: 25px;
	position:relative; 
}
.menus_model .menu-item {
	padding: 15px 30px 15px 0;
}
.menus_model .menu-item a::after{
	transform: rotate(45deg);
    border-top: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    display: block;
    width: 15px;
    height: 15px;
    content: '';
    right: -28px;
    position: absolute;
    top: 7px;
	transition:200ms all ease-in;
}
.menus_model .menu-item a::before {
	position: absolute;
    content: "";
    top: 14px;
    right: -30px;
    width: 20px;
    height: 1px;
    background-color: #D9D9D9; 
	transition:200ms all ease-in;
}
.menus_model .menu-item a:hover::after ,.menus_model .current-menu-item a::after{
	border-color:#6A933B !important;
}
.menus_model .menu-item a:hover::before ,.menus_model .current-menu-item a::before{
	background-color:#6A933B !important;
}
body.no-scroll{
	overflow:hidden;
}
.menus_model {
	bottom:0 !important;
}
.mc4wp-form-fields input{
    background: none;
    padding: 5px;
    font-family: Barlow;
    border: none;
    border-bottom: 1px solid #ffffff;
    font-style: italic;
    font-size: 16px;
    color: #E4E4E4;
    outline: none;
    min-width: 300px;
}
.mc4wp-form-fields input::placeholder{
    color: #E4E4E4;
}
.mc4wp-form-fields button{
    font-family: "Open Sans", Sans-serif;
    font-weight: 400;
    fill: #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    background-color: #6A933B;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fff;
    padding: 12px;
    margin-left: -3px;
    cursor: pointer;
}
.input__container{
    display: flex;
}
.footer_year{
    color: #235A80;
    font-family: "Barlow", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}
footer a{
    color: #235A80; 
}
footer a:hover{
    text-decoration: underline;
}
.upcoming__events_container ,.ongoing_events_container{
    display: flex;
    justify-content: start;
    gap: 50px 15px;
	font-family: "Libre Franklin", Sans-serif;
	flex-wrap: wrap;
}
.upcoming__event ,.ongoing_event_item{
    width: 32.31%;
}
.upcoming__event .post_image,.ongoing_events_image{
    margin-bottom: 15px;
}
h2.post_title ,.ongoing_events_title{ 
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    margin: 5px 0;
}

.plan_visit_upcoming_events h2.post_title { 
    color: #235A80;
}

.post_date{
    color: #BEEE80;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.9px;
}

.plan_visit_upcoming_events .post_date{
    color: #6A933B;
}

.post_location{
    color: #BEEE80;
    font-size: 15px;
    letter-spacing: 0.9px;
}

.plan_visit_upcoming_events .post_location {
    display: none;
}

.no_upcoming_events{
/*     color: white; */
    font-size: 16px;
    text-align: center;
    width: 100%;
}
.dummy_image{
    height: 220px;
    background-color: lightblue;
}
.hotels__container,.blogs__container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}
.hotel__item ,.blog__item{
    width: 48%;
	font-family: "Libre Franklin", Sans-serif;
}
.hotel_title ,.envira-gallery-wrap #load-more,.blog__item--title{
    margin: 10px 0 20px;
    color: #235A80;
    font-family: "Libre Franklin", Sans-serif;
    font-weight: 600;
    font-size: 23px;
}
.hotel__button ,.page__not__found a ,.blog__item__button{ 
    font-family: "Open Sans", Sans-serif;
    font-weight: 400; 
    color: #6A933B;
    background-color: #FFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #6A933B;
    transition:all 300ms ;
    font-size: 15px;
    padding: 8px 25px;
    display: inline-block;
    text-decoration: none;
}
.hotel__button:hover,.page__not__found a:hover ,.blog__item__button:hover{
    background-color: #6A933B;
    color: white;
}
.hotel__item--image{
	position:relative;
	overflow:hidden;
	margin-bottom:5px;
	cursor:pointer;
}
.hotel__item--image img ,.blog__item--image img{
	width:100%;
	object-fit:cover;
	display:block;
}
.hotel_hover_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #235a80e0;
    color: white;
	padding:25px;
	transform: translateY(102%);
	transition:all 300ms ease;
	overflow-y:auto;
}
.hotel_hover_content::-webkit-scrollbar {
    display: none;
}
.hotel_hover_content h3{
	color:white;
	padding-bottom:25px;
	border-bottom:3px solid #6A933B;
	margin-bottom:25px;
	width:70%;
	font-weight:400;
	font-size:18px;
}
.hotel_hover_content strong{
	font-weight:600;
	margin-bottom: -16px;
    display: block;
}
.hotel_hover_content p{
	margin-bottom:25px;
}
.page__not__found{
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}
.page__not__found h2{
    color: #235A80;
    font-family: "Libre Franklin", Sans-serif;
    font-size: 45px;
    font-weight: 400;
    margin: 10px 0;
}
/* .line_atfer_text{
    position: relative;
    padding-right: 10px;  
}
.line_atfer_text::after{
    position: absolute;
    content: ''; 
    background-color: #6A933B;
    top: 50%;
     
} */
.newsletter__button{
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    display: block;
    width: 15px;
    height: 15px;
    position: relative;
}
.newsletter__button::after{
    position: absolute;
    content: "";
    top: 9px;
    left: -1px; 
    width: 20px;
    height: 1px;
    background-color: #fff;
    transform: rotate(134deg) translate(-1px, 3px);
}
.product_container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 15px;
    justify-content: start;
    width: 100%;
}
.product_item{
    width: 32.3%;
}
.product_image ,.ongoing_events_image,.post_image{
	overflow:hidden;
}
.product_image img ,.upcoming__event img, .ongoing_events_image img{
    object-fit: cover;
    width: 100%;
	transition:all 300ms ease;
	object-position: center;
    max-height: 380px;
	aspect-ratio:1/1;
}
.product_image img:hover ,.upcoming__event img:hover, .ongoing_events_image img:hover{
	transform:scale(1.1);
}
h3.product_title {
    font-family: "Libre Franklin", Sans-serif;
    color: #235A80;
    font-weight: 600;
    font-size: 22px;
    margin: 10px 0;
}
.products_container .content,.dining_container .content{
    min-height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.select_parent{
    border-bottom: 1px solid #6A933B;
    padding-bottom: 5px; 
    min-width: 120px; 
    display: flex;
    align-items: center;
    justify-content: space-between; 
	gap:10px;
}
select{
	cursor:pointer;
}

select.change_category {
    border: none; 
    appearance: none;
    outline: none;
    position: relative;
    font-family: "Libre Franklin", Sans-serif;
    font-weight: 500;
    color: #666666;
    font-size: 16px;
	width:100%;
}
.select_arrow{  
    position: relative;
    right: 3px;
    width: 10px;
    height: 9px;
    display: block;
    border-bottom: 1px solid #6A933B;
    border-right: 1px solid #6A933B;
    transform: translateY(-50%) rotate(45deg);  
    pointer-events: none; 
}
.no_items_found{
    font-family: "Libre Franklin", Sans-serif;
    color: #235A80;
    font-weight: 600;
    font-size: 22px;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}
.loader{
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
	right:0;
    /* background-color: rgb(231, 231, 231); */
}
.loader.active{
    display: flex !important;
}
.loader span{
    width: 50px;
    height: 50px;
    border: 5px solid #6A933B;
    border-top-color:#fff;
    border-radius: 50%;
    display: block;
    animation: loader 500ms linear infinite;
}
/* Weather Styles */
.about_weather_section .splw-lite-wrapper .splw-lite-header-title-wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
}
.about_weather_section  #splw-location-weather-418.splw-main-wrapper{
    max-width: 400px !important;
}

/* .plan-your-visit-weather #splw-location-weather-418.splw-main-wrapper{
    margin-right: 0px;
} */

.about_weather_section  .splw-lite-wrapper .splw-cur-temp{ 
    justify-content: start; 
    flex-direction: row-reverse;
}
.splw-lite-wrapper .splw-lite-current-temp span.cur-temp{
    font-family: "Barlow";
    font-weight: 500;
}
.about_weather_section .splw-lite-wrapper .splw-lite-current-temp span.cur-temp ,.about_weather_section .splw-lite-current-temp .temperature-scale{
   font-size: 45px;
   color: #808080;
   vertical-align: unset;
}
.about_weather_section  #splw-location-weather-418 .splw-lite-wrapper .splw-lite-current-temp .splw-weather-icon {
    width: 125px; 
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.splw-lite-header-title{
    font-weight: 500 !important;
    font-size: 14px !important;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom:7px !important;
}
.about_weather_section .splw-lite-current-time span{
    color:#808080;
    font-weight: 500;
    font-size: 14px !important;
    letter-spacing: 1.6px;
}
.temperature-scale{
    margin: 0 0 0 5px !important;
}
header #splw-location-weather-520.splw-main-wrapper{
    margin: 0 !important;
}
header .splw-lite-templates-body{
    padding: 0 !important;
}
header #splw-location-weather-520 .splw-lite-wrapper .splw-lite-current-temp .splw-weather-icon{
    width: 40px !important;
}
header .cur-temp{
    color: #808080;
    font-size: 18px !important;
    display: flex;
    align-items: center;
}
header .temperature-scale{
    vertical-align: unset !important; 
    font-size: 18px !important;
}
header .splw-lite-wrapper .splw-cur-temp{
    gap: 10px;
}
.close_popup{
	display:inline-block;
	position:relative;
}
.popup_parent_container{
	top:0;
	position:fixed;
	left:0;
	bottom:0;
	right:0;
	display:none;
}
.popup_child_1{
	top:0;
	left:0;
	bottom:0;
	right:0;
}
.popup_child_2{
	z-index:20;
	position:relative;
}

.popup_parent_container>.e-con-inner{
	overflow:hidden;
}
.popup_newletter .input__container{
	flex-direction:column;
	gap:20px;
}
.popup_newletter .mc4wp-form-fields input{
	width:100%;
	min-width:100%; 
}
.popup_newletter .mc4wp-form-fields input[type="email"]{
	border:1px solid #B3B3B3;
	padding:12px 18px;
	font-size: 14px;
    font-style: normal;
	color:#235A80;
}
.popup_newletter .input__container button{
	transition:all 300ms ease;
	font-size:15px;
} 
.popup_newletter .input__container ::placeholder{
	color:#0a0a0ade;
}
.popup_newletter .input__container button:hover{ 
    font-weight: 400;
    fill: #6A933B;
    color: #6A933B;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #6A933B;
}
.events_page_upcoming_events .post_title{
	color:#235A80;
}
.events_page_upcoming_events  .post_date, .events_page_upcoming_events  .post_location{
	color:#6A933B;
	font-weight:500;
}

.events_page_upcoming_events .upcoming__events_container{
	gap: 50px 15px;
}
.search_and_sort_event {
    display: flex;
    align-items: end;
    justify-content: space-between;
	gap:30px;
}
.search_event_container {
    width: 60%;
	display:flex;
	gap:20px;
	align-items:center;
	position:relative;
	
}
.search_event_container img{
	position: absolute;
    width: 22px;
    right: 0;
    top: 10px; 
}
input.Search_event {
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #6A933B; 
	font-family: "Libre Franklin", Sans-serif;
	font-size:18px;
	font-weight:500;
	padding:10px 0;
	color:#666666;
/* 	padding-left: 30px; */
}
input.Search_event::placeholder{
	color:#666666;
}
.search_event_container button {
    all: unset;
    background: #6A933B;
	border:1px solid #6A933B;
    color: white;
    padding: 12px 25px;
    font-family:"Open Sans", Sans-serif;
    font-size: 16px;
	transition:all 300ms ease;
	cursor:pointer;
	text-wrap:nowrap;
	font-weight:400;
}
.search_event_container button:hover{
	background-color:white;
	color:#6A933B;
}
.search_event_container button::placeholder{
	color:#666666;
}
select.sort_event {
	border: none;
    border-bottom: 1px solid #6A933B;
    outline: none;
    padding: 0 0 5px 0;
    -webkit-appearance: none;
    width: 100%;
    font-weight: 500;
    color: #666666;
    font-size: 18px;
    font-family: "Libre Franklin", Sans-serif;
}
.sort_event_container{
	position:relative;
	min-width:200px
}
.sort_event_container::after ,.select_category h3::after{
	position:absolute;
	content:"";
	right:3px;
	top:2px;
	width:10px;
	height:10px;
	border-bottom:1px solid #6A933B;
	border-right:1px solid #6A933B;
	transform:rotate(45deg)
}
.select_category{
	font-family: "Libre Franklin", Sans-serif;
	position:relative;
	min-width: 200px;
	cursor:pointer;
}
.select_category h3{
	margin: 0;
	color: #666666;
	border-bottom: 1px solid #6A933B; 
    padding: 0 50px 5px 0;
	position:relative;
	font-weight:500;
	font-size:18px;
}
.select_category .lable{
	display:block;
	margin-bottom:10px;
	color:#666666;
}
.select_category .lable input{
	margin-right:10px;
	accent-color:#6A933B;
	cursor:pointer;
}
.select_category label{
	cursor:pointer;
}
/* .event_filters{
	display:none;
} */
.select_category_popup{
	opacity:0;
	box-shadow: 0 0 10px gainsboro;
    padding: 10px;
    border-radius: 5px;
	position:absolute;
	top:35px;
	left:0;
	right:0;
	background-color:white;
	z-index:10;
	transform:translateY(-20px);
	transition:all 300ms ease-in-out;
	visibility:hidden;
}
.select_category:hover .select_category_popup{
	opacity:1;
	visibility:visible;
	transform:translateY(0); 
}
.free_things_to_do_item {
    display: flex;
   	align-items: center;
    justify-content: start;
	position:relative;
	padding:0 20px;
	opacity: 0.5;           
    transition: all 0.3s ease;  
}
.free_things_to_do_item.slick-center{
	opacity:1;
	transform:scale(1.10);
}
/* .free_things_to_do_container  .slick-center {
    width: 45% !important%;   
}

.free_things_to_do_container  .slick-slide:not(.slick-center) {
    width: 15% !important;    
} */
.free_things_to_do_container .slick-prev {
    right: 20% !important;
    transform: translateX(-50%) !important;
	left: unset !important;
}
.free_things_to_do_container .slick-next {
    right: 15% !important;
    transform: translateX(-50%) !important;
}
.free_things_to_do_container .slick-next,.free_things_to_do_container .slick-prev{
	bottom:20% !important;
	top:unset !important;
	z-index:20;
}
.free_things_to_do_container .slick-next::before, .free_things_to_do_container .slick-prev::before{
	opacity:0 !important;
}
.prev-arrow,.next-arrow{
	all:unset;
	width: 25px;
	margin-top: 20px;
    margin-bottom: 10px;
}
.common-arrows .arrows{
	position: absolute;
    right: -15px;
    bottom: 0;
    top: -260px;
	display:none;
}
/* .free_things_to_do_content .arrows{
	display:none;
} */
.arrows {
    display: flex;
    justify-content: end;
}
.free_things_to_do_container .slick-next::after ,.free_things_to_do_container .slick-prev::after ,.free_things_to_do_container .prev-arrow::after,.free_things_to_do_container .next-arrow::after{  
	position:absolute;
	content:'';
	background-color: transparent;
	border: none;
	cursor: pointer; 
	padding: 7px; 
	transform:rotate(45deg);
}
.free_things_to_do_container .slick-next::after ,.free_things_to_do_container .next-arrow::after{
	border-top:2px solid #6A933B;
	border-right:2px solid #6A933B; 
}
.free_things_to_do_container .slick-prev::after ,.free_things_to_do_container .prev-arrow::after{
	border-bottom:2px solid #6A933B;
	border-left:2px solid #6A933B; 
}
 
.free_things_to_do_image {
    width: 60%; 
    z-index: 0;
    left: 0;
    height: 100%;
}
.free_things_to_do_image img{
	object-fit:cover;
	width:100%;
	max-height: 600px;
}
.free_things_to_do_content {
	position:absolute;
	right:0;
	top:50%;
	transform:translatey(-50%);
	z-index:10;
    width: 50%;
	padding: 50px 30px 35px 30px;
    background-color: #F3F2ED;
	font-family: "Libre Franklin", Sans-serif; 
}
h2.free_things_to_do_title {
    color: #235A80;
    font-weight: 500;
    line-height: 40px;
    font-size: 30px;
	margin: 0 0 5px 0;
}
h3.free_things_to_do_subtitle {
    color: #6A933B;
    font-weight: 500;
    margin: 0 0 15px 0;
}
.free_thing_to_do_text{
	color:#666666;
	font-family: "Libre Franklin", Sans-serif; 
	font-size:14px;
	line-height:20px;
	padding-right:30px;
	margin-bottom:30px;
}
.free_things_to_do_item.slick-slide { 
    margin: 0 30px;
}

.hotel_information{
	color:#666666;
	font-family: "Libre Franklin", Sans-serif; 
	font-size:15px;
	line-height:20px;
	margin-bottom:20px;
	margin-top:0px;
	padding-top:0px;
}
.faq_section .elementor-accordion-item {
    border: none;
    border-bottom: 1px solid #707070 !important; 
	padding: 30px 0px;
}
.faq_section .elementor-accordion-item:last-of-type { 
    border-bottom: none!important; 
}
.faq_section .elementor-accordion-icon svg{
	width:2em !important;
	height:2em !important;
}
/* Submit an Event Form */
.two_columns {
    display: flex;
    justify-content: space-between;
	align-items:start;
}
.two_columns >div{
	width:48%;
}
.two_columns .submit_button{
	width:30%;
}

.wpcf7-form {
	font-family: "Libre Franklin", Sans-serif;
}
.wpcf7-form .heading{
	font-size:25px;
	line-height:35px;
	color:#235A80;
	font-weight:500; 
	margin:0 0 5px 0;
}
.sub_heading{ 
	font-size:14px !important;
}
.wpcf7-form  p{
	color:#666666;
	font-size:12px;
	line-height:21px;
	margin:0 0 10px 0;
	position:relative;
}
.wpcf7-form label{
	color:#235A80;
	letter-spacing:0.6px;
	line-height:40px;
	margin:0 0 5px 0;
	font-size:12px;
}
.wpcf7-form  input ,.wpcf7-form  select ,.wpcf7-form  textarea{
	border:1px solid #CCCCCC;
	width:100%;
	box-sizing:border-box;
	color:#666666;
	font-size:14px;
	padding:12px ;
	outline:none;
	max-width:100%;
	min-width:100%;
}
.wpcf7-form  input[type="checkbox"]{
	width:auto ;
	min-width:auto;
	accent-color:#6A933B;
	vertical-align:10px;
}
.wpcf7-form  input::placeholder{
	color:#999999;
}
.wpcf7-submit{
	background-color:#6A933B;
	border:1px solid #6A933B !important;
	font-size:14px;
	text-transform:uppercase;
	color:white !important;
	padding:12px 25px !important;
	width:auto !important;
	transition:all 300ms ease;
	cursor:pointer;
}
.wpcf7-submit:hover{
	background-color:white;
	color:#6A933B !important;
	
}
.select_photo{
	background-color:white;
	color:#6A933B !important;
	border:1px solid #6A933B ;
	font-size:14px !important;
	margin: 14px 0 10px 0 !important;
    display: inline-block;
    line-height: 15px !important;
	padding:12px 25px ;
	cursor:pointer;
}
.submit_button{
	margin-top:25px;
}
.submit_button p{
	display: flex;
    align-items: end;
    flex-direction: column;
}
.wpcf7 input[type="file"] { 
    visibility: hidden;
    position: absolute;
}
.close-form{
	color:#999999;
	font-size:14px;
	text-decoration:underline;
	cursor:pointer;
	margin-top:30px;
	display:inline-block;
}
.wpcf7-not-valid-tip {
    color: #D62C2C !important;
    font-size: 12px !important;
    font-style: italic; 
    line-height: 10px;
    margin-top: 5px;
    font-family: "Libre Franklin", Sans-serif;
}
  
.selected_image_preview ,.flyer_image_preview {
   	width: 50px;
    position: absolute;
    height: 50px !important;  
    left: 150px;
    top: 10px;
	display:none;
	object-fit:cover;
}
#other_event {
	display:none;
}
.ui-widget.ui-widget-content{
	z-index:100 !important;
}
input[type="checkbox"]~span{
	line-height:20px !important;
	display:block;
	display:inline-block;
    margin: 7px;
	width:80%;
}
.meeting_proposal_popup{
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
	display:none;
	z-index:100;
	padding:50px 30px;
	overflow:auto;
	height:100vh;
}
.meeting_proposal_popup >.e-con-inner{
	height:auto !important;
}
.meeting_proposal_popup .child-1{
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index:50;
	width:100%;
	height:100%;
}
.meeting_proposal_popup .child-2{
	margin:100px 0; 
	position:relative;
	z-index:60;
}


.elementor-accordion-icon-right{
	position:relative;
/* 	opacity:0; */
}
.elementor-accordion-icon-right::after{
	position: absolute;
    content: '';
    right: 10px;
    top: 3px;
    width: 25px;
    height: 25px;
    border-bottom: 2px solid #6A933B;
    border-right: 2px solid #6A933B;
    transition: all 300ms ease;
    transform: rotate(45deg);
}
.elementor-tab-title.elementor-active .elementor-accordion-icon-right::after{
	transform: rotate(-136deg);
	 top: 10px;
}

.wsp-container{
	font-family: "Libre Franklin", Sans-serif;
}
.wsp-pages-title{
	font-size:25px;
	font-weight:600;
	color:#6A933B;
}
.wsp-container .page_item { 
	margin-bottom:10px;
}
.page_item a{
	color:#666666;
}
.wsp-container .page_item a:hover{
	text-decoration:underline;
}
.get_proposal{
	cursor:pointer;
}
.wpcf7-form.sent {
    display:none !important;
}
.wsp-pages-list{
	padding: 0;
    list-style-position: inside;
	color:#235A80;
}


.map_view {
    display: flex;
/*     height: 80vh; */
	height:400px;
	font-family: "Libre Franklin", Sans-serif;
}

#map_view_locations {
    width: 30%;
    overflow-y: auto;
    padding: 20px 20px 20px 0;
}

#map_container {
    width: 70%;
    height: 100%;
}

.hotel-heading {
    padding: 10px;
	margin-top:10px;
/*     margin-bottom: 10px; */
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
	color: #6A933B;
	font-weight:600;
	font-size:18px;
	padding-left:0;
	position:relative;
}
.hotel-heading::after{
	position:absolute;
	content:'';
	display:block;
	width:10px;
	height:10px;
	border-top:2px solid #6A933B;
	border-right:2px solid #6A933B;
	rotate:134deg;
	right:0;
	top:3px;
	transition:all 300ms ease;
}
.hotel-heading.active::after{
	rotate:-45deg !important;
}
.art_wind_logo  img{
	mix-blend-mode: darken;
}
#map_view_locations .hotel-heading:first-child {
	margin-top:0px;
	padding-top:0px;
}

span.hotel-name {
    width: 82%;
	line-height:22px;
	font-size:14px;
}
span.hotel-number {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    transition:all 200ms ease;
    background-color: #235a80;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center; 
    border-radius: 50%;
	font-size:12px;
}
.hotel-item{
	padding: 10px;
/* 	border-bottom: 1px solid #ccc; */
	color: #235A80;
	font-weight:400;
	cursor: pointer;
	display:flex;
	align-items:center;
	padding-left:0;
	display:none;
}

.hotel-item:hover, .hotel-item.active {
/*     background-color: #f0f0f0; */
/* 	background-color: #d9d3d3; */
}
.hotel-item:hover span.hotel-number, .hotel-item.active  span.hotel-number{
	background-color:#6A933B;
	color: #FFF;
}
.hotel-item:hover  span.hotel-name, .hotel-item.active  span.hotel-name{
	color:#6A933B;
}
.marker-label{
	width:20px;
	height:20px;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:#235a80;
	color:white;
	position:absolute;
	top:40px;
	left:-10px;
	border-radius:50%;
}
.cky-consent-container ,.cky-modal{
	font-family: "Libre Franklin", Sans-serif;
}
.home_slider .slick-track {
    display: flex;
}
.home_slider .slick-track .slick-slide {
    display: flex;
    height: auto;
}
.home_slider_container{
	position:absolute;
	height:100%;
	right:0;
}
.home_hotel_slider{
	top:0;
	bottom:0; 
}
.home_hotel_slider div{
	height:100%;
}
.home_hotel_slider figure{
	height:100%;
}
.home_hotel_slider img{
	height:100%;
	object-fit:cover;
}
.banner_info{
	opacity:0;
}
.sleeping_rooms span.wpcf7-list-item.first.last {
    display: flex;
    align-items: center;
    justify-content: start;
}
.sleeping_rooms > br{
	display:none;
}
.single_blog_page{
	padding:50px 0 0;
}
.single_blog_page .container{
	max-width:1140px;
	margin:auto;
	padding:0 20px;
}
.single_blog_image img{
	width: 100%;
    object-fit: cover;
    height: auto;
    display: block;
    margin-bottom: 10px;
}
.single_blog_image{
	margin-bottom:40px;
}
.single_blog_title{
	margin: 10px 0 20px;
    color: #235A80;
    font-family: "Libre Franklin", Sans-serif;
    font-weight: 600;
    font-size: 45px;
}
.single_blog_content{
	margin-bottom:70px;
	color: #666666;
    font-family: "Open Sans", Sans-serif;
    font-size: 18px; 
    line-height: 30px; 
}
.single_blog_content p {
	color: #666666;
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
	margin-bottom:20px;
}

.single_blog_content li {
	color: #666666;
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.single_blog_content a{
	text-decoration:none;
	color: #235a80;
    font-weight: 600;
}
 
.hotels__container_meetings .hotel_hover_content{
	padding: 20px !important;
}
.hotels__container_meetings .hotel_hover_content h3 { 
    padding-bottom: 20px; 
    margin-top: 0;
    font-size: 16px;
}
.hotels__container_meetings .hotel_hover_content p {
    margin-bottom: 20px;
    font-size: 14px;
}
.blog__item--image img{
	aspect-ratio: 3 / 2;
}
p.blog_photo_credit {
    font-size: 14px;
    color: #235A80;
    font-style: italic;
    font-family: "Libre Franklin", Sans-serif;
}
.single_blog_content blockquote {
    font-size: 16px;
    border-left: 8px solid #6A933B;
    padding-left: 30px;
    max-width: 800px;
    margin: 60px auto;
}
.single_blog_content blockquote P{
	font-size:15px;
	line-height:23px;
}
.single_blog_content blockquote P:last-of-type{
	font-size:18px;
	line-height:30px;
}

.more__articles {
    padding: 50px 0 21px;
    border-top: 4px solid #B3B3B3;
    font-family: "Libre Franklin", Sans-serif;
	margin-bottom:50px;
}
h2.more__articles--heading {
    margin: 0 0 30px;
}
.more__articles--container {
    display: grid;
    gap: 20px; 
}
.more__articles--item a{
	text-decoration:none;
}
.more__articles--item--image img{
	width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    height: auto;
}
h2.more__articles--item--tile {
    color: #235A80;
    font-weight: 600;
    text-decoration: none;
    margin: 10px 0;
    font-size: 23px;
}
.single_blog_about_sanramon_container {
    padding: 70px 0;
   	background-image: url('https://discoversanramonca.com/wp-content/uploads/2024/09/background-_image.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #235A80;
    font-size: 14px;
    font-family: "Libre Franklin", Sans-serif;
	margin-top:30px;
}
.single_blog_sanramon{
	display: flex;
    gap: 50px;
	flex-wrap:wrap;
	justify-content:space-between;
}
.single_blog_sanramon P{
	margin-bottom:20px;
	line-height:20px;
}
h3.single_blog_about_sanramon-heading {
    color: #235A80;
    margin: 0 0 20px 0;
    font-family: "Libre Franklin", Sans-serif;
    font-size: 25px;
    font-weight: 600;
}

.single_blog_content h3 {
	color: #1C75BC;
}

#load-more{
	font-family: "Open Sans", Sans-serif;
    font-weight: 400;
    color: #ffffff;
    background-color: #6A933B;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #6A933B;
    transition: all 300ms;
    font-size: 15px;
    padding: 8px 25px;
    display: inline-block;
	cursor:pointer;
}
#load-more:hover{
	color: #6A933B;
    background-color:#fff ;
}
.load_more_container{
	text-align:center;
	margin-top:25px;
	min-height:35px;
}
.all_blogs__container {
	display:grid;
	gap:30px 20px;
}
.blog__item--title{
	line-height:30px;
}
.social_media_icons span.elementor-grid-item {
    margin-right: 10px;
}
.blog_flex_container {
    display: flex;
    gap: 30px;
	flex-wrap:wrap;
}
.blog_flex_container >div:first-of-type img{
	display:block;
	margin-bottom:10px;
	width:100%;
	object-fit:cover;
}
.blog_flex_container >div:first-of-type{
  	font-size: 14px;
    color: #235A80;
    font-style: italic;
    font-family: "Libre Franklin", Sans-serif;
	line-height:20px;
}




@media screen and (min-width:768px){
	.search_event_container{
		max-width:500px;
	}
	.home_slider-slide-mobile{
		display:none;
	}
	.home_slider  {
/* 		max-height: 600px; */
		overflow:hidden;
	}

	.faq_section  .elementor-tab-content{
		width:80%;
	}
	.desktop_hide_element{
		display:none;
	}
	.hotel__item--image:hover .hotel_hover_content {
		transform: translateY(0%);
	}
/* 	.more__articles--item {
		width: 31%;
	} */
	.single_blog_sanramon-first{
		width:47%;
	}
	.single_blog_sanramon-second{
		width:30%;
	} 
	.blog_flex_container >div{
		width:47%;
	}
}
@keyframes loader {
    100%{
        rotate: 360deg;
    }
}
@media screen and (min-width:1111px) {
	.upcoming__event, .ongoing_event_item {
		width: 32.40%;
	}
}
@media screen and (min-width:1025px) {
	.ongoing_events_container{
		gap:60px 15px;
	}
    #menu-primary-menu .menu-item:hover .sub-menu{
        display: block !important;
    }
    .menu-item{ 
        padding: 15px 30px 15px 0;
        text-wrap: nowrap;
    }
	.menu-primary-menu-container{
		display:block !important;
	}
	 #menu-primary-menu .menu-item-has-children{
		 margin-right:5px;
	}
	.blogs__container{
		gap:38px;
	}
	.all_blogs__container ,.more__articles--container{
		grid-template-columns:repeat(3, 1fr);
	}
	.home_slider-slide-letf {
		width: 50%;
		padding: 70px;
	}
	.home_slider-slide-right {
		width: 50%;
	}
	h1.home_slider-slide-heading {
		font-size:55px;
	}
}
@media screen and (max-width:1024px) {
	.desktop_hide br{
		display:none;
	}
	.free_things_to_do_item.slick-center{
		transform:unset;
	}
	.menus_model .e-con-inner >div{
		overflow-y:auto;	 
	 	overflow-y: scroll;
		display: block !important;
		overflow-x: hidden;
	}
    .menu-primary-menu-container{
        display: none;
        margin-top: 20px;
    } 
    #menu-primary-menu{
        flex-direction: column;
        gap: 20px;
        align-items: start;
    } 
    .hotels__container ,.blogs__container{
        gap: 29px;
    }
    .product_item{
        width: 48.97%;
    }
    .sub-menu{
        position: static !important;
        box-shadow: none !important;
        padding: 20px 20px 0;
    }
}
@media screen and (min-width:768px) and (max-width:1024px){
	h1.home_slider-slide-heading {
		font-size:40px;
		line-height: 48px !important;
	}
	.home_slider-slide-letf {
		width: 50%;
		padding: 50px;
	}
	.home_slider-slide-right {
		width: 50%;
	}
	.upcoming__event ,.ongoing_event_item{
		width:31.9%;
	}
	.free_things_to_do_image img{
		min-height:400px;
	}
	.ongoing_events_container{
		gap:60px 15px;
	}
	.free_things_to_do_item{
		display:flex !important;
		background-color:#F3F2ED;
		padding:0;
		margin: 0 15px !important;
	}
	.free_things_to_do_content{
		position:static;
		transform:unset;
	}
	.film-tab-view{
		max-width:60% !important;
	}
	.single_blog_title{
		font-size:40px;
	}
	.all_blogs__container ,.more__articles--container{
		grid-template-columns:repeat(2, 1fr);
	}
}
@media screen and (min-width:1141px){
	.free_things_to_do_item{
		width:1035px;
		padding:0; 
	}
	.free_things_to_do_item.slick-slide {
		margin: 0 50px;
	}
	.free_things_to_do_image img{
		height:450px;
	}
}
@media screen and (min-width:1025px) and (max-width:1140px){
	.free_things_to_do_item{
		width:800px;
		padding:0 20px 0 10px;
	}
	.free_things_to_do_container  .slick-list{
		padding: 0 35px 0 20px !important;
	}
	.free_things_to_do_image img{
		height:400px;
	}
}
@media screen and (min-width:768px) and (max-width:1000px){
	.free_things_to_do_item{
		width:700px;
	}
/* 	.free_things_to_do_image img{
		height:400px;
	} */
}


     
@media screen and (max-width:767px) {
	.home_slider .slick-prev , .home_slider .slick-next {
		display:none !important; 
	}
	.home_slider-slide-letf ,.home_slider-slide-right{
		display:none !important;
	}
	h1.home_slider-slide-heading {
		font-size:40px;
		line-height: 50px !important; 
	}
	.home_slider-slide-letf {
		width: 100%;
		padding: 40px;
	}
	.home_slider-slide-right {
		width: 100%;
	}
	.p.blog_photo_credit ,.blog_flex_container >div:first-of-type{
		font-size:13px !important;
	}
	.single_blog_content,.single_blog_content p ,.single_blog_content blockquote P:last-of-type{
		font-size:16px !important;
		line-height: 22px !important;
	}
	.single_blog_content blockquote,.single_blog_content blockquote p:not(last-of-type){
		font-size:15px !important;
	}
	.blog_flex_container >div{
		width:100%;
	}
	.all_blogs__container ,.more__articles--container{
		grid-template-columns:repeat(1, 1fr);
	}
	.single_blog_title{
		font-size:35px;
	}
	.home_hotel_slider ,.home_slider_container{
		position:static !important;
	}
	#map_view_locations {
        scrollbar-width: thin; /* For Firefox */
        scrollbar-color: #6A933B #f0f0f0; /* For Firefox */
        overflow-y: scroll !important;  
    }

    #map_view_locations::-webkit-scrollbar {
        width: 10px;  
    }

    #map_view_locations::-webkit-scrollbar-track {
        background: #6A933B;  
    }

    #map_view_locations::-webkit-scrollbar-thumb {
        background-color: #6A933B; 
        border-radius: 10px;  
        border: 2px solid #6A933B; /* Adds a border around the thumb */
    }
	
	.hotel-heading:first-of-type{
		margin-top:0;
	}
	#map_view_locations{
/* 		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:102%;
		z-index:50;
		background-color:#f3f2ed; */
		height:300px;
		padding-top: 0;
		padding-left: 20px;
		overflow-y:scroll;
	}
	.map_view {
		flex-direction: column;
		height:auto;
		gap:30px;
	}
	.map_view >div{
		width:100% !important;
	}
	#map_container{
		z-index:40;
		min-height:300px;
	}
	input[type="checkbox"]~span{
		width:82%;
	}
	.wpcf7-list-item{
		margin:0;
	}
	.hotel_hover_content{
		display:none;
	}
	.two_columns >div{
		width:100% !important;
	}
	.two_columns{
		flex-direction:column;
	}
	.product_container{
		gap:30px 15px;
	}
	.free_things_to_do_container .slick-list{
		padding:0 !important;
	}
	.free_thing_to_do_text{
		padding-right:0;
	}
	.free_things_to_do_container  .slick-list{
		overflow:visible;
		height:auto !important; 
	}
	.free_things_to_do_item{
		padding:0;
	}
	.free_things_to_do_item.slick-slide {
		margin: 0 20px;
	}
	.free_things_to_do_image img{
		height:350px;
	}
	.banner_image_box img{
		width:100%;
		max-width:500px;
	}

	.free_things_to_do_item{
		flex-direction:column;
	}
	.free_things_to_do_item >div{
		width:100%;
		position:static;
		min-height:200px;
		transform:unset;
	}
	.search_and_sort_event{
		flex-direction:column;
		gap:30px;
	}
	.search_and_sort_event >div{
		width:100%;
	}
	.close_popup_container .elementor-widget-container{
		background-color: white;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 50px;
		height: 50px !important;    
		padding-left: 10px;
		padding-top: 6px;
	}
	.popup_child_2 >div{
		position:static;
	}
	.menus_model .menu-item a{
		font-size:20px !important;
	}
	.mobile_hide br{
		display:none;
	}
    .down__arrow{
        width: 30px;
        height: 30px;
    }
    .mc4wp-form-fields input{
        width: 100%;
        min-width: auto;
    } 
    .upcoming__event,.hotel__item ,.product_item,.ongoing_event_item ,.blog__item{
        width: 100% !important;
    }
/*     h2.post_title {  
        font-size: 22px; 
    } */
    .hotels__container ,.blogs__container{
        gap: 40px   ;
    }
    .hotel_title{
        font-size: 20px;
    }
    .page__not__found h2{
        font-size: 35px;
    } 
}
.film-tab-view
{
	opacity:0.9 !important;
}
#envirabox-title ,.dialog-type-lightbox{
	display:none !important;
}
.envira-gallery-item{
	display:none ;
} 
#envirabox-left-ico,#envirabox-right-ico ,#envirabox-close{
	background-image:none !important;
	position:relative; 
}
#envirabox-left-ico::after,#envirabox-right-ico::after{
	position:absolute;
	content:'';
	width:15px;
	height:15px;
	border-top:2px solid white;
	border-right:2px solid white;
	top:50%;
	transform:translatey(-50%);
}
#envirabox-left-ico::after{
	left:20px;
	transform: rotate(-135deg);
}
#envirabox-right-ico::after{
	right:20px;
	transform: rotate(45deg);
}
#envirabox-close::before,#envirabox-close::after{
	position:absolute;
	content:"";
	width:2px;
	height:25px;
	display:block;
	background-color:white;
	right: 5px;
	top: -15px;
}
#envirabox-close::before{
	transform:rotate(45deg);
}
#envirabox-close::after{
	transform:rotate(-45deg);
}
 
#envirabox-content{ 
	 position: static !important;
}
#envirabox-img{ 
    position: absolute;
    right: 0; 
    top: 0;
}
.envira-gallery-wrap .envira-gallery-public .envira-gallery-item img{
	width:100%;
}

#envirabox-left, #envirabox-right{
	z-index:100 !important;
}

#download-images{
	cursor:pointer;
}
.envira-gallery-item:hover .download-icon{
	display:block !important;
}
.home_slider-slide {
    display: flex !important;
    gap: 0;
	flex-wrap:wrap;
}

h1.home_slider-slide-heading { 
    font-family: "Libre Franklin", Sans-serif; 
    font-weight: 500;
    line-height: 60px;
    margin: 0 0 20px 0;
}
h3.home_slider-slide-heading {
    margin: 0 0 15px 0;
    font-size: 23px; 
   	font-family: "Open Sans", Sans-serif;
    font-weight: 400;
    line-height: 28px;
}
p.home_slider-slide-date {
    margin: 0 0 10px 0; 
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-style: italic;
}
a.home_slider-slide-button {
    font-family: "Open Sans", Sans-serif;
    font-weight: 400; 
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #6A933B; 
    display: inline-block;
    line-height: 1;
    background-color: #6A933B;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 0;
    color: #fff; 
    text-align: center;
    transition: all .3s;
    margin-top: 30px;
}
a.home_slider-slide-button:hover{
	background-color:white;
	color: #6A933B;
}
.home_slider-slide-right{
	position:relative;
}
.home_slider-slide-right img{
	object-fit:cover;
	display:block;
	width:100%;
	height:100%;
	aspect-ratio:1/1;
/* 	max-width:500px; */
	position:absolute;
	inset:0;
}


.home_slider-slide-letf{
	display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.home_slider-slide-right{
/* 	max-height:600px; */
}
.home_slider:hover .slick-next ,.home_slider:hover  .slick-prev ,.home_banner_slider:hover .slick-next ,.home_banner_slider:hover .slick-prev{
	opacity:100%;
}
.home_slider .slick-prev ,.home_banner_slider .slick-prev{
	left:15px !important;
	z-index:5;
	opacity:0;
	transition:all 300ms ease;
}
.home_slider .slick-next ,.home_banner_slider .slick-next {
	right:15px !important;
	z-index:5;
	opacity:0;
	transition:all 300ms ease;
}

.home_slider .slick-dots ,.home_banner_slider .slick-dots {
	bottom:5px !important;
/* 	display:none !important; */
}
.home_slider .slick-dots li button:before ,
.home_slider .slick-dots li.slick-active button:before {
	color:white !important;
	font-size:8px !important;
}

.slick-dots li{
	margin:0 !important;
}

.home_slider-slide-mobile { 
	position:relative;
	color: #235a80;
	width:100%;
	padding: 100px 0;
}
.home_slider-slide-mobile img{
	position:absolute;
	inset:0;
/* 	opacity:0.3; */
	width:100%;
	height:100%;
	object-fit:cover;
/* 	filter:blur(5px); */
}
.home_slider {
	margin-bottom:0 !important;
}
.home_slider .slick-next:before ,.home_slider .slick-prev:before{
	font-size:30px !important;
}
.home_slider-slide-mobile-inner{
	padding: 40px 20px;
	max-width:400px;
	background-color:#eef8ffde;
	width:90%;
}
.home_banner_slider{
	margin-bottom:0 !important;
}
.home_banner_slider .slick-track{
	display:flex;
}
.home_banner_slider .slick-slide{
	height:auto;
}
.home_banner_slider .slick-dots li button:before,
.home_banner_slider .slick-dots li.slick-active button:before {
	color:white !important;
	font-size:8px !important;
}
.home_banner_slider .slick-dots li button{display:block !important;}
.faq_heading{
	cursor:pointer;
}
.faq_heading .elementor-icon{
	transition:all 350ms ease;
}
.faq_heading.active .elementor-icon{
	transform:rotate(180deg);
}
/* .news-press-video video{
	max-height:85vh;
} */

.summer-hotels a.hotel__button:not(:nth-of-type(3)){
    display: none;
}
.summer_hotel_btn{
	display:none; 
}
.summer-hotels .summer_hotel_btn{
	display:inline-block !important;
}
.banner-btn{
	text-wrap-mode:nowrap;
}
.left-align *{
	text-align:start;
}
/* Lightbox */
div#gdrive-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1140px;
    gap: 10px;
	margin:auto;
}
@media screen and (max-width:767px){
	div#gdrive-gallery { 
		grid-template-columns: repeat(2, 1fr); 
	}
}
.ligtbox-image{
	width:100%;
	height:auto;
	object-fit:cover;
	aspect-ratio:1/.6;
	border-radius:8px;
	cursor:pointer;
}
.lightbox-image-container {
    position: relative;
}
.download-icon{
	all: unset;
    cursor: pointer;
    position: absolute;
    z-index: 20;
    filter: invert(1) brightness(2);
}
.lightbox-image-container > .download-icon{
	opacity:0;
	transition:all 300ms ease;
}
.lightbox-image-container:hover .download-icon {
	opacity:1 !important;
}
.envira-gallery-item .caption{
	display:none !important;
}
@media screen and (min-width:768px){
	.tab_desktop_hide{
		display:none;
	}
}
header .splw-adv-forecast-days{
	display:none;
}
header .mc4wp-form-fields input{
	border-color:#235A80 !important;
	color:#6B6B6B;
}
header .mc4wp-form-fields input::placeholder{ 
	color:#6B6B6B;
}
/* City center page */
.page-id-556 .post_location{ 
	display:none;
}
/* .fall_2025_hotels .elementor-shortcode{
	display:flex;
	flex-direction:column-reverse;
	gap:40px;
} */
.fall_2025_hotels .elementor-shortcode .hotel__item .hotel__button:nth-of-type(2){
	display:none;
}
.d-flex-banner{
	display:flex !important;
}
.event_innovator_winner_images img{
	aspect-ratio:1/.8;
	object-fit:cover;
	cursor:pointer;
}
.winners_quotes .slick-dots li button{
	display:block !important;
}
.winners_quotes .slick-dots{
	bottom:30px;
	left:0;
}
.winners_quotes  .slick-dots li button:before{
	font-size:10px;
}
.hotel_description{
	color:#235A80;
	max-width: 500px;
}
/* SPA Banner */
@media screen and (max-width:767px){
	.mobile_full_width_banner{
		max-width:100% !important;
	}
}
@media screen and (min-width:1600px){
	.mobile_full_width_banner{
		max-width:1000px !important;
	}
}
.news_section img {
    aspect-ratio: 1 / .8;
    object-fit: cover;
}
@media screen and (min-width:768px){
	.tab_desktop_hide_br br{
		display:none;
	}
}
@media screen and (max-width:767px){
	.mobile_hide_br br{
		display:none;
	}
}

.blog-h3-hyperlink a{
	font-weight:700 !important;
}


.single-word {
	display: inline-block !important;
}
@media screen and (min-width:1025px){
	.header_height.active{
		min-height:305px;
	}
}
@media screen and (min-width:768px) and (max-width:1024px){
	.header_height.active{
		min-height:315px;
	}
}
@media screen and (max-width:767px){
	.header_height.active{
		min-height:365px;
	}
}
.header_height{
	transition:all 300ms ease;
}

.deals_filters{
	display:flex;
	gap:20px;
	align-items:center;
}
.deals_filters input[type="text"],
.deals_filters input[type="search"],
.deals_categories_container{
	border:none;
	border-bottom:1px solid #6A933B;
	padding-bottom:5px;
	outline:none;
	color:#666666;
	font-weight:500;
	font-size:15px;
	background-color:transparent;
	font-family: "Libre Franklin", Sans-serif;
}
.deals_filters input[type="search"]{
	font-style:italic;
	color:#9F9F9F;
	font-weight:500;
	flex-grow:1;
}
.deals_categories_container svg{
	fill: #6A933B;
    width: 20px;
}
.deal_cats {
    position: absolute;
    top: 40px;
    background: white;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
	transition:all 300ms ease-in-out;
	opacity:0;
	pointer-events:none;
	z-index:5;
	min-width:160px;
	box-shadow: 0 0 10px #b9b9b9;
}
.deals_categories_container:hover .deal_cats{
	top: 30px;
	opacity:100;
	pointer-events:auto;
}
.deal-item{
	display:flex;
	gap:0;
	font-family: "Libre Franklin", Sans-serif;
	box-shadow:0 3px 9px #00000029;
}
.deal-item img{
	width:100%;
	height:auto;
	object-fit:cover;
	aspect-ratio:1;
}
.deal-item-content{
	background:white;
	padding:30px;
	display:flex;
	flex-direction:column;
	gap:20px;
	color:#666666;
	font-size:14px;
	line-height:22px;
	align-items:start;
}
.deal-title,
.deal-title a{
	color:#235A80;
	font-size:28px;
	line-height:1.2em; 
	flex-grow:1;
	margin:0;
}
.deals-packages-page .deal-title {
	flex-grow: unset !important;
}
.deals-packages-page .deal-content p {
	margin-bottom: 10px;
}
.deal-btn {
	padding:10px 20px;
	background:#6A933B;
	color:white;
	font-size:12px;
	text-transform:uppercase;
    font-family: "Open Sans", Sans-serif;
}
.no-deals{
	font-family: "Libre Franklin", Sans-serif;
	text-align:center;
	flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
	justify-content: center;
}
.deals_categories_container{
	min-width: 180px; 
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.deals_date{
	background-image:url('https://discoversanramonca.com/wp-content/uploads/2026/01/calendar_icon.png');
	background-size:contain;
	background-position: 100% -2px;
	background-repeat:no-repeat;
}
@media screen and (max-width:767px){
	.deal-item{
		flex-direction:column;
	}
	.deals_filters{
		flex-wrap:wrap;
	}
	.deal-title,
	.deal-title a{
		font-size:22px;
	}
	.deals_date{
		width:46%;
	}
}
@media screen and (max-width:1024px) and (min-width:768px){
	.deals_categories_container{
		min-width:140px;
	}
	.deal-title,
	.deal-title a{
		font-size:25px;
	}
}
@media screen and (min-width:768px){
	.deal-item img{
		width:25%;
		
	}
	.deal-item-content{
		 width:75%;
	}
}
.pet-page .elementor-accordion-icon-right::after{
	width: 15px;
    height: 15px;
}
.pet-page .elementor-accordion-item {   
    padding: 15px 0px;
}
.is-loading {
  pointer-events: none;
  opacity: .6;
}
@media screen and (max-width:1024px){
	.tab-mobile-position-static{
		position:static !important;
	}
}
.hover-card .hover-card-content{
	position:absolute;
	inset:0;
	transform:translatey(100%);
	transition:all 300ms ease;
	overflow-y:auto;
}
.hover-card:hover .hover-card-content{
	transform:translatey(0%);
}
.hover-card img{
	aspect-ratio:1;
	object-fit:cover;
	height:auto;
	width:100%;
}