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


.et_monarch .et_social_mobile {

	width: 100%!important;

}


.badgeSection {display: flex;justify-content: center;align-items: center;width: 100% !important;/* max-width: 500px !important; */margin: 0 auto;}
.badgeSection img{max-height: 150px;width: 35%;max-width: 300px;padding: 10px;filter: drop-shadow(2px 4px 6px black);}
@media (max-width:600px) { 
.badgeSection {
flex-direction: column;
}
.badgeSection img{
margin: 10px;
width: 70%;
}
}
@media (max-width:600px) { 
.badgeSection {flex-direction: column;}
.badgeSection img{
margin: 10px;
width: 90%;
}
}



.headingBlockCont h1 {
	font-size: 28px;
	transition: 0.3s;
	text-align: center;
	color: #ffffff !important;
	text-transform: uppercase;
	font-weight: bold;
	filter: drop-shadow(2px 4px 6px black);
}

.headingBlock {
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	border-radius: 4px;
}
.headingBlock a {
	/* color: #000000; */
	/* text-decoration: underline; */
	/* font-weight: bold; */
}
.headingBlockImg {
	width: 30%;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.headingBlockImg img {display: flex;height: 100%;object-fit: cover;object-position: left;}

.headingBlockCont {
	width: 100%;
	text-align: center;
	color: #ffffff;
}

.srvBlockTitle h2 {
    background-color: #0e2646;
    box-shadow: 0 4px 18px #2241203b;
    color: #ffffff;
    font-size: 24px;
    padding: 20px 20px;
    border-radius: 4px;
    line-height: 30px;
    transition: 0.3s;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    font-weight: bold;
}

.srvBlock {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-direction: row;
	margin-top: 20px;
}

.srvElement {
	width: 32%;
	float: left;
	border-radius: 4px;
	padding: 0px;
	background-color: #ffffff;
	box-shadow: 0 0px 7px rgb(15 40 74);
	border: 2px solid #090405;
}

.srvElementFullWidth {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 20px;
}

.srvElementHeader {
	min-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #0e2646;
	padding: 10px;
	border-bottom: 2px solid #090405;
}

.srvBlockLink a {
	background-color: #1a936f;
	border: 1px solid #094074;
	color: #f3e9d2;
	font-size: 24px;
	padding: 20px 20px;
	margin-bottom: 20px;
	border-radius: 4px;
	font-weight: bold;
	line-height: 30px;
	transition: 0.3s;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.srvBlockLink a:hover {
	transform: scale(1.02);
	background-color: #2ea3f2;
}

.srvElement:hover {
	transform: scale(1.02);
}

.srvElementHeader h3 {
	color: #ffffff;
	font-size: 16px !important;
	padding: 0px;
	font-weight: bold;
	text-transform: uppercase;
}

.srvElementContent {
	text-align: justify;
	color: #000;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.srvElementFullWidth .srvElementHeader {
	width: 100%;
}

.srvElementFullWidth .srvElementBody {
	display: flex;
	/* justify-content: center; */
	/* align-items: center; */
}
.odd .srvElementBody {
    flex-direction: row-reverse;
}
.srvElementFullWidth .srvElementImg {
	width: 50%;
	display: flex;
	object-fit: cover;
	object-position: center;
}
.srvElementImg img{
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
	display: flex;
}
.srvElementFullWidth .srvElementContent {
	width: 50%;
}

.srvElementHeader:hover {
	background-color: #ffffff;
	color: #000;
}

.srvElementHeader:hover h3 {
	color: #19171c;
}

@media only screen and (max-width: 981px) {
	.headingBlock {
		flex-direction: column;
	}
	.headingBlockImg {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.headingBlockCont {
		width: 100%;
		padding: 20px 0px 0px 0px;
		text-align: justify;
	}
	.headingBlockCont p:nth-child(2) {
		text-align: center;
	}
	.srvBlock {
		display: block;
		height: 100%;
		padding: 0px;
		margin-bottom: 0px;
	}
	.srvElement {
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.srvElementFullWidth {
		margin: 0 auto;
		display: inline-block;
		margin-top: 20px;
	}
	.srvElementImg {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.srvElementContent {
		padding: 0px;
		padding-top: 10px;
	}
	.srvElementFullWidth .srvElementBody {
		display: block;
	}
	.srvElementFullWidth .srvElementImg {
		width: 100%;
	}
	.srvElementFullWidth .srvElementContent {
		width: 100%;
		padding: 5px;
	}
	.srvElementBody {
		padding: 10px;
	}
}




.comp-name { color: #BB4129; }



.section-headings {

  font-size: 30px;

  color: #19171C;

  margin-bottom: 20px;

}



/* -----------------------------------------------------------------------

 * Button Style

 * ----------------------------------------------------------------------- */

.button, .has-button a.et_pb_button {position: relative;display: inline-block;color: rgb(14 38 70);background-color: #ffffff;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: rgb(92,54,48);

	background-color: #FFE807;

}



.has-button a.et_pb_button {

	display: block!important;

	left: -14px;

	border: none !important;

	padding: 15px 0;

	color: #333;

}



.has-button a.et_pb_button:hover {

	background-color: #333;

	color: #fff!important;

	padding: 15px 0;
}



/* -----------------------------------------------------------------------

 * Header Style

 * ----------------------------------------------------------------------- */

/* Top header */

#main-header {

  background: url(assets/img/header-bg.png) repeat;

  background-position: center;

}



body:not(.image-logo) #main-header .contact-info {

  margin-top: 24px;

  margin-bottom: 10px;
	    float: none;

}

.contact-info {
	 transition: 0.3s;
}



#main-header .contact-info a, #main-header .contact-info span {

  display: inline-block;

  font-size: 14px;

  font-weight: 600;

  color: #fff;

  line-height: 0;

  transition: 0.4s ease-in-out;

}



#main-header .contact-info a:hover {

  color: #fff!important;

}



#main-header .contact-info .email-us {

  margin-right: 20px;

  margin-left: 20px;

}



#main-header .fa {

  position: relative;

  top: -8px;

  left: -10px;

  width: 40px;

  height: 40px;

  color: #fff;

  border: 1px solid #fff;

  border-radius: 50%;

  font-size: 15px;

  padding-top: 11px;

  transition: 0.3s;

}



