/*
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 {    
	color: #1F1F26;    
	font-family: 'Lato', sans-serif;
}

.container {    
	width: 100%;
}

.home #main-content {    
	background-image: url(https://dagconstructionwa.com/wp-content/themes/Divi-child/assets/img/bricks.jpg);    
	background-repeat: repeat;
}
.section-headings {   
	font-size: 30px;    
	color: #19171C;    
	margin-bottom: 20px;
}
/* ----------------------------------------------------------------------- * 
	Button Style 
* ----------------------------------------------------------------------- */
.button {    
	position: relative;    
	display: inline-block;    
	color: #222;    
	font-weight: 700;    
	background-color: #a49b07;    
	padding: 12px 15px;    
	border-radius: 4px;
	transform: translateY(0);
}

.button:before {    
	position: absolute;   
	content: "";    
	top: 5px;    
	left: 0;    
	border-radius: 4px;    
	width: 100%;    
	height: 100%;    
	background-color: #eee10d;    
	z-index: -2;    
	transform: translateY(-8px);    
	transition: 0.3s;
}

.button:hover::before {    
	transform: translateY(-5px);
}

.button:hover, .button:focus {    
	text-decoration: none;    
	color: #2C3E50;
}

.button span {    
	position: relative;    
	top: 0;    
	transition: 0.3s;
}

.button:hover span {    
	top: 2px;
}

.has-button a.et_pb_button {    
	display: block;    
	position: relative;    
	background: #82462e;    
    border: 0 !important;
    left: -13px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
	transition: 0.3s;
}

.has-button a.et_pb_button:hover {    
	background-color: #F3E721;    
	color: #2C3E50!important;
}

.comp-name { 
	color: #82462E;
}

/* ----------------------------------------------------------------------- * 
	Header Style 
* ----------------------------------------------------------------------- */
.header {    
	padding: 20px 0 15px;    
	background-image: url(https://dagconstructionwa.com/wp-content/themes/Divi-child/assets/img/border4.jpg);    
	background-position: bottom;    
	background-repeat: repeat-x;    
	background: rgb(112, 66, 42);    
	background: -moz-linear-gradient(top, rgb(112, 66, 42) 0%, rgb(70, 31, 14) 100%, rgb(191, 110, 78) 100%);    
	background: -webkit-linear-gradient(top, rgb(112, 66, 42) 0%, rgb(70, 31, 14) 100%, rgb(191, 110, 78) 100%);   
	background: linear-gradient(to bottom, rgb(112, 66, 42) 0%, rgb(70, 31, 14) 100%, rgb(191, 110, 78) 100%);    
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#70422a', endColorstr='#bf6e4e', GradientType=0); 
}

#main-header {    
	background-image: url(https://dagconstructionwa.com/wp-content/themes/Divi-child/assets/img/border4.jpg);    
	background-position: bottom;    
	background-repeat: repeat-x;
}

.header-info ul {    
	display: inline-block;    
	text-shadow: 1px 1px 1px #000;
}

.header-info ul li {    
	display: inline-block;    
	position: relative;    
	font-size: 16px;    
	font-weight: 700;    
	color: #ffddb9;    
	padding: 0 10px;
}

.header-info ul li:nth-child(2) {    
	border-left: 1px solid #bdc3c7;    
}

.header-info ul li i {    
	position: absolute;    
	font-size: 45px;    
	left: -35px;    
	top: 3px;    
	color: #ffddb9;
}

.header-info ul li span {    
	display: block;    
	font-size: 13px;    
	font-weight: 400;
}

.header-info ul li a.call-us {    
	position: relative;    
    top: 1px;    
	color: #ffddb9;
}

.header-info ul li a.call-us:hover,
.header-info ul li a.call-us:focus {    
	color: #fff;    
	text-decoration: none;
}

/* ----------------------------------------------------------------------- * 
	Logo Style 
* ----------------------------------------------------------------------- */

@media (min-width: 981px) {
	body:not(.image-logo) .logo_container {
    	display: table;
    	max-width: 60%;
		min-height: 46px;
}
}

.cn-logo {    
	display: table-cell;
	vertical-align: middle;
	position: relative;    
	left: 10px;
	font-family: 'Lobster', cursive !important;    
	font-size: 32px;    
	color: #ffddb9;    
	line-height: 1em;    
	text-shadow: 1px 1px 1px #000;    
	-webkit-transition: all 0.5s ease-out;    
	-moz-transition: all 0.5s ease-out;    
	-ms-transition: all 0.5s ease-out;    
	-o-transition: all 0.5s ease-out;    
	transition: all 0.5s ease-out;
}

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

.et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_title {    
	text-shadow: 2px 2px 2px #000;
}

#logo {    
	max-height: 100%;    
	-webkit-transition: all 0.5s ease-out;    
	-moz-transition: all 0.5s ease-out;    
	-ms-transition: all 0.5s ease-out;    
	-o-transition: all 0.5s ease-out;    
	transition: all 0.5s ease-out;
}

