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

body {
    color: #1F1F26;
    font-family: 'Lato', sans-serif;
}

.et_pb_slider .et_pb_slide_0 {
    background-position: bottom!important;
}

.comp-name { 
    color: #0DB61B; 
}

.container {
    width: 85%;
    margin: 0 auto;
	max-width: 1080px;
}

.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: #fff;
    background-color: #0a0b71;
    padding: 12px 15px !important;
    border-radius: 2px;
    overflow: hidden;
    transition: 0.5s linear;
    border: none !important;
    width: 250px;
}

.button:before {
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgb(43, 190, 241);
    border-radius: 2px;
    z-index: -1;
    transition: 0.5s linear;
}

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

.button:hover::before {
    left: 0!important;
}

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

.has-button a.et_pb_button:hover {
    background-color: #0a0b71;
    color: #fff!important;
}

/* -----------------------------------------------------------------------
 * Header Style
 * ----------------------------------------------------------------------- */
/* Top header */
#main-header {
    background-color: #0085de!important;
}

#main-header .contact-info {

  background-color: #0085de;

  border-bottom: 1px solid rgba(255,255,255,0.5);

  padding: 8px;

}

.header-title{
	font-size: 32px;
	font-weight: bold;
	text-shadow: 2px 2px #000;
	line-height: 1.4;
	margin-top: 50px;
}

#main-header .contact-info #social-icons {

  margin: -4px 0 -10px;

}



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

    display: inline-block;

    font-size: 14px;

    color: rgba(255,255,255,0.85);

    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: 10px;

  margin-left: 10px;

  padding: 0 15px;

  border: 1px 0 1px 0 solid rgba(255,255,255,0.85);

}



#main-header span > .fa , #main-header a > .fa {

  position: relative;

  left: -7px;

  color: white;

}



#main-header .fa-envelope {

  top: -1px;

}



#main-header .fa-phone {

  font-size: 17px;

  top: 1px;

}

#social-icons a i {
    left: 0!important;
}



/* Logo */

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

    padding-top: 0px!important;

}



.cn-logo {  

  display: inline-block;

  color: white;

  font-size: 34px;

  font-weight: 700;

  padding-top: 10px;

  position: relative;

  transition: 0.3s;

  text-shadow: 2px 2px 2px #353535;
	line-height: 1em;

}



.cn-logo:hover {

    transform: skew(-10deg);

}



.comp-name {

  color: #8D56AE;

  font-weight: bold;

  text-decoration: underline;

}



/* Navigation */

.et_header_style_left #et-top-navigation {

  padding: 0!important;

}



#top-menu li {

  position: relative;

  padding: 25px 20px !important;

  margin-right: -3px;
	transition: all .4s;

}

header, header.et-fixed-header#main-header {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
}

#top-menu li:before {position: absolute;content: "";bottom: 0;left: 0;right: 0;height: 5px;transform: scaleX(0);background-color: rgb(10 11 113) !important;transition: 0.3s ease-in-out;}



#top-menu li:hover a, #top-menu .current-menu-item > a {

  color: #fff!important;

  opacity: 1!important;

}



#top-menu li:hover::before, #top-menu .current-menu-item:before {

  transform: scaleX(1);

}



#top-menu li a {  
  color: #fff;

  font-weight: bold;

  padding: 0!important;
	    font-size: 15px !important;

}



/* mobile */

.mobile_menu_bar::before {

  color: #fff!important;

  top: 12px;

}



.et_mobile_menu li a {

  color: #fff!important;

}



.et_mobile_menu {

  padding: 2% 5%;

}



#mobile_menu {background: rgb(10 11 113) !important;border: 0!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;

    -moz-animation: bounce 2s infinite;

    -webkit-animation: bounce 2s infinite;

    animation: bounce 2s infinite;

}



.scroll-down-btn:hover {

    opacity: 0.8;

}


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















 * Sidebar Style















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



.et_right_sidebar #sidebar {

    padding: 20px 28px 0;

    margin-bottom: 40px;

    border-radius: 5px;

    border-left: 1px solid #eee;

}





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















 * Banner Style















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



/* .et_pb_slide {

    padding-top: 120px!important;

    padding-bottom: 0px!important;

}
 */


.et_pb_slide_title {

    font-size: 70px!important;

    font-weight: 700!important;

}



/* .et_pb_slide_content {

    margin-top: 50px;

    margin-bottom: 50px;

}
 */


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



.scroll-down-btn {

    z-index: 99999;

    position: absolute;

    bottom: 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;

    background: #0085de;

    padding: 10px 6px 12px;

    border-radius: 70px 70px 70px 70px;

}



.scroll-down-btn:hover {

    opacity: 0.8;

}





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















 * (Home) Services Section Style















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



.et_pb_column .et_pb_column_1_2 .et_pb_column_7 h3 {

    color: #fff !important;

}



