/*
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, .cn-logo, .header-info span, .header-info a, #top-menu > li > a, #main-footer h4 {
  font-family: 'Montserrat', sans-serif; }

.container {
  width: 100%;
}

.section-headings {
	text-align:center;
  font-size: 30px !important;
  color: #19171C;
  margin-bottom: 20px;
}

/* -----------------------------------------------------------------------
 * Button Style
 * ----------------------------------------------------------------------- */
.button, .has-button a.et_pb_button {
	position: relative;
	display: inline-block;
	color: #333;
	background-color: #E1BA60;
	text-transform: uppercase;
	overflow: hidden;
	transition: 0.2s linear;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	border-radius: 4px;
}

.button:hover, .button:active, .button:visited, .button:focus {
	color: #fff;
	background-color: #333;
}

.has-button a.et_pb_button {
	display: block!important;
	left: -14px;
	border: 0;
	padding: 15px 0 !important;
	color: #333;
}
.srvBlock {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    margin: 0 auto;
	margin-bottom: 20px;
}
/*content bakground*/
.srvElement {
    width: 32%;
    float: left;
    padding: 0px;
    background-color: #3A3F42;
}

.srvElementFullWidth {
    width: 100%;
    background-color: #3A3F42;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.srvElementHeader {
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #DDB031;
}
/*h3 background*/
.srvElementHeader h2 {
    color: #fff;
    font-size: 120%;
    padding: 0px;
    font-weight: bold;
}

.srvElementContent {
    text-align: justify;
    color: #fff;
    padding: 10px;
}
.srvElementFullWidth .srvElementHeader {
    width: 100%;
}

.srvElementFullWidth .srvElementBody {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.srvElementFullWidth .srvElementImg {
    width: 30%;
}
.srvElementFullWidth .srvElementContent {
    width: 70%;
    padding-left: 20px;
}
/*h3 background hover*/
.srvElementHeader:hover {
    background-color: #3A3F42;
    color: #000;
}
.srvElementHeader:hover h2{
    color: #fff;
}

@media only screen and (max-width: 981px) {
    .srvBlock {
        display: block;
        height: 100%;
        padding: 0px;
        margin-bottom: 0px;
    }
    .srvElement {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
}
.srvElementFullWidth {
    display: inline-block;
}

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

.srvElementFullWidth .srvElementBody {
    display: block;
}

.srvElementFullWidth .srvElementImg {
    width: 100%;
}

.srvElementFullWidth .srvElementContent {
    width: 100%;
    padding: 5px;
}

.srvElementBody {
    padding: 10px;
}
}

.has-button a.et_pb_button:hover {
	background-color: #333;
	color: #fff!important;
	border: none;
}

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

.header-info {
  background-color: #2D2F31;
  color: #fff;
      font-size: 15px;
    padding: 5px 0; }
  .header-info .container {
    text-align: right; }
  .header-info i {
    position: relative;
    display: inline-block;
    color: #787878;
    font-size: 15px;
    margin-right: 3px; }
  .header-info .pull-left {
    margin-top: 2px; }
  .header-info span, .header-info a {
    display: inline-block;
    margin-right: 15px; }
  .header-info span:nth-child(2) {
    position: relative;
    cursor: pointer; }
    .header-info span:nth-child(2) i {
      top: 2px; }
    .header-info span.pulsing {
      margin-right: 3px; }
  .header-info a {
    color: #fff; }
    .header-info a i {
      top: 1px;
      font-size: 18px; }

.image-logo #main-header .header-info {
    padding-left: 15px !important;
}

/* -----------------------------------------------------------------------
 * Logo Style
 * ----------------------------------------------------------------------- */
.logo_container {
    height: 100%!important;
    position: absolute!important;
    width: 100%;
    text-align: center !important;
}
.et-fixed-header .logo_container, .logo_container {
	padding: 0;
}

.cn-logo {
  position: relative;
  display: inline-block;
  top: 8px;
  color: #2D2F31;
  font-family: 'Alegreya', serif;
  font-size: 36px;
  font-weight: 900;
  text-transform: capitalize;
  transition: 0.3s linear; }
  .cn-logo:hover, .cn-logo:active, .cn-logo:focus {
    color: #2D2F31; }
    .cn-logo:hover i, .cn-logo:active i, .cn-logo:focus i {
      transform: scale(1.3); }
  .cn-logo i {
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 5px;
    transition: 0.3s linear; }

.cn-logo:before, .cn-logo:after {
  position: absolute;
  content: "";
  top: 100%;
  width: 50%;
  height: 20%;
  background-color: #E1BA60;
  z-index: -1;
  transition: 0.3s ease-in-out;
}

.cn-logo:before {
  left: 0;  
}

.cn-logo:after {
  right: 0;
  transition-delay: 0.3s;
}

.cn-logo:hover::before, .cn-logo:hover::after {
  top: 0;
  height: 100%;
}

/* -----------------------------------------------------------------------
 * Navbar Style
 * ----------------------------------------------------------------------- */

.navigation {
	background: #fff!important;
}
#et-top-navigation {
	padding-top: 0px!important;
}

#top-menu > li {
  top: 1px;
  margin-left: 2px;
  padding: 0;}
