/* Redefining theme styles*/

.sbi_item.sbi_type_video,
.sbi_item.sbi_type_image,
.sbi_inner_wrap {
	border-radius:12px !important;
	overflow:hidden !important
}

.uagb-block-21129c39:not(.is-grid).uagb-post__items {
	margin-right:0 !important;
	margin-left:0 !important
}

.ti-widget.ti-no-profile-img {
	width:110px !important;
}

.ti-fade-container .ti-mob-row:first-child {
	display:none !important;
}

.wp-block-uagb-container .custom-width-335 {
	background-size: 100%;
	background-position: center;
	transition: background-size 0.3s ease 0s;
}

.site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
	max-width: 1440px;
}

.ast-container {
	padding-left: 16px;
	padding-right: 16px;
}

.ast-builder-menu-1.ast-builder-menu.ast-flex.ast-builder-menu-1-focus-item.ast-builder-layout-element.site-header-focus-item {
	backdrop-filter: blur(8px);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
	border-radius: 30px;
}

#ast-hf-menu-1 {
	border-radius: 30px;
}

.site-branding.ast-site-identity {
	padding: 0;
}

.wp-block-uagb-image.uagb-block-0f14b4ed.wp-block-uagb-image--layout-default.wp-block-uagb-image--effect-static.wp-block-uagb-image--align-none {
	height: 100%;
}

.wp-block-uagb-image__figure img {
	height: 100% !important;
}

.single-post #primary,
.slick-slide article .uagb-post__inner-wrap {
	margin: 0;
}

.single-post .type-post {
	padding: 0;
}

.site-footer {
	width: 1676px;
	max-width: 100%;
	border-radius: 50px;
	overflow: hidden;
	margin: 0 auto;
}

.site-primary-footer-wrap {
	backdrop-filter: blur(8px);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
	background: #121212;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.site-footer-primary-section-1.site-footer-section.site-footer-section-1 {
	margin: 0 !important;
}

.site-footer .ast-builder-footer-grid-columns.site-below-footer-inner-wrap.ast-builder-grid-row {
	padding: 0 !important;
}

/* slick slider */

.slick-slide .uagb-post__image,
.custom-posts .uagb-post__image {
	overflow: hidden;
	aspect-ratio: 1/1;
	border-radius: 30px;
	margin-bottom: 15px;
}

.slick-slide .uagb-post__image a,
.custom-posts .uagb-post__image a {
	width: 100%;
	height: 100% !important;
}

.slick-slide .uagb-post__image a img,
.custom-posts .uagb-post__image a img {
	box-shadow: none;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease 0s;
}

.slick-arrow {
	background: #000000 !important;
	z-index: 3;
}

.slick-arrow svg path {
	fill: #ffffff
}

.slick-slide .uagb-post__inner-wrap,
.slick-slide .uagb-post__inner-wrap .wp-block-button {
	margin-bottom: 0 !important;
}

/* swiper */

.swiper-content .custom-img-size img {
	aspect-ratio: 710 / 586;
}

.swiper-pagination-bullet {
	border-radius: 4px !important;
	width: 50px !important;
	height: 4px !important;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	max-width:90% !important;
	left:0;
	right:0;
	margin:0 auto;
}

/* trust plugin */

.hq-places-inner-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    flex: 1;
    width: 100%;
	background: rgba(255, 255, 255, 0.97);
	border-radius: 16px
}
.hq-places-input-wrapper{
    display: flex;
    flex:1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 10px;
    margin-right: 10px;
}

.hq-places-label-wrapper {
	width:100%;	
}

.hq-places-date-time-wrapper{
    display: flex;
}
.hq-select-icon-wrapper{
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 0;
}
.hq-places-times-input-wrapper{
    position: relative;
}
.hq-places-label{
    font-size: 14px;
    font-weight: bold;
    font-family: inherit;
}

