/* 
* Theme Name: Divi Child
* Template Version: 1.0
* Description: A customized version of Divi which adds a number of tiny features you need.
* Template: Divi 
*/



body {
	font-size: 1.0625rem;
	font-family: 'Mulish', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	color: #2C3941;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Taviraj', serif;
}

p strong {
	font-family: 'Taviraj', serif;
	font-size: 18px;
	font-weight: 500;
}

div#page-container {
	overflow: hidden;
}

.et_pb_row {
	width: 95% !important;
}

/*HEADER STYLES*/
header#main-header {
	background-color: #192026 !important;
}

.home div#page-container {
	padding-top: 0 !important;
}

.home header#main-header {
	background: rgb(255 255 255 / 0%) !important;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(25 32 38 / 76%) 100%) !important;
}

.home #main-header.et-fixed-header {
	background-color: #192026 !important;
}

.header-menu-container {
	width: 95%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0 !important;
}

.header-info-block {
	display: none;
}

.logo_container {
	position: relative !important;
	display: flex;
}

.text-logo {
	width: 280px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	line-height: 1.1;
	color: #fffdff;
	text-align: left;
	font-family: 'Taviraj', serif;
	min-height: 52px;
}

div#et-top-navigation {
	padding: 0 !important;
}

.text-logo-icon {
	height: 50px;
	margin-right: 5px;
	filter: invert(1);
	position: absolute;
	opacity: 0.6;
	left: 0;
}

.text-logo span {
	margin-left: 30px;
	filter: drop-shadow(2px 4px 6px black);
}

.mobile_menu_bar {
	padding: 0 !important;
}

ul#mobile_menu {
	top: 100%;
	background-color: #192026 !important;
	border-color: #d7b65d !important;
	height: auto !important;
}

.et_mobile_menu li a {
	color: #cfcfcf !important;
}

.mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle) {
	position: relative;
}

.mobile_nav ul#mobile_menu ul.sub-menu li a:not(.mobile-toggle):before {
	content: '\f149';
	position: absolute;
	left: 0;
	font-family: 'FontAwesome';
	-webkit-transform: scaleX(-1) rotate(90deg);
	transform: scaleX(-1) rotate(90deg);
	color: #bfbfbf;
}

.et_mobile_menu .current_page_item a {
	color: #ffffff !important;
	opacity: 1 !important;
}

.add-info-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #192026;
	width: 50px;
	padding: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	cursor: pointer;
	box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
	border: 1px solid #d7b65d;
	border-right: none;
}

.add-info-block {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 260px;
	position: fixed;
	right: -210px;
	-webkit-transition: right 0.4s ease-in-out;
	transition: right 0.4s ease-in-out;
}

.open-info {
	right: 0;
}

.open-info #add-info-open-icon {
	display: none;
}

.open-info #add-info-close-icon {
	display: block;
}

.add-info-container {
	background: #192026;
	display: flex;
	flex-direction: column;
	padding: 20px;
	width: 210px;
	height: auto;
	border-bottom-left-radius: 10px;
	box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
	border-top: 1px solid #D7B65D;
	border-bottom: 1px solid #D7B65D;
	border-left: 1px solid #D7B65D;
}

.add-info-btn .fa {
	color: #fffdff;
}

#add-info-close-icon {
	display: none;
}

.add-info-btn span {
	line-height: 1;
	color: #fffdff;
	margin-top: 5px;
	font-size: 12px;
}

.add-info-container a,
.header-location-container {
	color: #fff;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	font-weight: 400;
	text-align: right;
	width: 100%;
}

.email-btn {
	margin: 10px 0;
}

.email-btn:hover {
	background: #192026;
	color: #d7b65d;
	border: 1px dashed;
}

.add-info-container .fa {
	margin-right: 5px;
	margin-top: 2px;
}

/*change Divi opened hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
	content: '\4d';
}

/*rotate the Divi Menu icon on click*/
.mobile_menu_bar:before {
	transition: all .4s ease;
	transform: rotate(0deg);
	display: block;
	color: #ffffff;
	text-align: right;
}

/*rotate the Divi Menu icon on click*/
/*END HEADER STYLES*/
/*PAGE STYLES*/
section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
	max-height: 600px !important;
	min-height: 600px !important;
	height: calc(100vh - 154px) !important;
	background-position: 62%;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
	max-height: 600px !important;
	min-height: 600px !important;
	height: calc(100vh - 154px) !important;
	width: 95%;
	max-width: 710px;
	padding-top: 73px;
}

.et_pb_fullwidth_header_scroll {
	display: none;
}

.header-content {
	margin: 0 auto !important;
	padding: 0px !important;
	width: 100% !important;
	max-width: 1080px !important;
}

.header-title {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.3;
	filter: drop-shadow(2px 4px 6px black);
	text-align: left;
	margin: 0 auto;
	text-transform: capitalize;
	color: #d7b65d;
	font-family: 'Taviraj', serif;
}

.header-subtitle {
	font-size: 29px;
	font-weight: 500;
	line-height: 1.3;
	filter: drop-shadow(2px 4px 6px black);
	text-align: left;
	margin: 0 auto;
	text-transform: capitalize;
	color: #fffdff;
	font-family: 'Taviraj', serif;
}

