/*
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
*/

/* -----------------------------------------------------------------------
* Base Style
* ----------------------------------------------------------------------- */
body {
	color: #2d2d2d;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400 !important;
}

body,
p {
	font-size: 17px;
}

h1 {
	font-weight: bold;
}

.entry-title.main_title {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}

.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	color: #000 !important;
	text-shadow: -2px 1px #fff;
}

blockquote {
	border: 0;
	padding-left: 0;
}

.wpcr3_item_name a {
	color: #D6A354 !important;
	text-decoration: underline;
}

#location strong {
	color: #000;
}

#servcss {
	list-style-type: none;
	padding: 0;
}

#servcss li {
	font-weight: bold;
	margin-bottom: 0.3em;
	position: relative;
}
.home ul#servcss {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.home #servcss li {
	position: relative;
	font-weight: bold;
	margin: 10px 15px;
	padding: 0px 10px;
	display: inline-block;
	color: #000;
}
.home #servcss li:before {
	position: relative;
	padding-right: 10px;
	content: "\f00c";
	left: 0px;
	top: 0px;
	font-family: "FontAwesome";
	color: #e31e1c;
}
/* Social Icons */
#social-icons {
	text-align: left;
}

/* -----------------------------------------------------------------------
* Header Style
* ----------------------------------------------------------------------- */
/* Top header */
#main-header {
	background-color: #0a0908;
	box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1);
}
body:not(.home) #main-header {
	background: #0a0908;
}

#main-header.et-fixed-header {
	background: #0a0908;
	-webkit-box-shadow: 0 0 0px rgb(0 0 0 / 10%) !important;
	box-shadow: 0 0 0px rgb(0 0 0 / 10%) !important;
}
header > .et_menu_container {
	max-width: 100% !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
}
#main-header,
#main-header.et-fixed-header {
	filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0.25)) !important;
}

#main-header .fa {
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* Logo */

.et-fixed-header .logo_container,
.logo_container {
	padding: 0;
}

.text-logo {
	position: relative;
	display: inline-block;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 26px !important;
	font-weight: bold;
	line-height: 32px;
	text-transform: uppercase;
	transition: 0.3s;
}
.et-fixed-header .text-logo{
	color:#000;
}
body:not(.home) .et-fixed-header .text-logo {
	color:#fff !important;
}
/* Navigation */
#et-top-navigation {
	padding: 0;
	background-color: transparent;
	width: calc(100% - 300px) !important;
}

#top-menu li {
	padding-right: 0px;
	margin-right: -8px;
}
#top-menu li a {
	font-family: 'Oswald', sans-serif;
	font-weight: 500 !important;
	font-size: 16px !important;
	padding: 25px 15px 25px !important;
	transition: 0.4s ease-in-out;
	position:relative;
}
#top-menu li li a{
	padding: 15px 15px 15px !important;
}
#top-menu li a:hover {
	color: #fff !important;
	opacity: 1 !important;
}
.et-fixed-header #top-menu li a:hover {
	color: #000 !important;
}
#top-menu li.current-menu-ancestor > a,
.home #top-menu li.current-menu-item > a,
.home #top-menu li.current_page_item > a {
	color: #ffffff !important;
}
.nav li ul {
	background:#D6A354;
}
#top-menu li li a::before {
	display:none !important;
}
/* mobile */
.mobile_menu_bar::before,
.select_page {
	color: #fff !important;
	/* display: none !important; */
}
.select_page {display: none !important;}
#et_mobile_nav_menu,
.et_header_style_centered #main-header .mobile_nav {
	background-color: #ff800000 !important;
}
.et_mobile_menu {
	padding: 2% 5%;
}

#mobile_menu {
	background-color: #181818 !important;
	text-align: center;
}

.et_mobile_menu li a {
	color: #fff;
}

.et_monarch .et_social_mobile {
	width: 100% !important;
}

/* Scroll Down Button */
.scroll-down-btn {
	z-index: 99999;
	position: absolute;
	bottom: 35px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	padding: 10px;
	border-radius: 40px;
	background-color: #D6A354;
}

.scroll-down-btn:hover {
	opacity: 0.8;
}

/* -----------------------------------------------------------------------
* Sidebar Style
* ----------------------------------------------------------------------- */
.widgettitle {
	position: relative;
	color: #000 !important;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: bold !important;;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.widgettitle:before {
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 3px;
	background-color: #e31e1c;
}

#sidebar {
	/* color: #525252; */
}

#sidebar .textwidget br:nth-child(4),
#sidebar .textwidget br:nth-child(5) {
	display: none;
}

#sidebar #servcss li {
	position: relative;
	/*   padding-left: 25px; */
	transition: 0.4s ease-in-out;
}

/* #sidebar #servcss li:before {
position: absolute;
content: '\f00c';
top: 0;
left: 0;
color: #D6A354;
font-family: 'FontAwesome';
} */

#servcss svg {
	display: none;
}

/* -----------------------------------------------------------------------
* Testimonial
* ----------------------------------------------------------------------- */
.heading {
	margin-bottom:0px !important;
}
.heading p {
	text-align:center;
	position: relative;
	font-family: 'Oswald', sans-serif;
	color: #000 !important;
	font-size: 30px;
	font-weight: bold;
	text-transform:uppercase;
	line-height: normal;
}