.hq-places-inner-wrapper, .hq-places-date-time-wrapper{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.hq-places-times-input-wrapper{
    position: relative;
}
.hq-places-input-inner-wrapper{
    width: 100%;
}
.hq-places-inner-wrapper select,
.hq-places-inner-wrapper input {
    width: 100%;
    margin:0px;
	padding:0;
    height: 22px;
    font-family: inherit;
    font-size: 16px;
    line-height: 20px;
    font-weight: inherit;
    color: #121212;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    cursor: pointer;
    box-sizing: border-box;
	box-shadow:none;
}

.hq-places-inner-wrapper input::placeholder{
	 color: #121212;
}

.hq-places-submit-button{
    position: relative;
    width: auto;
    outline: 0;
    font-size: 12px;
    line-height: 2em;
    letter-spacing: .2em;
    font-weight: 700;
    text-transform: uppercase;
    box-sizing: border-box;
    margin: 0;
    color: #fff;
    background-color: #FBBE5B;
    border:0;
    font-family: Montserrat,sans-serif;
    -webkit-transition: color 175ms cubic-bezier(.18,.43,.58,1),background-color 175ms cubic-bezier(.18,.43,.58,1),border-color 175ms cubic-bezier(.18,.43,.58,1);
    -moz-transition: color 175ms cubic-bezier(.18,.43,.58,1),background-color 175ms cubic-bezier(.18,.43,.58,1),border-color 175ms cubic-bezier(.18,.43,.58,1);
    transition: color 175ms cubic-bezier(.18,.43,.58,1),background-color 175ms cubic-bezier(.18,.43,.58,1),border-color 175ms cubic-bezier(.18,.43,.58,1);
    padding: 12px 30px;
    cursor: pointer;
}
.hq-pickup-custom-location,.hq-return-custom-location{
    display: none;
    width: 100%;
    /*padding-right: 10px;*/
}
.hq-button-wrapper{
    margin:auto;
    align-items: center;
}
@media all and (max-width: 1024px){
    .hq-places-submit-button{
        width: 100%;
    }
    .hq-places-inner-wrapper{
        flex-direction: column;

    }
    .hq-places-input-wrapper, .hq-places-input-wrapper div{
        width: 100%;
        margin-left: 0;
    }
}
/*vertical*/
.hq-places-vertical-form-wrapper{
    background-color: #fff;
    padding:20px;
    border-radius:5px;

}
.hq-places-date-time-wrapper-vertical{
    display: flex;
    flex-direction: row;
}
.hq-submit-button{
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    width: 100%;
    background-color: #1D71B8 !important;
    box-shadow: 0 0px 0 #000000 !important;
}
.hq-places-dates-wrapper-vertical{
    position: relative !important;
    flex:1;
}
.hq-select-icon-wrapper-vertical{
    position: absolute;
    top: 0;
    margin-top: 15px;
    margin-right: 15px;
    right:0;
}
.hq-places-vertical-button-wrapper{
    margin-top: 20px;
}
.hq-places-vertical-form-item-wrapper{
    margin-top: 10px;
    margin-bottom: 10px;
}
.hq-places-vertical-form-item-wrapper label{
    font-weight: bold;
}
.hq-places-vertical-form-wrapper {
    box-shadow:-2px 15px 18px 6px rgba(0,0,0,.30);
}
b{
    display: none;
}
.hq-palces-vertical-select{
    width: 100%;
    min-height: 50px;
}
.hq-places-date-time-wrapper-vertical{
    position: relative;
}
.hq-places-vertical-form-wrapper .hq-return-custom-location,
.hq-places-vertical-form-wrapper .hq-pickup-custom-location{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
#pick-up-location-custom,
#return-location-custom{
    border-radius: 5px !important;
}
#pick-up-location-custom,
#return-location-custom{
    font-family: Montserrat;
}
.hq-places-form label{
    text-transform: uppercase;
}
/*Quote's Form*/
#hq-quote-form .alert {
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    font-family: Montserrat,sans-serif;
}
#hq-quote-form .success{
    background-color: #28a745;

}
#hq-quote-form .danger{
    background-color: #dc3545;
}
#hq-quote-form .hq-quote-form-wrapper{
    display: flex;
    flex-direction: column;
    flex:1;
    width: 100%;
}
#hq-quote-form .hq-quote-two-item-wrapper{
    display: flex;
    flex-direction: row;
    flex:1;
}
#hq-quote-form .hq-quote-two-item-wrapper .hq-places-input-inner-wrapper:nth-child(2){
    margin-left: 20px;
}
#hq-quote-form .hq-quote-single-item-wrapper button{
    width: 100%;
    transition: 0.6s;
}
#hq-quote-form .hq-places-submit-button:disabled{
    background-color: #ccc;
}
#hq-quote-form input,#hq-quote-form select{
    color: #000000;
}

