/*
Theme Name: divi child
Theme URI: http://example.com/
Description: A child theme for Divi.
Author: Your Name
Author URI: http://example.com/
Template: divi
Version: 1.0.0
*/

/* Add custom CSS below this line */



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/

/* body h2, 
h3,
li,
p{
	font-weight: 400 !important;
} */
.font-weight-600 h1,
.font-weight-600 h2,
.font-weight-600 h3,
.font-weight-600 h4,
.font-weight-600 h5,
.font-weight-600 h6,
.font-weight-600 p,
.font-weight-600 li {
	font-weight: 600 !important;
}
.font-weight-300 h1,
.font-weight-300 h2,
.font-weight-300 h3,
.font-weight-300 h4,
.font-weight-300 h5,
.font-weight-300 h6,
.font-weight-300 p,
.font-weight-300 li {
	font-weight: 300 !important;
}
.plumber-star-rating {
    display: inline-block;
    cursor: default;
}
.plumber-star-rating .star {
    font-size: 26px;
    color: #fce352;
}
.plumber-special-sec .et_pb_column_2_3{
	border-right: 1px solid #e8e9ec;
}

.plumber-body-rating .star {
    font-size: 22px !important;
}
.plumber-hero-list ul{
    display: flex;
    gap: 32px;
    justify-content: center;
}
.plumber-hero-list li{
    position: relative;
    max-width: 135px;
}
.plumber-hero-list li:before{
    content: '\2713';
    position: absolute;
    left: -28px;
    top: 15px;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}
.plumber-grid-list ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 15px;
	list-style-position: inside;
	padding-left: 0;
}
.plumber-grid-list ul li{
	border-bottom: 1px dashed #e8e9ec;
	padding: 10px 0;
}
.plumber-order-list ol li{
	margin-bottom: 20px;
}
.plumber-heading-divider h4{
	position: relative;
	background-color: #ffffff;
	z-index: 10;
	width: fit-content;
	padding-right: 8px;
}
.plumber-heading-divider .et_pb_text_inner::before{
	content: "";
	background-color: #e8e9ec;
	height: 1px;
	display: block;
	position: absolute;
	top: 15px;
	right: 0;
	width: 100%;
	z-index: -1;
}
.plumber-btn-none{
	display: none !important;
}
.plumber-testimonial-blurb .et_pb_image_wrap.et_pb_only_image_mode_wrap{
	height: 35px !important;
}
.plumber-mobile-fixed-sec{
	position: fixed;
	bottom: -150px; /* Initially hidden */
	left: 0;
	width: 100%;
	transition: bottom 0.3s ease-in-out;
	z-index: 1000; /* Ensure it appears above other content */
}
.plumber-code-btn:hover{
	background-color: #2ca600 !important;
}
.plumber-animation-btn{
	animation: pulse 2s infinite;
}
@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
@media only screen and (max-width: 360px){
	.plumber-hero-list ul li{
		font-size: 12px !important;
	}
	.plumber-hero-sec .et_pb_text_0 h1{
		font-size: 28px !important;
		line-height: 36px !important;
	}
}
@media only screen and (max-width: 402px){
	.plumber-hero-list ul li{
		font-size: 14px;
	}
	.plumber-hero-list ul{
        gap: 8px 30px !important;
    }
	.plumber-hero-sec .et_pb_text_0 span{
		font-size: 16px !important;
	}
}
@media only screen and (max-width: 768px){
    .plumber-hero-list ul{
        display: grid !important;
		grid-template-columns: 1fr 1fr;
        gap: 8px 40px;
		width: max-content;
    }
	.plumber-hero-list .et_pb_text_inner{
		display: flex;
		justify-content: center;
	}
    .plumber-body-rating .star {
        font-size: 16px !important;
    }
	.plumber-grid-list ul{
		grid-template-columns: 1fr;
	}
	.plumber-code-btn {
		font-size: 18px !important;
		white-space: nowrap !important;
	}
}
@media only screen and (max-width: 980px){
    .plumber-special-sec .et_pb_row.et_pb_gutters3{
        display: flex;
        flex-direction: column-reverse;
	}
	.plumber-special-sec .et_pb_column_2_3{
		border-right: 0px !important;
	}
	.plumber-special-sec .et_pb_row .plumber-home-sticky-col{
		background-color: transparent !important;
		margin-top: -100px !important;
		padding-bottom: 15px !important;
		position: static !important;
		top: 0;
	}
}


/*------------------------------------------------*/
/*------------------[LP3]--------------------*/
/*------------------------------------------------*/
.plumber-lp3-heading h1{
	font-size: 30px !important;
}
.plumber-checkmark-list .et_pb_text_inner{
	display: flex;
	justify-content: center;
}
.plumber-checkmark-list ul{
	max-width: 345px;
	width: 100%;
	padding-left: 22px !important;
}
.plumber-checkmark-list li{
	position: relative;
	list-style: none;
	padding-bottom: 10px !important;
}
.plumber-checkmark-list li::before{
	content: "";
	position: absolute;
	background-image: url(https://best.24-7-plumbers.net/wp-content/uploads/2024/07/check.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	z-index: 22;
	left: -20px;
	top: 2px;
}

.plumber-lp3-btn{
	color: #FFFFFF !important;
    border-width: 1px !important;
    border-color: #000000;
    font-size: 24px;
	line-height: 36px !important;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    background-color: #00cc00;
	text-decoration: none;
	padding: 9px 35px !important;
}
.plumber-lp3-btn:hover::after{
	display: none !important;
}
.plumber-lp3-btn:hover{
	padding: 9px 35px !important;
	border: 1px solid #000000 !important;
	background-color: #00cc00 !important;
}
.plumber-lp3-blurb{
	padding-top: 10px !important;
	width: fit-content !important;
	position: relative;
}
.plumber-lp3-blurb h4.et_pb_module_header{
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	color: #333333 !important;
}
.plumber-lp3-bottom-blurb h4.et_pb_module_header{
	padding: 0px !important;
	font-weight: 700 !important;
}


@media only screen and (max-width: 767px){
	.plumber-lp3-heading h1{
		font-size: 20px !important;
	}
	.plumber-lp3-her-img .et_pb_image_wrap {
		width: 100% !important;
	}
	.plumber-lp3-her-img .et_pb_image_wrap img{
		width: 100% !important;
        object-fit: cover;
		object-position: center -12vw;
	}
	.et_pb_code_inner .plumber-lp3-btn.et_pb_button{
		font-size: 19px !important;
		line-height: 29px !important;
		padding: 7px 35px !important;
	}
@media only screen and (max-width: 400px){
	.plumber-lp3-her-img .et_pb_image_wrap img{
        object-position: center 0vw !important;
	}
}
/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/