/*
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, a, span, h1, h2, h3, h4, h5, h6{
  font-family: 'Exo', sans-serif; }

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


body {
	font-size: 17px;
}

/*
 * H1 title tags sizing
 */
@media (min-width:981px) {
	h1.entry-title {
		font-size: 32px;
	}
}
@media (max-width:980px) {
	h1.entry-title {
		text-align: center;
		font-size: 26px;
	}
}

.comp-name { color: #34DB77; }

.container {
  width: 100%;
}

.section-headings {
  font-size: 30px;
  color: #19171C;
  margin-bottom: 20px;
}

.wpcr3_respond_2 label { color: #333!important; }

/* -----------------------------------------------------------------------
 * Button Style
 * ----------------------------------------------------------------------- */
.button, .has-button a.et_pb_button {
	position: relative;
	display: inline-block;
	color: #fff;
	background-color: #1d6fa5;
	padding: 12px 15px !important;
	border-radius: 2px;
	transform: translate(-4px,-4px);
}

.button:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #258cd1;
	border-radius: 2px;
	z-index: -1;
	transform: translate(-4px, -4px);
	transition: 0.2s linear;
}

.button:hover, .button:active, .button:visited, .button:focus {
	color: #fff;
	transform: translate(-4px,-4px);
}

.button:hover::before {
	transform: none;
}

.has-button a.et_pb_button {
	display: block!important;
	border: 0 !important;
}

.has-button a.et_pb_button:hover {
	background-color: #34db77;
}

/* -----------------------------------------------------------------------
 * Header Style
 * ----------------------------------------------------------------------- */
#main-header {
	background-color: #fff!important;
  	border-bottom: 1px solid #e7e7e7;
}

.header-info {
  background-color: #3498db;
  color: #fff;
  font-weight: 700; 
  -webkit-box-shadow: 0 3px 2px #777;
  -moz-box-shadow: 0 3px 2px #777;
  box-shadow: 0 3px 2px #777;
  padding-top: 10px;
  padding-bottom: 9px;}
  .header-info .container {
    text-align: right; }
  .header-info i {
    position: relative;
    display: inline-block;
    color: #b6daf2;
    font-size: 15px;
    margin-right: 4px; }
  .header-info .pull-left {
    margin-top: 4px; }
  .header-info span, .header-info a {
    display: inline-block;
    margin-right: 5px;
	margin-left: 5px;}
  .header-info span:nth-child(2) {
    position: relative;
    cursor: pointer; }
    .header-info span:nth-child(2):before {
      position: absolute;
      content: "";
      bottom: -2px;
      left: 0;
      height: 1px;
      width: 100%;
      background-color: #fff;
      transform: scale(0);
      transition: 0.3s linear; }
    .header-info span:nth-child(2) i {
      top: 1px; }
    .header-info span.pulsing {
      margin-right: 3px; }
  .header-info a {
    color: #fff; 
	background-color: #217dbb;
	padding: 1px 10px 3px;
	border-radius: 3px;
	transition: 0.3s; }
  .header-info a:hover {
  	background-color: transparent; 
    transform: scale(1.02);}
    .header-info a i {
      top: 1px;
      font-size: 18px; }
  .header-info .top-btn span {
  	margin-right: 0; }


/* -----------------------------------------------------------------------
 * Logo Style
 * ----------------------------------------------------------------------- */
.logo_container {
    height: 100%!important;
    position: absolute;
    width: 100%;

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

.cn-logo {
  position: relative;
  display: inline-block;
  top: 8px;
  color: #3498DB;
  font-size: 36px;
  font-family: 'Ranga', cursive;
  font-weight: 700;
  text-shadow: 1px 2px 0 #f3f3f3, 1px -1px 0 #f3f3f3, -1px 1px 0 #f3f3f3, 2px 3px 0 #9a9999;
  transition: 0.3s linear; }
  .cn-logo:hover, .cn-logo:active, .cn-logo:focus {
    color: #00ad99; }
    .cn-logo:hover i, .cn-logo:active i, .cn-logo:focus i {
      transform: scale(1.3); }
    .cn-logo:hover:before, .cn-logo:active:before, .cn-logo:focus:before {
      transform: scale(0.6); }
  .cn-logo i {
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 5px;
    transition: 0.3s linear; }

/* -----------------------------------------------------------------------
 * Navbar Style
 * ----------------------------------------------------------------------- */
#et-top-navigation {
	padding-top: 0px!important; }
#top-menu > li {
  position: relative;
  overflow: hidden;
  margin-right: -3px;
  padding: 0;}