#hq-quote-form input,
#hq-quote-form select,
#hq-quote-form button{
    border-radius: 5px;
}
#hq-quote-form button{
    font-size: 14px;
}
.quote-message{
    text-align: center;
}
#hq-quote-form input:hover,
#hq-quote-form select:hover{
    border: #ccc 2px solid;
}
#hq-quote-form button:hover{
    opacity: 0.80;
}

.hq-quote-form-component-wrapper{
    max-width: 990px;
}

@media only screen and (max-width: 767px){
    #hq-quote-form .hq-quote-two-item-wrapper{
        flex-direction: column;
    }
    #hq-quote-form .hq-quote-two-item-wrapper .hq-places-input-inner-wrapper{
        margin-left: 0px;
    }
}
#hq-quote-button-wrapper{
    padding-top: 10px;
}


.uagb-faq-item {
	box-shadow: 0 0 30px 0 rgba(143, 113, 75, 0.15);
}

label.hq-places-label {
	font-weight: 400;
	font-size: 14px;
	color: #848484;
	text-transform:capitalize !important;
	margin-bottom:2px;
}

#hq-place-form-desktop {
	padding:0 !important;
	margin:0 !important;
}

#hq-place-form-desktop #hq-form-wrapper{
    background-color: rgba(255, 255, 255, 0.97);
    border-radius: 16px;
    width: 100%;
    max-width: 1440px;
    padding:0px 
}

#hq-place-form-desktop select,
#hq-place-form-desktop input,
#hq-times-pick-up-date,
#hq-times-return-date {
	font-size: 16px !important;
	color: #121212 !important;
	background-color: transparent !important;
	margin:0 !important;
	border:none !important;
	box-shadow:none !important;
	height:22px !important;
	padding:0 !important
}

#hq-place-form-desktop select {
	font-weight: 500 !important;
}

.hq-places-input-inner-wrapper > div:nth-of-type(2),
.hq-places-input-wrapper {
	position:relative
}

.hq-places-input-wrapper:before {
	content:'';
	position:absolute;
	left: 30px;
	top:23px;
	width:24px;
	height:24px;
}

.hq-places-inner-wrapper .hq-places-input-wrapper:nth-child(1):before,
.hq-places-inner-wrapper .hq-places-input-wrapper:nth-child(3):before {
	background:center url('https://stg-campervansfo-staging.kinsta.cloud/wp-content/uploads/2025/11/map.svg') no-repeat;
}

.hq-places-inner-wrapper .hq-places-input-wrapper:nth-child(2):before,
.hq-places-inner-wrapper .hq-places-input-wrapper:nth-child(4):before {
	background:center url('https://stg-campervansfo-staging.kinsta.cloud/wp-content/uploads/2025/11/calendar.svg') no-repeat;
}

.hq-places-input-inner-wrapper > div:nth-of-type(2):before {
	content: '';
	font-weight: 400;
	display: inline-block;
	position:absolute;
	right:0;
	top:5px;
	font-size:16px;
	color:#121212;
	width:14px;
	height:14px;
	background: no-repeat center / contain url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23121212" d="M207.029 381.476L12.686 187.132C4.228 178.674 4.228 165.326 12.686 156.868l22.627-22.627c8.458-8.458 21.806-8.458 30.264 0L224 292.686l158.423-158.445c8.458-8.458 21.806-8.458 30.264 0l22.627 22.627c8.458 8.458 8.458 21.806 0 30.264L240.971 381.476c-8.458 8.458-21.806 8.458-30.264 0z"/></svg>');
}

.far.fa-calendar:before {
/* 	font-family: 'Font Awesome\ 6 Pro' !important; */
	display:none !important;
}

.hq-select-icon-wrapper {
	top:0 !important;
	right:0 !important
}

#hq-place-form-desktop input {
	font-weight: 400 !important;
}

.hq-places-input-wrapper {
	margin:0 !important;
	border-right:1px solid #e1e1e1;
	padding:8px 30px 12px 64px;
	align-items:center;
	justify-content:flex-start;
	align-self: stretch;
}

.hq-places-input-wrapper.hq-button-wrapper {
	border:none;
	padding:8px;
}

