/* .single .entry-header .post-thumb img {
margin-top: 0;
margin-bottom: 0;
display: none;
}

#page {
display: block;
background-color: #6f7a73;
}

#author-name {
display: block;
}

.ast-hfb-header .site-header {
margin-left: 0px;
margin-right: 0px;
}


*/





/*new*/

.book-page{
	padding-top: 120px !important;
	padding-bottom: 120px !important;
}
.book-page h1 {
	color: #E8DFD8 !important;
}

.ast-footer-copyright img{
	border-radius: 0 !important;
}


.ast-builder-html-element p:first-child{
	color: #fff !important;
}

.single .entry-header .post-thumb img {
	margin-top: 0;
	margin-bottom: 0;
	display: none;
}


.ast-custom-button{
	text-transform: capitalize !important;
}

.main-header-menu-toggle{
	background-color: unset !important;
}
.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{
	fill: #fff;
}
#page {
	display: block;
	background-color: #6f7a73;
}

#author-name {
	display: block;
}

.booking-btn-menu a{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	color: var(--ast-global-color-5) !important;
	background: #cabdc1 !important;
	border-color: #cabdc1 !important;
	border-top-width: 1px !important;
	border-bottom-width: 1px !important; 
	border-left-width: 1px !important;
	border-right-width: 1px !important;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
}
.booking-btn-menu{
	width: fit-content !important;
}


button, a, div {
	-webkit-tap-highlight-color: transparent; /* removes blue flash */
	outline: none; /* removes focus border */
	/* if any default border exists */
}

button:focus {
	outline: none !important;
}


#ast-mobile-site-navigation{
	padding: 20px 10px 20px 10px;
	height: 200px;
	background-color: #ACB9B9;
}

#ast-hf-mobile-menu,#ast-hf-mobile-menu li,#ast-hf-mobile-menu li a{
	background-color: #ACB9B9;
	color: #fff;
	gap: 10px;
}

.ast-hfb-header .site-header {
	margin-left: 0px;
	margin-right: 0px;
}


@media (max-width: 541px) {
	.ast-footer-html-2 .ast-builder-html-element p{
		text-align: center !important;
	}
}

@media (max-width: 921px) {
	.ast-theme-transparent-header #masthead{
		position: absolute !important;
		margin-top: unset;
		top: 0;
		margin-bottom: unset;

	}
	.ast-header-html img{
		width: 80px !important;
	}
	.book-page{
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

/* 	.book-app-hid{
		display: none !important;
	} */
}


@media (min-width: 922px) {
	.site-header-section>div:last-child{
		justify-content:flex-end;
	}
	.booking-btn-menu {
		display: none !important;
	}

	#masthead .ast-container, .site-header-focus-item + .ast-breadcrumbs-wrapper, .site-footer {
		max-width: 100%;
		padding-left: 140px;
		padding-right: 140px;
	}

}