#top-menu > li > a {  
  position: relative;
  color: #333;
  text-transform: uppercase;
  padding-top: 33px;
  font-size: 16px!important;
  font-weight: bold;
}   
#top-menu > li > a:hover, #top-menu > li.current_page_item  > a, #top-menu > li.current_page_item  > a:hover, #top-menu > li.current_page_item  > a:focus {
    background-color: transparent;
    color: #fff!important;
}
#top-menu > li > a:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	background-color: #3498DB; 
	z-index: -1;}
#top-menu > li > a:hover::before, #top-menu > li.current_page_item  > a:before {
	height: 100%;
  transition: 0.3s linear;
}

/* Mobile Navigation */

.mobile_menu_bar::before {
  color: #3498DB!important;
}

#main-header .et_mobile_menu {
  background-color: #3498DB!important;
}

.et_mobile_menu {
  border: 0!important;
}

#mobile_menu li a {
	color: #fff;
}

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

#mobile_menu .current_page_item a {
  color: #333;
}

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

#main-header .nav li ul a {
    color: #fff!important;
    font-size: 16px!important;
    text-transform: none!important;
}

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

.nav li ul {
    position: fixed;
}

/* -----------------------------------------------------------------------
 * Sidebar Style
 * ----------------------------------------------------------------------- */

.et_right_sidebar #sidebar {
    padding: 20px 28px 0;
    margin-bottom: 40px;
    border-radius: 5px;

}

/* -----------------------------------------------------------------------
 * Banner Style
 * ----------------------------------------------------------------------- */
.et_pb_slide {
  padding-top: 70px!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: 35px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.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: 22px;
}

#section-1 .et_pb_column_1_4 {
	padding: 20px 5px 20px;
	background-color: rgb(52,152,219);
	border: 10px solid #75b9e7;
	transition: 0.3s linear;
}

#section-1 .et_pb_column_1_4:hover {
	border-color: transparent;
}


/****************
 * HOME CONTENT PADDING
 */
.home-content {
    padding: 20px !important;
}

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

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

.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;
}
.home #servcss li {line-height:45px !important;}

/***** TESTIMONIALS FORM *****/
blockquote {
	padding-left: 0;
	border: none;
}
.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 {
	background: rgba(0,0,0,.9);
    padding: 20px 10px;
}
#location * {
    font-size: 27px !important;
    line-height: 1.2em !important;
	list-style: disc inside;
}
#location h3:first-of-type {
    margin-bottom: 30px;
}

.free-estimate-heading {
	color: #217dbb !important;
	text-transform: uppercase;
	font-size: 50px;
	line-height: normal;
	padding-bottom: 20px;
	margin-left: 10px;
	font-family: 'Ranga', cursive; 
	text-shadow: 1px 2px 0 #f3f3f3, 1px -1px 0 #f3f3f3, -1px 1px 0 #f3f3f3, 2px 3px 0 #9a9999; }

#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: 16px;
	line-height: 1.42857143;
	margin: 10px 0px!important;
	border-radius: 2px;
	opacity: 0.7;
	transition: 0.3s linear;
	width: 100% !important;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
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 {
    position: relative;
    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: #3498DB;
	border: 5px solid #75b9e7;
    transition: 0.3s linear;
    margin-top: 10px!important;
	width: 100% !important;
}

#submitter:hover {
	border-color: transparent;
}

/* -----------------------------------------------------------------------
 * Footer Style
 * ----------------------------------------------------------------------- */
#main-footer {
    background-color: #217dbb!important;
    color: #8b8b8b!important;
    border-top: 2px solid #34db77;
    padding-top: 50px;
    padding-bottom: 30px;
}

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

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

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

#main-footer h4 {
    position: relative;
    color: #fff!important;
    font-family: 'Exo', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 35px;
    border-bottom: 1px solid #1d6fa5;
	font-size: 17px;
}

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

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

.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: #34db77;
}

.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;
	color: white;
}

#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: #fff;
    }
    50% {
        color: #34db77;
    }
    100% {
        color: #fff;
    }
}

.pulsing {
	display: inline-block;
    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;

}

