@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

/*

font-family: 'Poppins', sans-serif;
Extra-light 200
Light 300
Regular 400
Medium 500
Semi-bold 600
Bold 700

*/

*{
	margin: 0px;
	padding: 0px;
	}

ul, li, ol {
	list-style-type:none;
	}
	
.clr {
	clear:both;
	display:block;
	width:100%;
	height:0px;
	}

a {
   	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	box-shadow:none;
	}

a:focus, a:active {
	outline: none;
	}
	
a, a img {
	border:none;
	}
	
img {
	max-width:100%;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
    font-weight: bold;
	margin:0px;
	padding:0px;
	letter-spacing:0px;
	text-transform:none;
	line-height: 1.4;
	}
	
h1 {
	font-size:32px;
	}
	
h2 {
	font-size:28px;
	}
	
h3 {
	font-size:25px;
	}
	
h4 {
	font-size:21px;
	}
	
h5 {
	font-size:17px;
	}
	
h6 {
	font-size:14px;
	}
	
p{
	margin-bottom:15px;	
	padding-bottom:0px;
	}

iframe{
	width: 100%;
	}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder{
	/*color: #131313;*/
	font-family: 'Poppins', sans-serif;
	}

:-moz-placeholder{
	/*color: #131313;*/
	font-family: 'Poppins', sans-serif;
	}

::-moz-placeholder{
	font-family: 'Poppins', sans-serif;
	opacity: 1;
	}

:-ms-input-placeholder{
	font-family: 'Poppins', sans-serif;
	}

textarea{
	height: 120px;
}

body{
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #000;
	font-size: 15px;
	line-height: 28px;
	}

.site-header{
	border-top: solid 3px #e1cd21;
}

.home .entry-header, .header-titles .site-description, .toggle-inner .toggle-text{
	display: none;
	}

.header-inner{
	max-width: 120rem;
	}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	margin: 0 0 2rem 0;
	}

.entry-content p, .entry-content li{
	line-height: 28px;
	font-size: 14px;
	}

/*
body:not(.home) #site-header{
	background-color: #000;
	}

*/

.section-inner.medium{
	max-width: 120rem;
	width: calc(100% - 8rem);
	}

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), 
.panel-layout, .footer-inner{
	width: 100%;
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	}

.widget_text p, .widget_text ol, .widget_text ul, 
.widget_text dl, .widget_text dt, .widget-content .rssSummary, .widget-content{
	font-size: 14px;
	}

.search-toggle .toggle-icon, .search-toggle svg{
	height: 1.8rem;
	max-width: 1.8rem;
	width: 1.8rem;
	}

.modal-menu a, .modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a, .modal-menu ul li a{
	color: #231f20;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
    font-size: 16px;
	}

.singular .entry-header{
	background-color: #1e0285;
	padding: 0 0 0 0;
	margin-bottom: 6rem;
	}

.singular .entry-header h1.entry-title{
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 28px;
	padding: 4rem 0;
	letter-spacing: 0;
	text-transform: uppercase;
	position: relative;
	}

.single-product .entry-header{
	background-color: #ffffff;
	padding: 0 0 0 0;
	margin-bottom: 6rem;
	}

.single-product .entry-header h1.entry-title{
	color: #2d2d2d;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 28px;
	padding: 4rem 0 1rem 0;
	letter-spacing: 0;
	text-transform: uppercase;
	position: relative;
	}


/*
.singular .entry-header h1.entry-title:after{
	content: "";
	background-color: #c62a2c;
	position: absolute;
	width: 30px;
	height: 1px;
	bottom: -13px;
	left: 0;
	right: 0;
	margin: 0 auto;
	}

*/

button.close-nav-toggle svg, button.close-nav-toggle .toggle-text{
	color: #000000;
}

/* sub menu */

#site-header{
	background-color: #2706a1;
}

.hdr-tpbar{
	background-color: #2706a1;
}

.hdr-tpbar .header-inner{
	padding: 14px 0;
}

ul.top-info{
	margin: 0;
}

.hdr-tpbar .widget:nth-child(1){
	width: 60%;
}

.hdr-tpbar .widget{
	text-align: right;
	color: #fff;
}

ul.top-info li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 0;
	margin: 0 34px;
}

ul.top-info li:nth-child(1):before{
	content: "";
	position: absolute;
	background-image: url(/wp-content/themes/manningplumbing/assets/images/mail-icon.png);
	background-repeat: no-repeat;
	background-size: 60% auto;
	background-position: center center;
	width: 30px;
	height: 30px;
	left: -36px;
	top: 0;
}

