@charset "UTF-8";
/*
Theme Name: Speedy Electric
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.

Speedy Electric 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;}
h1, h2, h3, h4, h5, h6, p, li, ul, ol {margin: 0;}

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

/*###################################
## Header
###################################*/
#global-header nav ul {justify-content: space-between;}
#global-header nav ul li {flex-grow: 0 !important;}
#global-header .elementor-nav-menu:after {display: none !important;}

/*###################################
## Content
###################################*/
#get-started .elementor-field-type-acceptance {order: 6; margin-top: 15px;}
#get-started .elementor-field-type-acceptance label {font-size: 18px; font-weight: 700;}
#get-started .elementor-field-type-acceptance label span.block {display: block; font-size: 15px; font-weight: 400; padding-left: 25px; max-width: 1335px;}
#get-started .elementor-field-type-acceptance .elementor-field-label {display: none;}
#get-started .elementor-field-type-html {order: 7; margin-top: 15px;}
#get-started .e-form__buttons {width: 13%;}
#get-started .elementor-field-type-text input, #get-started .elementor-field-type-email input {height: 50px;}
#get-started .elementor-field-type-text input::placeholder, #get-started .elementor-field-type-email input::placeholder {opacity: 0;}
#service-coverage .elementor-widget-text-editor ul {padding-left: 20px;}
#service-coverage .elementor-widget-text-editor ul li::marker {color: #006CD7;}

/*###################################
## Footer
###################################*/
#global-footer .auto-container {width: auto !important;}


/*###################################
## About Us Page
###################################*/
#about-page .list ul {padding-left: 20px;}
#about-page .list ul li::marker {color: #006CD7;}

/*###################################
## Contact Us Page
###################################*/
#contact-page .elementor-field-type-text input::placeholder, #contact-page .elementor-field-type-email input::placeholder, #contact-page .elementor-field-type-textarea textarea::placeholder {opacity: 0;}

/*###################################
## Services Page
###################################*/
#services-page .list ul {padding-left: 20px;}
#services-page .list ul li::marker {color: #006CD7;}

/*###################################
## Responsive
###################################*/
@media screen and (min-width: 1367px) and (max-width: 1600px) {
	#get-started .e-form__buttons button {font-size: 14px; padding: 17px 10px;}
}

@media screen and (max-width: 1366px) {
	#get-started .e-form__buttons {width: 100%; order: 7;}
	#get-started .e-form__buttons button {max-width: 200px;}
	#get-started .elementor-field-type-text, #get-started .elementor-field-type-email {width: 33.333%;}
}

@media screen and (max-width: 767px) {
	#get-started .elementor-field-type-text, #get-started .elementor-field-type-email {width: 100%;}
	#get-started .elementor-field-type-acceptance label {font-size: 16px;}
	#get-started .elementor-field-type-acceptance label span.block {padding-left: 0;}
	#get-started .e-form__buttons button {max-width: 100%;}
	#reviews-page .ti-widget .ti-footer {margin-top: 0 !important;}
	#reviews-page .ti-widget .ti-reviews-container {margin-bottom: 0 !important;}
	#global-footer .auto-container {width: 100% !important;}
	#global-footer .auto-container nav ul li a {justify-content: center;}
}