/* Phone Ring Icon */
.ring {
  -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: #fff; }
  8% {
    -webkit-transform: rotate(0deg); }
  12% {
    -webkit-transform: rotate(-45deg);
    color: #fff; }
  16% {
    -webkit-transform: rotate(0deg); }
  20% {
    -webkit-transform: rotate(-45deg);
    color: #fff; }
  24% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@keyframes Ringing {
  0% {
    transform: rotate(0deg); }
  4% {
    transform: rotate(-45deg);
    color: #fff; }
  8% {
    transform: rotate(0deg); }
  12% {
    transform: rotate(-45deg);
    color: #fff; }
  16% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(-45deg);
    color: #fff; }
  24% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(0deg); } }


/* -----------------------------------------------------------------------
 * Sidebar Style
 * ----------------------------------------------------------------------- */

.widgettitle {
    position: relative;
    color: #333!important;
    font-family: 'Exo', sans-serif;
    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: #3498DB; }


/* -----------------------------------------------------------------------
 * Media Queries Style
 * ----------------------------------------------------------------------- */
@media (max-width: 980px) { 
	
	.home-testimonial-text:before,
	.home-testimonial-text:after {
		display: none;
	}
  .navigation {
    padding-bottom: 0;
  }

  .home-content {
    padding: 20px 15px !important;
  }

  .pull-left {
    float: none!important;
  }
	#location * {
		font-size: 24px !important;
	}
	#section-1 .et-pb-icon {
    font-size: 40px;
}
}

@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: 768px) {
   span.logo_helper {height: 80%;}
}

@media (max-width: 767px) {
	.header-info .container {
	  	text-align: center; }
	.header-info span {
		display: block;
	}

	.header-info span:nth-child(2) {
		margin: 7px 0;
	}
}


@media (max-width: 500px) {  
  .et_header_style_left .logo_container {
    float: none;
    display: inline-block;
  }

  .ion-ios-monitor-outline {
    display: none!important;
  }

  .cn-logo:before {
    content: none;
  }

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

/*logo mobile queries*/


@media (max-width: 425px) {
	#location h3 {
    font-size: 30px;
	}
		.cn-logo {
    		top: 0px;
	}
	}

@media (max-width: 600px) {	
	.cn-logo {
	font-size: 28px;
}
}


/***** BODY FONT-SIZE *****/
body,
.wpcr3_content p {
    font-size: 17px !important;
}
/***** CENTER SLIDE and text *****/
@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;
}
/***** FIX DROPDOWN *****/
#top-menu .sub-menu {
    padding: 0 !important;
    border-top: 3px solid #ddd !important;
	width: unset;
}
#top-menu .sub-menu li {
	border-left: 0 !important;
	padding: 0 !important;
}
#top-menu .sub-menu li a {
    line-height: 2.5em;
}
#top-menu li li {
    display: inline;
}
.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!important;
}
	.free-estimate-heading {
		padding:0;
		text-align: center;
	}