.header-slogan {
	font-size: 18px;
	line-height: 1.3;
	filter: drop-shadow(2px 4px 6px black);
	text-align: left;
	font-style: italic;
	color: #fffdff;
	font-family: 'Taviraj', serif;
	text-transform: lowercase;
	margin-top: 10px;
	margin-bottom: 10px;
}

.header-btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.button{
	color: #ffffff;
	line-height: 1;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 190px;
	font-weight: 500;
	padding: 15px 10px;
	font-family: 'Taviraj', serif;
	font-size: 16px;
	border: 1px solid #fff;
	margin-right: 10px;
	margin-top: 10px;
}

.button:hover, .gallery-btn:hover {
	border: 1px solid #d7b65d;
	background: #192026;
	color: #d7b65d;
}

.button-reservation {
	color: #000000;
	line-height: 1;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 190px;
	font-weight: 500;
	background: #d7b65d;
	padding: 15px 10px;
	font-family: 'Taviraj', serif;
	font-size: 16px;
	margin-top: 10px;
}

.button-reservation:hover {
	background: #192026;
	color: #d7b65d;
}

/* FIRST CONTENT SECTION STYLE */
.entry-title {
	text-align: center;
	font-size: 30px !important;
	color: #1a1a1a;
	font-weight: 700;
	line-height: 1.1em;
}

.home .entry-title {
	padding: 0;
}

.section-title-heading {
	color: #c5a244;
	font-weight: 600;
	text-align: center;
}

div#home-title-block {
	background-position: bottom;
	background-size: 155%;
	padding-bottom: 0 !important;
}

/* BADGES SECTION STYLE */
div#css-badges-section {
	background: #192026 !important;
	padding: 0;
}

.badge-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

.badge-block {
	display: flex;
	margin-top: 5px;
	margin-bottom: 5px;
}

.badge-block img {
	width: 60px;
	height: 101px;
	padding-right: 5px;
}

.badge-content {
	width: 100%;
	margin-top: 16px;
	filter: drop-shadow(2px 4px 1px black);
}

.badge-content .title {
	font-weight: bold;
	line-height: 1;
	font-size: 18px;
	color: #d7b65d;
	margin-bottom: 10px;
	font-family: 'Taviraj', serif;
}

.badge-content .content {
	font-size: 15px;
	text-transform: capitalize;
	line-height: 1.2;
	min-width: 200px;
	max-width: 200px;
	border-top: 1px dashed #d7b65d;
	padding-top: 10px;
	margin-top: 5px;
	font-weight: 500;
	color: rgb(255 255 255 / 80%);
}

/* SERVICES SECTION STYLE */
div#services-blocks-section {
	padding-top: 0;
}

.srvBlockTitle {
	text-align: center;
}

.srvElement {
	max-width: 500px;
	margin: 0 auto;
	margin-top: 50px;
	border: 2px dashed rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 20px;
	box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 1px;
}

.srvElementHeader h2 {
	text-align: center;
	color: #d7b65d;
	font-weight: bold;
	padding-bottom: 5px;
	font-family: 'Taviraj', serif;
}

.srvElementImg {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-bottom: 20px;
}

.srvElementImg img {
	width: 100%;
	max-height: 330px;
	object-fit: cover;
	object-position: center;
}

.srvElementBody {}

.srvElementContent {
	text-align: justify;
	color: #2d3a3a;
	font-size: 16px;
	line-height: 1.6;
}

.srvElement:hover img {
	filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
}

.srvElement:hover h3 {
	color: #192026;
	font-weight: bold;
}

/* LIMO HERO SECTION */
.limo-section-subtitle {
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	font-style: italic;
	color: #192026;
	font-family: 'Taviraj', serif;
	margin-bottom: 10px;
}

.limo-section-title {
	font-size: 29px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	margin: 0 auto;
	text-transform: capitalize;
	color: #9e8647;
	font-family: 'Taviraj', serif;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.limo-section-title span:nth-child(2) {
	color: #192026;
}

div#contact-form-section {
	background-color: #192026 !important;
}

div#limo-hero-section {
	padding-bottom: 0;
	background-size: 200%;
	background-position: center;
	background-position-y: 35%;
}

div#limo-hero-section img {
	filter: drop-shadow(0px 0px 3px black);
}

div#limo-hero-section .et_pb_image_wrap {
	filter: drop-shadow(0px 0px 1px black);
}

div#limo-hero-section .et_pb_row {
	padding-bottom: 0 !important;
}

div#limo-hero-section .et_pb_image {
	margin-bottom: -7vw;
}

div#contact-img-column {
	display: none;
}

.reservation-form-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	margin: 0 auto;
	text-transform: capitalize;
	color: #ffffff;
	font-family: 'Taviraj', serif;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 500px;
}

.reservation-form-title span {
	color: #d7b65d;
}

/* RESERVATION FORM STYLE */
div#responsive-form {
	margin-top: 50px;
}

.form-row {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	margin-top: 15px;
}

.small-column,
.big-column {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px 0;
	width: 289px;
}

.small-column p,
.big-column p {
	width: 100%;
}

.field-title {
	background: #192026;
	color: #ffffff;
	padding: 2px 6px !important;
	line-height: 1;
	font-family: 'Play', sans-serif;
	font-size: 13px;
	position: absolute;
	z-index: 10;
	top: -10px;
	left: 9px;
}