#top-menu > li > a {  
  position: relative;
  color: #2D2F31;
  font-weight: bold!important;
  padding: 28px 15px !important;
  font-size: 15px!important;
  margin-top: -1px;
  border-radius: 2px;
  overflow: hidden;
transition: 0.3s linear; }
#top-menu > li > a:hover, #top-menu > li > a:focus {
  background-color: transparent;
  color: #2D2F31; 
  opacity: 1!important;}
body:not(.image-logo) #top-menu > li.current_page_item  > a, body:not(.image-logo) #top-menu > li.current_page_item  > a:focus {
  background-color: #E1BA60;
  color: #2D2F31!important; }
#top-menu > li.current_page_item  > a:hover {
	background-color: transparent;
	color: #2D2F31!important;
}

body:not(.image-logo) #top-menu > li:not(.menu-item-has-children) > a:before,
body:not(.image-logo) #top-menu > li:not(.menu-item-has-children) > a:after {
  position: absolute;
  content: "";
  top: -100%;
  width: 50%;
  height: 100%;
  background-color: #E1BA60;
  z-index: -1;
  transition: 0.3s ease-in-out;
}

#top-menu > li > a:before {
  left: 0;  
}

#top-menu > li > a:after {
  right: -3px !important;
  transition-delay: 0.3s !important;
}

#top-menu > li > a:hover::before, #top-menu > li > a:hover::after {
  top: 0;
}

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

.mobile_menu_bar::before {
  color: #2D2F31!important;
}

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

.et_mobile_menu {
  border: 0!important;
}

#mobile_menu li a {
	color: #fff!important;
}

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

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

.image-logo #top-menu > li > a {
    padding: 53px 10px !important;
}
.image-logo .et-fixed-header #top-menu > li > a {
    padding: 48px 10px !important;
}
.image-logo #top-menu > li > a:before {
	display: none;
}
.image-logo #top-menu > li > a:hover {
    color: #90712b;
}

/* Submenu */

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

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

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

.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: 30px;
    font-family: 'Alegreya', serif;
    font-weight: bold;
}

#section-1 .et_pb_column_1_4 .et_pb_main_blurb_image {margin-bottom: 0!important;}

#section-1 .et_pb_column_1_4 {
	padding: 30px 20px 20px;
	transition: 0.3s linear;
}

#section-1 .et_pb_column_1_4:hover {
  transform: scale(1.09);
}

.home-content {background: #fff!important;}
.home-content h1 { font-family: 'Alegreya', serif!important; }
.home-contact {
  background-color: #e1ba60;
  padding: 25px 20px 20px 20px;
}

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


/* -----------------------------------------------------------------------
 * 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;
}
/***** 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
 * ----------------------------------------------------------------------- */
.free-estimate-heading {
	position: relative;
	color: #1F1F26!important;
  background-color:  #E1BA60;
	font-family: 'Alegreya', serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 35px;
  padding-top: 10px;
  margin-bottom: 20px;
	text-align: center; }

.wpcr3_respond_2 label {
  color: #242424;
}

#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.9;
	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 {
    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: #2D2F31;
    border: 5px solid #525559;
    transition: 0.3s linear;
    margin-top: 10px!important;
	width: 100% !important;
}

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

/* -----------------------------------------------------------------------
 * Footer Style
 * ----------------------------------------------------------------------- */
#main-footer {
    background: linear-gradient(rgba(45,47,49,0.6), rgba(45,47,49,0.6)), url(https://masonrycontractorjohnston.com/wp-content/themes/Divi-child/img/charcoal_concrete.jpg) no-repeat center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 30px;
    border-top: 10px solid rgb(225,186,96);
}

#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;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px;
	font-size: 17px;
}

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

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

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

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

#current-day {
    background-color: #E1BA60;
	text-shadow: none;
}

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

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

.hours th,
.hours 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: #E1BA60;
    }
    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;

}

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

.beat {
	animation: beat 1s infinite;
    -webkit-animation: beat 1s infinite;
    -moz-animation: beat 1s infinite;
    -o-animation: beat 1s 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;
    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: #E1BA60; }

/* -----------------------------------------------------------------------
 * Helper Style
 * ----------------------------------------------------------------------- */
blockquote {
	border-color: #E1BA60!important;
}

/* -----------------------------------------------------------------------
 * Media Queries Style
 * ----------------------------------------------------------------------- */
@media (max-width: 1170px) {
	.image-logo #top-menu > li > a,
	.image-logo .et-fixed-header #top-menu > li > a {
        padding: 33px 8px !important;
    	font-size: 14px !important;
}
	.image-logo #et-top-navigation {
    padding-left: 0 !important;
}
}
@media (max-width: 980px) { 
	.image-logo .logo_container {
    padding: 10px 0 !important;
}
	.image-logo #logo {
    max-width: 80%;
	max-height: 150px;
}
  .navigation {
	 background: #fff!important;
    padding-bottom: 0;
    padding-top: 15px;
  }

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

  .pull-left {
    float: none!important;
  }
}

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

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

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

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

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

