/*
Theme Name: Divi Child Template
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features you need.
Template: Divi
*/

/* -----------------------------------------------------------------------
 * Base Style
 * ----------------------------------------------------------------------- */
body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
}

.wp-caption p.wp-caption-text {
    color: #333;
    font-weight: bold;
}

.home h1 {
    font-weight: 700;
    font-size: 40px;
    color: #fde428!important;
}

blockquote.wpcr3_content {
  position: relative;
  border: 0;
  padding-left: 0;
}

blockquote.wpcr3_content:before {
  position: absolute;
  content: "\f10d";
  left: -45px;
  top: -6px;
  font-family: 'FontAwesome';
  color: #2E96DB;
  font-size: 35px;
}

.wpcr3_item_name a {
	color: #2E96DB!important;
}

.entry-title.main_title {
  font-family: 'Amaranth', sans-serif;
}

.button {
	position: relative;
	display: inline-block;
  font-weight: bold;
  background: #F9E428;
  border-radius: 2px;
  color: #333;
  padding: 19px 22px;
  margin-top: 40px;
  margin-bottom: 100px;
  transition: 0.3s ease-in-out;
}

.button:hover {
  background: #2E96DB;
  color: #fff;
}

.content .et_pb_column_4_4 {
  background: rgba(255,255,255,0.6);
  padding: 20px;
}

#location strong {
    color: #2E96DB;
    font-size: 28px;
}

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

#servcss li {
  margin-bottom: 0.5em;
}

/* -----------------------------------------------------------------------
 * Header Style
 * ----------------------------------------------------------------------- */
/* Top header */
#main-header {
	background-color: #fff;
}

#main-header .contact-info {
  background-color: #2E96DB;
}
	.image-logo #main-header .contact-info {
		padding-left: 15px;
}

#main-header .contact-info a, #main-header .contact-info span {
	display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 0;
  padding-top: 7px;
  transition: 0.4s ease-in-out;
}

#main-header .contact-info a:hover {
  color: #fde428!important;
}

#main-header .contact-info .email-us {
  padding: 10px 15px 10px 20px;
  background-color: #fde428;
  color: #333;
}

#main-header .contact-info .email-us:hover {
  color: #fff!important;
  background-color: #2E96DB;
}

#main-header .phonenum {
  margin-left: 20px;
  font-size: 15px !important;
}

#main-header .fa {
	position: relative;
  left: -7px;
	color: #fde428;
}

#main-header .fa-envelope {
  top: -1px;
  color: #333;
}

#main-header .contact-info .email-us:hover .fa-envelope {
  color: #FDE428;
}

#main-header .fa-phone {
  font-size: 17px;
  top: 1px;
}

/* Logo */
.logo_container, .et-fixed-header .logo_container {
  padding-top: 0px!important;
}

.text-logo {  
  display: inline-block;
  color: #2E96DB;
  font-family: 'Amaranth', sans-serif;
  font-size: 36px;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
  text-shadow: 2px 1px 0 #dadada, 2px 2px 2px #353535;
  top: 8px;
}

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

.comp-name {
  color: #FDE428;
  font-weight: bold;
  text-decoration: underline;
}

/* Navigation */
.et_header_style_left #et-top-navigation {
  padding: 0!important;
}

#top-menu > li {
	padding-right: 0px;
	margin-right: -3px;
}

#top-menu > li > a {
  position: relative;
	padding: 30px 20px !important;
  letter-spacing: 0;
  transition: 0.3s ease-in-out;
}

#top-menu li a:before {
  position: absolute;
  content: "";
  bottom: 10%;
  left: 49%;
  width: 50px;
  height: 0;
  border-bottom: 8px dotted #2E96DB;
  transform: translate(-51%, -90%) scale(0);
  transition: 0.3s ease-in-out;
}

#top-menu li a:hover::before, #top-menu .current-menu-item > a:before {
  transform: translate(-51%, -90%) scale(1);
}

#top-menu li a:hover, #top-menu .current-menu-item > a {
  color: #2E96DB !important;
  letter-spacing: 2px !important;
  opacity: 1!important;
}

.image-logo #top-menu > li > a {
    padding: 43px 15px !important;
}
.image-logo .et-fixed-header #top-menu > li > a {
    padding: 33px 15px !important;
}

