/*
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: 'Josefin Sans', Arial, Times New Roman, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	color: #bbb;
	overflow-x: hidden;
}

.et_pb_section {
	background-color: #101010;
}


/*HEADER STYLES*/


/*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: #000;
}


/*rotate the Divi Menu icon on click*/

.et_mobile_menu {
	background: #101010 !important;
	border-color: #101010 !important;
}

.home .et_mobile_menu {
	top: 118px !important;
	border-color: #525252 !important;
}

.et_mobile_menu li a {
	color: #ddd;
	padding: 10px 0%;
	text-transform: capitalize;
}

.mobile_nav.opened .mobile_menu_bar::before {
	transition: all .4s ease;
	transform: rotate(90deg);
	display: block;
}

.header-menu-container {
	width: 100%;
	padding: 15px 2.5% 0 2.5%;
}

.home .header-menu-container {
	display: flex;
	padding: 15px;
	align-items: center;
}

.contact-info {
	padding: 5px;
}

.home .contact-info {
	display: none;
}

.contact-info-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.contact-info-container span,
.contact-info-container a {
	color: #000;
	padding: 0 5px;
	font-weight: 300;
}

.contact-info-container .fa {
	margin: 0 5px;
}

.contact-info-container span:hover,
.contact-info-container a:hover {
	color: #000;
}

.home .logo_container {
	position: relative !important;
	display: flex;
	justify-content: left;
	align-items: center;
	text-align: left;
}


/* .home .logo_container {
	padding-right: 15px;
	margin-left: 47px;
	width: 100% !important;
} */

.logo_container a {
	/* padding-bottom: 5px; */
	/* padding-top: 5px; */
}

.text-logo {
	text-align: center;
	font-weight: 400;
	font-size: 25px !important;
	margin-bottom: 0;
	color: #0473ff;
	line-height: 1.05;
	font-family: 'Julius Sans One', sans-serif;
	height: auto !important;
	padding: 0px !important;
	filter: drop-shadow(2px 4px 6px black);
	max-width: 425px;
}

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

.home div#et-top-navigation {
	width: auto !important;
	padding-top: 0 !important;
	min-height: 88px;
	display: flex;
	justify-content: center;
	align-items: center;
}

div#et_mobile_nav_menu {
	width: 100%;
	background: #c6c6c6;
}

.home div#et_mobile_nav_menu {
	background: transparent;
}

span.select_page {
	display: inline !important;
	color: #000;
	line-height: 32px;
	padding-left: 4px;
	font-weight: 300;
}

.home span.select_page {
	display: none !important;
}

span.mobile_menu_bar.mobile_menu_bar_toggle {
	display: inline-block;
	float: right;
	padding-bottom: 0 !important;
}


/*END HEADER STYLES*/


/*PAGE STYLES*/
header#main-header {
    background: #fff;
}
.home header#main-header {
	background-color: #ffffff !important;
	min-height: 90px;
}

.home header#main-header .container {
	display: flex;
	max-width: 1080px;
	height: 100px;
}
.home div#page-container {
	padding-top: 0 !important;
	overflow-x: hidden;
}

div#home-slider-block {
	padding: 0 !important;
}

div#home-slider-block .et_pb_row {
	padding: 0 !important;
	display: flex;
	flex-direction: column-reverse;
}

div#home-header-sidebar {
	background: #1F1F1F;
}

.home-header-sidebar-holder {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 305px;
	margin: 0 auto;
}

div#home-header-slider .et_pb_slides .et_pb_container {
	height: 100vh !important;
	max-height: 600px !important;
	min-height: 600px;
}

.home-header-sidebar-holder p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	margin: 10px 5px;
	margin-bottom: 0;
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
}

.home-header-sidebar-holder a {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	display: block;
	line-height: 1;
	margin: 10px 5px;
	width: 145px;
	text-align: center;
	}

.home-header-sidebar-holder div:nth-child(2) {
	display: none;
}

.home-header-sidebar-holder p:nth-child(5) {
	display: none;
}

a.phone-link {
	letter-spacing: 2.2px;
}

a.phone-link:hover {
	color: #0473ff;
}

.space-sidebar {
	border: 1px solid #0473ff;
	background: #0473ff;
	height: 3px;
	width: 3px;
	margin: 0 auto;
	border-radius: 50%;
	display: none;
}

.arrow-sidebar {
	display: none;
}