.form-row input.text,
.form-row input.title,
.form-row input[type=email],
.form-row input[type=password],
.form-row input[type=tel],
.form-row input[type=text],
.form-row select,
.form-row textarea {
	width: 100%;
	outline: 0;
	border: 1px dashed #d7b65d;
	border-radius: 0.5rem;
	color: #ffffff !important;
	line-height: normal;
	background-color: #05110300 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 40px;
	font-size: 13px;
	padding: 10px 5px 5px 7px;
	position: relative;
}

div#ui-datepicker-div {
	border: 1px solid #d7b65d;
	width: 289px;
	background: #192026;
	color: #d7b65d;
}

.ui-datepicker .ui-datepicker-header {
	border: 1px solid #d7b65d;
	background: #192026;
	color: #fff;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
	filter: invert(1);
}

a.ui-state-default {
	border: 1px solid #525252 !important;
	background: #192026 !important;
	color: #ffffff !important;
}

a.ui-state-default.ui-state-highlight.ui-state-hover {
	border: 1px solid #d7b65d !important;
	background: #192026 !important;
	color: #d7b65d !important;
}

.wickedpicker {
	z-index: 99;
	width: 289px;
	border: 1px solid #d7b65d;
	width: 289px;
	background: #192026;
	color: #d7b65d;
	border-radius: 3px !important;
	overflow: hidden;
	padding: .2em .2em 0;
}

p.wickedpicker__title {
	border: 1px solid #d7b65d;
	background: #192026;
	color: #fff;
	padding: .2em 0 !important;
	font-size: 17px;
	line-height: 1.8em;
	font-weight: 700;
	border-radius: 3px !important;
}

span.wickedpicker__close {
	color: #bbb;
}

.wickedpicker__controls__control-down,
.wickedpicker__controls__control-up {
	color: #bbb;
}

span.wickedpicker__controls__control--hours,
span.wickedpicker__controls__control--minutes,
span.wickedpicker__controls__control--meridiem {
	color: #fff;
}

span.wpcf7-not-valid-tip {
	color: #ff8787;
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}

.column-full p {
	display: flex;
	justify-content: center;
	align-items: center;
}

.wpcf7-submit {
	color: #000000;
	line-height: 1;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 190px;
	font-weight: 500;
	background: #d7b65d;
	padding: 11px 10px;
	font-family: 'Taviraj', serif;
	font-size: 16px;
	border: none;
}

.wpcf7-submit:hover {
	background: #192026;
	color: #d7b65d;
	border: 1px solid #d7b65d;
}

span.wpcf7-spinner {
	position: absolute;
}

/* SERVICES LIST SECTION STYLE */
.homepage-services {
	text-align: center;
	margin: 0 auto;
	max-width: 520px;
}

.homepage-services #servcss {
	padding: 0;
}

.homepage-services #servcss li {
	position: relative;
	font-weight: bold;
	margin: 0.3em 3px;
	padding-left: 20px;
	display: inline-block;
	color: #202020;
}

.homepage-services #servcss li:before {
	position: absolute;
	content: '\f005';
	top: 0;
	left: 0;
	color: #d7b65d;
	font-family: 'FontAwesome';
}

/* NAP SECTION STYLE */
div#nap-section {
	background-color: #ffffff !important;
}

.homepage-nap h3 {
	padding: 0;
	line-height: 1.2;
}


/* NAP Google listing button */

#main-footer .listing-rev-btn .fa {
	display: block;
	margin-right: 5px;
}

#main-footer .listing-rev-btn img {
	display: none;
}

#main-footer .listing-rev-btn {
	border-color: #d7b65d;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #d7b65d;
	color: #000;
	border-width: 3px;
	bottom: 10px;
	padding: 7px 15px 7px 15px;
	font-weight: normal;
	font-family: 'Taviraj', serif;
}

/* TESTIMONIALS SECTION STYLE */
div#testimonials-heading-section {
	background-attachment: fixed;
	max-height: 500px;
	height: 112vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.testimonials-title {
	font-size: 29px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	margin: 0 auto;
	text-transform: capitalize;
	color: #ffffff;
	font-family: 'Taviraj', serif;
	padding-bottom: 10px;
}

.testimonials-subtitle {
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	font-style: italic;
	font-family: 'Taviraj', serif;
}

div#home-testimonials {
	background-color: #d7b65d !important;
	padding: 0;
}

.testimonials-button {
	color: #d7b65d;
	line-height: 1;
	height: 40px;
	width: 190px;
	display: inline-block;
	font-weight: 500;
	background: #192026;
	padding: 11px 10px;
	font-family: 'Taviraj', serif;
	font-size: 16px;
	margin-bottom: 10px;
}

.testimonials-button:hover {
	background: #d7b65d;
	color: #000000;
	border: 1px solid #000;
}

/* TESTIMONIALS PLUGIN CSS*/

