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

.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
	padding: 10px !important;
	margin: 10px 0px !important;
	transition: all 1s linear;
	border: 1px solid rgba(255, 0, 0, 0);
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-o-transition: all 1s linear;
}
.et_pb_post_title h1 {
    font-size: 32px;
}

#main-content {
	background: #FFFFFF;
}

.et_header_style_left #et-top-navigation nav > ul > li > a:hover,
.et_header_style_split #et-top-navigation nav > ul > li > a:hover {
	border: 1px solid #9ea8b4;
	background: #73ac59 !important;
	color: #fff;
	opacity: 1 !important;
}

.current-menu-item a {
	border: 1px solid #ffffff !important;
	color: #fff !important;
	background: #639852 !important;
}

.current-menu-item a:hover {
	background: #3d712a !important;
}

header .et_mobile_menu li a {
    color: #639852;
}

.et-fixed-header #top-menu li.current-menu-item > a {
	color: #fff !important;
}

.et-fixed-header {
	box-shadow: 2px 1px 3px rgba(73, 73, 73, 0.30) !important;
	-webkit-box-shadow: 2px 1px 3px rgba(73, 73, 73, 0.30) !important;
	-moz-box-shadow: 2px 1px 3px rgba(73, 73, 73, 0.30) !important;
	-o-box-shadow: 2px 1px 3px rgba(73, 73, 73, 0.30) !important;
}

#et-top-navigation {
	padding: 0px !important;
	min-width: 36%;
}

.overlay {
	position: absolute;
	    pointer-events: none;
	width: 100%;
	height: 200px;
	max-height: 300px;
	bottom: 0px;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

#main-header {
	/*box-shadow: 2px 1px 3px rgba(73, 73, 73, 0.30) !important;
    -webkit-box-shadow: 2px 1px 3px rgba(73, 73, 73, 0.30) !important;
    -moz-box-shadow: 2px 1px 3px rgba(73, 73, 73, 0.30) !important;
    -o-box-shadow: 2px 1px 3px rgba(73, 73, 73, 0.30) !important;*/
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}

#main-header {
	background-color: #334a3d !important;
	filter: drop-shadow(0 0 3px rgba(0,0,0,.25));
	border-bottom: 1px solid #f3f3f3 !important;
}

#main-footer {
    background: #4c3000 url(https://treepelham.com/wp-content/uploads/2018/06/treasure.png) no-repeat !important;
    background-position: 357px 191px !important;
}


.et_pb_blurb_container h4 {
	font-size: 30px;
	text-align: center;
}

.cn-logo {
	display: inline-block;
	max-width: 320px;
	vertical-align: middle;
	font-family: 'Pattaya', sans-serif;
	transition: all 3s linear;
	-webkit-transition: all 3s linear;
	-moz-transition: all 3s linear;
	-o-transition: all 3s linear;
	font-weight: 800;
	letter-spacing: 0px;
	color: white !important;
}

.cn-logo:hover {
	transform: skew(-10deg);
}

.et_pb_slide {
	padding-top: 90px !important;
	height: 550px !important;
	min-height: 470px;
}
.top-btn-estimate {
    color: white;
}
.add-top-info {
	color: white;
	text-align: right;
	margin: 0px;
	padding: 10px 0 0 0;
	font-weight: 300;
	border-bottom: 1px solid #56884c;
	width: 70%;
	float: right;
	z-index: 999;
	position: relative;
}

.margins {
	margin-left: 20px;
	margin-right: 15px;
}

.btns {
	position: relative;
	background-color: #a79993;
	color: #fafafa;
	cursor: pointer;
	padding: 10px 20px;
	text-shadow: none;
	font-weight: 300;
	color: #253245;
	border-radius: 3px;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	box-shadow: 1px 1px 1px 0px #c3bcb8;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(254, 254, 254, 1) 50%, rgba(225, 225, 225, 1) 100%, rgba(225, 225, 225, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(254, 254, 254, 1)), color-stop(100%, rgba(225, 225, 225, 1)), color-stop(100%, rgba(225, 225, 225, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(254, 254, 254, 1) 50%, rgba(225, 225, 225, 1) 100%, rgba(225, 225, 225, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(254, 254, 254, 1) 50%, rgba(225, 225, 225, 1) 100%, rgba(225, 225, 225, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(254, 254, 254, 1) 50%, rgba(225, 225, 225, 1) 100%, rgba(225, 225, 225, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(254, 254, 254, 1) 50%, rgba(225, 225, 225, 1) 100%, rgba(225, 225, 225, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);
}