.et_pb_blurb_container h4 {

    font-size: 25px;

}



#content-area .et_pb_column_1_4 {

    transition: 0.3s linear;

}



#content-area .et_pb_column_1_4:hover {

    webkit-transform: scale(1.3);

    transform: scale(1.1);

}



#section-1 .et_pb_main_blurb_image .et-pb-icon {

    position: relative;

    top: 15px;

}





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















 * Home Testimonial Style















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



.home-testimonial blockquote {

    border: 0;
	margin-bottom: 0px; /*TODO*/
	padding-bottom: 0px !important;
	padding-left: 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;

}

div.wpcr3_review blockquote.wpcr3_content {
	border: 0;
	margin-bottom: 0px; /*TODO*/
	padding-bottom: 0px !important;
	padding-left: 0;
}

.home-testimonial-text:after {

    position: absolute;

    content: "";

    top: 16px;

    left: -14px;

    width: 100%;

    height: 100%;

    background-color: #f1f1f1;

    z-index: -1;

    border-radius: 5px;

}

/***** TESTIMONIALS FORM *****/
.wpcr3_respond_2 input[type="text"] {
    margin: 3px 0;
}
.wpcr3_table_2 td {
    font-size: 1em !important;
}
.wpcr3_leave_text {
	font-size: 1.1em;
}
.wpcr3_leave_text {
    margin-bottom: 20px;
}
.wpcr3_review blockquote {
	border-left: none;
}
@media (min-width: 981px) {
.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) {
	
	.et_pb_slider .et_pb_slide_0 {
    	background-position: top!important;
	}
.wpcr3_respond_3,
.wpcr3_aggregateRating,
.wpcr3_table_2 td {
   	text-align: center !important;
}
.wpcr3_div_2 {
    width: 100%;
}
.wpcr3_table_2 tr:last-of-type td {
    margin: 20px auto 0 !important;
}
.wpcr3_table_2 td {
    display: block;
	padding: 0 !important;
}
.wpcr3_table_2 td:first-child {
    margin-top: 10px !important;
}
.wpcr3_rating_style1_status {
    width: 85px !important;
}
.wpcr3_respond_2 input[type="text"],
.wpcr3_in_content textarea {
    width: 100% !important;
    min-width: unset !important;
}
.wpcr3_submit_btn, .wpcr3_cancel_btn {
    width: 40%;
}
	.home-testimonial-text:before,
	.home-testimonial-text:after {
		display: none;
	}
	blockquote.wpcr3_content {
    	border: 0;
	margin-bottom: 0px; /*TODO*/
	padding-bottom: 0px !important;
	padding-left: 0;
	}
}

.wpcr3_button_1{
    position: relative;
    display: inline-block;
    background: #058406;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    border: 0px solid;
    color: #fff;
    padding:10px 15px;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius:0px;
}

.wpcr3_button_1:hover {
    background: #2296f3;
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: none;
    border: 0px solid;
    color: #fff;
    padding:10px 15px;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius:0px;
}

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















 * Get a Free Estimate Style















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

#location h3 {

  font-family: 'Lato';

  
  color: #0a0b71;

  font-size: 25px;

  line-height: 30px;

}

#servcss li {

  margin-bottom: 10px;

}



.free-estimate-heading {

    position: relative;

    color: #0a0b71 !important;

    text-transform: uppercase;

    font-size: 35px;

    padding-bottom: 20px;

    line-height: 40px;

    font-family: 'Lato';

    

    transition: 0.3s;

}



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

}



#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: #2BBEF1;

    border: 5px solid #73d4f6;

    transition: 0.3s linear;

    margin-top: 10px!important;
	
	width: 100% !important;

}



.comment-field, .wpcr3_leave_text {

  color: #222222!important;

  text-shadow: none;

}



#submitter:hover {

    border-color: transparent;

}





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















 * Footer Style















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



#main-footer {background-size: unset;padding-top: 30px;background-position: center;color: #8b8b8b!important;background-image: url('https://swimmingpoolcontractornorthplainfield.com/wp-content/uploads/2026/02/bg-footer.webp');background-repeat: no-repeat;background-size: cover;background-color: #00000096 !important;background-blend-mode: overlay;}



#main-footer #footer-widgets {

    padding: 0!important;

}



#main-footer .footer-widget {

    color: #fff!important;

    text-shadow: 1px 1px 1px #222;

}



#main-footer #footer-widgets .footer-widget:nth-child(2) > div {

    width: 100%;

}



#main-footer h4 {

    position: relative;

    text-shadow: 1px 1px 1px #222;

    color: #fff!important;

    text-transform: uppercase;

    font-weight: 700;

    padding-bottom: 15px;

    margin-bottom: 15px;

    /*border-bottom: 1px solid #141418; }*/

}