.image-logo #top-menu li a:before {
	display: none;
}

/* Submenu */
#top-menu .menu-item-has-children > a:first-child::after, #et-secondary-nav .menu-item-has-children > a:first-child::after {
  top: 50%!important;
  transform: translateY(-50%);
}

#top-menu li li a {
    padding: 10px 20px!important;
}

#top-menu li li a:before {
  content: none;
}

/* mobile */
.mobile_menu_bar::before {
  color: #333!important;
  top: 12px;
}

.et_mobile_menu li a {
  color: #fff!important;
}

.et_mobile_menu {
  padding: 2% 5%;
}

#mobile_menu {
	background: #2E96DB!important;
	text-align: center;
}

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

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

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

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

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

#servcss svg {
  display: none;
}

/* -----------------------------------------------------------------------
 * Services Section Style
 * ----------------------------------------------------------------------- */
#section-1 .et_pb_column_1_4 h4 {
	font-weight: bold;
	font-size: 18px;
}

#section-1 .et_pb_main_blurb_image {
  width: 200px;
  height: 200px;
  text-align: center;
  border: 12px solid #e9f1ee;
  border-radius: 50%;  
  margin: 0px auto 40px;
  padding-top: 30px;
  transition: 0.4s ease-in-out;
}

#section-1 .et_pb_main_blurb_image:hover {
  background-color: #FDE428;
  transform: scale(1.13);
}

#section-1 .et_pb_column_1_4 .et_pb_main_blurb_image img {
	width: 100px;
}

.srvBlockTitle P {
	font-size: 26px !important;
	line-height: 1.2;
	font-weight: bold;
	font-family: 'Heebo', sans-serif;
	color: #000000;
	
	display: inline-block;
}

.srvBlockTitle {
	text-align: center;
}

.srvElement {
	margin: 0 auto;
	margin-top: 50px;
	box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);
}

.srvElementHeader h2 {
	text-align: center;
	color: #ffffff;
	font-family: 'Heebo', sans-serif;
	padding: 10px 5px;
	line-height: 1.2;
	height: 74px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.srvElementImg {
	display: flex;
	justify-content: center;
	align-items: center;
}

.srvElementImg img {
	width: 100%;
	height: 50vw;
	object-fit: cover;
	object-position: center;
}

.srvElementContent {
	text-align: justify;
	color: #ffffff;
	padding: 10px;
	padding-top: 0;
	line-height: 1.2;
}

.srvElementBody {
	background: #0046a5;
}

.srvElement:hover img {
	filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
}

.srvElement:hover h3 {
	color: yellow;
	font-weight: bold;
}




@media screen and (min-width: 981px) { 


	.srvElement {
		width: 32%;
		display: flex;
		flex-direction: column;
		margin: 0;
		margin-top: 30px;
	}

	.srvElementImg img {

		height: 200px;
	}

	.srvElementFullWidth .srvElementImg img {
		height: 100%;
	}

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

	.srvElementBody {
		height: 100%;
	}

	.srvElementContent {
		height: 100%;
	}

	.srvElementFullWidth .srvElementContent {
		height: auto;
	}

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

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

	.srvElementFullWidth .srvElementBody {
		width: 68%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
/* -----------------------------------------------------------------------
 * Testimonial
 * ----------------------------------------------------------------------- */
.home-testimonial .heading {
  color: #333;
	font-family: 'Amaranth', sans-serif;
  font-weight: bold;
  line-height: normal;
  font-size: 40px;
}

.home-testimonial blockquote {
	border: 0;
  padding-left: 0;
  margin-bottom: 20px;
}

.home-testimonial blockquote:before {
  content: none;
}

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

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

.home-testimonial .learn-more a {
	background: #FDE428;
	border-radius: 2px;
	color: #333;
  padding: 18px 25px;
  font-size: 16px;
	transition: 0.3s ease-out;  
	    display: inline-block;
}

.home-testimonial .learn-more a:hover {
	background: #2E96DB;
  color: #fff;
}
/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
    margin: 3px 0;
}
.wpcr3_table_2 td {
    font-size: 1em !important;
}
.wpcr3_leave_text {
	font-size: 1.1em;
}
.wpcr3_leave_text {
    margin-bottom: 20px;
}
@media (min-width: 981px) {
.wpcr3_respond_2 input[type="text"],
.wpcr3_respond_2 textarea {
    min-width: 100%;
}
.wpcr3_table_2 td {
    text-align: left !important;
}
.wpcr3_review_form_rating_field label {
    margin: 6px 0 !important;
}
.wpcr3_button_1 {
    margin-top: 10px;
}
}
@media (max-width: 980px) {
.wpcr3_respond_3,
.wpcr3_aggregateRating,
.wpcr3_table_2 td {
   	text-align: center !important;
}
.wpcr3_div_2 {
    width: 100%;
}
.wpcr3_table_2 tr:last-of-type td {
    margin: 20px auto 0 !important;
}
.wpcr3_table_2 td {
    display: block;
	padding: 0 !important;
}
.wpcr3_table_2 td:first-child {
    margin-top: 10px !important;
}
.wpcr3_rating_style1_status {
    width: 85px !important;
}
.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
    width: 100% !important;
    min-width: unset !important;
}
.wpcr3_submit_btn, .wpcr3_cancel_btn {
    width: 40%;
}
}

/* -----------------------------------------------------------------------
 * Get a Free Estimate Style
 * ----------------------------------------------------------------------- */
#location h3,
#services {
    font-size: 23px;
    line-height: 40px;
	color: black !important;
}