.heading-1 p{
	border-bottom: 2px solid #0a09082e;
	text-align:center;
	position: relative;
	font-family: 'Oswald', sans-serif;
	color: #000 !important;
	font-size: 30px;
	font-weight: bold;
	text-transform:uppercase;
	line-height: normal;
	padding-bottom:20px !important;
}
.home-testimonial blockquote {
	border: 0;
	margin-bottom: 0;
	padding-left: 0;
	padding-bottom: 0 !important;
}

.home-testimonial div.wpcr3_review div.wpcr3_review_title,
.home-testimonial div.wpcr3_review div.wpcr3_review_ratingValue,
.home-testimonial div.wpcr3_review div.wpcr3_review_datePublished,
.home-testimonial div.wpcr3_review div.wpcr3_review_author {
	display: none !important;
}

.home-testimonial .wpcr3_item_name a {
	color: #fff !important;
}

/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
	margin: 3px 0;
}
.wpcr3_table_2 td {
	font-size: 1em !important;
}
.wpcr3_leave_text {
	font-size: 1.1em;
}
.wpcr3_leave_text {
	margin-bottom: 20px;
}
@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;
	}
	.wpcr3_button_1 {
		margin-top: 10px;
	}
}
@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%;
	}
}

/* -----------------------------------------------------------------------
* Get a Free Estimate Style
* ----------------------------------------------------------------------- */

.free-estimate-heading {
	position: relative;
	color: #000 !important;
	font-family: 'Oswald', sans-serif;
	font-weight: bold !important;
	font-size: 30px;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

textarea {
	resize: none;
}

#contactForm input[type="text"],
#contactForm input[type="password"],
#contactForm input[type="tel"],
#contactForm input[type="email"],
#contactForm input.text,
#contactForm input.title,
#contactForm textarea,
#contactForm select {
	border: 2px solid #0a0908;
	background: #fff;
	color: #0a0908 !important;
	padding: 10px 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42857143;
	margin: 10px 0px !important;
	border-radius: 0px;
	transition: 0.3s linear;
	width: 100% !important;
}
body:not(.home) #contactForm input[type="text"],
body:not(.home) #contactForm input[type="password"],
body:not(.home) #contactForm input[type="tel"],
body:not(.home) #contactForm input[type="email"],
body:not(.home) #contactForm input.text,
body:not(.home) #contactForm input.title,
body:not(.home) #contactForm textarea,
body:not(.home) #contactForm select {
	border: 2px solid #000;
}
#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: #000 !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 {
	opacity: 1;
}

#contactForm div:nth-child(5) img {
	float: left;
	margin-top: 5px;
}

#contactForm div:nth-child(5) input {
	float: right;
	width: 50% !important;
	height: 50px;
	margin: 0 !important;
}

#submitter {
	font-size: 16px;
	padding: 20px 26px;
	font-family: 'Oswald', sans-serif;
	font-weight: 600 !important;
	color: #fff;
	cursor: pointer;
	height: auto !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	background-color: #e31e1c;
	border-radius:0px;
	border: 0px solid #fff;
	margin-top: 20px !important;
	overflow: hidden;
	transition: 0.3s;
	width: 100% !important;
}


/* -----------------------------------------------------------------------
* Footer Style
* ----------------------------------------------------------------------- */
#main-footer {
	background-color: #0a0908;
	padding-top: 30px;
}

#main-footer #footer-widgets {
	/* margin-bottom: 30px; */
	/* padding: 3% 0 0; */
}

#main-footer .footer-widget {
	color: #fff !important;
	font-family: 'Oswald', sans-serif;
}

#main-footer .footer-widget strong {
	color: #ffffff !important;
}

#main-footer .footer-widget .et_pb_widget {
	float: none;
}

#main-footer #footer-widgets .footer-widget:nth-child(2) > div {
	width: 100%;
}

#main-footer h4 {
	position: relative;
	color: #fff !important;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 17px !important;
	text-align: center;
	width: fit-content;
	margin: auto;
}

#main-footer h4:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #e31e1c;
	border-radius: 10em;
}

table.openinghours {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}

.hours th,
.openinghours td {
	text-align: left !important;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 400 !important;
	text-shadow: none !important;
}

.openinghours td,
.hours th {
	color: #fff !important;
}

.openinghours tr td:last-child {
	text-align: right !important;
}

#current-day {
	background-color: transparent;
}

#current-day td {
	color: #ffffff !important;
	font-weight: 600 !important;
}

#text-7 .textwidget br,
#text-7 .textwidget strong {
	display: none;
}

#footer-bottom {
	background-color: transparent !important;
	color: white;
	display: none;
}

#footer-bottom .container {
	border-top: 3px solid rgba(255, 255, 255, 0.1);
	padding: 25px 0;
}
.paymentsbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2px;
}
@media (min-width: 981px) {
	.paymentsbox {
		justify-content: flex-start;
	}
}
/* -----------------------------------------------------------------------
* Helper Styles
* ----------------------------------------------------------------------- */
/*#section-1,
#home-testimonial-wrapper, 
#main-footer,
#footer-bottom {
position: relative;
}

#home-testimonial-wrapper:before, 
#main-footer:before {
position: absolute;
content: "";
top: 0;
left: -15px;
width: 40%;
height: 35px;
background-color: #fff;
transform: skew(-35deg);
}

#section-1:after,
#home-testimonial-wrapper:after, 
#footer-bottom:after {
position: absolute;
content: "";
bottom: 0;
right: -15px;
width: 40%;
height: 35px;
background-color: #fff;
transform: skew(-35deg);
}

#footer-bottom:after, #section-1:after {
top: -35px;
}

#section-1:after {
background-color: #172646;
}
*/