.left-pos {
	text-align: left;
}

.center-pos {
	text-align: center;
}

.right-pos {
	text-align: right;
}

.over-top {
	z-index: 9999999;
}

@-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);
	}
}

.slider-content {
	text-shadow: none;
	background: rgba(37, 50, 69, 0.8);
	padding: 17px !important;
	font-weight: 300;
}

.slider-heading::first-letter {
	font-family: 'Parisienne', cursive;
	font-size: 2em;
}

.et_pb_slide_description {
	padding-top: 5% !important
}

.et_pb_slide_title {
	font-family: 'Parisienne', cursive;
	font-size: 2em;
}

#footer-widgets {
	padding: 3% 0 0;
}
footer h4 {
    color: white !important;
    font-size: 1.2em;
}

@media (min-width: 981px) {
	.et_pb_gutters3 .footer-widget {
		margin: 0 5.5% 2% 0;
	}
}

.footer-widget #text-4 .textwidget br,
.footer-widget #text-4 .textwidget strong {
	display: none;
}

.hours th,
.openinghours td {
	text-align: left !important;
	font-size: 12px !important;
	color: #253245 !important;
	text-shadow: none !important;
}

#current-day {
	background-color: #215429 !important;
}

#current-day td {
	color: white !important;
}

#footer-bottom {
	color: white;
	padding: 5px 0 5px;
	font-size: 15px;
}
.fwidget {
    background: rgba(76, 48, 0, 0.75);
}

.et_pb_section:last-of-type {
	padding-bottom: 125px;
}
.et_pb_section:last-of-type:after {
	content: "";
    width: 100%;
    height: 125px;
    position: absolute;
    bottom: 0;
    background: url(https://treepelham.com/wp-content/uploads/2018/06/footer.png) repeat-x !important;
    background-position: bottom !important;
    background-size: cover;
}

#submitter {
	position: relative;
	background-color: #a79993;
	font-size: 14px;
	padding: 10px 20px;
	text-shadow: none;
	font-weight: 400 !important;
	color: #253245;
	border-radius: 3px;
	cursor: pointer;
	height: auto !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(254, 254, 254, 1) 50%, rgba(225, 225, 225, 1) 100%, rgba(225, 225, 225, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(254, 254, 254, 1)), color-stop(100%, rgba(225, 225, 225, 1)), color-stop(100%, rgba(225, 225, 225, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(254, 254, 254, 1) 50%, rgba(225, 225, 225, 1) 100%, rgba(225, 225, 225, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(254, 254, 254, 1) 50%, rgba(225, 225, 225, 1) 100%, rgba(225, 225, 225, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(254, 254, 254, 1) 50%, rgba(225, 225, 225, 1) 100%, rgba(225, 225, 225, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(254, 254, 254, 1) 50%, rgba(225, 225, 225, 1) 100%, rgba(225, 225, 225, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);
}

#contactForm input,
textarea {
	width: 100% !important;
}

.big-nap-holder {
	color: #334a3d;
	background-image: linear-gradient(-20deg,#334a3d 47%,#334a3d 20%);
}
.big-nap-holder h3 {
	font-size: 26px;
	line-height: 1.2em;
}
#contact-section {
	border-top: 10px solid #224120;
}
#contact-section .et_pb_column:first-of-type {
    background: #334a3d;
}
#contact-section .et_pb_column:last-of-type {
    border: 7px double #9acc85;
    background: #215429;
}

.big-nap-holder > strong {
	font-family: 'Orbitron', sans-serif;
	font-weight: 300;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input.text,
input.title,
textarea,
select {
	padding-left: 9px !important;
    border: 1px solid #2C592A !important;
    color: #4e4e4e !important;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgb(255,255,255) 30%, rgb(211,225,208) 100%);
    background: -webkit-linear-gradient(top, rgb(255,255,255) 30%,rgb(211,225,208) 100%);
    background: linear-gradient(to bottom, rgb(255,255,255) 30%,rgb(211,225,208) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3e1d0',GradientType=0 );
}
h1, h2, h3, h4, h5, h6 {
    color: #0c2f0a !important;
}
.section-headings {
	font-size: 34px !important;
    color: #0c2f0a;
    display: inline-block;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #0C2F0A;
    font-family: "Pattaya",sans-serif;
    text-shadow: 1px 1px 1px #fff;
}

.top-btn {
	-webkit-box-shadow: inset 0px 1px 0px 0px #9acc85;
	box-shadow: inset 0px 1px 0px 0px #9acc85;
	background-color: #215429;
	color: white !important;
	cursor: pointer;
	padding: 1px 10px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 300;
	border-radius: 0px;
	cursor: pointer;
}
.top-btn:hover {
    font-weight: bold;
}

blockquote {
	border-left: none !important;
	padding-left: 0;
}

@keyframes color-cycle {
	0% {
		color: #fff;
	}
	50% {
		color: rgb(112, 229, 100);
	}
	100% {
		color: #fff;
	}
}

.pulsing {
	font-weight: 500;
	animation: color-cycle 1.5s infinite;
	-webkit-animation: color-cycle 1.5s infinite;
	-moz-animation: color-cycle 1.5s infinite;
	-o-animation: color-cycle 1.5s infinite;
}

.top-btn-estimate:hover {
	text-decoration:#365776;
}

.et_project_meta {
	display: none;
}


/*btn effect*/

.et_header_style_left #et-top-navigation nav > ul > li > a {
	border: 1px solid;
	box-shadow: inset 0 0 15px rgba(255, 255, 255, 0);
	outline: 1px solid;
	outline-color: rgba(255, 255, 255, 0.3);
	outline-offset: 0px;
	text-shadow: none;
	-webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
	background: #215429;
}

.et_header_style_left #et-top-navigation nav > ul > li > a:hover {
	border: 1px solid;
	box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
	outline-color: rgba(65, 138, 205, 0.3);
	outline-offset: 5px;
}

.nav li ul {
	padding: 0px;
}

.page #main-header .nav li ul a, 
#main-header .nav li ul a {
	color: #fff !important;
}

.widgettitle {
	background: #3d712a;
    padding: 10px;
    border-radius: 3px;
    border-bottom: 2px solid #0c2f0a;
    color: #fff !important;
}

.et-pb-arrow-prev,
.et-pb-arrow-next {
	font-size: 80px;
	text-decoration: none !important;
}

.slide-title {
	font-size: 45px !important;
	font-weight: 300;
	font-family: 'Pattaya', sans-serif;
	text-shadow: 1px 2px 3px #000;
	line-height: 50px;
}

.free-estimate-heading {
	text-align: center !important;
	color: #fff !important;
	display: block !important;
}

.page #mobile_menu {
	background: #fff !important;
}


.hours th,
.openinghours td {
	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%;
}
}