#contact {
  padding: 20px 0 0;
}

.free-estimate-heading {
  position: relative;
  color: #2E96DB!important;
  font-family: 'Amaranth', sans-serif;
  font-weight: bold;
  font-size: 40px; 
  line-height: normal;
  padding-bottom: 15px;
  padding-left: 8px; 
}

textarea {
  resize: none;
}

#contactForm input[type=text],
#contactForm input[type=password],
#contactForm input[type=tel],
#contactForm input[type=email],
#contactForm input.text,
#contactForm input.title,
#contactForm textarea,
#contactForm select {
  background-color: transparent;
  border-style: none none solid;
  border-width: 2px;
  border-color: #000 #000 #e1e1e1;
  color: #333!important;
  padding: 15px 2px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  margin: 10px 0px!important;
  border-radius: 2px;
  transition: 0.3s linear;
	width: 100% !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::placeholder {
  color: #757575!important;
}

#contactForm input[type=text]:focus,
#contactForm input[type=password]:focus,
#contactForm input[type=tel]:focus,
#contactForm input[type=email]:focus,
#contactForm input.text:focus,
#contactForm input.title:focus,
#contactForm textarea:focus,
#contactForm select:focus {
  opacity: 1;
  border-bottom-color: #333; 
}

#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: #333;
  cursor: pointer;
  height: auto !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  background: #FDE428;
  border: 2px solid #FDE428;
  box-shadow: 0px 2px 30px rgba(145, 208, 204, 0.5);
  border-radius: 2px;  
  margin-top: 40px!important;
  overflow: hidden;
  transition: 0.3s;
	width: 100% !important;
}

#submitter:hover {
	background-color: #2E96DB;
	border-color: #2E96DB;
  color: #fff;
}

/* -----------------------------------------------------------------------
 * Footer Style
 * ----------------------------------------------------------------------- */
#main-footer {
  background-color: #fff;
  border-top: 1px solid #E2E2E2;
  padding-top: 40px;
}

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

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

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

#main-footer h4 {
  position: relative;
  color: #333!important;
  font-family: 'Amaranth', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#main-footer h4::before {
  position: absolute;
  content: "";
  top: -15px;
  left: 0;
  width: 25px;
  height: 5px;
  background-color: #FDE428;
}

.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: #2E96DB;
}

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

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

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

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

#footer-bottom {
  font-size: 16px;
  line-height: 20px;
  padding: 24px 0 20px;
	background: #fff!important;
  border-top: 1px solid #E2E2E2;
	color: #222;
}

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

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

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

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

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

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

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

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

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

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

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

/* -----------------------------------------------------------------------
 * Media Queries Style
 * ----------------------------------------------------------------------- */