ul.top-info li:nth-child(2):before{
	content: "";
	position: absolute;
	background-image: url(/wp-content/themes/manningplumbing/assets/images/phn-icon.png);
	background-repeat: no-repeat;
	background-size: 60% auto;
	background-position: center center;
	width: 30px;
	height: 30px;
	left: -36px;
	top: 0;
}

ul.top-info li a{
	color: #fff;
	font-size: 12px;
	font-weight: 400;
}

.request-btn a{
	background-color: #f3d736;
	border: solid 1px #f3d736;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	padding: 8px 20px;
	color: #28169e;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.right-top-phn h3{
	font-size: 13px;
	color: #231f20;
	font-weight: 400;
}

.right-top-phn h3 a{
	font-weight: 500;
	/*color: #28169e;*/
	color: #579ed6;
	font-size: 18px;
	position: relative;
	margin-left: 30px;
}

.right-top-phn h3 a:before{
	content: "";
	position: absolute;
	background-image: url(/wp-content/themes/manningplumbing/assets/images/phn-icon2.png);
	background-repeat: no-repeat;
	background-size: 60% auto;
	background-position: center center;
	width: 28px;
	height: 28px;
	left: -36px;
	top: 0; 
}

.disk-wt{
	position: relative;
}

.disk-wt:after{
	content: "";
	position: absolute;
	background-image: url(/wp-content/themes/manningplumbing/assets/images/hdr-shape2.png);
	background-size: 74% auto;
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: -999;
	right: 0;
	top: 0;
}

/*.disk-wt:before{
	content: "";
	position: absolute;
	background-image: url(/wp-content/themes/manningplumbing/assets/images/hdr-shape.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 123px;
	height: 183px;
	left: 0;
	top: 0;
}
*/
.primary-menu .sub-menu{
	padding: 0;
}

.sub-menu li a:hover{
	background-color: #ffffff;
	color: #000000 !important;
}

.primary-menu ul::after {
	display: none;
}

.search-results .post-inner{
	padding-top: 4rem;
	}

.search-results hr{
	margin: 4rem auto;
	}

.search-results h2.entry-title{
	font-size: 45px;
	}
	
/* ---------- */

.primary-menu > li.current_page_item a, .primary-menu > li.current_page_item a:active,
.primary-menu > li.current_page_item a:focus, .primary-menu > li.current_page_item a:hover,
.primary-menu > li a:hover{
	color: #050606;
}

.primary-menu a{
	font-family: 'Poppins', sans-serif;
    font-weight: 300;
	padding: 15px 0;
	color: #050606;
	font-size: 14px;
}

.primary-menu > li > .icon{
	color: #414142;
}

.primary-menu > li{
	margin: 0 22px;
}

ul.primary-menu{
	justify-content: flex-start;
}

#homeslider .metaslider .caption-wrap{
	background: transparent;
	height: 100%;
	opacity: 1;
}

#homeslider .metaslider .caption{
	width: 100%;
	max-width: 1280px;
	padding-right: 40px;
	padding-left: 20px;
	/*padding-left: 40px;*/
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	margin: 0 auto;
}

.slider-txt{
	width: 100%;
	max-width: 520px;
	text-align: left;
	background: rgba(0, 0, 0,0.6);
    padding: 2em 20px;
}

.slider-txt h3{
	font-family: 'Poppins', sans-serif;
    font-weight: bold;
	font-size: 26px;
	line-height: 36px;
	text-transform: uppercase;
	margin-bottom: 6px;
	color: #fff;
}

.slider-txt p{
	font-size: 14px;
	font-weight: 400;
}

.slider-btn{
	width: 100%;
	max-width: 150px;
	/*display: block;*/
	display: none;
}

.slider-btn a{
	border: solid 1px #fff;
	background-color: #fff;
	text-transform: capitalize;
	/*color: #28169e;*/
	color: #579ed6;
	text-align: center;
	padding: 5px;
	width: 100%;
	max-width: 150px;
	display: block;
	font-size: 16px; 
	font-weight: 400;
	line-height: 30px;
	margin-top: 20px;
}

.slider-btn a:hover{
	border: solid 1px #fff;
	background-color: #ffffff;
	color: #000;
}

#homeslider .metaslider .flex-control-nav{
	bottom: 30px;
}

#homeslider .flex-control-paging li a.flex-active, .metaslider .flex-control-nav li a{
	background: transparent;
	border: solid 3px #fff;
}

#homeslider .flex-control-paging li a{
	width: 13px;
	height: 13px;
}

#homeslider .metaslider .flexslider{
	margin-bottom: 0;
}