#home-header-slider .et_pb_slide_description {
	padding-top: 140px !important;
}

p.head-slider-title {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 23px;
	font-weight: bold;
	filter: drop-shadow(2px 4px 6px black);
}

p.head-slider-subtitle {
	font-family: 'Julius Sans One', sans-serif;
	filter: drop-shadow(2px 4px 6px black);
	font-size: 17px;
}

.header-btns-holder {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.header-btns-holder br {
	display: none;
}

.button {
	padding: 10px 0px;
	line-height: 1;
	font-weight: 300;
	border-style: solid;
	color: #fff;
	border-width: 0;
	background: #0473ff;
	letter-spacing: 1px;
	font-size: 17px;
	display: block;
	width: 190px;
	text-align: center;
	margin: 5px auto;
	border: 1px solid #fff0;
}

.button:hover {
	background: #000;
	border: 1px solid #fff;
}

.home-section-title {
	font-size: 30px;
	font-family: 'Julius Sans One', sans-serif;
	font-weight: 400;
	color: #fff;
	position: relative;
	margin-bottom: 10px;
	line-height: 1em;
}

.entry-title {
	font-size: 26px;
	font-family: 'Julius Sans One', sans-serif;
	font-weight: bold;
	color: #0473ff;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
}

div#first-section-img img {
	position: relative;
	box-shadow: 10px 10px 0px 0px #0473ff;
	width: calc(100% - 10px);
}

#homepage-gallery a.active {
	color: #fff !important;
}
/* #homepage-gallery .et_pb_gallery_item {
    width: 100% !important;
    margin-bottom: 30px !important;
} */
#homepage-gallery.et_pb_gallery .et_pb_gallery_pagination {
	border-top: 1px solid #0473ff;
}

div#homepage-gallery img, #gallery img {
    height: 190px;
    object-fit: cover;
    width: 100%;
}

/* New Header */
.header-content-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: -220px;
    position: relative;
    z-index: 900;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    box-sizing: border-box;
    padding: 20px;
    }

h1.head-slider-title {
    color: white;
    filter: drop-shadow(1px 1px 6px #000);
    text-shadow: 1px 1px 5px #000 !important;
}

p.head-slider-subtitle {
    color: white;
    filter: drop-shadow(1px 1px 6px #000);
    text-shadow: 1px 1px 5px #000 !important;
    padding-bottom: 10px !important;
}

@media (min-width: 481px) {
    .header-content-holder {
        padding: 10px;
    }

    .header-btns-holder a.button {
        display: block;
        margin-bottom: 5px;
    }
}

@media (min-width: 769px) {
    .header-content-holder {
        padding: 20px;
    }

    .head-slider-title {
        font-size: 2rem;
    }

    .head-slider-subtitle {
        font-size: 1.25rem;
    }

    .header-btns-holder a.button {
        display: inline-block;
        margin-bottom: 0;
    }
}

.et_pb_code_1 {
  height: 0 !important;
}

/* SERVICES SECTION STYLE */

h2.services-section-title {
	font-size: 22px;
	font-family: 'Julius Sans One', sans-serif;
	font-weight: 400;
	color: #fff;
	position: relative;
	line-height: 1em;
	padding: 0;
}

.srvElement {
	margin-top: 80px;
}

.srvElementImg {
	display: flex;
	box-shadow: 50px -50px 0px 0px #1f1f1f;
	width: calc(100% - 45px);
	position: relative;
}

.srvElementImg img {
	width: 504px;
	max-width: 100%;
	/* height: calc((100vw - 45px) * 1.2); */
	max-height: 510px;
	object-fit: cover;
	object-position: center;
}

.srvElementImg h2 {
	color: #fff;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	padding: 0;
	min-width: 40px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.srvElementImg:hover {
	box-shadow: 50px -40px 0px 0px #0473ff;
}

.srvElementBody {
	padding-top: 20px;
	text-align: justify;
}


/* CONTACT SECTION STYLE */

.contact-title {
	color: #0473ff;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 30px;
	font-weight: 400;
	font-family: 'Julius Sans One', sans-serif;
	line-height: 1.5em;
	text-align: center;
}

h3.home-nap-info {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	color: #ddd;
	line-height: 1.75em;
	text-align: center;
	font-size: 20px;
}

h3.home-nap-info span {
	display: block;
	color: #0473ff;
}

.home-services-list {
	max-width: 300px;
	margin: 0 auto;
}

.home-services-list li {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	color: #ddd;
	line-height: 1.75em;
	text-align: center;
	font-size: 20px;
	list-style: disc inside;
}

.home-services-list #servcss {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0;
}


/* CONTACT FORM STYLE */

input#customer_name {
	width: calc(50% - 10px);
	float: left;
}

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

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

#contact img {
	float: left;
	width: 120px;
}