/*#main-footer h4:before {















  position: absolute;















  content: "";















  display: block;















  bottom: -1px;















  left: 0;















  width: 35px;















  height: 2px;















  background-color: #2BBEF1; }*/



#main-footer #footer-bottom .container {

    text-align: left;

    font-size: 15px;

    padding-top: 25px;

}

table.openinghours {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}


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

}



.footer-widget #text-4 .textwidget br,

.footer-widget #text-4 .textwidget strong {

    display: none;

}



.hours th,

.openinghours td {text-align: left !important;font-size: 14px !important;color: #fff !important;text-shadow: 1px 1px 1px #222;}



#footer-bottom {

    padding: 5px 0 5px;

    background: #0573ca !important;
    color: white !important;

}



#contactForm input,

textarea {

    width: 100% !important;

}





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















 * Keyframes Style















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



@-moz-keyframes bounce {

    0%,

    20%,

    50%,

    80%,

    100% {

        -moz-transform: translateY(0);

        transform: translateY(0);

    }

    40% {

        -moz-transform: translateY(-30px);

        transform: translateY(-30px);

    }

    60% {

        -moz-transform: translateY(-15px);

        transform: translateY(-15px);

    }

}



@-webkit-keyframes bounce {

    0%,

    20%,

    50%,

    80%,

    100% {

        -webkit-transform: translateY(0);

        transform: translateY(0);

    }

    40% {

        -webkit-transform: translateY(-30px);

        transform: translateY(-30px);

    }

    60% {

        -webkit-transform: translateY(-15px);

        transform: translateY(-15px);

    }

}



@keyframes bounce {

    0%,

    20%,

    50%,

    80%,

    100% {

        -moz-transform: translateY(0);

        -ms-transform: translateY(0);

        -webkit-transform: translateY(0);

        transform: translateY(0);

    }

    40% {

        -moz-transform: translateY(-30px);

        -ms-transform: translateY(-30px);

        -webkit-transform: translateY(-30px);

        transform: translateY(-30px);

    }

    60% {

        -moz-transform: translateY(-15px);

        -ms-transform: translateY(-15px);

        -webkit-transform: translateY(-15px);

        transform: translateY(-15px);

    }

}



@-webkit-keyframes scroll {

    0% {

        opacity: 1;

    }

    100% {

        opacity: 0;

        -webkit-transform: translateY(46px);

        transform: translateY(46px);

    }

}



@keyframes scroll {

    0% {

        opacity: 1;

    }

    100% {

        opacity: 0;

        -webkit-transform: translateY(46px);

        transform: translateY(46px);

    }

}



@keyframes color-cycle {

    0% {

        color: #2BBEF1;

    }

    50% {

        color: #0ea6db;

    }

    100% {

        color: #2BBEF1;

    }

}



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

    -webkit-animation: beat 1.5s infinite;

    -moz-animation: beat 1.5s infinite;

    -o-animation: beat 1.5s infinite;

    animation: beat 1.5s infinite;

}





/* Phone Ring Icon */



.ring {

    display: inline-block;

    -webkit-animation: Ringing 2000ms linear 2000ms infinite;

    animation: Ringing 2000ms linear 2000ms infinite;

}



@-webkit-keyframes Ringing {

    0% {

        -webkit-transform: rotate(0deg);

    }

    4% {

        -webkit-transform: rotate(-45deg);

    }

    8% {

        -webkit-transform: rotate(0deg);

    }

    12% {

        -webkit-transform: rotate(-45deg);

    }

    16% {

        -webkit-transform: rotate(0deg);

    }

    20% {

        -webkit-transform: rotate(-45deg);

    }

    24% {

        -webkit-transform: rotate(0deg);

    }

    100% {

        -webkit-transform: rotate(0deg);

    }

}



@keyframes Ringing {

    0% {

        transform: rotate(0deg);

    }

    4% {

        transform: rotate(-45deg);

    }

    8% {

        transform: rotate(0deg);

    }

    12% {

        transform: rotate(-45deg);

    }

    16% {

        transform: rotate(0deg);

    }

    20% {

        transform: rotate(-45deg);

    }

    24% {

        transform: rotate(0deg);

    }

    100% {

        transform: rotate(0deg);

    }

}





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















 * Sidebar Style















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



.widgettitle {

    position: relative;

    color: #2BBEF1!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: #2BBEF1;

}





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















 * Helper Style















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



blockquote {

    border-color: #0085de!important;

}



center {

    position: relative;

    top: -17px;

}





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















 * Media Queries Style















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





@media (max-width: 980px) {


    .home-content {

        padding: 30px 20px 20px 20px!important;

    }

    #footer-bottom {

        color: #fff !important;

        text-shadow: 1px 1px 1px #222;

    }

}



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

    }

}

