@charset "UTF-8";
/*
Theme Name: A-PLAN REFRIGERATION SERVICE CO
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.

A-PLAN REFRIGERATION SERVICE CO 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;}
.elementor-button {position: relative; overflow: hidden; z-index: 1; transition: all 0.3s linear; display: block !important;}
.elementor-button::after {content: ""; background: linear-gradient(transparent, rgba(255, 255, 255, 0.5)); position: absolute; width: 100%; height: 100%; top: 0; left: 0; transform: scaleY(0); transform-origin: top; z-index: -1; transition: transform 0.3s linear; }
.elementor-button:hover {text-shadow: 0px 5px 10px #000; box-shadow: 0 0 8px #333;}
.elementor-button:hover::after {transform: scaleY(1);}
.down {display: block;}

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

/*###################################
## Header
###################################*/
.elementor-editor-active #global-header {position: relative;}
#global-header .logo, #global-header .navigation, #global-header .phone {width: fit-content;}

/*###################################
## Content
###################################*/
#values .animated img {transition: all .5s linear;}
#values .animated:hover img {transform: rotateY(360deg);}
#about-us .elementor-widget-image {height: 100%;}

/*###################################
## Footer
###################################*/
.inner #global-footer {background: #F8F8F8;}

/*###################################
## Contact Us
###################################*/
#contact-us .elementor-form input::placeholder, #contact-us .elementor-form textarea::placeholder {opacity: 0 !important;}

/*###################################
## Responsive
###################################*/
@media screen and (min-width: 1367px) and (max-width: 1700px) {
	#global-header .elementor-nav-menu--main ul li a {margin: 0 40px;}
	#global-header .elementor-nav-menu--main ul li:first-of-type a {margin-left: 0;}
	#global-header .elementor-nav-menu--main ul li:last-of-type a {margin-right: 0;}
}

@media screen and (min-width: 1201px) {
	#global-footer .fit-content {width: fit-content;}
}

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

@media screen and (max-width: 880px) {
	#global-header .elementor-icon-box-content {display: none;}
}