.et_pb_blurb_container {
    text-align: center !important;
}
	.home-testimonial-text:before,
	.home-testimonial-text:after {
		display: none;
	}
	.button, .has-button a.et_pb_button {
		transform: none;
	}
}
	ul#servcss {
    display: inline-block;
}
/***** FOOTER, widgets *****/
@media (max-width: 980px) {
	#main-footer h4 {
    text-align: center;
}
	.widgettitle:before,
	#main-footer h4:before {
    width: 100%;
}
	.et_pb_widget {
    text-align: center;
}
	footer .et_pb_widget {
		float: none;
	}
}
	#main-footer .container {
    width: 93%;
}
/***** MENU FIXES ******/
body:not(.image-logo) #top-menu > li > a {
    padding: 28px 19px !important;
}
.cn-logo {
		line-height: 1.3em;
}
	.mobile_nav .select_page {
	color: #3498db;
    display: inline-block;
    float: left;
		line-height:50px;
}
span.mobile_menu_bar.mobile_menu_bar_toggle {
    height: 50px;
    padding: 0;
}
	#et_mobile_nav_menu {
		width: 100%;
		border-top: 1px solid;
    margin-top: 10px;
}
.mobile_menu_bar:before {
    right: 0 !important;
    left: unset !important;
    position: absolute;
    line-height: 50px;
}
ul#mobile_menu {
    top: 100%;
	text-align: center;
}
@media (max-width:980px) {
	.logo_container {
		position: relative !important;
		text-align: center;
	}
	.cn-logo {
		padding: 12px 0 10px 0;
	}
	#et-top-navigation {
		width: 100%;
	}
	.header-info .container {
    text-align: center;
	padding: 0 !important;
}
}
/****** MORE ******/
#servcss svg {
    display: none;
}
@media (max-width:980px) {
	ul#servcss {
    padding-left: 0;
}
}
.et-fixed-header#main-header {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2) !important;
}
.home #et-main-area {
    padding-top: 100px;
}
/***** MOVE MENU BELOW LOGO *****/
@media (min-width:981px) {
body:not(.image-logo) .logo_container {
	display: block !important;
    position: relative !important;
    height: 75px !important;
    margin: 0 auto !important;
    width: fit-content !important;
	text-align:center;
	}
	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 #323434 !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) .et-fixed-header #top-menu > li > a {
    padding: 20px 19px !important;
}
	body:not(.image-logo) .et-fixed-header .logo_container {
    height: 54px !important;
}
	body:not(.image-logo) .navigation > .et_menu_container {
		padding: 0 !important;
	}
	#logo {
    position: absolute;
    left: 0;
	margin-top:0px;
}
}
/***** FIX MENU SIZING *****/
@media (min-width: 981px) {
header .et_menu_container,
	.header-info .container {
    margin: 0 auto !important;
    width: 100% !important;
max-width: 1350px !important;
		padding-left: 0;
		padding-right: 0;
}
	.image-logo .header-info {
    padding-left: 5px;
}
}
/*** Logo image styling ***/
.image-logo .email-us {
    float: right;
    padding-right: 10px;
}
.image-logo #top-menu > li > a {
    padding: 53px 12px !important;
}
.image-logo .et-fixed-header #top-menu > li > a {
    padding: 46px 12px !important;
}
.image-logo #top-menu > li > a:hover:before,
.image-logo #top-menu > .current-menu-item > a:before {
    height: 3em;
    top: calc(50% - 1.5em);
}
.image-logo #et-top-navigation {
    padding-left: 0 !important;
}
.image-logo .header-info {
    box-shadow: none !important;
}
@media (max-width: 1200px) {
	.image-logo #top-menu > li > a,
	.image-logo .et-fixed-header #top-menu > li > a {
    padding: 33px 12px !important;
	font-size: 13.5px !important;
}
}
@media (max-width: 980px) { 
	.image-logo .logo_container {
    padding: 10px 0 !important;
}
	.image-logo #logo {
    max-width: 80%;
	max-height: 150px;
}
}


/*
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;
}
body .et-fixed-header #top-menu li.current-menu-ancestor>a {
  color:#333 !important;
}
body .et-fixed-header #top-menu li.current-menu-ancestor>a:hover {
    color: #fff !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;
	}
	.image-logo .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%);
}
}
@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:980px) {
	#location {
		text-align:center;
	}
	.free-estimate-heading {
		display:block;
	}
	.et_pb_title_container h1 {
    font-size: 26px;
}
}


/*BADGES*/
.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.badge-holder {
    background: #217dbb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 160px;
    padding: 15px 5px 22px 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 0px;
    position: relative;
    text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
    font-family: "Nunito", sans-serif;
}

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

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

.badge-holder img {
    width: 50%;
    padding-bottom: 5px;
}

.badge-title {
    background: #34db77;
    font-size: 15px;
    width: 95%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: -15px;
    color: #fff;
    font-weight: bold;
    border-radius: 0px;
}

.badge-title span {
    font-size: 15px;
}
/*END BADGES*/

.et_mobile_menu li li {
    padding-left: 0%;
}

#main-content {
	padding-bottom: 0px !important;
}

#post-1090, #post-1095, #post-1080, #post-1048, #post-1045, #post-1043, #post-1004, #post-1005, #post-1003, #post-1001, #post-999, #post-997, #post-995, #post-993, #post-989, #post-987, #post-985, #post-991, #post-983, #post-981, #post-979, #post-977, #post-975, #post-973, #post-971, #post-969, #post-967, #post-965, #post-963, #post-961, #post-959, #post-957, #post-955, #post-953, #post-951, #post-1125, #post-1130, #post-1153, #post-1085
 {
	text-align: justify;
	padding-bottom: 35px;
	font-family: 'Lato', sans-serif !important;
	color: #222222 !important;
	font-size: 17px !important;
}