#logo:hover {    
	-webkit-transform: scale(1.3);   
	-moz-transform: scale(1.3);    
	-ms-transform: scale(1.3);    
	-o-transform: scale(1.3);    
	transform: scale(1.3);
}

/* ----------------------------------------------------------------------- * 
	Navbar Style * 
----------------------------------------------------------------------- */
.navigation {    
	background-color: #26120a;    
	background-image: url(https://dagconstructionwa.com/wp-content/themes/Divi-child/assets/img/border3.jpg);    
	background-position: bottom;    
	background-repeat: repeat-x;
}

#et-top-navigation {    
	float: left;    
	padding-top: 0px!important;    
	padding-left: 0px!important;
}

#top-menu > li {    
	padding: 0;
}

#top-menu > li > a,
header.et-fixed-header #top-menu a {    
	position: relative;    
	color: #fff !important;    
	text-transform: uppercase;    
	padding: 20px 15px!important;    
	font-size: 16px!important;    
	font-weight: 700!important;    
	transition: 0.3s linear;
}

#top-menu > li > a:before {    
	position: absolute;    
	content: "";    
	top: 0;    
	left: 0;    
	width: 100%;    
	height: 100%;    
	background-color: #edd0b1;    
	z-index: -1;    
	transform: scale(0);    
	transition: 0.3s;
}

#top-menu > li.current_page_item > a,
#top-menu > li.current_page_item > a:focus,
#top-menu > li.current_page_item > a:visited,
header.et-fixed-header #top-menu li.current-menu-item>a {    
	background-color: transparent!important;    
	color: #edd0b1!important;
}

#top-menu > li > a:hover,
#top-menu > li > a:focus,
#top-menu > li.current_page_item > a:hover,
header.et-fixed-header #top-menu li.current-menu-item>a:hover {    
	background: transparent;    
	color: #2c3e50!important;    
	opacity: 1!important;
}

#top-menu > li > a:hover::before,
#top-menu > li.current_page_item > a:hover::before {    
	transform: scale(1);
}

.get-estimate-link {    
	position: absolute;    
	right: 0;    
	top: 0;    
	background: #edd0b1;    
	color: #000;    
	height: 100%;    
	padding: 10px 15px;    
	font-size: 16px;    
	line-height: 32px;    
	transition: 0.3s;
}

.get-estimate-link:hover,
.get-estimate-link:focus {    
	background-color: #fff;    
	color: #2C3E50;    
	text-decoration: none;
}

/* Mobile Navigation */
.mobile_menu_bar {  
	top: 14px;
}

.mobile_menu_bar::before {    
	display: none;
}

#main-header .et_mobile_menu {    
	background-color: #26120a!important;
}

.et_mobile_menu {    
	border: 0!important;
}

#mobile_menu {
	text-align: center;
}

#mobile_menu .current_page_item {    
	background-color: #ffddb9;
}

#mobile_menu li a {    
	color: #ffddb9;
}

#mobile_menu .current_page_item a {    
	color: #26120a !important;
}

/* Submenu */
#main-header .nav li ul {    
	background-color: #2196F3!important;
}

#main-header .nav li ul a {
    color: #fff!important;
    line-height: 3em;
    font-size: 14px!important;
    padding: 0 !important;
    padding-left: 10px !important;
    font-weight: 700 !important;
    background: #4a2210;
}

#top-menu .menu-item-has-children > a:first-child::after {    
	top: 38%;
}

/* ----------------------------------------------------------------------- * 
	Sidebar Style
* ----------------------------------------------------------------------- */
.et_right_sidebar #sidebar {    
	padding: 25px 30px 0;    
	margin-bottom: 40px;    
	border-radius: 5px;   
	background-color: transparent;
}

/* ----------------------------------------------------------------------- * 
	Banner Style 
* ----------------------------------------------------------------------- */
.et_pb_slide {    
	padding-top: 120px!important;   
	padding-bottom: 0px!important;
}

