/*
Theme Name: WordPress Grid Child
Template: wpgrid
Author: Gerald De Leon
Description: A very simple WordPress theme.
Tags: css-grid,one-column,flexible-width
Version: 1.0.1707761738
Updated: 2024-02-12 12:15:38

*/

@media only screen and (min-width:1400px){
#hmenu_load_1 .hmenu_inner_holder {
    width: 1400px !important;
}
}


#hmenu_load_1 .hmenu_navigation_holder > ul > li > a, #hmenu_load_1 .hmenu_social_holder > ul > li > a, #hmenu_load_1 .hmenu_product_holder > ul > li > a, #hmenu_load_1 .hmenu_toggle_holder > ul > li > a {
    font-family: "industry", sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
}
@media only screen and (min-width:1024px){
#hmenu_load_1 .hmenu_navigation_holder ul.hmenu_full_hover > li.hmenu_active_nav {
    background: none !important;
}
	
li.menuCTA span strong {
    font-size: 21px;
    line-height: 24px;
}

	
}

#hmenu_load_1 .hmenu_main_holder {
color: #dfbd4d !important;
}

#hmenu_load_1 .hmenu_navigation_holder ul > li:hover > a > div, #hmenu_load_1 .hmenu_navigation_holder ul > li:hover > a > div:before, #hmenu_load_1 .hmenu_navigation_holder ul > li:hover > a > div:after, #hmenu_load_1 .hmenu_navigation_holder ul > li.hmenu_active_nav > a > div, #hmenu_load_1 .hmenu_navigation_holder ul > li.hmenu_active_nav > a > div:before, #hmenu_load_1 .hmenu_navigation_holder ul > li.hmenu_active_nav > a > div:after {
    color: #dfbd4d !important;
}

#hmenu_load_1 ul.hmenu_hover_color > li > a:hover {
    color: #dfbd4d !important;
    background: none !important;
}

#hmenu_load_1 .hmenu_navigation_holder ul.hmenu_full_hover > li:hover {
    background: none !important;
}

li.menuCTA {
    background-color: #374ea3;
    padding: 0 20px;
    margin-left: 20px !important;
}

.menuCTA span {
    line-height: 19px;
    font-size: 15px;
}


/* mega menu */

#hmenu_load_1 .hmenu_mega_sub h2 {
    font-family: "industry", sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    line-height: 19px !important;
}

#hmenu_load_1 .hmenu_list_content h3 {
    font-family: "industry", sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
}

a#hmenu_list_item_uni_38 {
    opacity: 0;
}

a#hmenu_list_item_uni_39 {
    opacity: 0;
}

a#hmenu_list_item_uni_1 h3, a#hmenu_list_item_uni_8 h3, a#hmenu_list_item_uni_11 h3, a#hmenu_list_item_uni_14 h3, a#hmenu_list_item_uni_16 h3, a#hmenu_list_item_uni_18 h3 {
    color: #374ea3 !important;
    text-transform: uppercase !important;
}

#hmenu_load_1 .hmenu_mega_sub a:before {
    content: '-';
}

a#hmenu_list_item_uni_1:before {
    content: none !important;
}

a#hmenu_list_item_uni_8:before {
    content: none !important;
}

a#hmenu_list_item_uni_11:before {
    content: none !important;
}

a#hmenu_list_item_uni_14:before {
    content: none !important;
}

a#hmenu_list_item_uni_16:before {
    content: none !important;
}

a#hmenu_list_item_uni_18:before {
    content: none !important;
}

a#hmenu_list_item_uni_40, a#hmenu_list_item_uni_41, a#hmenu_list_item_uni_42 {
    opacity:0;
}

a#hmenu_list_item_uni_1 h3:hover {
    background-color: none !important;
}


/* Homepage */

@media only screen and (min-width:1024px) {
#features {
   /* margin-top: -150px;*/
	z-index:3;
	position: relative;
}
}

#features h2 {
    margin-top: 0;
    color: #dfbd4d;
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

#features p {
    color: #fff;
}

#features a {
    background-color: #dfbd4d;
    color: #374ea3;
    text-decoration: none;
    padding: 5px 15px;
	text-transform:uppercase;
	font-weight:600;
	transition: 0.5s all ease-in-out;
}

#features a:hover {
    background-color: #e1ce8d;
}

.ivycat-post .entry-content {
    position: relative;
}

.homeBtn {
    position: absolute;
    bottom: 25px !important;
}

/*@media only screen and (min-width:1024px){
#features p {
    width: 65%;
}
}*/


/* CSS Grid Homepage Edits */

@media only screen and (min-width:360px){
    .home .post.hentry.ivycat-post{
        width:100%;
    }
}

@media only screen and (min-width:1024px){
    .home .post.hentry.ivycat-post{
        width:50%;
        float: left;
    }
}

.entry-content {
    padding: 20px;
	min-height:280px;
}

.entry-background{
    background-color: #374ea3;
}

#features h2 {
    font-size: 20px;
    line-height: 25px;
}

.entry-image {
    align-self: center;
}

.entry-image img {
    max-height: 320px;
	transition: 0.5s all ease-in-out;
}