.testimonials-container {
	max-width: 1280px;
	/*padding: 1rem 2rem;*/
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

.testimonials-title {
	text-align: center;
	font-weight: 800;
	font-size: 2.25rem;
	line-height: 2.5rem;
	margin-bottom: 0.5rem;
	letter-spacing: -0.025em;
	color: #ffffff;
}

.testimonials-info {
	margin-bottom: 1rem;
}

.testimonial-item {
	border: 0px;
	border-radius: 0px;
	padding: 1rem;
	background: transparent;
	min-height: 100%;
	break-inside: avoid;
}

.testimonials-grid .testimonial-item {
	margin-bottom: 1rem;
}

.testimonial-item:hover{
	background: transparent;
}

.testimonial-item a {
	height: 100%;
	display: grid;
}

.testimonial-subject {
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	color: #192026;
}

.rating {
	display: flex;
	justify-content: center;
	margin: 0.5rem;
}

.star {
	width: 1rem;
	height: 1rem;
	color: #fff;
	margin:2px;
}

.testimonial-content {
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 500;
	color: #1a202c;
	text-align: center;
	font-style: italic;
}

.testimonial-footer {
	margin-top: 1rem;
}

.reviewer-details {
	font-size: 0.75rem;
}

.review-from-logo {
	width: 5rem;
	height: auto;
}

.reviewer-name {
	font-weight: 500;
	color: #1a202c;
	line-height: 1.5rem;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.testimonials-grid {
		column-fill: balance;
		columns: 2;
		gap: 1.5rem;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.testimonials-grid {
		columns: 3;
	}

	.testimonial-subject {
		font-size: 1.25rem;
	}

	.testimonial-content {
		line-height: 1.5rem;
	}

	.testimonial-footer {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.reviewer-details {
		display: flex;
		align-items: center;
	}

	.reviewer-name {
		padding-right: 0.75rem;
		font-size: 0.75rem;
		border-right: 2px solid #1a202c;
	}

	.review-from-logo {
		padding-left: 1em;
	}
}

.nav-arrows {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-top: 1rem;
}

.nav-arrows button {
	padding: 0.5rem;
	border-width: 1px;
	border-color: #192026;
	border-radius: 0px;
	cursor: pointer;
	color: #fff;
	background: #192026;
}

.nav-arrows button:hover {
	background: #d7b65d;
	color: #192026;
	border: 1px dashed #192026;
}

.nav-arrows button svg {
	height: 1.25rem;
	width: 1.25rem;
	margin-right: 0;
}

.rotate-180 {
	rotate:180deg;
}

/* END TESTIMONIALS PLUGIN CSS*/

/* CONTACT FORM SECTION STYLE */
/* CONTENT SECTION STYLE */
.contact-button {
	color: #000000;
	line-height: 1;
	height: 40px;
	align-items: center;
	width: 190px;
	font-weight: 500;
	background: #d7b65d;
	padding: 12px 10px;
	font-family: 'Taviraj', serif;
	font-size: 16px;
	margin-top: 10px;
	display: inline-block;
}

.contact-button:hover {
	background: #192026;
	color: #d7b65d;
}

/* add buttons*/
.booking-button-switch {
	display: none !important;
	background: #d7b65d;
	color: #192026;}

.slider-button {
	margin-top:20px;
	margin-bottom:100px;
}
.button-quote-header {
	text-align: center;
	padding: 10px 0;
	background: #192026;
}

.top_button:hover {
	background: #192026;
	color: #d7b65d;
	border: 1px dashed;
}

.top_button:hover .fa{
	color: #d7b65d !important;
}

.top_button {
	position: relative;
	display: inline-block;
	background-color: #d7b65d;
	border: 1px solid #d7b65d;
	text-shadow: none;
	color: #000000;
	padding: 12px 25px;
	font-size: 16px;
	border-radius: 0px;
	font-family: 'Taviraj', serif;
}
.top_button .fa {
	left:0px !important;
	height:0px !important;
	color: #000000 !important;
	padding: 5px 5px 5px 0px !important;
}

.floating-estimate-btn {
	text-align: center;
	padding: 5px 15px 5px 15px;
	background-color: #d7b65d;
	color: #192026 !important;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border: 2px solid #192026;
	border-left: 0px;
	font-size: 15px;
	z-index: 999999;
	position: fixed;
	bottom: 60px;
	width: 230px;
	font-family: 'Taviraj', serif;
}
#main-footer .listing-rev-btn {
	padding: 5px 15px 5px 15px;
	border: 2px solid #192026;
	border-left: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius:0px;
	bottom:7px;
	background: #d7b65d;
	color: #192026;
	font-size:15px;
	justify-content:center;
	width: 230px;
}
#main-footer .listing-rev-btn img {
	display:none;
}
#main-footer .listing-rev-btn .fa {
	display: block;
	margin-right: 5px;
	color: #192026;
	position: relative;
	bottom: 2px;
}
/* end add buttons */

/* FOOTER STYLE */

#footer-widgets .footer-widget li a {
	color: #fff;
	text-decoration: none;
	background: transparent;
}

#main-footer {
	background: #192026;
	position: relative;
	padding-top: 30px;
}

#main-footer:before {
	content: '';
	background-image: url(/wp-content/uploads/2024/10/footer-bg.webp);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.1;
	z-index: 0;
}

#main-footer .container {
	width: 95%;
}

div#footer-widgets {}

#main-footer #footer-widgets .footer-widget {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}

div#footer-bottom {
	background-color: #19202600;
	padding: 15px;
	color: #ffffff;
	border-top: 1px solid #ffffff45;
}

.paymentsbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-widget h4 {
	color: #d7b65d !important;
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #ffffff45;
}

.footer-widget .textwidget {
	color: #ffffff;
}