.pull-right {
    padding: 0 0 3px 0;
}

@media (max-width: 768px) {
		.button {
  }
	
	.pull-right {
 	   padding: 0;
	}

	
    #main-header .contact-info a, #main-header .contact-info span {
            display: block;
    	text-align: center;
    	margin: 5px !important;
    	line-height: 30px;
/*     	width: 100%; */
    	padding: 0 !important;
    }

    #social-icons a {
        display: inline-block!important;
        margin-right: 5px!important;
    }

    .socialicons {
        float: none;
    }
}


@media (max-width: 767px) {

    .cn-logo {     
		padding-top: 0;
    font-size: 26px;
	}

    .top-btn .ring {

        left: -140px!important;

    }

    .header-info .container,

    .logo-container .container {

        text-align: center;

    }

    .phonenum-container {

        float: none!important;

        margin-top: 10px;

    }

}



@media screen and (max-width: 600px) {
	.image-logo .contact-info a:last-of-type {
    padding-left: 0 !important;
}
	.image-logo #main-header .contact-info .email-us {
    padding-top: 0 !important;
}
}



@media (max-width: 686px) {

    .header-info .header-socials {

        float: none !important;

        display: block;

        margin-bottom: 4px;

    }

}



@media (max-width: 500px) {

    .et_header_style_left .logo_container {

        float: none;

    }

/*     .et_pb_slide {

        padding-top: 150px!important;

    } */

}





@media (max-width: 425px) { 

    .header-info span, .header-info span + a { 

		display: block;

	}

}



@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;
}
/***** massage template menu fix *****/
@media (min-width:981px) {
	body:not(.image-logo) .logo_container {
    margin-top: 10px;
    position: relative !important;
    text-align: center;
}
	body:not(.image-logo) #et-top-navigation {
    width: 100%;
    text-align: center;
}
	body:not(.image-logo) #top-menu-nav {
	float: none !important;
    display: inline-block;
}
	body:not(.image-logo) #main-header .contact-info {
    float: none !important;
}
	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;
}
	body:not(.image-logo) .et-fixed-header #top-menu > li {
		padding: 15px 20px !important;
	}
	#logo {
    position: absolute;
    left: 0;
}
}
@media (max-width:980px) {
	body:not(.image-logo) .logo_container {
		position: relative !important;
		text-align: center;
		padding: 12px 10px !important;
		display: block;
		/* padding-bottom: 12px !important; */
		border-bottom: 1px solid #90caf9;
	}
	.text-logo {
    	font-size: 28px;
		    line-height: 30px;
		display: inline;
		top: 0;
}
	body:not(.image-logo) .header-info span, .header-info a {
    margin-right: 0;
		display: block;
}
}
	body:not(.image-logo) #et-top-navigation > .et_menu_container {
    width: 100%;
}
header > .et_menu_container {
    width: 94%;
}
#top-menu-nav > ul > li > a:hover,
#et-secondary-menu > ul > li > a:hover,
#et-info-email:hover,
.et-social-icons a:hover {
	opacity: 1;
}
/***** FIX DROPDOWN ARROW POSITION *****/
 .menu-item-has-children>a:after {
     top: unset !important;
	     right: -1em !important;
}
/***** FIX DROPDOWN *****/
 #top-menu .sub-menu {
     padding: 0 !important;
     width: unset !important;
     border-top: 3px solid #ddd !important;
	 top: 100%;
}
 #top-menu .sub-menu li {
     border-left: 0 !important;
     padding: 0 !important;
}
 #top-menu .sub-menu li a:before {
     display: none;
}
#top-menu .sub-menu li a {
    line-height: 3em;
    padding-left: 10px !important;
}
#main-header .nav ul li a:hover,
#main-header .et_mobile_menu li a:hover {
    opacity: 1;
    color: white !important;
}
 .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;
    }
     #section-1 .et_pb_column_1_4 h4:before {
         width: 100%;
    }
}
/***** FOOTER, widgets , h1.entry-title *****/
@media (max-width: 980px) {
	#main-footer h4 {
    text-align: center;
}
	.widgettitle:before,
	#main-footer h4:before {
    width: 100%;
}
	body:not(.home) h1.entry-title {
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
}
	.et_pb_widget {
    text-align: center;
}
	footer .et_pb_widget {
		float: none;
	}
     .scroll-down-button {
         bottom: 5px;
    }
}
 #main-footer .container {
     width: 93%;
}
 .payments strong, .payments br {
     display: none;
}
/*  .paymentsbox {
     max-width: 220px;
} */
 .paymentType {
     display: inline-block;
     float: none;
}
 .paymentType p {
     display: none;
}
 #footer-bottom div {
     font-size: 16px !important;
}
/***** MORE *****/
 #servcss svg {
     display: none;
}
 #servcss {
     display: inline-block;
}
 @media (max-width:980px) {
     #servcss {
         padding-left: 0;
    }
	 .has-button a.et_pb_button {
		 left: unset !important;
	 }
	 .home-testimonial-text:after {
		 display: none;
	 }
}
	 body:not(.image-logo) .contact-info .container {
    text-align: center !important;
}
@media (max-width:600px) {
	#contactForm div:nth-child(5) img {
    float: none;
    margin-top: 5px;
}
	#contactForm div:nth-child(5) input {
    float: none;
    width: 100% !important;
    height: 50px;
    margin: 10px 0 !important;
}
}
.white-box {
	padding: 25px 20px 20px 20px !important;
	background: #fff;
    box-shadow: 0 0 6px #e4e4e4;
	border: 1px solid #e1e1e1;
	border-radius: 10px;
}
blockquote {
	padding-left: 0;
}
header, .et-fixed-header#main-header {
    box-shadow: 0px 0px 5px rgba(0,0,0,.35) !important;
}