button.hq-places-submit-button {
    position: relative;
    width: 100%;
    outline: 0;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.02em;
    text-transform: capitalize;
    box-sizing: border-box;
    margin: 0;
    color: #fff;
    background-color: #e6501b;
    border:0;
    -webkit-transition: color 175ms cubic-bezier(.18,.43,.58,1),background-color 175ms cubic-bezier(.18,.43,.58,1),border-color 175ms cubic-bezier(.18,.43,.58,1);
    -moz-transition: color 175ms cubic-bezier(.18,.43,.58,1),background-color 175ms cubic-bezier(.18,.43,.58,1),border-color 175ms cubic-bezier(.18,.43,.58,1);
    transition: color 175ms cubic-bezier(.18,.43,.58,1),background-color 175ms cubic-bezier(.18,.43,.58,1),border-color 175ms cubic-bezier(.18,.43,.58,1);
    padding: 15px 20px;
	border-radius:16px;
    cursor: pointer;
	line-height:120% !important;
}

/* gallery */
.rl-gallery {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 15px !important;
}

.rl-gallery-item,
.rl-gallery img {
	width:100% !important;
	height:100% !important;
	aspect-ratio:1/1;
}

.rl-gallery img {
	object-fit:cover
}

/* Instagram */

.sbi_load_btn {
	border-radius: 30px !important;
	border:1px solid #e6501b !important;
	padding: 10px 20px !important;
	width: 178px !important;
	background:#e6501b !important;
}

.sbi_load_btn .sbi_btn_text {
	font-weight: 700 !important;
	font-size: 16px !important;
	text-align: center !important;
	color: #fff !important;
}

@media (max-width: 1025px) {
	.wp-block-uagb-container.custom-main-hero-block.uagb-block-3026ebac.default.uagb-is-root-container {
		min-height:800px !important;
	}
	.hq-places-inner-wrapper {
		gap:4px;
		background:transparent;
	}
	#hq-place-form-desktop #hq-form-wrapper {
		background:none !important;
	}
	.hq-places-input-wrapper {
		border-radius:16px;
		background: rgba(255, 255, 255, 0.97);
		padding-top:12px;
	}
	.wp-block-uagb-container.uagb-block-625614a7 {
		box-shadow:none !important
	}
	.hq-places-input-wrapper.hq-button-wrapper {
		padding:0px;
	}
	button.hq-places-submit-button {
		line-height:140% !important;
	}
}

@media (max-width:1676px) {

	.site-footer {
		width: calc(100% - 32px);
	}
}

@media (max-width: 992px) {
	.uagb-slick-carousel {
		margin-bottom:120px !important;
	}
}

@media (max-width:920px) {

	#astra-footer-menu {
		display: flex;
		row-gap: 15px;
	}
}

@media (max-width:768px) {
	.ast-mobile-popup-drawer.active {
		z-index: 10;
	}

	header {
		z-index: 20;
	}

	.slick-list {
		padding: 0 20% 0 0 !important;
	}

	.slick-arrow {
		top: calc(100% + 40px) !important;
		padding: 13px !important;
	}

	.slick-prev.slick-arrow {
		left: 35% !important;
	}

	.slick-next.slick-arrow {
		right: 35% !important;
	}

	.slick-arrow svg path {
		fill: none !important;
	}
	
	.rl-gallery {
		grid-template-columns: auto !important;
	}
}

@media (max-width:400px) {
	.slick-prev.slick-arrow {
		left: 30% !important;
	}

	.slick-next.slick-arrow {
		right: 30% !important;
	}

	.swiper-pagination {
		bottom: 50px !important;
	}
}

@media (any-hover:hover) {

	.slick-slide img:hover,
	.custom-posts .uagb-post__image a img:hover {
		transform: scale(1.1);
		transition: all 0.3s ease 0s;
	} 
	
	.wp-block-uagb-container .custom-width-335:hover {
		background-size:105%;
		transition: background-size 0.3s ease 0s;
	}

	.slick-slide .uagb-post__title a:hover,
	.custom-posts .uagb-post__title a:hover,
	.page-numbers:hover {
		color: #E6501B !important;
	}

	.slick-arrow:hover {
		background: #1E293B !important;
	}
	
	button.hq-places-submit-button:hover {
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
	}
	
	.sbi_load_btn:hover {
		background:#ffffff !important
	}
	
	.sbi_load_btn:hover .sbi_btn_text {
		color: #e6501b !important;
	}
}