@charset "UTF-8";
/*
Theme Name: Quick Pump Services LLC
Theme URI: 
Author: the Development team
Author URI: https://wordpress.org/
Description: A theme for WordPress 5.
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp5default
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Website Name is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*###################################
# General Styles
###################################*/

* { box-sizing: border-box; }
html {font-size: 16px; /* 1em */ overflow: auto; line-height: 1.15; -webkit-text-size-adjust: 100%;}
body {margin: 0 auto; width: 100%; overflow: hidden;}
a, a:visited {color: inherit; text-decoration: none; -webkit-transition: all .5s ease; text-decoration: none !important;}
a, img {-webkit-transition: all ease 0.5s;-o-transition: all ease 0.5s;transition: all ease 0.5s;}
a:focus {outline: none!important;}
h1, h2, h3, h4, h5, h6, p, li, ul, ol {margin-top: 0;}
/* p:last-of-type { margin-bottom: 0!important; } */
.col-2 { column-count: 2; }

/*###################################
## Layouts
###################################*/

.dbl { display: inline; }
.db { display: block!important; }
.tc { text-align: center; }
.lr { left: 0!important; right: 0!important; }
.mgla { margin: 0 0 0 auto!important; }
.mgla .e-con-inner { margin: 0 0 0 auto!important; }
.mgra .e-con-inner { margin: 0 auto 0 0!important; }
.mg, .mg .e-con-inner { margin: 0 auto!important; }
.mid { transform: translateY(-50%)!important; }
.full-width { width: 100%; left: 0; right: 0; }

/*###################################
## Buttons
###################################*/

.btn .elementor-button { max-width: 200px!important; width: 100%!important; }

/*###################################
## HEADER
###################################*/

/* body.elementor-editor-active #site-header { } */
/* body:not(.elementor-editor-active) #site-header { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 999; } */
/* body:not(.elementor-editor-active) #site-header.sticky .site-logo img { max-width: 100px; }
body:not(.elementor-editor-active) #site-header.sticky { background: #1A1A2E; } */


/*###################################
## CONTENT
###################################*/

	.content-list ul { margin: 0!important; }

	/* BANNER */

	.banner-slide { position: relative; }
	.banner-slide::before { content: ''; background: url('https://staging8.dynaserverx.com/quickpumpservice.com/wp-content/uploads/2025/08/banner-arc.png') no-repeat top center; max-width: 1180px; width: 100%; height: 100%; margin: 0 auto; position: absolute; top: 0; left: 0; right: 0; z-index: 2; }
	.banner-slide img { height: 100vh!important; object-fit: cover!important; display: block!important; }
	
	/* SERVICES */

	.services-img { position: relative; }
	.services-img::before { content: ''; background: linear-gradient(to bottom, transparent, rgb(1 40 82 / 50%)); width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; border-radius: 15px; }

	/* AREAS */

	.areas-section { position: relative; }
	.areas-section::after { content: ''; width: 100%; height: 100%; background: #F2F4F6; border-radius: 65rem 65rem 0 0; position: absolute; left: 0; right: 0; bottom: 0; z-index: -1; }

	/* FOOTER */

/*###################################
## INNER
###################################*/

	.inner #site-header { position: relative!important; }
	.inner .main-logo img { max-width: 275px!important; width: 100%!important; }
	.inner .main-logo .elementor-widget-theme-site-logo { margin: 0 auto 0 0 !important;}

/*###################################
## RESPONSIVE
###################################*/


@media screen and (max-width: 767px){
	
	body { min-width: 380px!important; }
	
	.col-2 { column-count: 1; }
	
	.midx { transform: translateY(-50%)!important; }
	
	.btn .elementor-button { max-width: 180px!important; width: 100%!important; }

	.banner-slide img { height: 450px!important; }
	.banner-slide::before { display: none!important; }
	
	
	.areas-section::after { border-radius: 0; }
	
	.footer-text .elementor-icon-list-text { text-align: center!important; }

	
}

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

	.services-item, .gallery-item, .info-item { width: 100%!important; }

}