/* Full-width clickable mobile menu */
#et_mobile_nav_menu {
		width: 100%;
}
.mobile_nav {
    height: 56px;
    width: 100%;
}
.mobile_menu_bar_toggle {
    height: 56px;
    width: 100%;
    position: absolute;
	left: 0;
    bottom: 0;
}
.mobile_menu_bar:before {
	right: 5px !important;
    left: unset !important;
    position: absolute;
    top: 12px;
}
ul#mobile_menu {
    top: 100%;
}
.mobile_nav .select_page {
    display: inline-block;
    position: absolute;
    left: 10px;
    line-height: 56px;
    color: white;
}
/***** 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 ***/
.image-logo .email-us {
    float: right;
    padding-right: 10px;
}
.image-logo #top-menu > li {
    padding: 53px 12px !important;
}
.image-logo .et-fixed-header #top-menu > li {
    padding: 46px 12px !important;
}
.image-logo .contact-info a:last-of-type {
    padding-left: 10px;
}
.image-logo #main-header .contact-info .email-us {
    padding-top: 5px;
}
.image-logo .contact-info .container {
		padding-left: 10px;
}
.image-logo #top-menu li:before {
    bottom: calc(50% - 1.2em);
}

@media (max-width: 1130px) {
	.image-logo #top-menu > li,
	.image-logo .et-fixed-header #top-menu > li {
    padding: 33px 12px !important;
}
	.image-logo #top-menu > li a,
	.image-logo .et-fixed-header #top-menu > li a{
    text-transform: capitalize;
}
}
@media (max-width: 980px) { 
	.image-logo .logo_container {
    padding: 10px 0 !important;
		position: relative;
    text-align: center;
}
	.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;
}
.blog article, .single article {
	text-align: justify;
	padding: 20px 28px 0;
}

#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;
}
body #top-menu li.current-menu-ancestor>a {
  color:#fff !important;
}

#main-header .nav li ul a {
    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;
    width: 60%;
    margin: 0 auto;
    display: block;
}
.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:980px) {
.image-logo .contact-info .container {
display: flex;
    flex-direction: column;
    align-items: center;
}
}
@media screen and (max-width: 980px) 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%;
}

}

/* add buttons*/
.booking-button-switch {
   display:none;
    /* TODO */
}

.slider-button {
    margin-top: 20px;
    margin-bottom: 40px;
}

.button-quote-header {
    text-align: center;
    padding: 10px 0;
    background: #0573CA;
    /*TODO*/
}

.top_button {
    position: relative;
    display: inline-block;
    background-color: #0a0b71;
    font-weight: bold !important;
    text-transform: uppercase;
    text-shadow: none;
    color: #fff;
    padding: 12px 25px;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 2px;
}

.top_button:before {
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgb(33 150 243);
    border-radius: 2px;
    z-index: -1;
    transition: 0.5s linear;
}

.top_button:hover,
.top_button:active,
.top_button:visited,
.top_button:focus {
    color: #fff;
    background-color: transparent;
	border: 2px solid #0085de
}

.top_button:hover::before {
    left: 0!important;
}

.top_button .fa {
    top: 0px !important;
    left: 0px !important;
    height: 0px !important;
    color: #fff !important;
    padding: 5px 5px 5px 0px !important;
    border: 0px !important;
}

.floating-estimate-btn {
    text-align: center;
    padding: 10px 15px 10px 15px;
    background: #0a0b71;
    /*TODO*/
    color: #ffffff !important;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border: 3px solid #0a0b71;
    /*TODO*/
    border-left: 0px;
    font-size: 15px;
    z-index: 999999;
    font-weight: bold;
    position: fixed;
    bottom: 60px;
    text-transform: capitalize;
    width: 250px;
}

.floating-estimate-btn:before {
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgb(43, 190, 241);
    border-radius: 2px;
    z-index: -1;
    transition: 0.5s linear;
}