h4#nap-footer-icons {
	filter: none;
	margin-top: 20px;
}

#footer-widgets .footer-widget a {
	background-color: #fff;
}

table.openinghours {
	max-width: 385px;
	margin: 0 auto !important;
}

table.openinghours tr {
	display: flex;
	justify-content: space-between;
	line-height: 2;
	color: #ffffff;
}

#current-day {
	background-color: #192026;
	padding: 0 2px;
	border: 1px dashed #d7b65d;
}

#current-day td {
	color: #fff;
	text-shadow: none;
}

#closed-day {
	color: #ffffff;
}

/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */
.et_pb_sidebar_0 h4.widgettitle {
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	border-bottom: 1px solid #d7b65d;
	text-align: center;
	font-size: 30px !important;
	color: #1a1a1a;
	font-weight: 700;
}

#sidebar h4.widgettitle {
	font-size: 30px;
	font-weight: bold;
	/* color: #062d5b; */
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #d7b65e;
}

.et_pb_sidebar_0 .textwidget {
	text-align: center;
}

#sidebar .textwidget {
	text-align: center;
}

.single-post div#main-content,
.blog div#main-content {
	background-color: #ffffff;
	min-height: 50vh;
}

.single-post .et_pb_post .entry-content {
	text-align: justify;
}

#left-area .post-meta a {
	color: #c5a244;
}

#left-area .post-meta {
	text-align: center;
}

.blog .et_pb_post {
	text-align: justify;
}

/*MEDIA QUERIES*/
@media only screen and (min-width: 600px) {
	div#home-title-block {
		background-position-y: 44vw;
		background-size: 1000px;
	}

	div#home-title-block-img-col img {
		max-width: 500px;
	}

	div#home-title-block-img-col .et_pb_image {
		text-align: center;
	}

	.homepage-services #servcss {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-gap: 40px;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		text-align: left;
	}

	.homepage-services #servcss li {
		margin: 0 auto;
		text-align: left;
		display: inherit;
	}
}

@media screen and (max-width: 981px) {

	/* ADDITIONAL STYLES FOR MOB. RES. */
	.et_pb_sidebar_0 .et_pb_widget {
		width: 100%;
	}

	.footer-widget:nth-child(n) {
		width: 100% !important;
		text-align: center;
		margin: 0px !important;
	}

	.et_pb_text {
		text-align: center !important;
	}

	#footer-widgets .footer-widget .fwidget {
		width: 100% !important;
		margin-bottom: 30px !important;
	}
}