@media (max-width: 980px) {
	.et_pb_text,
	.et_pb_title_container {
		text-align: center;
	}
	#main-footer {
    background: #031c02;
}
	.add-top-info .margins {
    margin: 0 !important;
		color: white;
}
	.add-top-info {
		color: #418ACD;
		text-align: center;
		margin: 0px;
		padding: 10px;
		font-weight: 300;
		border-bottom: 0px solid;
		width: 65%;
		float: right;
		z-index: 999;
		position: relative;
		display: block;
		clear: both;
		float: none;
		width: 100%;
	}
	.cn-logo {
		margin-top: 0px;
		padding-top: 10px;
		max-width: unset;
		line-height: 1.5em;
		    color: white;
	}
	.mobile_menu_bar:before {
		color: #fff !important;
		top: 8px;
	}
	.top-btn {
		display: inline-block;
	}
	.logo_container {
		text-align: center;
		position: relative !important;
	}
	.margins {
		display: block !important;
		padding: 10px;
	}
	.top-btn {
		padding: 3px 5px !important;
		    background: none;
	}
	.pulsing {
		display: inline-block !important;
	}
	#et_mobile_nav_menu {
		float: none !important;
		text-align: center;
	}
	.et_header_style_left .et-fixed-header #et-top-navigation,
	.et_header_style_left #et-top-navigation {
		width: 100%;
		text-align: center;
	}
	.et_header_style_split .mobile_menu_bar,
	.et_header_style_left .mobile_menu_bar {
		color: #fff !important;
		cursor: pointer;
	}
	.container {
		width: 100% !important;
	}
	.et_header_style_split .mobile_menu_bar,
	.et_header_style_left .mobile_menu_bar {
		background: #215429;
	}
}