.floating-estimate-btn:hover,
.floating-estimate-btn:active,
.floating-estimate-btn:visited,
.floating-estimate-btn:focus {
    color: #fff;
    background-color: transparent;
	border: 3px solid rgb(43, 190, 241);
}

.floating-estimate-btn:hover::before {
    left: 0!important;
}

#main-footer .listing-rev-btn {
    display: flex;
    align-items: center;
    background: #0a0b71;
    /*TODO*/
    position: fixed;
    padding: 10px 15px 10px 15px;
    border: 3px solid #0a0b71;
    /*TODO*/
    border-left: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    bottom: 0px;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    justify-content: center;
    width: 250px;
    z-index: 9999;
    font-weight: bold;
}

#main-footer .listing-rev-btn:before {
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgb(43, 190, 241);
    border-radius: 2px;
    z-index: -1;
    transition: 0.5s linear;
}

#main-footer .listing-rev-btn:hover,
#main-footer .listing-rev-btn:active,
#main-footer .listing-rev-btn:visited,
#main-footer .listing-rev-btn:focus {
    color: #fff;
    background-color: transparent;
    /* border-style: none; */
	border: 3px solid rgb(43, 190, 241);
}

#main-footer .listing-rev-btn:hover::before {
    left: 0!important;
}

#main-footer .listing-rev-btn img {
    display: none;
}

#main-footer .listing-rev-btn .fa {
    display: block;
    margin-right: 5px;
    color: #fff;
    position: relative;
    
}

/* end add buttons */

@media screen and (min-width:601px) {
    .slider-button {
        display: flex;
        justify-content: center;
    }

    .slider-button .booking-button-switch {
    margin-right: 15px;
    }
}

/* BADGES SECTION STYLE */
	div#css-badges-section {
    background-color: #202020 !important;
    padding: 30px 0;
}
.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.badge-holder {
    background: #0573ca;
    opacity: 0.9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 160px;
    padding: 15px 5px 22px 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0px 15px 15px #05273e;
}

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

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

.badge-holder img {
    width: 40%;
    padding-bottom: 5px;
    opacity: 0.9;
}

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

.badge-title span {
    font-size: 17px;
}

.section-title-heading {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px dashed #ffc107;
    margin-bottom: 15px;
    padding-bottom: 2px;
}
/*end of badges section*/

/* SERVICES SECTION STYLE */
 div#home-section-title {
     background-color: #333333 !important;
     display: flex;
     justify-content: center;
     position: relative;
}
 div#home-section-title:before {
     content: '';
     position: absolute;
     width: 0;
     height: 0;
     border-left: 25px solid transparent;
     border-right: 25px solid transparent;
     border-top: 25px solid #333333;
     bottom: -25px;
     z-index: 999;
}
 div#services-blocks-section {
     background-color: #ffffff!important;
}
 div#services-blocks-section:after {
     top: auto;
     right: auto;
     left: 0;
     bottom: 0;
     transform: rotate(180deg);
}
 .srvBlockTitle p {
     text-align: center;
     font-size: 26px;
     color: #ffffff;
     line-height: 1.2;
     padding: 0;
     font-family: 'Montserrat', sans-serif;
     font-weight: bold;
}
 .srvElement {
     max-width: 500px;
     margin: 0 auto;
     border: 1px solid #3c3c3c;
     background: #333333;
     margin-bottom: 25px;
     margin-top: 25px;
     overflow: hidden;
}
 .srv-icon {
     position: absolute;
     background: #0085de;
     width: 75px;
     height: 75px;
     right: 0;
     bottom: -37px;
     display: flex;
     justify-content: center;
     align-items: center;
     z-index: 9999;
     border: 5px solid #0085de;
}
 .srv-icon img {
     width: 50px !important;
     height: 50px !important;
     object-fit: contain !important;
     object-position: center!important;
     border: none !important;
     filter: brightness(0.95);
}
 .srvElementHeader h2 {
     text-align: center;
     color: #ffffff;
     font-weight: bold;
     font-family: 'Montserrat', sans-serif;
     padding-bottom: 5px;
     padding-top: 10px;
     font-size: 22px;
     min-height: 59px;
     display: flex;
     justify-content: center;
     align-items: center;
}

 .srvElementImg {
     display: flex;
     justify-content: center;
     align-items: center;
     margin-bottom: 36px;
     position: relative;
}
 .srvElementImg img {
     width: 100%;
     max-height: 330px;
     object-fit: cover;
     object-position: center;
}
 .srvElementBody {
     padding: 0px 20px 20px 20px;
}
 .srvElementBody a {
  color: #0085de;
 }
 .srvElementHeader {
     border-top: 1px dashed #0a0b71;
}
 .srvElementContent {
     text-align: justify;
     font-size: 16px;
     line-height: 1.6;
     color: #fff;
}
 .srvElement:hover .srvElementImg img {
     filter: grayscale(1) drop-shadow(0px 0px 6px #fff);
}
 .srvElement:hover .srv-icon img{
     filter: none;
}
 .srvElement:hover h2 {
     color: #fffdff;
     font-weight: bold;
}
 div#home-content-section {
     background-color: #ffffff!important;
     border-top: 15px solid #757575;
}