/***** BODY FONT-SIZE *****/
body,
p,
.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%;
	}
	.home-contact {
    padding: 10px !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;
}
/***** FIX DROPDOWN *****/
#top-menu .sub-menu {
    padding: 0 !important;
    width: unset !important;
    border-top: 3px solid #ddd !important;
	background: #e1ba60 !Important;
}
#top-menu .sub-menu li {
	border-left: 0 !important;
	padding: 0 !important;
	line-height: 3em;
}
#top-menu .sub-menu li a {
    border-left: 0 !important;
}
.et_mobile_menu .sub-menu {
    border: none !important;
}
/***** FIX MENU SIZING *****/
header .container {
    max-width: 1250px;
    width: 100%;
}
@media (min-width: 981px) and (max-width: 1365px) {
	header .container {
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}
@media (max-width:980px) {
	#main-header .contact-info {
    padding-bottom: 10px;
}
}
/***** MOVE MENU BELOW LOGO *****/
@media (min-width:981px) {
body:not(.image-logo) .logo_container {
	display: block !important;
    position: relative !important;
    height: 72px !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 #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: 15px !important;
}
	body:not(.image-logo) .et-fixed-header .logo_container {
    height: 54px !important;
}
	
	#logo {
    position: absolute;
    left: 0;
}
}
	body:not(.image-logo) a.email-us {
	margin-left: 0px;
}
	body:not(.image-logo) .pull-left {
    float: none !important;
}
	body:not(.image-logo) .header-info .container {
		text-align: center;
	}
	body:not(.image-logo) .header-info span:nth-child(2) {
		margin-right: 0;
	}
/****** MOBILE MENU ******/
@media (max-width:980px) {
	.logo_container {
		position: relative !important;
    	text-align: center !important;
		padding: 0 10px !important;
		padding-bottom: 10px !important;
	}
	.cn-logo {
    	font-size: 28px;
		    line-height: 30px;
		display: inline;
		top: 0;
}
	#et-top-navigation {
    width: 100%;
}
	#et_mobile_nav_menu {
    width: 100%;
    float: none !important;
}
	span.mobile_menu_bar.mobile_menu_bar_toggle {
    height: 50px;
    border-top: 1px solid;
}
	.mobile_nav .select_page {
    display: inline-block;
    float: left;
    line-height: 50px;
}
	.mobile_menu_bar::before {
    position: absolute;
	left: unset;
    right: 0;
	top: 7px;
}
}
/***** 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;
	}
}
	ul#servcss {
    display: inline-block;
}
#servcss svg {
	display: none;
}
#location h3,
:not(.et_pb_widget) > div > #servcss {
	font-size: 22px;
    line-height: 27px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
}
/***** 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;
	}
	.paymentType {
    display: inline-block;
    float: none;
}
	.paymentsbox {
    text-align: center;
		/*max-width:220px;*/
}
	.paymentType p {
    display: none;
}
}
	#main-footer .container {
    width: 93%;
}
/**** MORE *****/
@media (max-width: 980px) {
.home-testimonial p {
    line-height: 1em;
}
	.cn-logo:before, .cn-logo:after {
		display: none !important;
	}
}
.has-button a.et_pb_button {
    left: unset !important;
}
h2.free-estimate-heading {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

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


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

#closed-day {
	color: #fff!important;
}

@media screen and (max-width: 981px) and (min-width: 374px) {
.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 {
 justify-content: center!important;
    display: flex;
}
.paymentsbox {
    text-align: center!important;
	}
}


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

#mobile_menu li a {
	text-transform: capitalize!important;
}


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

	.et_pb_title_container h1 {
       text-align: center;
}
	    .wpcr3_review {
        text-align:center;
    }
}


.openinghours{
	color:#fff!important;
}

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

.service-home-title{
	text-align: center; 
	background: linear-gradient(90deg, rgba(58,63,66,1) 0%, rgba(221,176,49,1) 50%, rgba(58,63,66,1) 100%); 
	padding: 20px 0; 
	margin-bottom: 10px; 
	color: #fff; 
	font-size: 26px;
}

.button-gallery {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: black;
  background-color: transparent;
	border:2px solid #ff9819;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.button-gallery:hover{
	background-color:#ff9819;
	color:white;
}

.et_mobile_menu li li {
    padding-left: 0px!important;
}