/* -----------------------------------------------------------------------
* Animation Style
* ----------------------------------------------------------------------- */
/* Bounce */
@-moz-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

/* -----------------------------------------------------------------------
* Helper Style
* ----------------------------------------------------------------------- */
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}

/* -----------------------------------------------------------------------
* Media Queries Style
* ----------------------------------------------------------------------- */
@media (max-width: 980px) {
	#post-2319 .entry-content p{
		display:flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	#sidebar{
		        margin-top: 30px;
	}
	.container_nav{
		background:transparent;
	}
	#location h3 {
		text-align: center;
	}

	.home ul#servcss {
		text-align: center;
	}
	.et_header_style_centered #main-header {
		padding: 0px 0 0;
	}

	.text-logo {
		width: unset;
	}

	.logo_container {
		position: static;
		text-align: center;
	}

	/*.text-logo {
	margin-bottom: 15px;
}*/

	#mobile_menu {
		top: 55px;
		border-top: 0;
	}

	.home-testimonial .wpcr3_item_name a,
	.home-testimonial .heading,
	.home-testimonial .et_pb_text {
		text-align: center;
	}
}

@media (max-width: 650px) {
	.et_monarch .et_social_mobile {
		width: 50% !important;
	}
}

@media (max-width: 600px) {
	.et_pb_slide_description {
		width: 100% !important;
		padding-right: 0px !important;
	}
}

@media (max-width: 500px) {
	#contactForm div:nth-child(5) img {
		float: none;
		display: block;
		margin: 0 0 10px;
		width: 100%;
	}

	.text-logo {
		font-size: 24px;
	}

	#contactForm div:nth-child(5) input {
		float: none;
		width: 100% !important;
	}
}

@media screen and (max-width: 425px) {
	.et_pb_slide_description {
		width: 300px;
		padding: 60px 10px 100px 0;
	}

	.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
		font-size: 48px !important;
		line-height: normal;
	}
}

@media screen and (max-width: 375px) {
	.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {
		font-size: 38px !important;
	}
}
.et-fixed-header #top-menu li a {
	font-size: 12px;
}
/***** BODY FONT-SIZE *****/
body {
	font-size: 17px !important;
}
.wpcr3_content p {
	font-size: 18px !important;
}
/***** CENTER SLIDE DESCRIPTION/BUTTON *****/
@media screen and (max-width: 600px) {
	.et_pb_slide_description {
		width: 100% !important;
	}
}
/***** SET MONARCH SHARE DROPDOWN WIDTH *****/
.et_monarch .et_social_mobile {
	width: 65% !important;
}
/***** FIX DROPDOWN ARROW POSITION *****/
.menu-item-has-children > a:after {
	top: unset !important;
	right: 0px !important;
}
/***** FIX DROPDOWN *****/
.sub-menu {
	padding: 0 !important;
	width: unset !important;
	border-top: 3px solid #ddd !important;
}
.sub-menu li {
	padding: 0 !important;
	line-height: 1.2em !important;
}
.sub-menu li a {
	border-left: 0 !important;
}
.et_mobile_menu .sub-menu {
	border: none !important;
}
/***** FIX MENU SIZING *****/
@media (min-width: 981px) {
	a.text-logo {
		line-height: 1em;
		display: inline-block;
		vertical-align: middle;
	}
}
/***** MORE *****/
@media (max-width: 980px) {
	.et_pb_text,
	.et_pb_widget,
	.module-titles {
		text-align: center;
	}
	.contact-info.pull-right * {
		padding: 0 !important;
	}
}
/***** FOOTER, widgets , h1.entry-title *****/
@media (max-width: 980px) {
	#main-footer h4 {
		text-align: center;
	}
	.widgettitle:before,
	#main-footer h4:before {
		width: 100%;
	}
	body:not(.home) h1.entry-title {
		text-align: center;
		font-size: 24px;
		border-bottom: 1px solid #ccc;
	}
	.et_pb_widget {
		text-align: center;
	}
	footer .et_pb_widget {
		float: none;
	}
}
#main-footer .container {
	width: 93%;
}
.payments strong,
.payments br {
	display: none;
}

/* Full-width clickable mobile menu */
#et_mobile_nav_menu {
	width: 100%;
	/* position: absolute !important; */
}
.mobile_menu_bar_toggle {
	position:absolute;
	height: 100%;
	width: 100%;
	right: 0 !important;
	top: 0 !important;
}
.mobile_menu_bar:before {
	right: 5px !important;
	left: unset !important;
	position: absolute;
	top: 0px;
}
ul#mobile_menu {
	/* top: 100%; */
}
#et-top-navigation > .container.clearfix.et_menu_container {
	width: 85%;
	padding-right: 0px;
}

/*****************************************
********   IF LOGO IS IMAGE     *********
*****************************************/

@media (min-width: 981px) {
	.image-logo #top-menu > li > a {
		transition: all 0.3s !important;
	}
}

@media (max-width: 980px) {
	.image-logo .logo_container {
		width: fit-content;
		margin: 20px auto 0px;
		height: 100% !important;
		position: relative;
		left: 0px;
		margin-left: 10px;
	}
	.image-logo .logo_container,
	.image-logo #logo {
		max-height: 120px !important;
		max-width: 100%;
	}
}