/* SERVICES STYLE DESKTOP*/
     .srvElement {
         width: 32%;
         display: flex;
         flex-direction: column;
         margin: 0;
         margin-bottom: 15px;
         margin-top: 15px;
    }
     .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%;
    }
     .srvElementHeader h3 {
         min-height: 54px;
         display: flex;
         justify-content: center;
         align-items: center;
    }
     .srvElementContent {
         height: 100%;
    }
     .srvElementFullWidth .srvElementContent {
         height: auto;
    }
     .srvElement.srvElementFullWidth {
         width: 100%;
         max-width: 1080px;
         flex-direction: row;
    }
     .srvElementFullWidth .srvElementHeader {
         border-top: none;
    }
     .srvElementFullWidth .srv-icon {
         bottom: 0;
         right: -32px;
    }
     .srvElementFullWidth .srvElementImg {
         width: 34%;
         margin: 0;
    }
     .srvElementFullWidth .srvElementBody {
         width: calc(68% - 20px);
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         margin: 20px 20px 20px 30px;
         border-left: 1px dashed #0a0b71;
         height: auto;
         padding: 0px 0px 0px 20px;
    }

/*MEDIA QUERIES*/
 @media only screen and (min-width: 600px) {
     .srvElementImg img:not(.srv-icon-img) {
        height: 300px;
    }
     .homepage-services {
         max-width: 100%;
    }
     .homepage-services #servcss li:before {
         position: absolute;
         top: 0;
         left: 0;
    }
     .homepage-services #servcss li {
         padding-left: 20px;
         justify-content: flex-start;
    }
     .homepage-services #servcss {
         column-count: 2;
         -webkit-column-count: 2;
         -moz-column-count: 2;
         margin: 0 auto;
         width: 100%;
         column-gap: 25px;
    }
     .homepage-services #servcss li:first-child {
         margin-top: 0;
    }
}
 

@media only screen and (max-width: 981px) {
    .srvBlock {
        display: block;
        height: 100%;
        /*padding: 60px;*/
        margin-bottom: 0px;
    }
    .srvElement {
    width: 100%;
    margin: 15px auto 0px;
}
.srvElementFullWidth {
	max-width: 500px!important;
    margin: 15px auto 0px;
    display: 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;
}
}

@media only screen and (max-width: 981px) {
    .srvElementFullWidth .srv-icon {
        bottom: -37px;
        right: 0!important;
    }
    .srvElementFullWidth .srvElementBody {
        width: 100%!important;
        border-left: none!important;
        padding: 10px!important;
        margin: 36px 0 0 0 !important;
    }
    .srvElementHeader {
        border-top: 1px dashed #0a0b71!important;
    }
}
/*end of services*/

/*Footer Navigation*/

#footer-widgets .footer-widget li a {
	color: #fff!important;
}

#main-footer .et_pb_widget li {
	list-style-type: none!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;
}
/*end of footer navigation*/

/*--------------------------------------------------
    * Testimonials Plugin CSS
--------------------------------------------------*/
.testimonials-info {
    margin-bottom: 1rem;
}
 
.testimonial-item {
    border: 1px solid #ffffff00;
    border-radius: 10px;
    padding: 1rem;
    background: #ffffff00;
    min-height: 100%;
    break-inside: avoid;
}

.testimonial-item:hover {
	background: #ffffff00;
    border: 1px solid #ffffff00;
}
 
.testimonials-grid .testimonial-item {
    margin-bottom: 1rem;
}
 
.testimonial-item a {
    height: 100%;
    display: grid;
    justify-items: center;
    background: #0573cae0;
    padding: 10px;
    box-shadow: 0px 5px 10px #05273e;
}
 