/*#homeslider .metaslider .flexslider .flex-direction-nav li a{
	width: 51px;
	height: 99px;
}*/

.welcm-left .widget-title{
	/*color: #2706a1;*/
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #579ed6;
}

.welcm-left strong{
	font-weight: 300;
	font-size: 18px;
}

.read-btn .ow-button-base a{
	/*background-color: #28169e;
	border: solid 1px #28169e;*/
	background-color: #579ed6;
	border: solid 1px #579ed6;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    border-top-right-radius: 50px;
	border-top-right-radius: 0;
	text-transform: capitalize;
	text-align: center;
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	padding: 13px 5px;
	width: 100%;
	max-width: 135px;
	display: block;
}

.read-btn .ow-button-base a.ow-button-hover:hover{
	background-color: #f3d736;
	border: solid 1px #f3d736;
	color: #28169e;
}

.sub-hding h3.widget-title,
.home-choose-right h3.widget-title,
.home-testimonial h3.widget-title,
.home-blog h3.widget-title{
	color: #151515;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
}

.hm-service-box{
	position: relative;
}

.home-service-row .panel-layout{
	padding-left: 0;
	padding-right: 0;
}

.hm-service-box .widget_sow-headline{
	position: absolute;
	bottom: -8px;
	width: 100%;
	max-width: 280px;
	background: rgba(243,215,54,0.85);
}

.hm-service-box .sow-headline-container{
	padding: 4%;
	margin-left: 5rem;
}

.hm-service-box .sow-headline-container h3.sow-headline{
	margin-bottom: 8px;
	color: #231f20;
	font-size: 18px;
}

.hm-service-box .sow-headline-container h3.sow-headline a{
	color: #231f20;
}

.hm-service-box .sow-headline-container p.sow-sub-headline{
	font-size: 12px;
	font-weight: 500;
}

a.vp-a {
    width: 55px;
    display: block;
    margin: 0 auto;
}

.know-btn .ow-button-base a{
	background-color: #28169e;
	border: solid 1px #28169e;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    border-top-right-radius: 50px;
	border-top-right-radius: 50px;
	text-transform: capitalize;
	text-align: center;
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	padding: 13px 5px;
	width: 100%;
	max-width: 135px;
	margin: 0 auto;
	display: block;
}

.know-btn .ow-button-base a.ow-button-hover:hover{
	background-color: #f3d736;
	border: solid 1px #f3d736;
	color: #28169e;
}

.home-testimonial-row{
	border-top: solid 2px #e7e7e7;
	border-bottom: solid 2px #e7e7e7;
}

.home-testimonial .sp-testimonial-free{
	background: #fff;
	box-shadow: 0 1px 2px rgba(180, 178, 178, 0.75);
	-webkit-box-shadow: 0 1px 2px rgba(180, 178, 178, 0.75);
	-moz-box-shadow: 0 1px 2px rgba(180, 178, 178, 0.75);
	text-align: left;
	padding: 24px;
	border-radius:25px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.home-testimonial .sp-testimonial-free-section .sp-tfree-client-image{
	width: 80px;
}

.home-testimonial #sp-testimonial-free-wrapper-167 .sp-testimonial-free-section .tfree-testimonial-title h3{
	color: #151515;
}

.home-testimonial .sp-testimonial-free-section .tfree-testimonial-title h3{
	text-align: left;
	max-width: 200px;
}

.home-testimonial .sp-testimonial-free-section .tfree-testimonial-title{
	margin-bottom: 10px;
}

.home-testimonial .sp-testimonial-free-section .tfree-client-testimonial{
	text-align: left;
}

.home-testimonial .sp-testimonial-free-section .tfree-client-testimonial p{
	font-size: 12px;
	line-height: 24px;
}

.home-testimonial .sp-testimonial-free-section .tfree-client-name{
	text-align: left;
	float: left;
	font-size: 13px;
	margin-right:20px;
}

.home-testimonial .sp-testimonial-free-section .tfree-client-designation{
	font-size: 13px;
	text-align:left;
}

.home-testimonial #sp-testimonial-free-wrapper-167 .sp-testimonial-free-section .slick-dots li.slick-active button{
	border: solid 1px #ccc;
}

p:empty, .home-testimonial .sp-testimonial-free-section .tfree-client-testimonial p.tfree-testimonial-content{
	display: none;
}

.home-blog .wppsac-post-carousel.design-1 .wppsac-post-title a{
	color: #231f20;
	font-size: 18px;
	font-weight: 400;
	line-height: 16px;
}

.home-blog .wppsac-sub-content{
	font-size: 14px;
}