@media (max-width: 508px) {
	.page .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_slide_description .et_pb_slide_title {
		font-size: 36px !important;
		display: none !important;
	}
	.big-nap-holder > strong {
		font-size: 1em;
	}
	.et_pb_blurb_container h4 {
		font-size: 1.5em !important;
		border-bottom: none !important;
	}
}

/***** BODY FONT-SIZE *****/
body,
.wpcr3_content p {
    font-size: 17px !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: -2px !important;
}
/***** FIX DROPDOWN *****/
#top-menu .sub-menu {
    padding: 0 !important;
    width: unset !important;
    border-top: 3px solid #ddd !important;
}
#top-menu .sub-menu li {
	border-left: 0 !important;
	padding: 0 !important;
}
#top-menu .sub-menu li a {
    border-left: 0 !important;
}
.et_mobile_menu .sub-menu {
    border: none !important;
}
/***** FIX MENU SIZING *****/
@media (min-width: 981px) and (max-width:1350px) {
header .et_menu_container {
    margin: 0 !important;
    width: 100% !important;
max-width: 100% !important;
	    padding: 5px 10px;
}
body:not(.image-logo) .logo_container {
    position: relative !important;
    padding-top: 10px;
    width: 30% !important;
	max-width: 320px;
    float: left;
	transition: all 0s;
}
body:not(.image-logo) span.logo_helper {
	display: none;
}
body:not(.image-logo) .add-top-info .margins {
    margin-left: 0 !important;
}
body:not(.image-logo) .add-top-info {
    padding-right: 0;
}
body:not(.image-logo) .top-btn .margins {
    margin-right: 0;
    padding-right: 5px;
}
}
span.mobile_menu_bar.mobile_menu_bar_toggle {
    padding: 0;
    height: 50px;
}
@media (max-width: 980px) {
.container.clearfix.et_menu_container {
    padding: 0 !important;
    /* background: #629550; */
}

span.logo_helper {
	display: none;
}
.et_pb_slide_description {
    padding: 0;
    margin-top: 22% !important;
}
.et_pb_slides .et_pb_container {
		margin: 0 !important;
}
.et_pb_slide .et_pb_container.clearfix {
    margin: 0 !important;
    display: block;
    width: 100% !important;
}
.et_pb_slider_container_inner {
    display: inline-block !important;
}
p.slide-title {
    font-size: 34px !important;
}
footer .footer-widget {
    text-align: center;
    margin: 0 auto !important;
}
.et_pb_text {
    text-align: center;
}
.big-nap-holder {
	font-size: 20px;
}
#contact-section .et_pb_row {
    width: 100%;
}
#read-more-test,
.et_pb_blurb_container {
	text-align: center !important;
}
.section-headings {
    display: block;
    text-align: center;
}
.et_pb_section.et_section_specialty .et_pb_row {
	width: 90%;	
	}
}
ul#mobile_menu {
    padding: 10px !important;
}
a.cn-logo {
    transition: all 0s;
}
#top-menu li {
    padding-right: 10px;
}
header nav #top-menu li.menu-item-has-children > a {
    padding-right: 12px !important;
}
.add-top-info .margins {
	margin-left: 0;
}
.paymentsbox {
    max-width: 100%;
}
.paymentType p {
	display: none;
}
/***** CENTER FOOTER *****/
@media (max-width: 767px) {
	body footer#main-footer #footer-widgets .footer-widget {
    	margin: 0 auto !Important;
    	clear: both;
    	float: none !important;
    	display: block;
    	padding: 10px 0;
}
.paymentType {
    display: inline-block;
    float: none;
}
}
footer > .container {
    width: 93%;
	padding-bottom: 20px;
}
/***** 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;
		margin: 0 auto;
}
	.et_pb_widget {
    text-align: center;
}
	footer .et_pb_widget {
		float: none;
	}
}

/***** BUTTONS *****/
.slider-btn,
.c_button, .button-amp {
	    font-size: 20px;
	    padding: 14px 24px;
	    margin: 8px 6px 8px 0;
	    color: white;
	    /* box-shadow: inset 0px 1px 0px 0px #9acc85 !important; */
	    background-color: #215429;
	    border: 1px solid #3b6e22 !important;
	    transition: 0.3s ease-in-out;
	    border-radius: 10px;
	    line-height: 26px;
}
.slider-btn:hover,
.c_button:hover, .button-amp:hover {
        background: linear-gradient(to bottom, #9dec78 5%, #487746 100%) !important;
	color: white;
}
.slider-btn {
	margin-bottom: 100px;
}
.payments strong, .payments br {
    display: none;
}
/***** MORE *****/
#servcss {
	display: inline-block;
	padding-left: 0;
    line-height: 1em;
}
#servcss svg {
	display: none;
}
.home blockquote.wpcr3_content {
    padding: 10px;
}
/* Fix working hours alignment */
.openinghours tr td:first-child {
    text-align: left !important;
	padding-left: 5px!important;
}
.openinghours tr td:last-child {
    text-align: right !important;
	padding-right: 5px!important;
}