#main-header .fa-phone {

  font-size: 17px;

}



#main-header .contact-info a em, #main-header .contact-info span em {

  display: block;

  color: #fff;

  font-style: initial;

  text-align: left;

  position: relative;

  left: 40px;

  top: 3px;

  font-size: 12px;

  font-weight: 400;

}



/* Logo */

.logo_container {

    height: 100%!important;

    position: absolute;

    width: 100%;

    text-align: left;

}

.et-fixed-header .logo_container, .logo_container {

  padding: 0;

}



.cn-logo {  

  display: inline-block;

  color: #fff;

  font-size: 34px;

  font-weight: 600;

  line-height: 35px;

  text-transform: uppercase;

  position: relative;

  top: 10px;

  transition: 0.3s;

}



.cn-logo:hover {

  transform: skew(-10deg);

}



.comp-name {

  color: #38BDFE;

}



/* Navigation */

#et-top-navigation {background-color: #0f284a;}

.navigation .container {

  text-align: center;

}

#et-top-navigation {

  padding-top: 0px!important;

  float: none;

}

#top-menu > li {

  padding: 0;}

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

#top-menu > li > a {  

  color: #fff;

  padding: 20px !important;

  font-size: 16px!important;

  transition: 0.3s linear; }

#top-menu > li > a:hover, #top-menu > li > a:focus {

  background-color: rgba(255,255,255,0.1);

  color: #fff; 

  opacity: 1!important;}