/*
SIDEBAR FULL-WIDTH WIDGETS ON MOBILE
SIDEBAR LIST ADD BULLET
SIDEBAR TITLE FONT-SIZE
*/

h4.widgettitle {
	font-size: 1.2em;
}
.et_pb_widget svg {
	display: none;
}
@media (min-width: 981px) {
	.et_pb_widget li {
		/* list-style: disc inside; */
	}
}
@media (max-width: 980px) {
	.et_pb_column .et_pb_widget:nth-child(n) {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}

/***************************
FORMAT LISTS IN CONTENT ONLY
***************************/
article div:not(.et_pb_widget_area) ul:not(#servcss) li,
article div:not(.et_pb_widget_area) ol li {
	margin-bottom: 1em;
}

#left-area ul,
.entry-content ul,
.comment-content ul,
body.et-pb-preview #main-content .container ul,
#left-area ol,
.entry-content ol,
.comment-content ol,
body.et-pb-preview #main-content .container ol {
	padding-bottom: 0;
}

/***********
FOOTER FIXES
***********/
.fwidget {
	width: 100%;
}
#social-icons {
	text-align: inherit;
}
.footer-widget li:before {
	border-color: #d6a354;
}
@media (max-width: 980px) {
	.et_pb_widget {
		text-align: center;
	}
	.paymentType {
		display: inline-block;
		float: none;
	}
}

#social-icons .social-icon {
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.75));
}

@media (max-width: 767px) {
	.hours,
	.openinghours {
		width: 100%;
		text-align: center;
	}
}

#top-menu li a {
	text-transform: capitalize !important;
}

#mobile_menu li a {
	text-transform: capitalize !important;
}
.ui-dialog {
	background: #444444 !important;
	z-index: 9 !important;
}

.ui-widget-header {
	background: #fff !important;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none;
	text-align: center;
	margin: 0 auto;
	border: 0px !important;
	border-radius: 0px !important;
	color: #000;
}
.ui-dialog .ui-dialog-title {
	float: none !important;
}
.ui-dialog .ui-dialog-content {
	min-height: 215px !important;
}
.ui-icon-closethick {
	color: #fff;
}
.ui-dialog {
	background: #000 !important;
	z-index: 99999 !important;
	border: none !important;
	border-radius: 0px !important;
}
@media screen and (max-width: 980px) and (min-width: 767px) {
	.footer-widget:nth-child(n) {
		width: 100% !important;
	}
	#footer-widgets .footer-widget:nth-child(n),
	#footer-widgets .footer-widget {
		margin-bottom: 5% !important;
	}
	#footer-widgets .footer-widget .fwidget {
		margin-bottom: 5%;
	}

}
@media screen and (min-width:981px) {
	.home #page-container {
		/* margin-top:0px !important; */
		/* padding-top:0px !Important; */
	}
}
nav#top-menu-nav {
	width: 100%;
}
.et-top-navigation{
	
}
.logo_container{
	width:300px;
}
#page-container {
	overflow-x:hidden;
}
span.logo_helper {
	display: none;
}
.top-header {
	width: 100%;
	background: transparent;
}
.top-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-around;
	background: #0a0908;
	/* background: red; */
	position: relative;
}
.top-header-container,
.container_nav {
	/* width: 80%; */
	max-width: 1350px;
	margin: auto;
	position: relative;
}
.top-header-info {
	background: #0342b7;
	display: flex;
	justify-content: center;
	/* border-bottom-left-radius: 20px; */
	/* border-bottom-right-radius:20px; */
}
.et-fixed-header .top-header-info, .et-fixed-header .button-quote-header {
	display:none;
}
.box-h-all {
	display: flex;
	align-items: center;
}
.address {
	margin: 0 25px;
}
.info {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-left: 9px;
	/* 	padding-bottom: 15px; */
}
span.info-title {
	font-weight: bold !important;	
}
.info a,
.info span {
	font-weight: 400;
	color: #fff !important;
	font-size: 16px;
}

