@charset "UTF-8";
/*
Theme Name: Mc D Sprinklers
Theme URI: 
Author: Custom Virtual Solutions
Author URI: https://customvs.com/
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.

Mc D Sprinklers 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
###################################*/
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;}
input:not([type="checkbox"]):not([type="radio"]), select {height: 42px;}
h1, h2, h3, h4, h5, h6, p, li, ul, ol {margin: 0;}
.list-padding-color ul {padding-left: 20px;}
.list-padding-color ul li:not(:last-of-type) {margin-bottom: 10px;}
.list-padding-color ul li::marker {color: #55C141;}

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

/*###################################
## Header
###################################*/
.elementor-editor-active #global-header {background: #000; position: relative;}
.logged-in #global-header {margin-top: 30px;}

/*###################################
## Content
###################################*/
#job .full-image-wrap .elementor-widget-image {height: 100%;}
#restoration .box {position: relative;}
#restoration .box:before {content: ""; background: linear-gradient(180deg,rgba(255, 255, 255, 0) 70%, rgba(34, 34, 34, 1) 100%, rgba(237, 221, 83, 1) 100%); position: absolute; bottom: 0; width: 100%; height: 100%; z-index: 1;}

/*###################################
## Services
###################################*/
.service-box .elementor-widget-text-editor ul {padding-left: 20px;}
.service-box .elementor-widget-text-editor ul li::marker {color: #55C141;}
/* .service-box .elementor-widget-text-editor ul li:not(:last-of-type) {margin-bottom: 10px;} */

/*###################################
## Footer
###################################*/
#global-footer .bottom-section {position: relative;}

/*###################################
## Responsive
###################################*/
@media screen and (max-width: 1910px) {
	#job, #job .controlled-width {width: 100%;}
	#job .full-width-wrap {padding: 0 10px; box-sizing: border-box;}
}

@media screen and (max-width: 767px) {
	#global-footer .elementor-nav-menu--main ul li a {justify-content: center;}
}