.et_pb_slide_title {   
	font-size: 70px!important;    
	font-weight: 700!important;
}

.et_pb_slide_content {    
	margin-top: 50px;    
	margin-bottom: 50px;
}

.et_pb_slide_content p a {   
	padding: 20px 40px;
}

.scroll-down-btn {    
	z-index: 99999;    
	position: absolute;    
	bottom: 80px !important;    
	text-align: center;    
	margin: 0 auto;    
	left: 0;    
	right: 0;    
	-moz-animation: bounce 2s infinite;    
	-webkit-animation: bounce 2s infinite;    
	animation: bounce 2s infinite;    
	background: #47200f;    
	padding: 10px 6px 12px;    
	border-radius: 70px 70px 70px 70px;
}

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

/* ----------------------------------------------------------------------- * 
	(Home) Services Section Style * 
----------------------------------------------------------------------- */
.et_pb_column .et_pb_column_1_2 .et_pb_column_7 h3 {    
	color: #fff !important;
}

.et_pb_blurb_container h4 {    
	font-size: 25px;
}

#section-1 .et_pb_column_1_4 {    
	transition: 0.3s;
}

#section-1 .et_pb_column_1_4:hover {    
	webkit-transform: scale(1.3);    
	transform: scale(1.1);
}

/* ----------------------------------------------------------------------- * 
	Home Testimonial Style 
* ----------------------------------------------------------------------- */
.home-testimonial blockquote {    
	border: 0;    
	padding: 0;
}

.home-content {    
	color: #222 !important;
}

.home-content h1 {    
	color: #222 !important;    
	font-family: 'Lobster', cursive !important;
}

.home-testimonial-text {    
	position: relative;    
	z-index: 999;
}

.home .home-testimonial-text {    
	color: #222 !important
}

.home-testimonial-text:before {   
	position: absolute;    
	content: "";    
	top: 7px;    
	left: -7px;    
	width: 100%;    
	height: 100%;    
	background-color: #f1f1f1;    
	z-index: -1;    
	border-radius: 5px;
}

.home-testimonial-text:after {    
	position: absolute;    
	content: "";    
	top: 16px;    
	left: -14px;    
	width: 100%;    
	height: 100%;    
	background-color: #f1f1f1;    
	z-index: -1;    
	border-radius: 5px;
}

/***** 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;
}
.wpcr3_review blockquote {
	border-left: none;
}
@media (min-width: 981px) {
	
	.et_right_sidebar #sidebar {    
    padding: 0 0 0 41px;
    margin-bottom: 40px;
    border-radius: 5px;
    border: none;
    background-color: transparent;
}
.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%;
}
	.home-testimonial-text:before,
	.home-testimonial-text:after {
		display: none;
	}
	blockquote.wpcr3_content {
    	padding-left: 0;
    	border-left: 0;
	}
}

/* ----------------------------------------------------------------------- * 
	Get a Free Estimate Style *
----------------------------------------------------------------------- */
.free-estimate-heading {    
	position: relative;    
	color: #fff!important;    
	text-transform: uppercase;    
	text-align: center;    
	font-size: 35px;    
	font-weight: bold;    
	padding-bottom: 20px!important; 
	line-height: normal;
}

#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 {    
	background-color: #fff;    
	border: 1px solid #999999;    
	color: #333!important;    
	padding: 15px 12px;    
	font-size: 14px;    
	line-height: 1.42857143;    
	margin: 10px 0px!important;    
	border-radius: 2px;    
	opacity: 0.7;    
	transition: 0.3s linear;
	width: 100% !important;
}

#contactForm input[type=text]:focus,
#contactForm input[type=password]:focus,
#contactForm input[type=tel]:focus,
#contactForm input[type=email]:focus,
#contactForm input.text:focus,
#contactForm input.title:focus,
#contactForm textarea:focus,
#contactForm select:focus {    
	border-color: #1F1F26;    
	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 30px;    
	font-weight: 700 !important;    
	color: #fff;    
	border-radius: 3px;    
	cursor: pointer;    
	height: auto !important;    
	-webkit-border-radius: 0px;    
	-moz-border-radius: 0px;    
	-o-border-radius: 0px;    
	border-radius: 0;    
	background-color: #82462e;    
	border: 5px solid #26120a;    
	transition: 0.3s linear;    
	margin-top: 10px!important;
	width: 100% !important;
}
#submitter:hover {    
	border-color: transparent;
}