input#vercode {
	width: calc(100% - 140px);
	margin: 0;
	margin-left: 20px;
	float: left;
	padding: 7px 10px 10px;
}

input#submitter {
	text-shadow: none;
	padding: 10px 20px;
	box-shadow: none;
	line-height: 1;
	font-weight: 300;
	border-style: solid;
	color: #fff;
	border-width: 0;
	background-color: #0473ff!important;
	cursor: pointer;
	height: auto;
	border-radius: 0;
	margin: 0 auto;
	margin-top: 20px !important;
	border: 1px solid #fff0;
}

input#submitter:hover {
	background-color: #1f1f1f !important;
	border: 1px solid #fff;
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
	background-color: transparent;
	border: none;
	max-width: 100%;
	margin-bottom: 15px;
	padding: 18px 10px 10px;
	height: auto;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-width: 0 0 1px;
	border-style: solid;
	display: block;
	line-height: 1.75em;
	font-weight: 300;
	color: #ddd;
	background-image: none;
	border-bottom: 1px solid #333;
}

#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: #ddd!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 {
	border-bottom-color: #ddd;
	color: #ddd!important;
}

#contact {
	padding: 0;
}


/* TESTIMONIALS SECTION STYLE */

.testimonials-title {
	color: #0473ff;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 30px;
	font-weight: 400;
	font-family: 'Julius Sans One', sans-serif;
	line-height: 1.5em;
	text-align: center;
}

div#testimonials-block img {
	display: block;
	margin: 0 auto;
	width: 100px;
}

.home .wpcr3_dotline {
	display: none !important;
}

.home .wpcr3_review {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.home .wpcr3_review_ratingValue {
	width: 100%;
	text-align: center;
	margin: 0 !important;
}

.home .wpcr3_review_author {
	margin-left: 5px;
	text-align: center;
}

.home .wpcr3_review_title.wpcr3_caps {
	width: 100%;
	text-align: center;
	margin: 0 !important;
	font-size: 20px;
}

span.wpcr3_item_name a {
	color: #ec7e79;
}

div.wpcr3_review blockquote.wpcr3_content {
	border-color: #0473ff;
	padding-bottom: 0;
	text-align: justify;
}

.home div.wpcr3_review blockquote.wpcr3_content {
	text-align: justify;
	padding-left: 0;
	border: none;
	margin-bottom: 0;
}

div.wpcr3_review blockquote.wpcr3_content p {
	font-size: 17px;
}

.testimonials-btn {
	padding: 10px 0px;
	line-height: 1;
	font-weight: 300;
	border-style: solid;
	color: #fff;
	border-width: 0;
	background: #0473ff;
	letter-spacing: 1px;
	font-size: 17px;
	display: block;
	width: 180px;
	text-align: center;
	margin: 5px auto;
	border: 1px solid #fff0;
}

.testimonials-btn:hover {
	background: #000;
	border: 1px solid #fff;
}


/* FOOTER STYLE */

#main-footer {
	background-color: #1f1f1f;
}

div#footer-bottom {
	background-color: rgb(16 16 16);
	padding: 15px;
}

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

.footer-widget h4 {
	color: #0473ff;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 30px;
	font-weight: 400;
	font-family: 'Julius Sans One', sans-serif;
	line-height: 1.5em;
	text-align: center;
}
.footer-widget li:before {
    border-color: #0473ff;
}
.footer-widget .textwidget {
	font-family: 'Josefin Sans', sans-serif !important;
	color: #ddd;
}

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

table.openinghours tr {
	display: flex;
	justify-content: space-between;
	font-family: 'Josefin Sans', sans-serif !important;
	line-height: 2.3;
	color: #ddd;
}

#current-day {
	background-color: #0473ff;
	padding: 0 2px;
}

#closed-day {
	color: #ddd;
}


/* SIDEBAR, BLOG PAGE, BLOG POST STYLES */