.container_nav {text-align:center;/* background: #0a0908; */}
.header-image{
	max-height: 400px;
}
.logo_container {
	height: auto !important;
	text-align: center;
	display: block;
	padding:20px 0 !important;
	max-height: initial !important;
}
.image-logo .logo_container {
	height: 120px !important;
}
a.text-logo span {
	display: flex;
	align-items: center;
}
a.text-logo span img {
	width:60px;
	margin-right:10px;
}
.slider-section:before {
	width: 18%;
	height: 200%;
	content: '';
	right: 0;
	top: 50%;
	position: absolute;
	background: rgba(255, 255, 255, 0.05);
	-webkit-transform: translate(10%, -50%) rotate(25deg);
	-ms-transform: translate(10%, -50%) rotate(25deg);
	transform: translate(10%, -50%) rotate(25deg);
}
.slider-section:after {
	width: 18%;
	height: 200%;
	content: '';
	left: 0;
	top: 0;
	position: absolute;
	background: rgba(255, 255, 255, 0.05);
	-webkit-transform: translate(50%, -35%) rotate(-30deg);
	-ms-transform: translate(50%, -35%) rotate(-30deg);
	transform: translate(50%, -35%) rotate(-30deg);
}
.slider-section {
	/* min-height: 100vh; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-position:center;
	padding-top: 0px !important;
}
.slider {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	padding: 0 20px;
}
.slider-title-cn-span span{
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 14px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}
.slider-title-cn-span {
	font-size: 20px;
	color: #D6A354;
	font-weight: 500;
	margin-bottom: 20px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	text-shadow: 0 0 2px black;
}

.slider-title-cn-span div{
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
	letter-spacing: 0px;
}

.button {
	position: relative;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	background: #e31e1c;
	color: #fff;
	padding: 15px 20px;
	border: 2px solid #e31e1c;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	margin-top: 20px;
	font-family: 'Oswald', sans-serif;
	width: 205px;
	text-align: center;
}
.button:hover {
	background: #0a0908;
	border-color: #e31f1d;
}

h1.entry-title {
	font-family: 'Oswald', sans-serif;
	font-weight: bold !important;
}
.home h1.entry-title {
	font-size: 40px !important;
	line-height: 50px;
	text-align: center;
	color: #000;
	padding-bottom: 20px;
	font-weight: bold !important;
	border-bottom: 2px solid #d6a354;
	margin-bottom: 20px;
}
.btn-about {
	margin-top:60px;
	text-align:center;
}
.btn-about a {
	color: #D6A354;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 20px;
	border: 2px solid #D6A354;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}
.btn-about a:hover {
	background:#D6A354;
	color:#fff;
}
/* SERVICES SECTION STYLE */
div#services-blocks-section {
	background: #1c1c1c;
}

div#services-blocks-section:after,
div#services-blocks-section:before {
	content: "";
	background: url(https://barbershopnewnanga.com/wp-content/uploads/2024/03/services-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	width: 100vw;
	height: calc(100vw * 0.74);
	max-height: 50%;
	opacity: 0.08;
}

div#services-blocks-section:after {
	transform: rotate(0deg);
	bottom: 0;
	left: 0;
	background-position: left bottom;
}

div#services-blocks-section:before {
	transform: rotate(180deg);
	top: 0;
	right: 0;
	background-position: right top;
}
.srvBlockTitle H2 {
	color: #ffffff;
	padding: 0;
}
.srvBlock{
	gap:20px;
}

.srvElement {
	/* max-width: 500px; */
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
	background: transparent;
	overflow: hidden;
}
.srvElementHeader h2 {
	text-align: center;
	color: #ffffff;
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* font-family: "Rajdhani", sans-serif; */
	font-weight: 600 !IMPORTANT;
}

.srvElementImg {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	z-index: 999;
}

.srvElementImg img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	position: relative;
	transition: all 500ms ease;
}
.srvElementImg:before {
	position: absolute;
	width: 80px;
	height: 80px;
	bottom: -45px;
	right: -49px;
	background: #8b8b8b;
	z-index: 999;
	transform: rotate(45deg);
	border-left: 10px solid #e53e2b;
}
.srvElementContent {
	text-align: justify;
	color: #ffffff;
	padding: 15px;
	position: relative;
	font-size: 16px;
	line-height: 1.2em;
}
.srvElementContent:before {
	position: absolute;
	height: 100%;
	width: 3px;
	background: #e53e2b;
	left: 0;
}
.srvElement:hover img {
	transform: scale(1.1);

}

.srvElement:hover h2 {
	color: #e31e1c;
	font-weight: bold;
}