#top-menu > li.current_page_item  > a, #top-menu > li.current_page_item  > a:focus {

  background-color: rgba(187,65,41, 0.2);

  color: #fff!important; }

#top-menu > li.current_page_item  > a:hover {

  background-color: rgba(255,255,255,0.1);

  color: #fff!important;

}





/* mobile */

.mobile_menu_bar::before, .select_page {

  color: #fff!important;

}



#et_mobile_nav_menu, .et_header_style_centered #main-header .mobile_nav {/* background: rgba(187,65,41, 0.1)!important; */}



.et_mobile_menu {

  padding: 2% 5%;

}



#mobile_menu {background: rgb(14 38 70)!important;border-top: 0;text-align: center;}



.et_mobile_menu li a {

  color: #fff!important;

}

/* -----------------------------------------------------------------------

 * 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: 25px;

}



#section-1 .et_pb_column_1_4 {

	background-color: rgba(187,65,41, 0.1);

	padding: 30px 5px 20px;

	transition: 0.3s linear;

}



#section-1 .et_pb_column_1_4:hover {

  background-color: rgba(187,65,41, 0.7);

  transform: scale(1.07);

}



.home #contact-section {text-shadow:1px 1px 1px #fff;}.home #servcss li {line-height:40px !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;

}
/***** 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%;
}
}
.wpcr3_review blockquote {
    border-left: none !important;
}


/* -----------------------------------------------------------------------

 * Get a Free Estimate Style

 * ----------------------------------------------------------------------- */

#location h3 {font-size: 22px;line-height: 35px;font-family: 'Montserrat', sans-serif;font-weight: 700;color: #fff;}



.free-estimate-heading {position: relative;color: #ffffff!important;font-family: 'Montserrat', sans-serif;font-weight: 900;line-height: 40px;text-transform: uppercase;font-size: 35px;padding-bottom: 20px;text-align: center;}



#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: 15px;

	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;

}



.wpcr3_respond_2 label {

  color: #242424;

}



#submitter {position: relative;font-size: 16px;padding: 20px 30px;font-weight: 700 !important;color: rgb(92,54,48);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: #b7bec8;transition: 0.3s linear;margin-top: 10px!important;width: 100% !important;}



#submitter:hover {

	border-color: transparent;

}



/* -----------------------------------------------------------------------

 * Footer Style

 * ----------------------------------------------------------------------- */

#main-footer {background: transparent url(assets/img/header-bg.png) repeat top;padding-top: 50px;}



#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-size: 18px;

  font-weight: bold;

    text-transform: uppercase;

    padding-bottom: 26px;

/*     margin-bottom: 35px; */

}



#main-footer #footer-bottom .container {

    text-align: left;

    font-size: 15px;

    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: #0f284a;}



.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;background-color: #0f284a !important;padding-bottom: 30px;}



#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: #ded7d5;

    }

    50% {

        color: #fff;

    }

    100% {

        color: #ded7d5;

    }

}



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

    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: #5E362F; }



/* -----------------------------------------------------------------------

 * Helper Style

 * ----------------------------------------------------------------------- */

blockquote {

	border-color: #1ABC9C!important;

}



/* -----------------------------------------------------------------------

 * Media Queries Style

 * ----------------------------------------------------------------------- */
@media (min-width: 1024px) {
   .container {width: 90%;}
}

@media (max-width: 980px) { 

  .navigation {

    padding-bottom: 0;

    padding-top: 15px;

  }

	.cn-logo {
		font-size: 20px;
		    padding-bottom: 10px;
	}



  .header-info {

    padding-bottom: 0;

  }



  .header-info span a, .top-btn {

    top: -10px;

  }



  .header-info .pull-left {

    float: none !important;

    display: block;

    text-align: center;

  }



  .header-info .container {

    text-align: center;

  }



  .header-info span {

    margin-right: 5px;

  }

  

  .header-info span a, .top-btn {

    font-size: 14px;

  }



  .header-info a i {

    font-size: 18px;

  }



  .header-info span:nth-child(2) i {

    top: 2px;

  }



  .header-info span:nth-child(1) {

    margin-right: 0;

  }



  .header-info span:nth-child(2) {

    margin-top: 12px;

  }
	
	.home-testimonial-text:before,
	.home-testimonial-text:after {
		display: none;
	}
	blockquote.wpcr3_content {
    	padding-left: 0;
    	border-left: 0;
	}

}