@media (max-width: 1030px) {
	.image-logo #top-menu > li > a {
    padding: 33px 15px !important;
}
}
@media (max-width: 980px) {
		.image-logo .logo_container {
    padding: 10px 0 !important;
}
	.image-logo #logo {
    max-width: 80%;
	max-height: 150px;
}
  #top-header .pull-left {
    margin-top: 12px;
   }

   #et-top-navigation {
    padding-top: 0;
    padding-bottom: 0;
   }

   .et_header_style_centered #main-header {
    padding-bottom: 0!important;
   }

   #mobile_menu {
    border-top: 0;
   }

   .logo_container {
    float: none;
    margin-bottom: 15px;
   }

   #home-testimonial-wrapper {
   	background-position-x: right;
   }

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

   #section-1 .et_pb_column_1_4:hover {
   	transform: none;
   }

   #services {
   	margin-bottom: 20px;
   }


  .home-testimonial {
    background: rgba(255,255,255,0.7);
    padding: 30px;
  }
}

@media (max-width: 900px) { 
  .scroll-down-btn {
      bottom: 30px;
      width: 60px;
  }
}

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

@media (max-width: 600px) { 
		#main-header .contact-info .container {
		text-align: center;
	}
		#main-header .contact-info {
  		padding-left: 0;
}
  #main-header .contact-info a, #main-header .contact-info span {
    display: block;
    line-height: 30px;
  }

  .text-logo {
    font-size: 20px;	
	  top: 3px;
  }

  blockquote.wpcr3_content:before {
    content: none;
  }

  #main-header .contact-info .container {
    text-align: center;
  }

  #main-header .contact-info a {
    padding-top: 0;
  }

  #main-header .phonenum {
    margin-left: 0;
  }

  #main-header .contact-info .email-us {
    float: none !important;
  }
}

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

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

  .home-testimonial h2:before {
  	content: none;
  }
}

@media screen and (max-width: 425px) {
  #top-header .pull-left, #top-header .pull-right {
    float: none !important;
    text-align: center;
   }

  #top-header .pulsing {
    margin-top: 7px!important;
  }

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

@media screen and (max-width: 375px) {
  .home-testimonial .heading {
	  font-size: 33px;
  }

  .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description h2.et_pb_slide_title {

	 font-size: 38px!important;

  }

}