.home-blog .wppsac-post-carousel.design-1 a.wppsac-readmorebtn:hover{
	background: #28169e;
}
.home-blog .wppsac-post-carousel h2.wppsac-post-title {height:60px;}

.footer-nav-widgets-wrapper{
	background-image: url(/wp-content/themes/manningplumbing/assets/images/ftr-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	color: #fff;
	background-size: cover;
}

.home .footer-nav-widgets-wrapper{
	margin-top: 0;
}

.footer-widgets.column-one .widget,
.footer-widgets.column-two .widget{
	width: calc(100% /2 - 20px);
	display: inline-block;
	vertical-align: top;
	margin-top: 0;
}

.btm-details-list li.location,
.btm-details-list li.email,
.btm-details-list li.call{
	position: relative;
}

ul.btm-details-list{
	margin-left: 0;
	margin-bottom: 0;
}

.btm-details-list li{
	padding-bottom: 0;
	padding-left: 50px;
	font-size: 14px;
	margin-bottom: 22px;
	color: #fff;
}

.btm-details-list li a{
	color: #fff;
}

.btm-details-list li a:hover,
.socials-btm ul li a:hover{
	color: #f3d736;
}

.btm-details-list li.location:before{
	content: "";
	background-image: url(/wp-content/themes/manningplumbing/assets/images/map-icon.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	width: 21px;
	height: 31px;
	top: 4px;
	left: 0;
}

.btm-details-list li.email:before{
	content: "";
	background-image: url(/wp-content/themes/manningplumbing/assets/images/mail-icon.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	width: 21px;
	height: 15px;
	top: 6px;
	left: 0;
}

.btm-details-list li.call:before{
	content: "";
	background-image: url(/wp-content/themes/manningplumbing/assets/images/phn-icon.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	width: 22px;
	height: 23px;
	top: 2px;
	left: 0;
}

.socials-btm ul{
	margin: 0;
}

.socials-btm ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 9%;
	margin-top: 0;
}

.socials-btm ul li a{
	color: #fff;
	font-size: 24px;
}

.footer-widgets.column-one .widget_nav_menu{
	padding-left: 13%;
}

.footer-widgets-wrapper .widget_nav_menu a{
	font-weight: 300;
	color: #ffffff;
}

.footer-widgets-wrapper .widget_nav_menu a:hover{
	color: #f3d736;
}

.footer-widgets-wrapper .widget_nav_menu ul li{
	margin-bottom: 7px;
}

.footer-widgets.column-one h2.widget-title, .footer-widgets.column-two h2.widget-title{
	font-size: 22px;
}

.footer-widgets-wrapper h2.widget-title{
	position: relative;
}

.footer-widgets-wrapper h2.widget-title:after{
	content: "";
	position: absolute;
	background-color: #fff;
	width: 50px;
	height: 2px;
	left: 0;
	bottom: -10px;
}

#site-footer{
	background-color: transparent;
	border-top: solid 1px #ccc;
}

.footer-credits{
	width: 100%;
}

.footer-copyright{
	width: 100%;
	text-align: center;
	font-weight: 400;
}

.footer-copyright a{
	font-weight: 400;
}

#site-footer{
	padding: 2.3rem 0;
	font-size: 15px;
}

.footer-widgets-outer-wrapper{
	padding: 6rem 0 4rem 0;
}

a.to-the-top{
	background: rgb(226, 200, 52);
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	bottom: 10px;
	right: 0px;
	color: #fff;
}

.header-titles .site-logo{margin: 1rem 0 0 0.4rem;}

.home-testimonial .sp-testimonial-free-section .sp-tfree-client-image::after{content:'';background-image:url('http://creatvmind.com/web/manning/wp-content/uploads/2021/04/testi-img1.png');
background-repeat:no-repeat;display: block;
background-size: cover;
width: 50px;
height: 69px;
right: 2.5em;
position: absolute;
top: 1.5em;}


.wpcf7-submit {
	background-color: #f3d736 !important;
	font-size: 14px;
	border-radius: 50px;
}
.wpcf7-submit {
	background-color: #f3d736 !important;
	font-size: 14px !important;
	border-radius: 50px !important;
	font-weight: 400;
    padding: 8px 20px !important;
    color: #28169e !important;
}
.about-cmpy ul, .chose-us ul {
	margin-left: 0px;
}
.about-cmpy ul li, .chose-us ul li {
	margin-top: 0px;
}
.about-cmpy ul li::before, .chose-us ul li::before {
	content: "\f00c";
    font-family: "FontAwesome";
    color: #579ed6;
    width: 100%;
    text-align: center;
    margin-right: 10px;
}