/*****************************************
 ********   IF LOGO IS IMAGE     *********
 *****************************************/
@media ( min-width: 981px ) {
	.image-logo header > .et_menu_container {
    	height: 100px;
		padding-left: 0;
	}
	.image-logo .logo_container {
    	top: 0;
}
}

@media ( max-width: 980px ) {
	.image-logo #logo {
    	max-width: 95% !important;
    	padding-top: 10px;
    	max-height: 120px;
}
}


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

@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,.75));
}

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

#mobile_menu li a {
text-transform: capitalize!important;
}
.et_pb_post {
  text-align:justify;
}
.home ul#servcss li {
	line-height: 33px;
	font-size:20px;
}
@media screen and (max-width: 981px) 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%;
  }
  .openinghours {
    margin: none;
  }
  .hours, .openinghours {
    width: 65%;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 981px) and (max-width: 980px) {
.et_pb_slider .et_pb_slide_0 {
	background-position: 15% 100%!important;
	}
}


/***********
css for badges
***********/

.snip1331 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    color: #bdbdbd;
    margin: 1px 1px;
    max-width: 17rem;
    width: 18rem;
    text-align: center;
    font-size: 14px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    left: -30px;
}


.snip1331 h4,
.snip1331 h5 {
  margin: 0;
  text-transform: uppercase;
}
.snip1331 h4 {
  font-family: 'Lora', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 50px;
  position: relative;
	padding: 5px;
  background-color: #6ca256;
  text-shadow: 1px 1px #bdbdbd;
  color: #000;
  text-align: center;
  margin: 0 30px 8px;
  border-top: 6px solid #212121;
  border-bottom: 6px solid #212121;
}
.snip1331 h4:before,
.snip1331 h4:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 5px;
  border-width: 25px 10px;
  border-style: solid;
}
.snip1331 h4:before {
  left: -23px;
  border-color: #6ca256 #6ca256 #6ca256 transparent;
}
.snip1331 h4:after {
  right: -23px;
  border-color: #6ca256 transparent #6ca256 #6ca256;
}

.snip1331 h5 {
  font-weight: bold;
  font-size: 1.2em;
  color: #6ca256;
}

.snip1331 h6 {
	  font-weight: bold;
	  margin: 0;
	  display: inline-block;
	  position: relative;
	  color: #6ca256;
	 font-size: 16px;
}

.snip1331 h6:before,
.snip1331 h6:after {
  position: absolute;
  height: 1px;
  content: '';
  width: 30px;
  top: 50%;
}

.snip1331 h6:before {
  left: -35px;
}

.snip1331 h6:after {
  right: -35px;
}

.snip1331:before {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  border: 8px solid #b6b6b6;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  border-radius: 50%;
}

@media (max-width:1280px) {
	.snip1331 {
 		transform: scale(0.7);
		margin: 20px auto !important;
		transform: scale(0.8);
		left: -49px;
	}	
}

@media (max-width:981px) {
	.snip1331 {
		width: 100%;
		left: auto;
		transform: scale(0.9);
	}
}
@media screen and (max-width:980px) {
	
    .wpcr3_review, .wpcr3_item_name {
    text-align:center;
  }
}




 .payments strong, .payments br {
     display: none;
}
 .paymentsbox {
    display: contents;
    width: auto;
}
#payment {
    width: 50px;
    height: 31px;
    margin: 1px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 12px;
    line-height: 0.9;
    font-weight: bold;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

.payments {
    display: flex;
}
 .paymentType {
     display: inline-block;
     float: none;
     margin: 1px;
}
 .paymentType p, .payments-box p {
     display: none !important;
}

