/* 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: 'Roboto Flex', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-feature-settings: "liga";
	color: #333;
	font-weight: 300;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Genos', sans-serif;
}
p strong {
	font-family: 'Genos', sans-serif;
	font-size: 18px;
	font-weight: 500;
}
div#page-container {
	overflow: hidden;
}
.et_pb_row {
	width: 95% !important;
}
/*HEADER STYLES*/
header#main-header {
	background: #333333;
	border-bottom: 1px solid #fbc620;
}
.add-info-container {
	background: #cccccc;
	display: flex;
	justify-content: center;
	z-index: 9999;
	position: relative;
}
.add-info-holder {
	width: 95%;
	max-width: 1080px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 2.5px 0;
}
.header-location-container {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #242021;
	line-height: 1;
	font-size: 15px;
	margin: 2.5px 5px;
	font-family: 'Genos', sans-serif;
}
.email-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	line-height: 1;
	font-size: 15px;
	margin: 2.5px 5px;
	font-family: 'Genos', sans-serif;
}
.add-info-holder .fa {
	margin-right: 5px;
}
.header-menu-container {
	width: 95%;
}
.logo_container {
	position: relative !important;
	display: flex;
	max-width: 210px;
	width: 100% !important;
	margin: 10px auto 0px auto;
	justify-content: center;
}
img#logo {
	height: 70px !important;
	max-height: 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	object-fit: contain;
	object-position: center;
}
.text-logo {
	position: relative;
	text-align: left;
	display: flex;
	align-items: center;
	min-height: 64px;
	font-size: 15px;
}
.logo-link {
	width: 100%;
}
.text-logo span {
	text-align: center;
	margin-left: 66px;
	margin-bottom: 5px;
	color: #fff;
	text-shadow: -1px -1px 5px #333333, 1px -1px 5px #333333, -1px 1px 5px #333333, 1px 1px 5px #333333;
	line-height: 1;
	font-family: 'Genos', sans-serif;
	font-style: italic;
	font-weight: 600;
}
.text-logo-icon {
	position: absolute;
	width: 100%;
	z-index: -1;
	display: flex;
	align-items: flex-end;
}
.text-logo-icon img {
	width: 60px;
	filter: invert(1) drop-shadow(2px 4px 6px black);
}
.color-path {
	width: calc(100% - 30px);
	margin-left: -19px;
	height: 10px;
	background: #fbc620;
	z-index: -1;
}
div#et-top-navigation {
	width: 95%;
	padding: 0 !important;
	margin: 10px 2.5% !important;
	padding-top: 0 !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}