.srvElementBody {
	/* height: 100%; */
	position: relative;
	z-index: 1;
	background: #ffffff36;
}
@media screen and (min-width: 981px) {

	/* SERVICES STYLE DESKTOP*/

	div#services-blocks-section:after {
		transform: rotate(180deg);
		max-height: 100%;
		width: 50%;
		max-width: 50%;
		height: 100%;
	}

	div#services-blocks-section:before {
		transform: rotate(0deg);
		max-height: 100%;
		width: 50%;
		max-width: 50%;
		height: 100%;
		background-position: left top;
	}

	.srvBlockTitle H2 {
	}

	.srvElement {
		width: 50%;
		display: flex;
		flex-direction: row-reverse;
		margin: 0;
		margin-top: 30px;
		overflow: hidden;
		align-items: center;
	}
	.srvElement:nth-child(2), .srvElement:nth-child(4){
		flex-direction: row;
	}
	
	.srvElementImg{
		width: 200px;
	}
	.srvElementBody{
		width: calc(100% - 200px);
	}

	.srvElementImg img {
		height: 300px;
	}

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



	.srvElementContent {
		/* height: 100%; */
	}

	.srvElementFullWidth .srvElementContent {
		height: auto;
	}

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

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

	.srvElementFullWidth .srvElementBody {
		width: 100%;
		margin-left: 2%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

.srvElementContent a {
	color: #e41e1d;
}

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

/* services box */
.title-service {
	color: #fff;
	line-height: normal;
	font-size: 30px;
	font-weight: bold !important;
	font-family: 'Oswald', sans-serif;
	text-align: center;
}
.row-services {
	display: flex;
}
.col-services {
	overflow:hidden;
	z-index:1;
	position: relative;
	background:#fff;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.col-services:before {
	top: 50%;
	-webkit-transform: translate(-10%, -50%) rotate(-25deg);
	-ms-transform: translate(-10%, -50%) rotate(-25deg);
	transform: translate(-10%, -50%) rotate(-25deg);
}
.col-services:after {
	top: 0;
	-webkit-transform: translate(-50%, -35%) rotate(30deg);
	-ms-transform: translate(-50%, -35%) rotate(30deg);
	transform: translate(-50%, -35%) rotate(30deg);
}
.col-services:after, .col-services:before {
	width: 60%;
	height: 150%;
	content: '';
	left: 0;
	z-index: -1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	background: rgb(214 163 84 / 25%);
}
.services-box-img {
	position: relative;
	overflow: hidden;
	display: block;
}
.services-box-img img {
	width: 100%;
	height: auto;
	transition: all 500ms ease;
	display: block;
	height: auto;
}
.col-services:hover .services-box-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.service-box-title {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 90px;
	transition: 0.3s ease-in-out;
	padding:0 10px;
}
.service-box-title h2 {
	color: #000;
	font-weight: bold !important;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	padding-bottom: 0px;
	font-size: 25px;
	line-height: normal;
}
.col-services:hover .service-box-title h2 {
	color: #D6A354;
}
.services-box-content {
	padding:0 15px 15px;;
}
.services-box-content p {
	color: #000;
}

/* end services box */

.row-nap {
	display: flex;
	align-items:center;
}

.title-nap {
	position: relative;
	text-align:center;
	color: #000;
}
.title-nap p {
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.1;
	text-align:center;
	text-transform: uppercase;
	color: #0342b7;
}
.nap-box {
	position: relative;
	text-align: center;
	z-index: 1;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 20px;
}
.nap-box-icon .fa {
	font-size: 35px;
	margin-right: 15px;
	background: -webkit-linear-gradient(45deg, #eee, #6b6b6b, #eee);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.nap-box-title {
	margin: 10px 0 10px;
}
.nap-box-title h3 {
	color: #000;
	text-align: center;
	font-weight:500 !important;
	line-height: normal;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	padding-bottom: 0px;
}

.row-contact-form {
	display: flex;
	align-items: center;
	padding: 0px !Important;
}
#contact {
	padding: 0px;
}
.col-center-contact-form {
	align-items: center;
	position: relative;
	padding:0px;
}
.button-phone {
	text-align:center;
}
.button-phone a{
	font-family: 'Oswald', sans-serif;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 24px;
	z-index: 1;
	color: #000;
}
.row-testimonials {
	padding-top:100px !Important;
}
.module-testimonials-descrp {
	padding: 10px 0px 1px 0px;

}
.home div.wpcr3_dotline {
	border-bottom: 0px dotted #ccc !important;
}
.home div.wpcr3_review blockquote.wpcr3_content {
	padding-bottom: 0px;
	margin-bottom:0px;
}
.btn-testimonials {
	text-align:left;
}
.btn-testimonials a {
	position: relative;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent;
	color: #D6A354;
	padding: 15px 40px;
	border: 2px solid #D6A354;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
}
.btn-testimonials a:hover {
	background:#D6A354;
	border: 2px solid #D6A354;
	color:#fff;
}
.title-services-list {
	position: relative;
	font-family: 'Oswald', sans-serif;
	color: #0342b7 !important;
	font-size: 30px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	text-transform:uppercase;
	margin-bottom: 30px;
}
.col-left-image-testimonials img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 500ms ease;
}
.col-left-image-testimonials span, .col-left-image-testimonials .et_pb_module{
	height: 100%;
}
.col-right-testimonials {
	padding: 0;
}
/* 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: #000;
	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: #000;
}
.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: center;
	padding: 0;
	width: 95%;
	color: #000;
	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;
}

.button-quote-header {
	text-align: center;
	padding: 10px 0;
	background:#fff;
}
.top_button {
	position: relative;
	display: inline-block;
	background-color: #D6A354;
	font-weight: bold !important;
	text-transform: uppercase;
	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;
	background-color:#000;
}
.top_button .fa {
	display: inline-block !important;
	top: 0px !important;
	left: 0px !important;
	height: 0px !important;
	color: #fff !important;
	padding: 5px 5px 5px 0px !important;
	line-height: 0 !important;
}
.floating-estimate-btn {
	text-align: center;
	padding: 10px 15px 10px 15px;
	background-color: #D6A354;
	color: #ffffff !important;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-left: 0px;
	font-size: 15px;
	z-index: 9999;
	font-weight: bold;
	position: fixed;
	bottom: 60px;
	text-transform: uppercase;
	width: 200px;
}

.floating-estimate-btn:hover{
	background-color:#000;
}
#main-footer .listing-rev-btn {
	display: flex;
	align-items: baseline;
	position: fixed;
	padding: 10px 15px 10px 15px;
	border-left: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	bottom:0px;
	background: #e31e1c;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	justify-content: center;
	width: 200px;
	z-index: 9999;
	font-weight:bold;
}

#main-footer .listing-rev-btn:hover{
	background-color:#000;
}
#main-footer .listing-rev-btn img {
	display:none;
}
#main-footer .listing-rev-btn .fa {
	display: block;
	margin-right: 5px;
	color: #fff;
	position: relative;
	bottom: 2px;
}
/* end add buttons */