/* ----------------------------------------------------------------------- *
	Footer Style 
* ----------------------------------------------------------------------- */
#main-footer {    
	background-color: #26120a !important;    
	border-top: 5px solid #82462e;    
	padding-top: 50px;    
	padding-bottom: 30px;
}

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

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

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

.home #servcss li {    
	list-style-type: circle!important;    
	line-height: 40px !important;
}

#main-footer h4 {   
	position: relative;    
	color: #edd0b1!important;    
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 15px;   
	margin-bottom: 35px;    
	border-bottom: 1px solid #354b60;
}

#main-footer h4:before {    
	position: absolute;    
	content: "";    
	display: block;    
	bottom: -1px;    
	left: 0;    
	width: 35px;    
	height: 2px;   
	background-color: #edd0b1;
}

#main-footer #footer-bottom .container {    
	text-align: left;    
	font-size: 13px;    
	padding-top: 25px;
}

.openinghours tr td:first-child {   
	padding-left: 5px!important;
}

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

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

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

.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: #fff !important;    
	text-shadow: none !important;
}

#footer-bottom {    
	padding: 5px 0 5px;    
	background: none !important;
}

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

/* ----------------------------------------------------------------------- * 
	Keyframes Style 
* ----------------------------------------------------------------------- */
@-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);    
	 }
}

@-webkit-keyframes scroll {    
	0% {        
		opacity: 1;    
	}    

	100% {       
	 	opacity: 0;       
	  	-webkit-transform: translateY(46px);        
	  	transform: translateY(46px);    
	}
}

@keyframes scroll {    
	0% {       
		opacity: 1;   
	}    

	100% {        
		opacity: 0;        
		-webkit-transform: translateY(46px);        
		transform: translateY(46px);    
	}
}

@keyframes color-cycle {    
	0% {        
		color: #0a6ebd;    
	}    

	50% {        
		color: #6ab8f7;    
	}    

	100% {        
		color: #0a6ebd;    
	}
}

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

@keyframes beat {    
	0% {        
		transform: scale(1);    
	}    

	50% {        
		transform: scale(1.03);    
	}    

	100% {        
		transform: scale(1);    
	}
}
.beat {    
	display: inline-block;    
	animation: beat 1s infinite;    
	-webkit-animation: beat 1s infinite;   
	-moz-animation: beat 1s infinite;    
	-o-animation: beat 1s infinite;
}

/* Phone Ring Icon */
.ring {   
	display: inline-block;    
	-webkit-animation: Ringing 2000ms linear 2000ms infinite;    
	animation: Ringing 2000ms linear 2000ms infinite;
}

@-webkit-keyframes Ringing {    
	0% {      
		-webkit-transform: rotate(0deg);    
	}    
	
	4% {        
		-webkit-transform: rotate(-45deg);        
		color: #eee090;    
	}    

	8% {        
		-webkit-transform: rotate(0deg);    
	}    
	
	12% {        
		-webkit-transform: rotate(-45deg);        
		color: #eee090;    
	}    

	16% {        
		-webkit-transform: rotate(0deg);    
	}    

	20% {        
		-webkit-transform: rotate(-45deg);        
		color: #eee090;    
	}    

	24% {        
		-webkit-transform: rotate(0deg);    
	}    

	100% {        
		-webkit-transform: rotate(0deg);    
	}
}

@keyframes Ringing {    
	0% {        
		transform: rotate(0deg);    
	}    
	4% {        
		transform: rotate(-45deg);        
		color: #ff9865;    
	}    

	8% {        
		transform: rotate(0deg);   
	}    

	12% {        
		transform: rotate(-45deg);        
		color: #ff9865;    
	}    

	16% {        
		transform: rotate(0deg);    
	}    

	20% {        
		transform: rotate(-45deg);        
		color: #ff9865;    
	}    

	24% {        
		transform: rotate(0deg);   
	}    

	100% {        
		transform: rotate(0deg);    
	}
}

/* ----------------------------------------------------------------------- * 
	Sidebar Style 
* ----------------------------------------------------------------------- */
.widgettitle {    
	position: relative;    
	font-size: 22px;    
	font-family: 'Lobster', cursive !important;    
    color: white;  
	padding-bottom: 15px;    
	margin-bottom: 25px;    
	border-bottom: 1px solid #6a3d26;
}

.widgettitle:before {   
	position: absolute;    
	content: "";    
	display: block;    
	bottom: -1px;    
	left: 0;    
	width: 35px;    
	height: 2px;
}