.mobile_menu_bar {
	padding: 0 !important;
}
.contact-info {
	display: flex;
	width: calc(100% - 32px);
}
.contact-info-container {
	display: flex;
}
.phonenum {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 185px;
}
.cta-shape-holder {
	width: 50px;
	height: 35px;
	position: relative;
}
.cta-shape-holder::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 10px solid #fbc620;
}
.cta-shape-holder::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 10px solid #fbc620;
}
.phonenum .fa {
	font-size: 35px;
	width: 50px;
	height: 35px;
	background: #fbc620;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
}
.phonenum .fa-phone:before {
	margin-bottom: -2px;
}
.phonenum p {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	color: #cccccc;
	margin-left: 10px;
	font-family: 'Genos', sans-serif;
}
.mobile_nav .select_page {
	display: none !important;
}
div#et_mobile_nav_menu {
	width: 32px;
	height: 100%;
}
.et_mobile_menu {
	border-color: #fbc620 !important;
	background-color: #333333 !important;
	top: 49px;
	width: 100vw;
	height: auto !important;
	left: auto;
	right: -5vw;
	padding: 20px 25px;
}
.et_mobile_menu a {
	color: #fff !important;
	text-align: left;
	font-family: 'Genos', sans-serif;
}
.mobile_nav {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.et_mobile_menu .current_page_item a {
	color: #ffffff !important;
	opacity: 1 !important;
}
/*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: #fbc620;
}
/*rotate the Divi Menu icon on click*/
/*END HEADER 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: 500px !important;
	min-height: 500px !important;
	height: calc(100vh - 154px) !important;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container {
	max-height: 500px !important;
	min-height: 500px !important;
	height: calc(100vh - 154px) !important;
	width: 80%;
}
.header-content {
	margin: 0 auto !important;
	padding: 0px !important;
	width: 100% !important;
	max-width: 1080px !important;
}
.header-title h1 {
	text-align: right;
	line-height: 1.1;
	font-family: 'Genos', sans-serif;
	font-style: italic;
	font-weight: 600;
	font-size: 35px;
	color: #fff;
	text-transform: capitalize;
	max-width: 340px;
	margin-left: auto;
}
.header-title h1 span {
	color: #fbc620;
}
.button {
	color: #333333;
	line-height: 0;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 225px;
	font-weight: 500;
	background: #fbc620;
	padding: 12px 10px;
	margin-top: 15px;
	margin-left: auto;
	position: relative;
}
.button::before {
	content: "";
	position: absolute;
	top: 0px;
	right: -10px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 10px solid #fbc620;
}
.button::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: -10px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 10px solid #fbc620;
}
.button:hover {
	background: #9d9d9d;
	color: #fff;
}

.button:hover::after {
	border-right: 10px solid #9d9d9d;
}


.button:hover::before {
	border-left: 10px solid #9d9d9d;
}

/*PAGE STYLES*/
.content-button {
	color: #ffffff;
	line-height: 0;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 225px;
	width: 100%;
	font-weight: 500;
	background: #333333;
	padding: 12px 10px;
	margin-top: 15px;
	position: relative;
}
.content-button::before {
	content: "";
	position: absolute;
	top: 0px;
	right: -10px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 10px solid #333333;
}
.content-button::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: -10px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 10px solid #333333;
}
.content-button:hover {
	background: #9d9d9d;
	color: #fff;
}
.button-holder {
	display: flex;
	justify-content: center;
}
div#first-par-img {
	max-width: 600px;
	margin: 0 auto;
	margin-top: 40px;
}
/* FIRST CONTENT SECTION STYLE */
.entry-title {
	text-align: center;
	font-size: 30px !important;
	color: #333;
	font-weight: 600;
}
.home .entry-title {
	text-align: center !important;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
div#home-title-block {
	background-color: #f1be1f!important;
}
.section-title-heading {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	font-family: 'Genos', sans-serif;
}
div#home-title-block-txt-col:before {
	content: '';
	position: absolute;
	background-image: url(https://excavatingsvccantontx.com/wp-content/uploads/2023/02/templateIco.svg);
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
	opacity: 0.1;
}
/* BADGES SECTION STYLE */
.badge-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 15px;
}
.badge-holder {
	display: flex;
	align-items: center;
	position: relative;
	max-height: 110px;
	overflow: hidden;
	margin: 5px 0;
}
.badge-holder img {
	object-fit: cover;
	object-position: center;
}
.badge-block {
	position: absolute;
	width: 230px;
	background: #fff;
	display: flex;
	align-items: center;
}
.badge-ico-holder {
	width: 70px;
	height: 86px;
	margin-right: 5px;
	display: flex;
	align-items: center;
}
.badge-ico-holder img {
	position: relative;
	width: 80%;
	margin: 0 auto;
	opacity: 0.7;
}
.badge-content {
	width: calc(100% - 80px);
	padding-right: 10px;
}
.badge-content .title {
	font-weight: bold;
	/* font-family: 'Genos', sans-serif;
	*/
	font-size: 19px;
	border-bottom: 1px solid #f1be1f;
	color: #c87700;
	line-height: 1.2;
	padding-bottom: 3px;
	margin-bottom: 7px;
	text-transform: uppercase;
}
.badge-content .content {
	font-size: 14px;
	line-height: 1.05;
	/* font-family: 'Genos', sans-serif;
	*/
	font-weight: 500;
	text-transform: uppercase;
	color: #5a5a5a;
}
/* SERVICES SECTION STYLE */
div#services-blocks-section {
	background-color: #c4c4c4 !important;
}
.srvBlockTitle .section-title-heading {
	text-align: center;
}
.srvElement {
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 50px;
	position: relative;
}
.srvElementL:last-child {
	margin-bottom: 0 !important;
}
.srvElementHeader h2 {
	text-align: center;
	color: #333533;
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.srvElementImg {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.srvElementImg img:not(.srv-icon-img) {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
	position: relative;
}
.srv-icon {
	position: absolute;
	z-index: 999;
	right: 0;
	bottom: 0;
	width: 55px;
	height: 55px;
	padding: 10px 0px 0px 10px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	box-shadow: -5px -3px 2px 2px #00000029;
	overflow: hidden;
	background: rgb(214,214,214);
	background: linear-gradient(135deg, rgb(255 255 255) 0%, rgb(196 196 196) 32%, rgb(51 51 51) 48%, rgb(196 196 196) 50%, rgb(215 215 215) 50%, rgb(215 215 215) 52%, rgb(214 214 214) 54%, rgb(215 215 215) 100%);
}
.srv-icon img {
	width: 36px;
}
.srvElementContent {
	text-align: justify;
	color: #231f20;
	padding-left: 15px;
	position: relative;
}
.srvElementContent:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 3px;
	background: #333333;
	left: 0;
}

.srvElementContent a{
	color: #231f20;
	text-decoration: underline #231f20;
}
.srvElement:hover .srvElementImg img:not(.srv-icon-img) {
	filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
}
.srvElement:hover h2 {
	color: #505050;
}
/* SERVICES LIST SECTION STYLE */
div#services-list-section {
	background-color: #fbc620 !important;
	padding: 0;
}
.homepage-services {
	text-align: center;
}
.homepage-services ul {
	padding: 0;
	list-style: none;
}
.homepage-services #servcss li {
	position: relative;
	font-weight: bold;
	margin: 0.3em 0;
	padding-left: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.homepage-services #servcss li:before {
	position: absolute;
	content: '\f101';
	top: -1px;
	left: 0;
	color: #000000;
	font-family: 'FontAwesome';
}
/* CONTACT FORM STYLE */
.free-estimate-title {
	text-align: center;
	font-size: 30px !important;
	color: #fff;
	font-weight: 600;
	font-family: 'Genos', sans-serif;
	margin-bottom: 20px;
}
input#customer_name {
	width: calc(50% - 5px);
	float: left;
}
input#phone-cf {
	width: calc(50% - 5px);
	float: left;
	margin-left: 10px;
}
textarea#message {
	margin-bottom: 20px;
}
#contact img {
	float: left;
	width: 120px;
	height: 40px;
	min-height: 40px;
	filter: grayscale(1) contrast(1.5);
}
input#vercode {
	width: calc(100% - 130px);
	margin: 0;
	margin-left: 10px;
	float: left;
	padding: 7px 10px 7px;
	height: 40px;
	min-height: 40px;
}
form#contactForm {
	text-align: center;
	position: relative;
}
input#submitter {
	color: #000000;
	line-height: 0;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 225px;
	width: 100%;
	font-weight: 500;
	background: #f1be1f;
	padding: 12px 10px;
	margin: 0 auto;
	margin-top: 15px;
	position: relative !important;
	border: 1px solid #333333;
	border-radius: 0;
}
input#submitter:hover {
	background: #9d9d9d;
	color: #fff;
}
input#submitter:hover {
	color: #fff;
	background: #646464;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
	max-width: 100%;
	padding: 10px 20px 10px;
	min-height: 50px;
	background-color: #33333352 !important;
	box-shadow: none;
	display: block;
	line-height: 1;
	font-weight: 300;
	color: #ffffff !important;
	background-image: none;
	border: 1px solid #d7d7d7;
	margin-bottom: 10px !important;
}
#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: #ffffff !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: #f1be1f;
}
#contact {
	padding: 0;
	max-width: 600px;
	margin: 0 auto;
}
/* NAP SECTION STYLE */
.nap-section h3 {
	color: #fff;
	text-align: center;
	padding: 0;
}
.nap-section {
	margin-top: 20px;
}
/* TESTIMONIALS SECTION STYLE */
div#home-testimonials {
	background-color: #c4c4c4!important;
}
.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;
	color: #000000;
	font-weight: bold;
	font-family: 'Genos', sans-serif;
}
.home span.wpcr3_item_name a {
	color: #000000;
}
div.wpcr3_review blockquote.wpcr3_content {
	border-color: #a0a69e !important;
	padding-bottom: 0;
	text-align: justify;
}
.home div.wpcr3_review blockquote.wpcr3_content {
	text-align: center;
	padding-left: 0;
	border: none;
	margin-bottom: 0;
	line-height: 1.7em;
}
div.wpcr3_review blockquote.wpcr3_content p {
	font-size: 17px;
}
.home .wpcr3_reviews_holder {
	position: relative;
	color: #000000 !important;
	padding: 20px;
}
.home div.wpcr3_review blockquote.wpcr3_content p {
	font-style: italic;
}
.home div.wpcr3_rating_style1_average {
	filter: grayscale(1) invert(1);
}
.testimonials-title {
	text-align: center;
	font-size: 30px !important;
	color: #333;
	font-weight: 600;
	font-family: 'Genos', sans-serif;
}
.testimonials-btn {
	color: #ffffff;
	line-height: 0;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 225px;
	width: 100%;
	font-weight: 500;
	background: #333333;
	padding: 12px 10px;
	margin-top: 15px;
	position: relative;
}
.testimonials-btn::before {
	content: "";
	position: absolute;
	top: 0px;
	right: -10px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 10px solid #333333;
}
.testimonials-btn::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: -10px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 10px solid #333333;
}
.testimonials-btn:hover {
	background: #9d9d9d;
	color: #fff;
}
/* CONTENT SECTION STYLE */
div#home-content-section {
	background-color: #f5f5f5 !important;
}
/* FOOTER STYLE */
#main-footer {
	background: #333333;
	position: relative;
}
footer#main-footer:before {
	content: '';
	position: absolute;
	background-image: url(https://excavatingsvccantontx.com/wp-content/uploads/2023/02/templateIco.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 75%;
	left: 12.5%;
	height: calc(100% - 110px);
	top: 10px;
	filter: invert(1);
	opacity: 0.1;
}
#main-footer .container {
	width: 95%;
}
#footer-widgets .footer-widget li {
	padding-left: 0px;
}
#footer-widgets .footer-widget li:before {
	display: none;
}
#footer-widgets .footer-widget li a {
	color: #fff;
}
div#footer-bottom {
	background-color: #cccccc;
	padding: 15px;
	color: #000000;
}
.paymentsbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.footer-widget h4 {
	color: #fffdff;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 30px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #cecece;
}
.footer-widget .textwidget {
	color: #cecece;
}
h4#nap-footer-icons {
	filter: none;
}
#footer-widgets .footer-widget a {

}
table.openinghours {
	max-width: 385px;
	min-width: 100%;
	margin: 0 auto !important;
}
table.openinghours tr {
	display: flex;
	line-height: 2;
	color: #cecece;
	justify-content: space-between;
}
#current-day {
	background-color: #fbc620;
	padding: 0 2px;
}
#current-day td {
	color: #000;
	text-shadow: none;
}
#closed-day {
	color: #a0a69e;
}
/* 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 #cccccc;
	text-align: center;
	font-size: 26px !important;
	color: #333333;
	font-weight: 600;
}
#sidebar h4.widgettitle {
	font-size: 26px;
	font-weight: 500;
	color: #333333;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
	text-align: center;
	border-bottom: 1px solid #76a32e;
}
.et_pb_sidebar_0 .textwidget {
	text-align: center;
}
#sidebar .textwidget {
	text-align: center;
}
.single-post div#main-content, .blog div#main-content {
	min-height: 50vh;
}
.single-post .et_pb_post .entry-content {
	text-align: justify;
}
#left-area .post-meta a {
	color: #000000;
}
#left-area .post-meta {
	text-align: center;
}
.blog .et_pb_post {
	text-align: justify;
}
.single-post .et_pb_section {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.single-post article {
	padding: 0px !important;
	margin-bottom: 0px !important;
}
.single-post div#main-content .container {
	padding: 77px 0 !important;
}
#main-content .container {
	padding: 77px 0 !important;
}

#main-content .container h1 {
	color: #000000 !important;
}

#main-content .container h2 {
	font-size: 24px !important;
}
/* add buttons*/
.booking-button-switch {
	display:none;
}