.et_pb_sidebar_0 h4.widgettitle {
	font-size: 26px;
	font-family: 'Julius Sans One', sans-serif;
	font-weight: 400;
	color: #0473ff;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #0473ff;
}

#sidebar h4.widgettitle {
	font-size: 26px;
	font-family: 'Julius Sans One', sans-serif;
	font-weight: 400;
	color: #0473ff;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #0473ff;
}

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

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

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

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

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

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

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


/*MEDIA QUERIES*/


 
/* @media screen and (min-width: 600px) {
#homepage-gallery .et_pb_gallery_item {
    width: calc(50% - 30px) !important;
    margin: 15px 15px !important;
}

#homepage-gallery .et_pb_gallery_items.et_post_gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#homepage-gallery .et_pb_gallery_items.et_post_gallery.clearfix:after {
    display: none;
}
} */



@media screen and (max-width: 981px) and (min-width: 600px) {
	/* SERVICES LAYOUT FOR TABLET */
	.srv-box-holder {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.srvElement {
		width: 60vw;
	}
	.srvElement:nth-child(even) {
		margin-left: 30vw;
	}
	.srvElement:nth-child(odd) {
		margin-right: 30vw;
	}
}

@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: 0 !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: 15px 0 0 0;
	}
	.home .header-menu-container {
		max-width: 100%;
		padding: 15px 15px;
		padding-left: 0;
	}
	.home header#main-header {
		background-color: #ffffff !important;
		min-height: 90px;
		align-items: center;
		display: flex;
	}
	.home header#main-header.et-fixed-header {
		background: #ffffff !important;
	}
	.logo_container {
		width: 100%;
		position: absolute !important;
		height: 100% !important;
		top: 0;
		align-items: flex-end;
		z-index: -5;
	}
	.home .logo_container {
		align-items: center;
		/* padding-right: 10px; */
		/* background-color: #101010; */
		/* padding-left: 10px; */
		margin-left: 0;
		}
	.contact-info {
		width: calc(100% - 360px);
		float: right;
	}
	div#et-top-navigation {
		width: calc(100% - 360px);
		float: right;
		display: flex;
		justify-content: end;
		padding-right: 10px !important;
		/* padding-bottom: 7px !important; */
		/*background: #0473ff;*/
	}
	.home div#et-top-navigation {
		width: 100% !important;
		float: right;
		padding-bottom: 0 !important;
		background: transparent;
		min-height: auto;
	}
	.home nav#top-menu-nav {
		width: 100%;
		max-width: 1080px;
		margin: 0 auto;
		display: flex;
		justify-content: flex-end;
	}
	#top-menu a {
		color: #000000 !important;
		padding-bottom: 10px !important;
		padding-top: 10px;
		line-height: 1 !important;
		text-transform: capitalize;
		font-weight: 400;
		filter: drop-shadow(2px 4px 6px black);
		font-size: 16px;
	}
	#top-menu li {
		padding-right: 0;
		padding-left: 22px;
	}
	ul.sub-menu {
		left: -85%;
		border-color: #0473ff !important;
		top: 30px;
		padding-top: 0 !important;
		filter: drop-shadow(0px 1px 3px #5b5b5b);
	}
	.home ul.sub-menu {
		top: 30px;
	}
	ul.sub-menu li {
		padding: 0 10px !important;
		width: 100%;
	}
	ul.sub-menu li a {
		padding: 30px 0px !important;
		width: 100% !important;
	}
	.nav li li ul {
    top: 15px !important;
}
	#top-menu .menu-item-has-children>a:first-child:after {
		top: 8px;
	}
	#top-menu .sub-menu li a:after {
    top: 28px !important;
}
	.contact-info-container {
		justify-content: flex-end;
	}
	#logo {
		height: 100% !important;
		max-height: 100% !important;
		width: auto;
		max-width: 100% !important;
	}
	.logo_container a {
		height: 100%;
	}
	/*END HEADER STYLES*/
	/*PAGE STYLES*/
	.home-header-sidebar-holder {
		padding-top: 100px;
		width: 90px;
		max-height: 1000px;
		min-height: 735px;
		height: calc(100vh - 100px);
		flex-direction: column;
		justify-content: flex-end;
		background-color: #1f1f1f !important;
	}
	div#home-header-slider .et_pb_slides .et_pb_container {
		height: 100vh !important;
		max-height: 1000px !important;
		min-height: 735px;
	}
	#home-header-slider .et_pb_slide_description {
		padding-top: 16% !important;
	}
	.header-btns-holder {
		flex-direction: row;
		align-items: center;
		max-width: 400px;
		margin: 0 auto;
	}
	.header-btns-holder .booking-button-switch {
		margin-right: 10px !important;
		margin-left: 10px;
	}
	.space-sidebar {
		display: block !important;
	}
	.home-header-sidebar-holder p {
		writing-mode: vertical-rl;
		transform: rotate(180deg);
		width: auto;
		display: block;
		margin-bottom: 10px;
	}
	.home-header-sidebar-holder p:nth-child(5) {
		display: block;
	}
	.home-header-sidebar-holder a {
		writing-mode: vertical-rl;
		transform: rotate(180deg);
		display: block;
		width: auto;
	}
	.arrow-sidebar a {
		border: 1px solid #ec7e79;
		background: #ec7e79;
		height: 35px;
		width: 1px;
		margin: 0 auto;
		position: relative;
		display: none;
	}
	.arrow-sidebar a:before {
		width: 0;
		height: 0;
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
		border-bottom: 10px solid #ec7e79;
		position: absolute;
		content: "";
		top: -7px;
		left: -3.5px;
	}
	.arrow-sidebar {
		margin-bottom: 20px;
		display: block !important;
	}
	div#home-slider-block .et_pb_row {
		flex-direction: row;
	}
	div#home-header-sidebar {
		width: 90px;
	}
	div#home-header-slider {
		width: calc(100vw - 90px);
	}
	.entry-title {
		text-align: left;
	}
	/* HOMEPAGE GALLERY STYLES DESKTOP */
	#homepage-gallery.et_pb_gallery .et_pb_gallery_pagination {
		display: none;
	}
 