/* ----------------------------------------------------------------------- * 
	Helper Style * 
----------------------------------------------------------------------- */

blockquote {    border-color: #82462E!important;}

/* ----------------------------------------------------------------------- * 
	Media Queries Style 
* ----------------------------------------------------------------------- */
@media (max-width: 980px) {    
	.home-content {        
		padding: 30px 20px 20px 20px!important;    
	}    

	.et_header_style_left .logo_container {        
		float: none !important;        
		text-align: center;        
		position: static;    
	}    

	.header {        
		padding-top: 10px;       
		padding-bottom: 10px;    
	}   

	.header-info {        
		text-align: center;        
		padding-top: 30px;    
	}    

	.header-info ul {       
		float: none!important;    
	}    

	.header-info ul li {        
		font-size: 15px;    
	}    

	.header-info ul li:nth-child(2) {        
		border: 0!important;    
	}    

	i.ring {        
		display: none!important;    
	}    

	.et_header_style_left #logo {       
		max-width: 40%;    
	}
}

@media (max-width: 900px) {    
	.et_pb_slide_title {        
		font-size: 40px!important;        
		font-weight: 700!important;    
	}    

	.et_pb_slide_content {        
		margin-top: 20px;    
	}    

	.scroll-down-btn {        
		bottom: 30px;       
		width: 60px;    
	}
}

@media (max-width: 500px) {    
	.et_header_style_left .logo_container {        
		float: none;        
		text-align: center;    
	}    

	.et_pb_slide {        
		padding-top: 150px!important;    
	}
}

@media (max-width: 400px) {    
	.et_pb_slide {       
		padding-top: 180px!important;    
	}    

	#contactForm div:nth-child(5) img {       
		float: none;        
		width: 100%;        
		margin-bottom: 4px;    
	}    

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

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

#location h3,
:not(.et_pb_widget) > div > #servcss {  
	font-size: 23px;
	line-height: normal;
}

/***** BODY FONT-SIZE *****/
 body, .wpcr3_content p {
     font-size: 17px !important;
}
/***** CENTER SLIDE *****/
 @media (max-width: 600px) {
     .et_pb_slide_description {
         width: 95% !important;
         padding-left: 0 !important;
         padding-right: 0 !important;
    }
     .et_pb_slides .et_pb_container {
         width: 100%;
    }
}
/***** SET MONARCH SHARE DROPDOWN WIDTH *****/
 .et_monarch .et_social_mobile {
     width: 65% !important;
}
/***** massage template menu fix *****/
header .container {
    max-width: 1250px;
    width: 100%;
}
@media (min-width: 981px) and (max-width: 1350px) {
	header .container {
		margin: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		    padding: 0;
	}
}
@media (min-width:981px) and (max-width:1070px) {
	#top-menu > li > a,
	header.et-fixed-header #top-menu > li > a {
		font-size: 14px!important;
	}
}

@media (max-width:980px) {
	.text-logo {
    	font-size: 28px;
		    line-height: 1.05em;
				display: inline-block;
		top: 0;
}
	.cn-logo {
		left:unset;
		    display: inline-block;
	}
	.header-info span, .header-info a {
    margin-right: 0;
		display: block;
}
}
	#et-top-navigation > .et_menu_container {
    width: 100%;
}
header > .et_menu_container {
    width: 90%;
}
#top-menu-nav > ul > li > a:hover,
#et-secondary-menu > ul > li > a:hover,
#et-info-email:hover,
.et-social-icons a:hover {
	opacity: 1;
}
/***** FIX DROPDOWN ARROW POSITION *****/
 .menu-item-has-children>a:after {
     top: unset !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:before {
     display: none;
}
#main-header .nav ul li a:hover,
#main-header .et_mobile_menu li a:hover {
    opacity: 1;
    color: #2c3e50!important;
    background: #edd0b1;
}
 .et_mobile_menu .sub-menu {
     border: none !important;
}
/***** CENTER TEXT ON MOBILE *****/
 @media (max-width: 980px) {
     .home #services .et_pb_text_inner {
         text-align: center;
    }
     .et_pb_text {
         text-align: center;
    }
     .free-estimate-heading {
         padding:0;
         text-align: center;
    }
     .et_pb_blurb_container {
         text-align: center !important;
    }
     #section-1 .et_pb_column_1_4 h4:before {
         width: 100%;
    }
}
/***** 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;
	}
     .scroll-down-button {
         bottom: 5px;
    }
}
 #main-footer .container {
     width: 93%;
}
 .payments strong, .payments br {
     display: none;
}
/*  .paymentsbox {
     max-width: 220px;
} */
 .paymentType {
     display: inline-block;
     float: none;
}
 .paymentType p {
     display: none;
}
#footer-bottom div {
    font-size: 16px !important;
    color: white;
}