.entry-image img:hover {
    transform: scale(1.1);
}

.entry-image {justify-self: end;}

.entry-content {
    min-height: 280px;
}

.entry-image p {
    margin-top: 0;
}


.home .post.hentry.ivycat-post {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 20px 1fr 20px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0 15px 15px 15px;
    }

.entry-background { grid-area: 2 / 1 / 3 / 3; }
.entry-content { grid-area: 2 / 1 / 3 / 2; z-index:1;}
.entry-image { grid-area: 1 / 2 / 4 / 3; z-index:2;}

/***************************/

/*.home {
    background-image: url(/wp-content/uploads/2024/04/home-background.jpg);
	background-repeat: no-repeat;
}*/

.home a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-custom.vc_btn3-block {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 21px !important;
}

#features a:after {
    padding-left: 10px;
    color: #374ea3;
    content: "\f054";
    font: var(--fa-font-solid);
}

/* CTA */

.cta h2 {
    margin-top: 0;
    color: #dfbd4d;
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.cta h2 {
    font-size: 38px;
    line-height: 43px;
}

.cta {
    padding: 80px 30px;
}

.cta p {
    color: #ffffff;
}

.cta h4 {
    color: #ffffff;
    font-size: 25px;
    line-height: 30px;
    font-family: "industry", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.cta hr {
    text-align: center;
    width: 300px;
    border-color: #ffcc00;
    margin-bottom: 30px;
}

.cta {
    background-size: cover;
    background-position: right;
}

/* Footer */

.footnav a:hover {
    text-decoration: underline;
}

.footCTA h4 {
    font-size: 20px;
    font-family: "industry", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.footCTA, .footCTA a {
    color: #fff;
}

.footCTA a:hover {
    text-decoration: underline;
}

.footCTA a {
    text-decoration: none;
}

/* icons */

.icon::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

.icon::after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

/****** Contact Us ******/

.mapWrapper {
    position: relative;
    height: 560px;
}

#map { position: absolute; top: 0; bottom: 0; width: 100%; }

.sidelocation p {
    margin-top: 0;
}

.vc_gitem-acf.field_63151e9d369ea {
    font-weight: 800;
}

.mapboxgl-popup-content h2 {
    line-height: 17px !important;
    font-size: 14px !important;
}

.mapboxgl-popup-content p {
    line-height: 17px;
}

.mapboxgl-popup-content a {
    color: #38d1fb !important;
    text-decoration:none;
}

.mapboxgl-popup-content a:hover {
    text-decoration:underline;
}

/* mobile tweaks */

img.logo_mobile {
    width: 150px !important;
}

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

.vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.large-4.medium-6.small-12.columns.footnav {
    padding-left: 30px;
    padding-right: 30px;
}

.footermeta p {
    text-align: right;
}

}

/* Our Pumps Test */

div#header2 {
    background: rgb(50,131,245);
    background: linear-gradient(85deg, rgba(50,131,245,1) 0%, rgba(55,78,163,1) 76%);
}

div#header2 {
    min-height: 300px;
}

#header2 h1 {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 45px;
    line-height: 50px;
    color: #e6bb2e;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.ouPumps.wpb_column.vc_column_container.vc_col-sm-6 {
    background-image: url(https://progpump.wpenginepowered.com/wp-content/uploads/2024/08/DSF2508-FPO.jpg);
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#header2 .wpb_column.vc_column_container.vc_col-sm-6 {
    padding: 40px 15px;
}

#header2 .vc_column-inner {
    max-width: 700px !important;
}

#header2 p {
    color: #ffffff;
    line-height: 26px;
}

/* About us additions */

#repairs h2, #team h2 {
    color: #ffffff;
}

#pillars h3 {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 800;
    font-style: normal;
}

#repairs p, #team p {
    color: #ffffff;
}

#team a{
	color: #ffffff;
}

#repairs li {
    color: #ffffff;
}

/* Service Request Form */

.wpcf7 label {
    font-weight: bold;
}

.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    padding: .6875rem;
    font-size: .875rem;
    line-height: 1;
    margin-top: 8px;
}

.wpcf7 textarea{
    margin-top: 8px
}

input.wpcf7-form-control, .wpcf7 textarea, .wpcf7 select {
    display: block;
    width: 100%;
    font-weight: 400;
    color: #231f20;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

span.wpcf7-list-item.first {
    margin-left: 0;
}

input.wpcf7-form-control.wpcf7-submit {
    width: initial;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #8AB3BE;
    border: 0;
	text-transform: uppercase;
}

@media only screen and (max-width:1023px){
	.home .wpb_single_image img {
    max-width: 50%;
}

.vc_custom_1712804859835 .wpb_wrapper, .vc_custom_1712544032657 .wpb_wrapper, .vc_custom_1712544347785 .wpb_wrapper, .vc_custom_1712544354040 .wpb_wrapper {
    background-color: #374ea3;
}
}

/* 404 */

section.error-404.not-found {
    padding: 100px 0;
    text-align: center;
}

.error404 div#header .row {
    align-self: end;
    width: 1200px;
}

/*****/

img.logo_sticky {
    width: 230px !important;
}