.button-quote-header {
	text-align: center;
	padding: 10px 0;
	background: #333333;
}
.top_button {
	position: relative;
	display: inline-block;
	background-color: #FBC620;
	font-weight: 400 !important;
	text-transform: uppercase;
	text-shadow: none;
	color: #333333;
	padding: 7px 25px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius: 0px;
}
.top_button::before {
	content: "";
	position: absolute;
	top: 0px;
	right: -10px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 10px solid #FBC620;
}
.top_button::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: -10px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 10px solid #FBC620;
}
.top_button .fa {
	padding: 5px 5px 5px 0px !important;
}
.floating-estimate-btn {
	text-align: center;
	padding: 5px 15px 5px 15px;
	background-color: #fbc620;
	color: #000 !important;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border: 0px solid #333333;
	border-left: 0px;
	font-size: 15px;
	z-index: 999999;
	font-weight: 400;
	position: fixed;
	bottom: 60px;
	text-transform: uppercase;
	width: 210px;
	filter: drop-shadow(2px 0px 3px rgba(0,0,0,1));
	-webkit-filter:drop-shadow(2px 0px 3px rgba(0,0,0,1));
}
.floating-estimate-btn::after, #main-footer .listing-rev-btn::after {
	content: "";
	position: absolute;
	top: 0px;
	right: -10px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 10px solid #FBC620;
}
#main-footer .listing-rev-btn {
	padding: 5px 15px 5px 15px;
	border: 0px solid #333333;
	border-left: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius:0px;
	bottom:15px;
	font-weight:400;
	background:#fbc620;
	color:#000;
	text-transform: uppercase;
	font-size:15px;
	justify-content:center;
	width: 210px;
	filter: drop-shadow(2px 0px 3px rgba(0,0,0,1));
	-webkit-filter:drop-shadow(2px 0px 3px rgba(0,0,0,1));
}
#main-footer .listing-rev-btn img {
	display:none;
}
#main-footer .listing-rev-btn .fa {
	display: block;
	margin-right: 5px;
	color: #333333;
	position: relative;
	bottom: 2px;
}
/* end add buttons */

