/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 07 2025 | 23:25:00 */
/*Grow Effect on "Reserve" Button on Main Boat Page Rooms List*/
.btn .booknow .vbo-pref-color-btn {
  transition: transform 0.3s ease; /* Smooth transition */
	margin-left: 10px !important;
	padding-top: 0px !important;
    padding-bottom: 2px !important;
	width: 150px !important;
}

.btn .booknow .vbo-pref-color-btn:hover {
  transform: scale(1.05); /* Grow to 105% of original size */
}

.vbo-goback-link .vbo-pref-color-btn-secondary {
	padding-top: 0px !important;
}

/*Font Size of "Book Now" Button on Room Details Pages*/
.room_buttons_box .booknow {
    font-family: Reenie Beanie !important;
	font-size: 30px !important;
	font-weight: 600 !important;
	text-transform: Uppercase !important;
	border-radius: 10px !important;
	padding-top: 0px !important;
    padding-bottom: 2px !important;
	height: 41.5px !important;
	min-width: 150px !important;
	padding-left: 30px;
	padding-right: 30px;
	border-width: 0px;
}

.vbo-listing-details-wrap .vbo-listing-details-divsearch .vbo-search-submit .btn {
	font-size: 35px !important;
	font-family: Reenie Beanie;
	border-radius: 10px !important;
	padding-bottom: 2px !important;
	padding-top: 0px !important;
}

.room_buttons_box {
	display: inline-flex !important;
	justify-content: space-around !important;
}

.vboconfirmbottom {
	display: inline-flex !important;
	justify-content: space-around !important;
	direction: rtl !important;
}

/*@media (max-width: 767px) {
	.vboconfirmbottom {
	display: inline-flex !important;
	/*padding-left: 20px;*/
/*	}
	.vboconfirmbottom .goback {
		text-align: -webkit-center !important;
	}
}*/

.vboconfirmbottom .booknow {
	min-width: 150px !important;
	font-size: 30px !important;
	font-family: Reenie Beanie !important;
	text-transform: Uppercase;
	border-radius: 10px !important;
	padding-bottom: 2px !important;
	padding-top: 0px !important;
	height: 41.5px !important;
	margin-right: 0px !important;
}

@media (max-width: 767px) {
	.vboconfirmbottom .booknow {
		margin-right: 0px !important;
		margin-top: 5px !important;
	}
}

.vbvordpaybutton .btn {
	color: white !important;
}

.ui-datepicker .vbo-drp-commands-bottom .vbo-drp-command-close button {
	font-size: 18px !important;
	font-family: Arial !important;
}