/* 	#homepage-gallery .et_pb_gallery_item {
		width: calc((100%/3) - 30px) !important;
		min-width: calc((100%/3) - 30px) !important;
		display: block !important;
		margin-bottom: 3% !important;
		box-shadow: 0px 0px 0px 1px #0473ff75;
	} */
	#homepage-gallery .et_overlay {
		background: rgb(0 0 0 / 72%);
		border: 1px solid #0473ff;
	}
	#homepage-gallery .et_overlay:before {
		color: #0473ff;
	}
	#homepage-gallery .clearfix:after {
		display: none;
	}
	/* SERVICES STYLE DESKTOP*/
	.srvElement {
		width: 32%;
	}
	.srvElementImg img {
		height: calc((32vw - 45px) * 1.16);
		max-height: 450px;
		height: auto;
	}
	.srv-box-holder {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.srvElementFullWidth {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}
/* 	.srvElementFullWidth:nth-child(odd) {flex-direction: row-reverse;} */
	.srvElementFullWidth .srvElementBody {
		width: calc(67% - 10px);
		padding-right: 10px;
		padding-top: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
		.srvElementFullWidth:nth-child(odd) .srvElementBody {width: calc(72% - 10px);}

	.srvElementFullWidth .srvElementImg {
		width: calc(32% - 45px);
	}
	.contact-title {
		text-align: left;
	}
	/* CONTACT SECTION DESKTOP */
	.home-nap-info {
		text-align: left;
	}
	.home-nap-info span {
		display: inline-block;
		padding-right: 10px;
	}
	.home-services-list #servcss {
		align-items: flex-start;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-start;
	}
	.home-services-list {
		max-width: 100%;
		padding-bottom: 0;
	}
	.home-services-list li {
		font-size: 18px;
		text-align: left;
		width: 33%;
	}
	.home div.wpcr3_review blockquote.wpcr3_content {
		text-align: center;
	}
	/* 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;
	}
	/* SIDEBAR, BLOG, BLOGPOST STYLES DESKTOP */
	.et_pb_sidebar_0 h4.widgettitle {
		text-align: left;
	}
	#sidebar h4.widgettitle {
		text-align: left;
	}
	.et_pb_sidebar_0 .textwidget {
		text-align: left;
	}
	#sidebar .textwidget {
		text-align: left;
	}
	.et_pb_sidebar_0.et_pb_widget_area_right {
		border-left: 1px solid #0473ff33;
	}
	#left-area .post-meta {
		text-align: left;
	}
	#main-content .container:before {
		background-color: #0473ff;
	}
}


/***** TESTIMONIALS FORM *****/

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