/***** BODY FONT-SIZE *****/
body,
.wpcr3_content p {
    font-size: 17px !important;
}
/***** CENTER SLIDE DESCRIPTION/BUTTON *****/
@media (max-width: 600px) {
	.et_pb_slide_description {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.et_pb_slides .et_pb_container {
		width: 100%;
	}
}
	h2.et_pb_slide_title {
    background: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 15px 20px !IMPORTANT;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
	margin-top:20px !important;
}
@media (max-width:980px) {
	h2.et_pb_slide_title {
		padding: 0 !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: 25px !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;
}
#top-menu .sub-menu li ul {
    left: 200px;
    top: 10px;
}
/***** FIX MENU SIZING *****/
header .container {
    max-width: 1250px;
    width: 95%;
}
@media (min-width: 981px) and (max-width: 1365px) {
	header .container {
		margin: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}
header li a {
    font-size: 15px !important;
}
/***** MOVE MENU BELOW LOGO *****/
@media (min-width:981px) {
body:not(.image-logo) .logo_container {
	text-align: center;
	display: block !important;
    position: relative !important;
    height: 74px !important;
    margin: 0 auto !important;
    width: fit-content !important;
	}
	body:not(.image-logo) #et-top-navigation {
	width: 100% !important;
    float: none !important;
    position: relative !important;
	}
	body:not(.image-logo) #top-menu-nav,
	body:not(.image-logo) #top-menu {
		float:none !important;
		text-align: center !important;
	}
	body:not(.image-logo) #top-menu {
		border-top: 3px solid #2e96db !important;
	}
	body:not(.image-logo) #main-header .contact-info .container {
    text-align: center;
}
	body:not(.image-logo) #main-header .contact-info:before,
	body:not(.image-logo) #main-header .contact-info:after {
		display: none;
	}
	body:not(.image-logo) a.email-us.pull-right {
    float: none !important;
	margin-left: 20px;
}
	body:not(.image-logo) .et-fixed-header .logo_container {
    height: 55px !important;
}
	body:not(.image-logo) .et-fixed-header #top-menu > li > a {
    padding: 20px !important;
}
	
	#logo {
    position: absolute;
    left: 0;
}
}
	body:not(.image-logo) #main-header .contact-info .container {
    text-align: center;
}
body:not(.image-logo) #main-header .contact-info .email-us {
    padding-right: 5px;
    padding-left: 13px !important;
    float: none !important;
	margin-left:20px;
}
/***** FIX MOBILE MENU *****/
@media (max-width:980px) {
	header .et_menu_container {
    width: 100%;
}
	.logo_container {
    display: inline-block;
    position: relative !important;
    top: 0;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 0;
    border-bottom: 1px solid #f5e5c5;
}
	a.text-logo {
    width: 90%;
    padding-top: 10px;
	font-size:28px;
	line-height: 1em;
	left: unset;
}
	.mobile_nav .select_page {
    display: inline-block;
    line-height: 56px;
    float: left;
	padding-left: 5px;
}
	.mobile_menu_bar_toggle {
    float: right;
}
	#et-top-navigation,
	#et_mobile_nav_menu {
    width: 100%;
}
	ul#mobile_menu {
    top: 100% !important;
}
}
@media (max-width:600px) {
	#main-header .contact-info a,
	#main-header .contact-info span {
    margin: 0 !important;	
    line-height: 25px;
}
	#main-header .contact-info {
    padding-bottom: 5px;
}
		#main-header .contact-info .email-us {
    padding: 5px !important;
			margin-left:0;
}
}
/***** CENTER TEXT ON MOBILE *****/
@media (max-width: 980px) {
	.home #services .et_pb_text_inner {
    text-align: center;
}
	.et_pb_text {
    text-align: center!important;
}
	.free-estimate-heading {
		padding:0;
	}
}
	ul#servcss {
    display: inline-block;
}
/***** FOOTER, widgets , h1.entry-title *****/
@media (max-width: 980px) {
	#main-footer h4 {
    text-align: center;
}
	.widgettitle:before,
	#main-footer h4:before {
    width: 100%;
}
	body:not(.home) h1.entry-title {
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
}
	.et_pb_widget {
    text-align: center;
}
	footer .et_pb_widget {
		float: none;
	}
}
	#main-footer .container {
    width: 93%;
}
/**** MORE *****/
header#main-header,
header.et-fixed-header#main-header {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
}
@media (max-width: 1100px) {
	.et_pb_column_2_3 {
    width: 100% !important;
}
}
@media (max-width:980px) {
	#location {
    text-align: center;
}
	.textwidget {
    text-align: center;
    font-size: 17px !important;
}
	footer .title:before {
		width: 100% !important;
	}
	footer .title {
		text-align: center;
	}
	.et_pb_widget {
    width: 100%;
}
	.home h1 {
    text-align: center;
}
}
@media (max-width:600px) {
	img.scroll-down-btn {
    display: none;
}
}
.white-bg-box {
    background: white;
    padding: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
	border-radius: 15px;
}

/* Full-width clickable mobile menu */
#et_mobile_nav_menu {
		width: 100%;
}
.mobile_menu_bar_toggle {
    height: 56px;
    width: 100%;
    position: absolute;
}
.mobile_menu_bar:before {
	right: 5px !important;
    left: unset !important;
    position: absolute;
}
ul#mobile_menu {
    top: 100%;
}


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

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

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

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

/***********
FOOTER FIXES
***********/
.fwidget {
    width: 100%;
}
#social-icons {
    text-align: inherit;
}

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


/* slider image */
.et_pb_slider .et_pb_slide_0 {
    background-position: center 71%!important;
}

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


@media screen and (max-width: 1024px) and (min-width: 980px) {
#et-top-navigation {
    float: none;
    text-align: center;
}
	nav#top-menu-nav,  #top-menu {
		float:none;
	}
	.et_header_style_left .logo_container {
		position:relative;
	}
	#logo {
    position: relative;
    left: 0;
}
.image-logo .logo_container a {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
}
}
#main-footer .footer-widget li {
    list-style: none;
    padding-left: 0px;
}
.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
    margin-bottom: 30px;
}

.footer-widget li:before {
    display: none;
}
#footer-widgets .footer-widget li a {
    color: var(--wp--preset--color--black);
    text-decoration: none;
}

#footer-widgets .footer-widget li a:hover {
    color: var(--wp--preset--color--black); /* Keep the color black on hover */
    text-decoration: underline; /* Optional: adds underline on hover */
}