.payments-box {
    display: flex;
    flex-wrap: wrap;
}

.paymentType img {
    height: 31px;
}

@media only screen and (max-width: 981px) { 
.payments-box {
    justify-content: center;
}
}

@media only screen and (max-width: 981px) { 
.payments-box {
    justify-content: center;
}
}



.badgeSection {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    margin: 0 auto;
    padding-bottom: 20px;
}
.badgeSection img {
    max-height: 150px;
    width: 30%;
    max-width: 300px;
    padding: 10px;
    filter: drop-shadow(0 0 1px #ffffff);
}
@media (max-width: 600px) {
    .badgeSection {
        flex-direction: column;
    }
    .badgeSection img {
        margin: 10px;
        width: 70%;
    }
}
@media (max-width: 600px) {
    .badgeSection {
        flex-direction: column;
    }
    .badgeSection img {
        margin: 10px;
        width: 90%;
    }
}
.badge-txt {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
}
.headingBlockCont h1 {
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 10px;
}
.headingBlock {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    border-radius: 4px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 2;
    transition: 0.3s ease-out;
    position: relative;
    border-radius: 5px;
    background: #215429;
}
.headingBlockImg {
    width: 300px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headingBlockImg img {
    display: flex;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.headingBlockCont {
    width: 100%;
    text-align: center;
    color: #fff;
}
.headingBlockCont a {
	color: #fff;
	text-decoration: underline;
}
.srvBlockTitle h2 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s;
    letter-spacing: 4px;
    padding-bottom: 20px;
    margin: 50px auto;
    border-bottom: 3px solid #215429;
    font-weight: 700;
    color: #000 !important;
    max-width: 800px;
}
.srvBlock {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
}
.srvElement {
    width: 32%;
    padding: 0;
    border: 1px solid #d5d5d5;
    margin-top: 20px;
    background-color: #fff;
    background-size: initial;
    background-repeat: repeat;
}
.srvElementFullWidth {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
}
.srvElementHeader {
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #215429;
    padding: 10px;
    border-bottom: 3px solid #507235;
}
.srvBlockLink a {
    background-color: #1a936f;
    border: 1px solid #094074;
    color: #f3e9d2;
    font-size: 24px;
    padding: 20px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-weight: 700;
    line-height: 30px;
    transition: 0.3s;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.srvBlockLink a:hover {
    transform: scale(1.02);
    background-color: #2ea3f2;
}
.srvElement:hover {
    transform: scale(1.02);
}
.srvElementHeader h3 {
    font-size: 16px !important;
    padding: 0;
    text-transform: uppercase;
    margin: 0 auto !important;
    line-height: 1.2;
    font-weight: 700;
    color: #fff !important;
}
.srvElementContent {
    text-align: justify;
    color: #000;
    padding: 10px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}
.srvElementFullWidth .srvElementHeader {
    width: 100%;
}
.srvElementFullWidth .srvElementBody {
    display: flex;
}
.odd .srvElementBody {
    flex-direction: row-reverse;
}
.srvElementFullWidth .srvElementImg {
    width: 50%;
    display: flex;
    object-fit: cover;
    object-position: center;
}
.srvElementImg img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    display: flex;
}
.srvElementFullWidth .srvElementContent {
    width: 50%;
}
.srvElementHeader:hover {
    background-color: #000000 !important;
}
.srvElementHeader:hover h3 {
    color: #fff !important;
}
@media only screen and (max-width: 981px) {
    .headingBlock {
        flex-direction: column;
    }
    .headingBlockImg {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .headingBlockCont {
        width: 100%;
        padding: 0;
        text-align: justify;
    }
    .headingBlockCont p:nth-child(2) {
        text-align: center;
    }
    .srvBlock {
        display: block;
        height: 100%;
        padding: 0;
    }
    .srvElement {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .srvElementFullWidth {
        margin: 0 auto;
        display: inline-block;
        margin-top: 20px;
    }
    .srvElementImg {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .srvElementContent {
        padding: 0;
        padding-top: 10px;
    }
    .srvElementFullWidth .srvElementBody {
        display: block;
    }
    .srvElementFullWidth .srvElementImg {
        width: 100%;
    }
    .srvElementFullWidth .srvElementContent {
        width: 100%;
        padding: 5px;
    }
    .srvElementBody {
        padding: 10px;
    }
}