.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
	background: #525252;
	padding: 10px 10px 10px;
}

.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: #000000;
		color: #fff;
	}
@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%;
	}
	.home header#main-header .container{
		height: unset;
	}
	#logo {
    max-width: 300px !important;
}
	.logo_container {
		text-align: left;
	}
}
/* reviews */

.owl-stage {
    display: flex;
    align-items: center;
}
.external-reviews-holder {
    z-index: 99;
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 100%;
    padding: 20px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.external-review-content {
    width:100%;
}
.sliding-review-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.review-origin-brand {
    background: #fff;
    padding: 10px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20px;
    left: 10px;
}
.review-origin-brand img {
    margin: 0;
    height: 35px;
    object-fit: contain;
}
.external-review-title {
    text-align: center;
    font-size: 20px !important;
    color: #bbb;
    font-weight: 400;
    line-height: 1.1em;
    margin-top: 20px;
    text-transform: uppercase;
}
.external-review-credentials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    color: #bbb;
}
.external-review-author {
    margin: 0 5px;
    font-weight:400;
}

.external-review-date {
    margin: 0 5px;
}
.external-review-text {
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 10px auto;
    text-align: justify;
    padding: 0 25px;
    width: 95%;
    color: #bbb;
    font-weight: 400;
    position: relative;
}
a.add-reviews-link {
    color: #ed9e02;
    text-transform: uppercase;
    border-radius: 5em;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    width: 200px;
    transition: 0.3s ease-out;
    display: block;
}
 
div#external-reviews {
    padding: 0 !important;
    background: #63d471;
}

div#external-reviews .et_pb_row {
    padding: 0 !important;
}
.static-external-review-container {
 width: 100%;
 display: flex;
 justify-content: center;
}
.static-external-review-container .external-reviews-holder {
    min-height: 380px;
    justify-content: flex-end;
}
 @media (min-width: 981px) {
     .static-external-review-holder {
    display: flex;
    position: relative;
    justify-content: center;
}
.static-external-review-container {
    width: 50%;
 
}
    .static-external-review-container .external-reviews-holder {
        min-height: 420px;
        justify-content: center;
    }

 .review-origin-brand {
     position: absolute;
}
 }
/* end reviews */
/* add buttons*/
.booking-button-switch {
display:none !important; 
}
    .slider-button {
        margin-top:80px;
        margin-bottom:100px;
  }
.button-quote-header {
    text-align: center;
    padding: 10px 0;
    background: #101010;
}
.top_button {
    position: relative;
    display: inline-block;
    background-color: #0473ff;
    font-weight: 300 !important;
    text-transform: capitalize;
    text-shadow: none;
    color: #fff;
    padding: 12px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 0px;
}
.top_button:hover {
    color:#fff;
}
.top_button .fa {
    top:0px !important;
    left:0px !important;
    height:0px !important;
    color:#fff !important;
    padding: 5px 5px 5px 0px !important;
}
.floating-estimate-btn {
    text-align: center;
    padding: 10px 15px 5px 15px;
    background-color: #0473ff;
    color: #ffffff !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 3px solid #101010;
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: 300;
    position: fixed;
    bottom: 55px;
    text-transform: capitalize;
    width: 200px;
}

.floating-estimate-btn:hover, #main-footer .listing-rev-btn:hover, .top_button:hover {
	background: #000;
	border: 1px solid #fff;
}

#main-footer .listing-rev-btn {
    display: flex;
    align-items: center;
    position: fixed;
    padding: 10px 15px 5px 15px;
    border: 3px solid #101010;
    border-left: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    bottom:0px;
    background: #0473ff;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    justify-content: center;
    width: 200px;
    z-index: 9999;
    font-weight:300;
}
#main-footer .listing-rev-btn img {
  display:none;
}
#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #fff;
    position: relative;
    bottom: 0px;
}
/* end add buttons */

@media screen and (min-width:601px) {
    .slider-button {
    display:flex;
        justify-content:center;
  }
.slider-button .booking-button-switch {
  margin-left:15px;
}
}
/* HTML BADGES STYLE */
 

div#home-badges-section:before, div#homepage-nap-section:before {
    content: '';
    position: absolute;
    background: url(https://photographer-ga.com/wp-content/uploads/2023/11/flowers-bg.webp);
    background-size: auto;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    top: 0;
}

