/**
Theme Name: Plumbing Concepts INC. Inc
Author: Priority Marketing
Author URI: #
Description: Theme by Priority Marketing
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cypress-plumbing-inc
Template: astra
*/

/* SCAFFOLDING */
body {
	line-height: 2;
}
footer {
    line-height: 1.5;
}
footer .inline {
    display: inline-block;
    width: auto !important;
}
footer .copyright .elementor-widget-wrap {
    justify-content: center;
}
footer .contact-info svg {
    max-width: 25px;
	margin-right: 5px;
}
h1 {
    line-height: 1.35 !important;
}
h4 {
	color: #000;
}
.copy {
	margin-bottom: 30px !important;
}

label {
	font-family: 'Poppins',sans-serif;
	font-weight:600;
}

input {
	font-family: 'Poppins',sans-serif;
	font-weight:600;
}

input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	font-family: 'Poppins',sans-serif !important;
}

input[type=submit] {
	font-family: 'Poppins',sans-serif !important;
	color:#ffffff !important;
	border-color: #5cb054;
    background-color: #5cb054;
}

/* COMPONENTS */
/* 3 Column Images Height*/
.minheight .elementor-column-wrap { min-height: 200px; }

/* Gravity Form */
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {font-family: 'Poppins', sans-serif !important;}


/* NAV MENUS */
.elementor-nav-menu {
    text-transform: uppercase;
}
.elementor-nav-menu li:before {
    content: "|";
    position: absolute;
    color: #fff;
    top: 12px;
	left: -20px;
}
.sub-menu li:before,
.elementor-nav-menu li:first-child:before {
	display: none;
}

/* ICONS */
/* Service Icons */
.service-link {
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.service-link svg {
    height: 100px;
    max-width: 100px;
    margin-bottom: 10px;
}
.service-link button {
    color: #fff;
    margin-bottom: 30px;
}
.service-title {
    font-size: 20px;
    color: #000;
    margin-bottom: -20px;
}
/* Sewer Icons */
.sewer-icons svg {
    height: 100px;
    max-width: 90px;
}
#tab_seopress_white_label-tab {
	display: none !important;
}

/* Mobile Styling*/

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

    .centered-content-mobile {
        text-align: center !important;
		margin:0 auto !important;
    }
}