.testimonial-subject {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
 
.rating {
    display: flex;
    justify-content: center;
    margin: 0.5rem;
}
 
.star {
    width: 1rem;
    height: 1rem;
    color: #ffc956;
    margin:2px;
}
 
.testimonial-content {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-style: italic;
}
 
.testimonial-footer {
    margin-top: 1rem;
}
 
.reviewer-details {
    font-size: 0.75rem;
}
 
.review-from-logo {
    width: 80px;
    height: auto;
    padding: 3px;
    min-height: 35px;
    background: #fff;
}
 
.reviewer-name {
    font-weight: 500;
    color: #fff;
    line-height: 1.5rem;
    margin-bottom: 5px;
    font-size: 14px;
}

.nav-arrows {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}
 
.nav-arrows button {
    padding: 0.5rem;
    border-width: 1px;
    border-color: #0a0b71;
    border-radius: 0;
    cursor: pointer;
    background: #0a0b71;
    border-style: solid;
    display: flex;
    color: #fff;
    box-shadow: 0px 3px 5px #05273e;
}
 
.nav-arrows button:hover {
    background: #0a0b71;
    color: #ffffff;
    border-color: #0a0b71;
}
 
.nav-arrows button svg {
    height: 20px;
    width: 20px;
    margin-right: 0;
}
 
.rotate-180 {
    rotate:180deg;
}

@media only screen and (min-width: 600px) {
    .testimonials-grid {
        column-fill: balance;
        columns: 2;
        gap: 1.5rem;
    }
}

@media only screen and (min-width: 992px) {
    .testimonials-grid {
        columns: 3;
    }
 
    .testimonial-subject {
        font-size: 1.25rem;
    }
 
    .testimonial-content {
        line-height: 1.5rem;
    }
 
    .testimonial-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }
 
    .reviewer-details {
        display: flex;
        align-items: center;
    }
 
    .reviewer-name {
        padding-right: 0.75rem;
        font-size: 0.75rem;
        border-right: 0;
    }
 
    .review-from-logo {
      padding-left: 5px;
    }
}

.testimonials-title{
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	text-shadow: 2px 2px #000;
}

@media (max-width: 479px) {
    .et_pb_post h2 {
       font-size: 28px; 
       padding-bottom: 10px;
    }
}

.single-post h2 {
  text-align: left;
}
.single-post p {
text-align: justify;
}

 /* ADDITTIONAL SERVICES STYLE */


#additionalServices {
    list-style: none;
    text-align: center;
    padding: 0;
    list-style-type: none;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#additionalServices li {
    break-inside: avoid;
    padding: 5px 3px;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    text-align: center;
    margin-bottom: 0 !important;
}
#additionalServices li a {
	color: #0085de;
	text-decoration: underline;
}
#additionalServices li::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}


@media (min-width: 600px) {
 

#additionalServices li {
    break-inside: avoid;
    padding: 10px 5px;
    text-align: left;
}

    
}

@media (min-width: 981px) {
#additionalServices {
    columns: 3;
    column-gap: 10px;
}
}

.nav-arrows > button.slider-previous > svg > path{
	transition:0.1s;
}

.nav-arrows > button.slider-next > svg > path{
	transition:0.1s;
}

#mobile_menu li a {
    line-height: 1.2em;
}

.floating-estimate-btn{
z-index: 9999;
}

#main-footer .listing-rev-btn{
display: flex;
    align-items: baseline;
    position: fixed;
    z-index: 9999;
}

@media screen and (max-width: 981px) and (min-width: 425px) {
    .hours, .openinghours {
        max-width: 385px;
        margin: 0 auto !important;
    }
}


/*HOME LIST STYLE*/
ul.unordered-list-container, ol.ordered-list-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 0;
}
ul li.list-item{
    list-style: inside disc;
}
li.list-item {
    width: 500px;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    color: #0f3e63;
    font-weight: 700;
    box-shadow: 6px 6px 12px #0085de, -6px -6px 12px #ffffff;
    transition: all 0.5s ease-in-out;
}
li.list-item:hover {
    background: #0085de;
	color: #fff;
}
ul li.list-item:hover{
	transform: scalex(1.025);
}
.list-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 980px) {
	.list-container {
	flex-direction: row
	}
}
/*HOME LIST STYLE*/
.et_pb_text_7 {
	color: #0085de !important;
}
ul.areas-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10px;
}
li.areas-list-item{
   margin-right: 30px;
}
@media(max-width: 600px) {
    ul.areas-list {
      grid-template-columns: 1fr;  
    }
    li.areas-list-item{
   margin-right: unset;
}
}
.single-post div#main-content .container {
        padding: 77px 0 !important;
}
#main-content .container {
    padding: 77px 0 !important;
}

#main-content .container h2{font-size: 24px !important; padding-bottom: 10px;}

@media (min-width: 981px) {
    
#main-content .container .type-post {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
}

@media (max-width: 980px) {
   #sidebar .et_pb_widget {
    margin-top: 40px;
}
}
.post-content {
    text-align: justify;
}

@media (max-width: 980px) {
    .et_pb_post>h2 {
        font-size: 24px;
        text-align: center;
    }
    p.post-meta{
     text-align: center;
    }
}
@media only screen and (max-width: 980px) {
    body.home .et_pb_section_0.et_pb_section {
        padding-top: 0 !important;
    }
}
@media (min-width: 1200px){
body:not(.home) div#page-container {
    padding-top: 150px !important;
}
    }