@media screen and (min-width:601px) {
	.slider-button {
		display:flex;
		justify-content:center;
	}
	.slider-button .booking-button-switch {
		margin-right: 15px;
	}
}
@media screen and (max-width: 1024px) {
	.logo_container, nav#top-menu-nav {
		/* width: 100%; */
	}
	.logo_container {
		margin-top:20px;
		margin-bottom: 20px;
		padding: 0px!important;
	}

}
@media screen and (max-width: 980px) {
	.box-h-all {
		/* flex-direction: column; */
		justify-content: center;
	}
	.top-header-info {
		flex-direction:column;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	.info {
		margin-left: 9px;
	}
	#et-top-navigation,
	.image-logo #et-top-navigation {
		padding: 0px 0 0;
		position: absolute !important;
		width: 95% !important;
		top: 50%;
		transform: translateY(-50%);
	}
	.image-logo .logo_container {
		height:auto !important;
	}
	.logo_container {
		margin-bottom: 0px;
	}
	.text-logo {
		color: #000;
	}
	.et_fixed_nav #main-header {
		background: #0a0908;
	}
	.et-fixed-header .top-header-info, .et-fixed-header .button-quote-header {
		display: block;
	}
	.button-phone a {
		-webkit-writing-mode:initial;
		-ms-writing-mode: initial;
		writing-mode: initial;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.slider-section {
		min-height: 70vh;
	}
	.slider {
		width: 100%;
		margin: 0px auto 0;
	}
	.slider-title-cn {
		font-size: 30px;
	}

	.nap-box {
		justify-content: center;
	}
	.row-nap,
	.row-services,
	.first-row-content,
	.row-contact-form {
		flex-direction: column;
	}
	.row-services {
		padding-bottom: 0px !important;
	}
	.col-content-c {
		padding: 50px 0px;
	}
	.section-testimonials {
		padding-top:0px !Important;
	}
	.wpcr3_review,
	.wpcr3_item_name, .info {
		text-align: center;
		width: fit-content;
	}
	.btn-testimonials {
		text-align:center;
		margin-bottom: 30px;
	}
	.module-w {
		/* width: 80% !important; */
		max-width: 1080px !important;
		margin: 0 auto;
	}

}

.module-w h2{
	/* border-bottom: 2px solid #d6a354; */
	text-align: center;
	position: relative;
	font-family: 'Oswald', sans-serif;
	color: #ffffff !important;
	font-size: 30px;
	font-weight: bold !important;
	line-height: normal;
	/* padding-bottom: 20px !important; */
	/* margin-bottom:20px !important; */
}
@media screen and (max-width: 600px) {
	.top-header-container {
		width: 100%
	}
	a.text-logo span {
		text-align: center;
		flex-direction: column;
	}
	a.text-logo span img {
		margin-right: 0px;
		margin-bottom: 10px;
	}
}

/* BADGES SECTION STYLE */
div#css-badges-section {
	background-color: #202020 !important;
	padding: 30px 0;
}
.badges-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.badge-holder {
	background: #d6a354;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(46% - 10px);
	max-width: 160px;
	padding: 15px 5px 22px 5px;
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
	text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
}

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

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

.badge-holder img {
	width: 60%;
	padding-bottom: 5px;
	opacity: 0.9;
}

.badge-title {
	background: #ffffff;
	font-size: 15px;
	width: 85%;
	text-align: center;
	line-height: 1.2;
	padding: 5px;
	position: absolute;
	bottom: -15px;
	color: #000000;
	font-weight: bold;
	border: 2px solid #d6a354;
}

.badge-title span {
	font-size: 17px;
}
/* -----------------------------------------------------------------------
* Testimonials Plugin CSS
* ----------------------------------------------------------------------- */
.testimonials-container {
	max-width: 1280px;
	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: #1a202c;
}

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

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

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

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

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

.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: #ffffff;
	text-align: center;
	font-style: italic;
}

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

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

.review-from-logo {
	width: 5rem;
	height: auto;
	background: #fff;
	padding: 5px !IMPORTANT;
}

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

@media only screen and (min-width: 600px) {
	.testimonials-grid {
		column-fill: balance;
		columns: 2;
		gap: 1.5rem;
	}
}

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

	.review-from-logo {
		margin-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: #1a202c;
	border-radius: 0;
	cursor: pointer;
	background: #d6a354;
	border-style: solid;
	display: flex;
}

.nav-arrows button:hover {
	background: #1a202c;
	color: white;
	border-color: #1a202c;
}

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

.rotate-180 {
	rotate:180deg;
}

.wpcr3_button_1{
	position: relative;
	display: inline-block;
	background: #e31e1c;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none;
	border: 0px solid;
	color: #fff;
	padding:15px 25px;
	margin-bottom: 0px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius:0px;
}

.wpcr3_button_1:hover {

	background: #000;
	position: relative;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none;
	border: 0px solid;
	color: #fff;
	padding:15px 25px;
	margin-bottom: 0px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
}

#footer-widgets .footer-widget li:before {
	display:none !important;
}

#footer-widgets .footer-widget li {
	padding-left: 0px;}

.openinghours{
	width:100%;
}
@media (max-width: 425px) {
	.openinghours {
		width: 100% !important;
		text-align: center !important;
	}
}
@media screen and (max-width: 981px) and (min-width: 425px) {
	.hours, .openinghours {
		max-width: 385px;
		margin: 0 auto !important;
	}
}

body:not(.et_pb_page) #main-content .container{
	padding: 80px 0px;
}

/* Blog Post, Services and Blog Page Style */

.page-template-default div#content-area div#left-area p, .blog-page-class p, .single-post p {
	text-align: justify !important;
}