@media screen and (min-width: 981px) {

	/*HEADER STYLES*/
	.header-menu-container {
		padding: 0;
	}

	div#info-block {
		display: none;
	}

	.logo_container {
		min-width: 240px !important;
		max-width: 300px;
		width: 18vw !important;
	}

	.logo-link {
		justify-content: center;
		flex-direction: column;
	}

	img#logo {
		height: 65px;
	}

	.header-info-block {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		padding: 10px 0;
	}

	.header-info-block:before {
		content: '';
		position: absolute;
		width: calc(100% - 210px);
		height: 3px;
		bottom: 0;
		left: 15px;
		border-bottom: 1px dashed #fffdff;
	}

	.header-info-block .fa {
		margin-right: 10px;
		color: #d7b65d;
	}

	.header-location-container {
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
		margin: 5px 10px;
		font-size: 17px;
		color: #fffdff;
		width: auto;
		border-right: 1px dashed #fffdff;
		padding-right: 20px;
	}

	.header-location-container p,
	.phonenum p,
	.email-btn p {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.header-location-container .fa {
		font-size: 25px;
	}

	.header-location-container .fa,
	.email-btn .fa {
		width: 27px;
		height: 35px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #d7b65d;
	}

	.header-info-block span {
		line-height: 24px !important;
		font-weight: normal;
	}

	.header-info-block span {
		line-height: 17px !important;
		font-weight: normal;
		font-size: 17px;
	}

	span.info-addon {
		color: #d7b65d;
		padding-bottom: 5px;
	}

	.email-btn {
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
		margin: 0px 0px 0px 5px;
		font-size: 16px;
		color: #000;
		order: 4;
		background: #d7b65d;
		padding: 15px 15px;
		font-family: 'Taviraj', serif;
		border: 1px solid #d7b65d;
	}

	.email-btn .info-addon {
		display: none;
	}

	.email-btn .fa {
		display: none;
	}

	.phonenum {
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
		margin: 5px 10px;
		font-size: 17px;
		color: #fffdff;
	}

	.phonenum .fa {
		font-size: 23px;
		margin-bottom: 1px;
	}

	.hours p {
		color: #fff;
		line-height: 17px !important;
	}

	div#et-top-navigation {
		width: 82vw;
		min-width: calc(100% - 240px);
		max-width: calc(100% - 300px);
		margin-left: 0;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		flex-direction: column;
	}

	nav#top-menu-nav ul#top-menu li a {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		font-weight: 500;
		color: #ffffff !important;
		text-transform: capitalize;
		filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
		font-family: 'Rubik', sans-serif;
	}

	#top-menu .menu-item-has-children>a:first-child:after {
		top: 14px;
		color: #d7b65d;
	}

	nav#top-menu-nav ul#top-menu .current-menu-item a {
		color: #d7b65d !important;
	}

	nav#top-menu-nav ul#top-menu li {
		padding-left: 10px;
		padding-right: 10px !important;
		font-size: 16px;
	}

	nav#top-menu-nav ul#top-menu li:not(:last-child):after {
		content: '\f111';
		position: absolute;
		font-family: 'FontAwesome';
		font-size: 5px;
		color: #ffffff;
		right: -3px;
		top: 15px;
	}

	nav#top-menu-nav ul#top-menu li:last-child {
		padding-right: 0 !important;
	}

	nav#top-menu-nav ul#top-menu li:last-child.current-menu-item {
		padding-right: 11px !important;
	}

	nav#top-menu-nav ul#top-menu .current-menu-item a:after {
		color: #d9b6c6 !important;
	}

	ul.sub-menu {
		filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
		top: 43px;
		background-color: #192026 !important;
		border-color: #d7b65d !important;
		padding: 10px 0 !important;
	}

	ul.sub-menu li ul {
		top: -8px;
	}

	nav#top-menu-nav #top-menu ul.sub-menu a {
		color: #fff !important;
		position: relative;
		padding: 6px 6px 6px 16px !important;
		line-height: 1.2;
		filter: drop-shadow(0px 1px 1px #210124);
	}

	#top-menu-nav ul.sub-menu a:before {
		content: '\f149';
		position: absolute;
		left: 0;
		font-family: 'FontAwesome';
		-webkit-transform: scaleX(-1) rotate(90deg);
		transform: scaleX(-1) rotate(90deg);
		color: #bfbfbf;
	}

	#top-menu-nav ul.sub-menu a:after {
		color: #fff !important;
	}

	ul.sub-menu li {
		padding: 0 10px !important;
		width: 100%;
	}

	ul.sub-menu li a {
		padding: 5px 0px !important;
		width: 100% !important;
	}

	/*END HEADER STYLES*/
	/*PAGE STYLES*/
	section.et_pb_module.et_pb_fullwidth_header.et_pb_fullwidth_header_0.et_pb_text_align_center.et_pb_bg_layout_dark.et_pb_fullscreen {
		max-height: 1300px !important;
		min-height: 600px !important;
		height: 100vh !important;
		background-position-y: center;
	}

	.et_pb_fullscreen .et_pb_fullwidth_header_container {
		max-height: 1300px !important;
		min-height: 600px !important;
		height: 100vh !important;
		width: 85%;
		max-width: 1080px;
		padding-top: 116px;
	}

	.et_pb_fullwidth_header_scroll {
		display: block;
	}

	span.scroll-down.et-pb-icon {
		color: #d7b65d !important;
		margin-right: 6px;
	}

	.header-title {
		font-size: 32px;
	}

	.header-subtitle {
		font-size: 50px;
	}

	.header-slogan {
		font-size: 31px;
	}

	/* BADGES STYLE DESKTOP*/
	.badge-content .content {
		min-width: auto;
		margin-top: 5px;
	}

	.badge-block {
		width: 24%;
		align-items: flex-start;
	}

	/* FIRST PARAGRAPH STYLE DESKTOP*/
	.entry-title {
		font-size: 33px !important;
		text-align: left;
	}

	.home .entry-title {
		text-align: center;
		font-size: 40px !important;
	}

	div#home-title-block {
		background-size: contain;
		background-position: center !important;
		background-position-x: 35% !important;
	}

	div#home-title-block-img-col {
		display: flex;
		align-items: center;
	}

	/* SERVICES STYLE DESKTOP*/
	.srvBlockTitle,
	.srvBlockTitle h2 {
		text-align: right !important;
	}

	.srvElement {
		width: 32%;
		display: flex;
		flex-direction: column;
		margin: 0;
		margin-top: 30px;
	}

	.srvElementImg img {
		height: 200px;
	}

	.srvElementFullWidth .srvElementImg img {
		height: 100%;
	}

	.srvBlock {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1200px;
		margin: 0 auto;
	}

	.srvElementBody {
		height: 100%;
	}

	.srvElementHeader h2 {
		min-height: 54px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.srvElementContent {
		height: 100%;
	}

	.srvElementFullWidth .srvElementContent {
		height: auto;
	}

	.srvElement.srvElementFullWidth {
		width: 100%;
		max-width: 1080px;
		flex-direction: row;
	}

	.srvElementFullWidth .srv-icon {
		bottom: auto;
		right: -37px;
	}

	.srvElementFullWidth .srvElementImg {
		width: 32%;
		margin: 0;
		padding: 0;
	}

	.srvElementFullWidth .srvElementBody {
		width: calc(68% - 20px);
		margin-left: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	/* RESERVATION FORM STYLE DESKTOP */
	div#limo-hero-section {
		background-size: cover;
		background-position-y: 45%;
	}

	.limo-section-title {
		font-size: 40px;
		margin-bottom: 70px;
	}

	.limo-section-subtitle {
		font-size: 25px;
		margin: 30px auto;
	}

	div#limo-hero-section .et_pb_image {
		margin-bottom: -80px;
	}

	div#contact-form-row {
		align-items: center;
		padding-top: 80px;
		padding-bottom: 0;
	}

	div#contact-form-section {
		padding: 50px 0;
	}

	div#contact-img-column {
		display: block;
		margin-bottom: -200px !important;
		min-height: 440px;
	}

	div#contact-img-column .et_pb_image,
	div#contact-img-column span {
		height: 100%;
		min-height: 440px;
	}

	div#contact-img-column img {
		height: 100%;
		object-fit: cover;
		object-position: center;
		min-height: 440px;
	}

	.small-column,
	.big-column {
		width: 225px;
		justify-content: space-between;
	}

	div#responsive-form {
		margin-top: 0px;
	}

	div#ui-datepicker-div,
	.wickedpicker {
		width: 225px;
	}

	/* NAP SECTION DESKTOP */
	div#nap-section .et_pb_row {
		display: flex;
		align-items: center;
		padding-top: 50px;
	}

	.homepage-nap strong {
		font-size: 26px;
	}

	/* SERVICES LIST SECTION DESKTOP */
	/* CONTENT SECTION DESKTOP */
	div#content-text-col {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	/* CONTACT SECTION DESKTOP */
	/* TESTIMONIALS SECTION DESKTOP */
	.testimonials-title {
		font-size: 40px;
		padding-bottom: 30px;
	}

	.testimonials-subtitle {
		font-size: 25px;
	}

	/* FOOTER STYLES DESKTOP */
	.footer-widget .et_pb_widget {
		width: 100%;
		margin-bottom: 0 !important;
	}

	.paymentsbox {
		justify-content: flex-start;
	}

	div#social-icons {
		text-align: left;
	}

	.footer-widget h4 {
		text-align: left;
	}

	#footer-widgets {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	div#footer-widgets {}

	/* SIDEBAR, BLOG, BLOGPOST STYLES DESKTOP */
	.et_pb_sidebar_0 h4.widgettitle {
		text-align: left;
		font-size: 33px !important;
	}

	#sidebar h4.widgettitle {
		text-align: left;
	}

	.et_pb_sidebar_0 .textwidget {
		text-align: left !important;
	}

	#sidebar .textwidget {
		text-align: left;
	}

	.et_pb_sidebar_0.et_pb_widget_area_right {
		border-left: 1px solid rgb(0 0 0);
	}

	#left-area .post-meta {
		text-align: left;
	}

	#main-content .container:before {
		background-color: rgb(6 45 91 / 20%);
	}
}