@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) {
  #main-header {
    padding-bottom: 0!important;
	      padding-top: 0 !important;
  }

  #mobile_menu {
    top: 33px;
  }

  .contact-info {
    float: none!important;
  }

  .logo_container {
    position: static;
    text-align: center;
  }
}


@media (max-width: 767px) {

	.header-info .container {

	  	text-align: center; }

}

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

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

	.cn-logo {
		    top: 0;
    	padding-bottom: 0 !important;
	}
	body:not(.image-logo) #main-header .contact-info {
    margin: 10px auto !important;
}
}



@media (max-width: 500px) {  

  .et_header_style_left .logo_container {

    float: none;

    text-align: center;

  }



  .ion-ios-monitor-outline {

    display: none!important;

  }


  .et_pb_slide {

    padding-top: 150px!important; 

  }

}

@media (max-width: 425px) {

  #main-header .contact-info a, #main-header .contact-info span {
    display: block;
  }

  #main-header .contact-info a em, #main-header .contact-info span em {
    display: none;
  }

  #main-header .fa {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    border: 0;
    margin-right: 10px;
  }

}

@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, .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;
}
/***** Cleaning template menu fix *****/
@media (min-width:981px) {
	body:not(.image-logo) .logo_container {
	margin-top: 5px;
    position: static;
    text-align: center;
}
	body:not(.image-logo) #main-header .contact-info {
    float: none !important;
    margin: 25px 0 15px;
}
	body:not(.image-logo) #main-header .fa {
		top: 0;
	}
	body:not(.image-logo) #main-header .contact-info a em,
	body:not(.image-logo) #main-header .contact-info span em {
    display: none;
}
header>.container.clearfix.et_menu_container {
    padding: 0 10px;
}
	body:not(.image-logo) #main-header.et-fixed-header .contact-info {
    float: none !important;
    margin: 15px 0 5px;
}
}
@media (max-width:980px) {
	.logo_container {
		position: relative;
		text-align: center;
		padding: 0 10px !important;
		padding: 0 !important;
		display: inline-block;
	}
	.text-logo {
    	font-size: 28px;
		    line-height: 30px;
		display: inline;
		top: 0;
}
}
	#et-top-navigation > .et_menu_container {
    width: 100%;
}
header > .et_menu_container {
    width: 90%;
}
/***** FIX DROPDOWN ARROW POSITION *****/
 .menu-item-has-children>a:after {
     top: unset !important;
	 right: 5px !important;
}
/***** FIX DROPDOWN *****/
 #top-menu .sub-menu {
     padding: 0 !important;
     width: unset !important;
     border-top: 3px solid #ddd !important;
	 background: #303747;
}
 #top-menu .sub-menu li {
     border-left: 0 !important;
     padding: 0 !important;
}
#top-menu .sub-menu li a {
    line-height: 35px;
    font-size: 14px !important;
    background: #51342f !important;
    color: white !important;
}
 #top-menu .sub-menu li a:before {
     display: none;
}
 .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: justify;
    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;
}
/***** TESTIMONIALS FORM *****/
 .wpcr3_respond_2 input[type="text"] {
     margin: 3px 0;
}
 @media (max-width: 980px) {
     .wpcr3_div_2 {
         width: 100%;
    }
     .wpcr3_table_2 td {
         display: block;
         text-align: center !important;
         left: unset !important;
    }
     .wpcr3_in_content textarea {
         width: 75vw !important;
         min-width: unset !important;
    }
     .wpcr3_respond_2 .wpcr3_check_confirm label {
         margin: 0;
    }
	 div.wpcr3_rating_style1_status {
    width: fit-content;
}
}
.wpcr3_in_content * {
    font-size: 17px !important;
}
.wpcr3_leave_text {
    padding-bottom: 15px;
}
/***** MORE *****/
 #servcss svg {
     display: none;
}
 #servcss {
     display: inline-block;
}
 @media (max-width:980px) {
	 .has-button .et_pb_button {
    left: unset !important;
}
}
#top-menu-nav {
    width: 100%;
    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 15px 20px 15px !important;
	background: #0f284a;
	box-shadow: 0 0 6px #e4e4e4;
	border: 1px solid #e1e1e1;
}
blockquote {
	padding-left: 0;
}

