@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

/* VARS */
:root {
  	--color-yellow:#d3af37;
	--color-grey:#656565;--color-grey2:#e5e5e5;--color-grey3:#aaa;--color-grey4:#1c1c1c;--color-grey5:#eee;--color-grey6:#555;--color-grey7:#a1a1a1;--color-grey8:#f8f8f8;--color-grey9:#b9b9b9;--color-grey10:#282828;
}

/* FONTS */
.fs-10{font-size:10px !important;}.fs-11{font-size:11px !important;}.fs-12{font-size:12px !important;}.fs-13{font-size:13px !important;}.fs-14{font-size:14px !important;}.fs-15{font-size:15px !important;}.fs-16{font-size:16px !important;}.fs-17{font-size:17px !important;}.fs-18{font-size:18px !important;}.fs-19{font-size:19px !important;}
.fs-20{font-size:20px !important;}.fs-21{font-size:21px !important;}.fs-22{font-size:22px !important;}.fs-23{font-size:23px !important;}.fs-24{font-size:24px !important;}.fs-25{font-size:25px !important;}.fs-26{font-size:26px !important;}.fs-27{font-size:27px !important;}.fs-28{font-size:28px !important;}.fs-29{font-size:29px !important;}
.fs-30{font-size:30px !important;}.fs-31{font-size:31px !important;}.fs-32{font-size:32px !important;}.fs-33{font-size:33px !important;}.fs-34{font-size:34px !important;}.fs-35{font-size:35px !important;}.fs-36{font-size:36px !important;}.fs-37{font-size:37px !important;}.fs-38{font-size:38px !important;}.fs-39{font-size:39px !important;}
.fs-40{font-size:40px !important;}
.fs-50{font-size:50px !important;}.fs-55{font-size:55px !important;}
@media (max-width:575px) {
	.fs-sm-15{font-size:15px !important;}
}	

/* TEXT */
.text-yellow{color:var(--color-yellow) !important;}
.text-grey{color:var(--color-grey) !important;}.text-grey2{color:var(--color-grey2) !important;}.text-grey3{color:var(--color-grey3) !important;}
.text-grey6{color:var(--color-grey6) !important;}.text-grey7{color:var(--color-grey7) !important;}.text-grey9{color:var(--color-grey9) !important;}
.text-grey10{color:var(--color-grey10) !important;}
.ff-montserrat{font-family:"Montserrat",sans-serif;}
.ff-awesome{font-family:'Font Awesome 5 Free','Montserrat',sans-serif;}

/* BACKGROUNDS */
.bg-yellow{background-color:var(--color-yellow) !important;}
.bg-grey5{background-color:var(--color-grey5) !important;}.bg-grey8{background-color:var(--color-grey8) !important;}

/* BORDERS */
.border-yellow{border-color:var(--color-yellow) !important;}

/* UTILS */
.cursor-pointer{cursor:pointer !important;}
.drivehopper-hidden{display:none !important;}

/* CITIES */
.drivehopper-tours hr{height:1px !important;background:var(--color-grey2) !important;}

/* QUICK SEARCH */
#drivehopper_search input[type=text] + ul{margin-top:-2px;max-height:200px;overflow-y:auto;}
#drivehopper_search li ul li.active, #drivehopper_search li ul li:hover{background-color:#d3af37;}
#drivehopper_search li ul li.active a, #drivehopper_search li ul li:hover a{color:#fff !important;}
@media(max-width:575px){
	#drivehopper_search, #drivehopper_search div{display:block !important;}
	#drivehopper_search .input-group{background-color:#d3af37 !important;padding:25px;border-radius:0px !important;}
	#drivehopper_search .input-group input[type=text]{width:100%;border-radius:8px !important;border:1px solid #000 !important;}
	#drivehopper_search .input-group button{background-color:#000 !important;width:100%;margin-top:15px;border-radius:8px;padding:8px 15px !important;}
}

/* BLOG */
.drivehopper-blog-single .drivehopper-post-meta a{text-decoration:none;color:var(--bs-black);}

/* PRICE TABLE */
.drivehopper-show-prices{margin-left:2px;margin-right:2px;}
.drivehopper-show-prices.hidden{margin-bottom:1.5em !important;}
.drivehopper-show-prices.hidden .fa-chevron-up{transform:rotate(180deg);}
.drivehopper-show-prices.hidden+table{display:none;}