/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
	margin: 3px 0;
}

.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
	background: #ffffff !important;
	color: #000 !important;
	border-color: #000 !important;
}

.wpcr3_respond_2 input[type="text"]:focus,
.wpcr3_in_content textarea:focus {
	color: #fff;
	border-color: #ffffff;
}

.wpcr3_table_2 td {
	font-size: 1em !important;
}

.wpcr3_leave_text {
	font-size: 1.1em;
}

.wpcr3_leave_text {
	margin-bottom: 20px;
}

.wpcr3_button_1 {
	margin-top: 10px;
	background: #d6b65d;
	color: #192026;
	border-radius: 0px;
}

.wpcr3_button_1:hover {
	background: #192026;
	color: #d6b65d;
}

@media (min-width: 981px) {

	.wpcr3_respond_2 input[type="text"],
	.wpcr3_respond_2 textarea {
		min-width: 100%;
	}

	.wpcr3_table_2 td {
		text-align: left !important;
	}

	.wpcr3_review_form_rating_field label {
		margin: 6px 0 !important;
	}
}

@media (max-width: 980px) {

	.wpcr3_respond_3,
	.wpcr3_aggregateRating,
	.wpcr3_table_2 td {
		text-align: center !important;
	}

	.wpcr3_div_2 {
		width: 100%;
	}

	.wpcr3_table_2 tr:last-of-type td {
		margin: 20px auto 0 !important;
	}

	.wpcr3_table_2 td {
		display: block;
		padding: 0 !important;
	}

	.wpcr3_table_2 td:first-child {
		margin-top: 10px !important;
	}

	.wpcr3_rating_style1_status {
		width: 85px !important;
	}

	.wpcr3_respond_2 input[type="text"],
	.wpcr3_in_content textarea {
		width: 100% !important;
		min-width: unset !important;
	}

	.wpcr3_submit_btn,
	.wpcr3_cancel_btn {
		width: 40%;
	}
	.cont-row {
		display: flex;
		flex-direction: column-reverse;
	}

	.cont-row img {
		margin-bottom: 30px;
	}
}

/* CONTACT FORM ON CONTACT PAGE STYLE */
div#contact input#customer_name {
	width: calc(50% - 5px);
	float: left;
}

div#contact input#phone-cf {
	width: calc(50% - 5px);
	float: left;
	margin-left: 10px;
}

div#contact textarea#message {
	margin-bottom: 20px;
}

#contact img {
	float: left;
	width: 120px;
	height: 40px;
	min-height: 40px;
	border-radius: 5px;
	filter: grayscale(1) contrast(1.5);
}

div#contact input#vercode {
	width: calc(100% - 130px);
	margin: 0;
	margin-left: 10px;
	float: left;
	padding: 7px 10px 7px;
	height: 40px;
	min-height: 40px;
}

div#contact form#contactForm {
	text-align: center;
}

div#contact input#submitter {
	font-size: 16px;
	transition: 500ms;
	position: relative;
	z-index: 1;
	text-transform: capitalize;
	color: #000000;
	line-height: 1;
	height: 40px;
	display: inline-block;
	margin: 0 auto;
	font-weight: 500;
	filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
	background: #d7b65d;
	padding: 11px 20px;
	text-align: center;
	border-radius: 0;
	width: 200px;
}