/*MEDIA QUERIES*/
@media only screen and (min-width: 600px) {
	.header-menu-container {
		display: flex;
	}
	.logo_container {
		margin: 10px auto;
	}
	img#logo {
		object-position: left;
	}
	div#et-top-navigation {
		width: calc(100% - 250px);
	}
	.et_mobile_menu {
		top: 117%;
	}
	.contact-info {
		justify-content: flex-end;
		padding-right: 10%;
	}
	.badge-holder {
		width: calc(50% - 10px);
		margin: 5px;
	}
	.srvElementImg img:not(.srv-icon-img) {
		height: 300px;
	}
	/* SERVICES LIST SECTION DESKTOP */
	.homepage-services #servcss li {
		display: inline-block;
	}
}
@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*/
	div#et-top-navigation {
		flex-direction: row;
		margin: 10px 0 10px 2.5% !important;
		z-index: 9999;
	}
	.logo_container {
		margin-bottom: 0;
		margin-top: 20px;
	}
	.logo_container:before {
		content: '';
		position: absolute;
		background: #333333;
		height: 300%;
		width: 200vw;
		right: -15px;
		z-index: -1;
		bottom: -20px;
		border-bottom: 1px solid #fbc620;
	}
	.logo_container:after {
		content: '';
		position: absolute;
		background: #b7b7b700;
		height: 100%;
		width: 200vw;
		right: -114px;
		z-index: -122;
		bottom: -20px;
		width: 0;
		height: 0;
		border-top: 100px solid #333333;
		border-right: 100px solid transparent;
		filter: drop-shadow(0px 1px 1px #fbc620);
	}
	img#logo {
		object-position: center;
	}
	.contact-info {
		width: 175px;
		margin-left: 22px;
		padding-right: 0;
	}
	.phonenum {
		justify-content: flex-end;
	}
	nav#top-menu-nav {
		width: calc(100% - 197px);
	}
	ul#top-menu {
		width: 100%;
		text-align: right;
	}
	#top-menu li {
		padding-right: 0;
		padding-left:17px;
		padding-top: 5px;
		padding-bottom: 3px;
	}
	#top-menu .menu-item-has-children>a:first-child {
		padding-right: 16px;
	}
	#top-menu .menu-item-has-children>a:first-child:after {
		top: -1px;
	}
	#top-menu li a {
		line-height: 1 !important;
		font-family: 'Genos', sans-serif;
	}
	ul.sub-menu {
		filter: drop-shadow(0px 1px 3px #5b5b5b);
		top: 22px;
		padding: 5px 0 !important;
		left: -34%;
		background-color: #333333 !important;
		border-color: #fbc620 !important;
	}
	ul.sub-menu li ul {
		top: 0;
	}
	#top-menu-nav #top-menu ul.sub-menu a:after {
		right: 0;
		top: 4px;
	}
	#top-menu-nav #top-menu ul.sub-menu a {
		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;
	}
	.et_header_style_left #et-top-navigation nav>ul>li>a {
		color: #fff !important;
		padding-bottom: 0px !important;
	}
	.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
		color: #fff !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: 1100px !important;
		min-height: 500px !important;
		height: calc(99vh - 110px) !important;
		background-position: center;
		background-position-y: 82%;
	}
	.et_pb_fullscreen .et_pb_fullwidth_header_container {
		max-height: 1100px !important;
		min-height: 500px !important;
		height: calc(99vh - 110px) !important;
		width: 80%;
	}
	.header-container {
		margin: 0;
		max-width: 575px;
	}
	.header-title h1 {
		max-width: 700px;
		font-size: 50px;
	}
	/* BADGES STYLE DESKTOP*/
	.badge-container {
		justify-content: flex-end;
		margin-top: 0;
	}
	.badge-holder {
		width: 85%;
	}
	/* FIRST PARAGRAPH STYLE DESKTOP*/
	div#home-title-block-txt-col, div#home-title-block-img-col {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.entry-title {
		text-align: left !important;
	}
	.home .entry-title {
		text-align: left !important;
		font-size: 40px !important;
	}
	.button-holder {
		justify-content: flex-start;
		margin-left: 10px;
	}
	div#first-par-img {
		width: 90%;
		margin-left: auto;
		margin-right: 0;
		margin-top: 0;
		height: 100%;
	}
	div#first-par-img span {
		height: 100%;
	}
	div#first-par-img img {
		height: 100%;
		object-fit: cover;
		object-position: right;
	}
	/* SERVICES STYLE DESKTOP*/
	.srvBlockTitle .section-title-heading {
		text-align: left;
	}
	.srvElement {
		width: 32%;
		display: flex;
		flex-direction: column;
		margin: 0;
		margin-bottom: 30px;
	}
	.srvElementImg img:not(.srv-icon-img) {
		height: 200px;
	}
	.srvBlock {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1200px;
		margin: 0 auto;
	}
	.srvElementFullWidth .srvElementContent {
		height: auto;
	}
	.srvElement.srvElementFullWidth {
		width: 100%;
		max-width: 1080px;
		flex-direction: row;
		align-items: flex-start;
	}
	.srvElementFullWidth .srvElementImg {
		width: 32%;
		margin: 0;
	}
	.srvElementFullWidth .srvElementBody {
		width: 66%;
		margin-left: 2%;
		/* display: flex; */
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	/* CONTACT SECTION DESKTOP */
	.contact-form-holder {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contact-form-block {
		width: 600px;
	}
	.nap-section {
		width: calc(100% - 600px);
		margin: 0;
		padding: 20px;
	}
	input#customer_name {
		width: calc((100%/3) - 7px);
	}
	input#phone-cf {
		width: calc((100%/3) - 7px);
	}
	input#customer_email {
		width: calc((100%/3) - 6px);
		float: left;
		margin-left: 10px;
	}
	div#contact-form-section {
		background-attachment: fixed;
	}
	/* TESTIMONIALS SECTION DESKTOP */
	/* NAP SECTION DESKTOP*/
	/* 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 !important;
	}
	#sidebar .textwidget {
		text-align: left;
	}
	.et_pb_sidebar_0.et_pb_widget_area_right {
		border-left: 1px solid rgb(204 204 204);
	}
	#left-area .post-meta {
		text-align: left;
	}
	#main-content .container:before {
		background-color: rgb(21 21 21 / 60%);
	}
}
/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
	margin: 3px 0;
}
.wpcr3_respond_2 input[type="text"], .wpcr3_in_content textarea {
	background: #04264b !important;
	color: #e5e5e5 !important;
	border: 1px solid #1de278;
}
.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: #04264b;
	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%;
	}
}

.wpcr3_button_1{
	position: relative;
	display: inline-block;
	background: #f4c21f;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: none;
	border: 0px solid;
	color: #313131;
	padding:10px 15px;
	margin-bottom: 20px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius:0px;
}

.wpcr3_button_1:hover {
	background: #333333;
	position: relative;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: none;
	border: 0px solid;
	color: #fff;
	padding:10px 15px;
	margin-bottom: 20px;
	transition: 0.3s ease-in-out;
	font-size: 16px;
	border-radius:0px;
}

.nav-arrows button{background:#f3c70a;border-color: #f3c70a;border-radius: 0px;border-style: solid;display: flex;}

.nav-arrows button:hover{
	background: #333333;
	border-color: #333333;
}

.keen-slider__slide{
	border:none;
	background:transparent;
}


.keen-slider__slide:hover{
	border:none;
	background:transparent;
}

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

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

p.success {
	color: white;
}

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

.et_pb_grid_item .et_pb_gallery_image {
	padding-top:100%;
}





body.page-id-2049 article .et_pb_posts article.et_pb_post .post-content {
	text-align: justify;
}
body.single-post .entry-content h2 {
	text-align: left !important;
	margin-block: 10px 5px;
}
body.single-post .entry-content p,
body.single-post .entry-content li {
	text-align: justify !important;
}
@media screen and (max-width: 981px) {
	body.page-id-2049 article .et_pb_posts article.et_pb_post .post-meta {
		text-align: center;
		margin-block: 5px;
	}
	body.single-post .post-meta {
		text-align: center;
	}
	body.single-post .entry-content h2 {
		font-size: 24px;
	}
}