/* 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;
    top: 1px;
}
ul#mobile_menu {
    top: 100%;
}
/***** FIX MENU SIZING *****/
@media (min-width: 981px) {
header .et_menu_container,
	.contact-info .container {
    margin: 0 auto !important;
    width: 100% !important;
max-width: 1350px !important;
}
}
/*** Logo image styling ***/
@media (min-width: 981px) {
	.image-logo #main-header {
    padding-top: 0;
}
.image-logo header > .et_menu_container {
    height: 120px !important;
	padding-left: 0 !important;
	transition: all .4s;
}
.image-logo header.et-fixed-header > .et_menu_container {
    height: 105px !important;
	padding-left: 0 !important;
}
.image-logo .contact-info {
	margin: 0 !important;
    height: 100%;
    vertical-align: middle;
    line-height: 120px;
    padding-top: 10px;
}
.image-logo .et-fixed-header .contact-info {
	padding-top: 3.75px;
}
.image-logo #top-menu > li > a {
    padding-top: 16px !important;
	padding-bottom: 16px !important;
}
#logo {
    position: absolute;
    left: 0;
}
}

@media (max-width: 980px) { 
	.image-logo .logo_container {
    padding: 10px 0 !important;
    max-height: unset!important;
    padding-bottom: 30px !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 outside;
	}
}
@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;
}
.image-logo .logo_container a {display: flex;height: 100%;justify-content: center;align-items: center;}

@media (min-width: 981px) {
.image-logo #main-header .logo_container {position: relative;width: 40%;float: left;display: flex;justify-content: center;align-items: center;}
}

.et_header_style_centered #logo {position: relative;padding: 10px;}
@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 only screen and (min-width: 680px) {
    .floating-estimate-btn {
    bottom: 10px!important;
    }
}

.floating-estimate-btn {
    padding: 0.3em 1em!important;
    color: #ffffff!important;
    border-radius: 0px;
    font-size: 20px;
    background-image: linear-gradient(-86deg,#000 0%,#0E2646  100%);
    text-shadow: 0.08em 0.08em 0.08em rgb(0 0 0 / 40%);
    box-shadow: 6px 6px 18px 0px rgb(0 0 0 / 27%);
    z-index: 999999;
    font-weight: 500;
    border: 2px solid;
    position: fixed;
    bottom: 10px;
    left: 10px;
    text-transform: uppercase;
}

.top_button {
    background-image: linear-gradient(1deg,#0E2646,#ffffff);
    color: #fff!important;
    border: 3px solid #fff;
    border-radius: 15px;
    box-shadow: 1px 1px black;
    font-weight: bold;
    cursor: pointer;
    font-size: 19px;
    text-transform: uppercase;
    padding: 10px;
    text-shadow: 0 0 5px black;
}


.et_pb_gallery_grid .et_pb_gallery_image img {
	height: 160px;
	object-fit: cover;
}
/** Book button on Services blocks **/
.srvElementLink {
    display: block;
    text-decoration: none;
    color: inherit;
}