/***** MORE *****/
 #servcss svg {
     display: none;
}
 #servcss {
     display: inline-block;
}
 @media (max-width:980px) {
     #servcss {
         padding-left: 0;
    }
	 .has-button a.et_pb_button {
		 left: unset !important;
	 }
	 .header-info .container {
    text-align: center;
}
}

@media (max-width:600px) {
	#contactForm div:nth-child(5) img {
    float: none;
    margin-top: 5px;
}
	#contactForm div:nth-child(5) input {
    float: none;
    width: 100% !important;
    height: 50px;
    margin: 10px 0 !important;
}
}
.white-box {
	padding: 25px 20px 20px 20px !important;
	background: #fff;
    box-shadow: 0 0 6px #e4e4e4;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
}
blockquote {
	padding-left: 0;
}
header, .et-fixed-header#main-header {
    box-shadow: 0px 0px 5px rgba(0,0,0,.35) !important;
}

/*** CLICKABLE MOBILE MENU ***/
.select_page {
    display: inline-block !important;
    color: white;
    line-height: 56px;
}
span.mobile_menu_bar.mobile_menu_bar_toggle {
    position: absolute;
    width: calc(100% - 168px);
    height: 100%;
    left: 0;
    top: 0;
}

/*****************************************
 ********   IF LOGO IS IMAGE     *********
 *****************************************/
@media ( min-width: 981px ) {
	.image-logo .header {
    	padding: 0 !important;
	}
	.image-logo .header-info {
    	padding-top: 37px;
    	height: 120px;
		transition: all .3s;
	}
	.image-logo .et-fixed-header .header-info {
    	padding-top: 27px;
    	height: 100px;
	}
	.image-logo .et-fixed-header #top-menu > li > a {
    	padding-top: 14px !important;
    	padding-bottom: 14px !important;
	}
	.image-logo .et-fixed-header .get-estimate-link {
    	padding-top: 0 !important;
    	padding-bottom: 0 !important;
    	line-height: 42px;
	}
	.image-logo #et-top-navigation {
    	padding: 0 !important;
	}
	.image-logo #logo {
		position: absolute;
    	left: 0;
	}
}

@media ( max-width: 980px ) {
	.image-logo #logo {
    	max-width: 100%;
		max-height: 120px;
}
}

.image-logo #logo {
    transform: none !important;
}


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

h4.widgettitle {
    font-size: 1.2em;
    color: black;
}
.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;
}

@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;
}
}
.et_pb_post {
  text-align:justify;
}
.single .et-fixed-header #top-menu li.current-menu-ancestor>a:hover{
	color: #2c3e50!important;
}
.et-fixed-header #top-menu li.current-menu-ancestor>a {
	color: #fff!important;
}

/* services home page */
.services {
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	background: #26120A;
	padding: 50px 0;
}

.service {
	flex: 0 1 33%;
	color: #000;
	padding: 0 10px;
}

.service__inner {
	background: #fff;
	min-height: 525px;
	margin-bottom: 10px;
}

.service__inner-new {
	min-height: 520px!important;
}

.service-new {
	flex: 0 1 49.5%;
}

.service__title {
	text-align: center;
	padding: 15px 5px;
	background: #5d321e;
	/*border-top: 2px solid #fff;*/
}

.service__title:hover {
	background: #a24316;
	
}

.service__title h2 {
	padding-bottom: 0;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

.service__image img {
	width: 100%;
}

.service__content {
	text-align: justify;
	padding: 10px;
}


@media(max-width: 1440px) {
	.service__title h2 {
		 font-size: 18px
	}
	
	.service {
		flex: 0 1 33%;
	}
	
}

@media(max-width: 1280px) and (min-width: 901px) {
	.service {
		flex: 0 1 80%;
	}
}

@media(max-width: 900px) {
	.service {
		flex: 0 1 100%;
	}
	
	.service__inner {
		min-height: unset!important;
	}
}

/* services home page end */

.discounts__home img {
  height: 178px!important;
}

h3 {
    line-height: 30px;
}