div#contact input#submitter:hover {
	color: #fff;
	background: #646464;
}

div#contact input.text,
div#contact input.title,
div#contact input[type=email],
div#contact input[type=password],
div#contact input[type=tel],
div#contact input[type=text],
div#contact select,
div#contact textarea {
	max-width: 100%;
	padding: 10px 20px 10px;
	min-height: 50px;
	background-color: #192026 !important;
	box-shadow: none;
	display: block;
	line-height: 1;
	font-weight: 300;
	color: #fffdff !important;
	background-image: none;
	border: 2px solid #a0a69e;
	margin-bottom: 10px !important;
	border-radius: 10px;
}

#contactForm input[type=text]::placeholder,
#contactForm input[type=password]::placeholder,
#contactForm input[type=tel]::placeholder,
#contactForm input[type=email]::placeholder,
#contactForm input.text::placeholder,
#contactForm input.title::placeholder,
#contactForm textarea::placeholder,
#contactForm select {
	color: #d9d9d9 !important;
}

#contactForm input[type=text]:focus,
#contactForm input[type=password]:focus,
#contactForm input[type=tel]:focus,
#contactForm input[type=email]:focus,
#contactForm input.text:focus,
#contactForm input.title:focus,
#contactForm textarea:focus,
#contactForm select:focus {
	color: #ffffff !important;
	border-color: #d7b65d;
}

#contact {
	padding: 0;
	max-width: 600px;
	margin: 0 auto;
}

/* ADDITTIONAL SERVICES STYLE */


#additionalServices {
	list-style: none;
	text-align: center;
	padding: 0;
	list-style-type: none;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#additionalServices li {
	break-inside: avoid;
	padding: 5px 3px;
	font-size: 18px;
	/*     color: #ffffff; */
	position: relative;
	text-align: center;
	margin-bottom: 0 !important;
}
#additionalServices li a {
	/* 	color: #fff; */
	text-decoration: underline;
}
#additionalServices li::before {
	content: "\f00c";
	font-family: 'FontAwesome';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 5px;
}


@media (min-width: 600px) {


	#additionalServices li {
		break-inside: avoid;
		padding: 10px 5px;
		text-align: left;
	}


}

@media (min-width: 981px) {
	#additionalServices {
		columns: 3;
		column-gap: 10px;
	}
	.cs1 .et_pb_row, .cs2 .et_pb_row {
		display: flex;
	}

	.cs1 img, .cs2 img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	.cs1 .et_pb_image, .cs2 .et_pb_image, .cs1 .et_pb_image_wrap, .cs2 .et_pb_image_wrap {
		height: 100%;
	}
}

.nav-arrows > button.slider-previous > svg > path{
	transition:0.1s;
}

.nav-arrows > button.slider-next > svg > path{
	transition:0.1s;
}

#mobile_menu li a {
	line-height: 1.2em;
}

.floating-estimate-btn{
	z-index: 9999;
}

#main-footer .listing-rev-btn{
	display: flex;
	align-items: baseline;
	position: fixed;
	z-index: 9999;
}

.wpcf7 form.invalid .wpcf7-response-output {
	color: #e77c7d;
}


.cs1 {
	background: #192026;
	color: #fff;
}

.cs1 h2 {
	color: #fff;
}

.cs1 ul, .cs2 ol {
	margin-top: 15px;
}
ul.unordered-list-container, ol.ordered-list-container {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	padding: 0;
}
ul li.list-item{
	list-style: inside disc;
}
li.list-item {
	width: 500px;
	/* border-radius: 10px; */
	padding: 10px;
	margin: 10px;
	box-shadow: 2px 2px 4px #d7b65d, -2px -2px 4px #ffffff00;
	transform: translateY(0);
	cursor: pointer;
}
li.list-item:hover {
	transform: translateY(-5px);
}
.gallery-btn{
	background-color: #d7b65d;
	color: #000;
	text-align: center;
	line-height: 1;
	height: 40px;
	align-items: center;
	width: 190px;
	font-weight: 500;
	padding: 10px;
	font-family: 'Taviraj', serif;
	font-size: 16px;
	border: 1px solid #fff;
}

.promo-badge {
	text-align: center;
	font-weight: bold;
	line-height: 1;
	font-size: 22px;
	color: #d7b65d;
	margin-bottom: 10px;
	font-family: 'Taviraj', serif;
	background-color: #192026;
	border-bottom: 1px solid #484747;
	border-right: 1px solid #575656;
	padding: 10px;
	max-width: 700px;
	margin: 10px auto;
	transition: ease 0.5s all;
	cursor: pointer;
	line-height: 1.3;
}
.promo-badge span{
	color: #fff;
}
.promo-badge:hover{
	transform: translateY(-5px);
}

h2.first-par-title {
	text-align: center;
	background-color: #d7b65d;
	padding: 10px;
	line-height: 1.3;
	max-width: 800px;
	margin: 0 auto;
}

@media screen and (max-width: 981px) {
    body.page-id-696 article article.et_pb_post .post-meta {
        text-align: center !important;
    }
    body.single-post .entry-content h2 {
        font-size: 24px;
    }
    body.single-post .post-meta {
        text-align: center !important;
    }
}