.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.badge-holder {
    background: #dcdcdc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 160px;
    padding: 15px 5px 22px 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 4px;
    position: relative;
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
    font-family: 'Nunito', sans-serif;
    box-shadow: rgb(255 246 246 / 33%) 0px 22px 70px 4px;
}

.badge-holder:hover {
    box-shadow: 0px 0px 8px 0px #fcfffc99;
}

p.badge-content {
    color: #101010;
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    font-size: 17px;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge-holder img {
    width: 50%;
    padding-bottom: 5px;
    filter: hue-rotate(238deg) contrast(1.8);
}

.badge-title {
    background: #fffcfc;
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 3px;
    position: absolute;
    bottom: -15px;
    color: #0473ff;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 68%) 0px 2px 4px, rgb(0 0 0 / 56%) 0px 7px 13px -3px, rgb(0 0 0 / 63%) 0px -3px 0px inset;
}

.badge-title span {
    font-size: 17px;
}
@media screen and (max-width: 425px) {
	.badge-title span {
	font-size: 15px;
}
.badge-title  {
	font-size: 15px;
}
	p.badge-content {
	
	font-size: 15px;

}
}

 /* 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: #bbb;
    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;
}
}

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

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

/* 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: 1px solid rgb(201, 201, 201);
    border-radius: 0px;
    padding: 1rem;
    background: #fbfbfb;
    min-height: 100%;
    break-inside: avoid;
  }
  
  .testimonials-grid .testimonial-item {
    margin-bottom: 1rem;
  }
  
  .testimonial-item:hover{
    background: #efefef;
  }
  
  .testimonial-item a {
    height: 100%;
    display: grid;
  }
  
  .testimonial-subject {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #1a202c;
  }
  
  .rating {
    display: flex;
    justify-content: center;
    margin: 0.5rem;
  }
  
  .star {
    width: 1rem;
    height: 1rem;
    color: #ffc956;
    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 {
    contain-intrinsic-block-size: auto 100px;
    padding: 0.5rem;
    border-width: 1px;
    border-color: #1a202c;
    border-radius: 0px;
    cursor: pointer;
    color: #fff;
    display: flex;
    background: #0473ff;
  }
  
  .nav-arrows button:hover {
    background: #1a202c;
    color: white;
  }
  
  .nav-arrows button svg {
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0;
  }
  
  .rotate-180 {
    rotate:180deg;
  }

  /* End testimonials plugin css */

#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;
}

.entry-content h2{
	color: #bbb;
}

.single-post div#main-content .container {
        padding: 77px 0 !important;
}
#main-content .container {
    padding: 77px 0 !important;
}

#main-content .container h2{font-size: 24px !important; padding-bottom: 10px;}

@media (min-width: 981px) {
    
#main-content .container .type-post {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
}

@media (max-width: 980px) {
   #sidebar .et_pb_widget {
    margin-top: 40px;
}
	.logo_container {
	position: relative !important;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
	.home .logo_container {
	justify-content: left;
	text-align: left;
}
	div#cont-row {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 50px;
}

#cont-row img {
    margin-bottom: 30px;
}
}
#main-content {
    background-color: #101010;
}

h1.not-found-title{
	color: #0473ff;
}
p.services-section-title {
    font-size: 28px;
    color: #0473ff;
}

@media (max-width: 400px) {
		#logo {
    max-width: 100% !important;
}
}

/*CODES FOR SP & BLOGPOST*/
.single-post h2 {
    text-align: left;
    font-size: 25px;
    line-height: 1.3em;
    margin-bottom: 10px;
    font-weight: 700;
}
#left-area p, #left-area ol, #left-area ul {
    text-align: justify;
}
.post-content p {
    text-align: justify !important;
}  
@media (max-width: 980px) {
    #left-area .post-meta {
    text-align: center;
}
}
#main-content .container h2 {
    font-size: 24px !important;
    font-weight: 700;
}

@media (max-width: 980px) {
    .et_right_sidebar #sidebar {
        margin-left: 0;
        border-left: none;
        margin-top: 30px!important;
    }
}

#main-header, #main-header .nav li ul, .et-search-form, #main-header {
    background-color: #fff!important;
}

@media screen and (min-width: 981px) {
    #top-menu li {
        padding-right: 2px!important;
        padding-left: 5px!important;
    }
}

@media(max-width: 1024px) and (min-width: 1024px){
	    .home div#et-top-navigation {
        width: 130% !important;
}
}