@media (max-width: 980px) {

	.page-template-default div#content-area div#left-area h1 {
		font-size: 26px !important;
		text-align: center !important;
	}

	.page-template-default div#content-area div#left-area h2 {
		font-size: 24px !important;
	}

	.blog-page-class h2, p.post-meta{
		/* text-align: center !important; */
	}
}

/* Page Padding Fix */
.single-post div#main-content .container {
	padding: 77px 0 !important;
}
#main-content .container {
	padding: 77px 0 !important;
}

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

.blog-page-class .et_pb_post:last-of-type {
	margin-bottom: 0 !important;
}

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

.post-content-inner {
	text-align: justify;
}

.single-post h2 {
	text-align: left;
}
.single-post p {
	text-align: justify;
}

/*Bullets test*/

.first-list-content {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	gap: 20px;
	padding: 0 !important;
	list-style: inside disc;
	width: 100%;
	margin-top: 30px;
}

.first-list-content li {
	padding: 5px 10px;
	background: #ffffff;
	position: relative;
	color: #000000;
	text-align: left;
	width: 100%;
	max-width: 500px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.firts-list-text p {
	text-align: center;
}

ul.first-list-content li::marker {
	color: #ffffff;
}

ul.first-list-content li:hover::before {
	content: "";
	position: absolute;
	height: 3px;
	width: 100%;
	background: #d00013;
	bottom: 0;
	left: 0;
}


ol.second-list-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #f3f2f2;
	padding: 30px 20px 30px 20px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.second-list-content li {
	padding: 5px 10px;
	margin-bottom: 10px !important;
	background: #0342b7;
	color: #ffffff;
	text-align: left;
	width: 100%;
	box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}


.badge-bullets {

	display: flex;
	justify-content: center;
	margin-bottom: -35px;
}


.badge-bullets img {
	height: 100px;
}

.second-list-content li:hover {
	background: #e31e1c;
	color: #ffffff;
}

ul.first-list-content li img {
	width: 50px;
	height: 17px;
	margin-right: 8px;
	margin-left: -30px;
	object-fit: cover;
	object-position: center;
	filter: hue-rotate(
129deg);
}


@media (min-width: 981px) {


	div#home-ol-container {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

div#second-list-container {
	display: flex;
	justify-content: center;
	padding: 0px 20px 40px 20px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	background: #f3f2f2;
	margin-top: -170px;
}

div#second-list-container .et_pb_text_inner {
	width: 80%;
}


@media (max-width: 981px) {
	ul.first-list-content {
		flex-direction: column;
		row-gap: normal;
		align-items: center;
		justify-content: center;
		padding-left: 0;
	}

	div#second-list-container {
		margin-top: 40px;
	}

	.firts-list-text p {
		text-align: justify;
	}
}

@media (min-width: 1024px) {
	div#second-list-container {
		margin-top: -130px;
	}
}

.title-header {
	color: #fff;
	font-weight: 700 !important;
	font-size: 26px !important;
	line-height: 1.05;
	display: none;
	flex-direction: column;
	margin-top: 30px;
}


.title-header span:last-child {
	font-size: 16px !important;
	font-weight: normal !important;
	margin-top: 15px;
	line-height: 1.4;

}

.title-about h2 {
	text-align: center;
	font-size: 32px;
	color: #fff;
	font-weight: bold !important;
	font-family: 'Oswald', sans-serif;
	padding-bottom: 15px;
}

.gallery-btn-holder {display: block;text-align:center;padding-top: 30px;}
.gallery-button {border:solid 2px #e31e1c;display: inline-block;background-color: #e31e1c;color: #fff;padding: 13px 10px;line-height: 1;width: 180px;/* border-radius: 30px; */text-transform: uppercase;}

.gallery-button:hover {
	background: #0a0908;
	color: #fff;
	border:solid 2px #e31e1c;
}


div#home-services-list-section {
	background-color: #0a09080d;
}

div#home-testimonials {
	background-color: #0a09080d;
}

div#contact-section {
	background-color: #ffffff;
}


div#img-scissors {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.et_pb_grid_item img {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}

.et_pb_grid_item .et_pb_gallery_image {
	padding-top:100%;
}
.et-fixed-header #top-menu li a:hover {
	color: #e41e1d !important;
}

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

/* Make all video boxes equal height */
.et_pb_video .et_pb_video_box {
    height: 550px; /* adjust if needed */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000; /* cinematic background */
    overflow: hidden;
}

/* Keep full video visible */
.et_pb_video .et_pb_video_box video {
    width: 100%;
    height: 100%;
    object-fit: contain; /* IMPORTANT: no cropping */
}

@media (max-width: 768px) {
    .et_pb_video .et_pb_video_box {
        height: 250px;
    }
}

.lp-subtitle{
	font-size: 20px;
	color: #D6A354;
	font-weight: 500;
	margin-bottom: 20px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	/* text-shadow: 0 0 2px black; */
}

#text-8 > .textwidget{
	text-align:center;
}

.textwidget p a{
	color: red !important;
}

.module-w h1{
	/* border-bottom: 2px solid #d6a354; */
	text-align: center;
	position: relative;
	font-family: 'Oswald', sans-serif;
	color: #ffffff !important;
	font-size: 36px;
	font-weight: bold !important;
	line-height: normal;
	/* padding-bottom: 20px !important; */
	/* margin-bottom:20px !important; */
}