@charset "UTF-8";
/*
Theme Name: Greenville Animal Hospital
Theme URI: 
Author: Red Spot Web Design
Author URI: https://www.redspotdesign.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.

Greenville Animal Hospital 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-top: 0;}
.btn .elementor-button-content-wrapper {align-items: center;}
.btn .elementor-button-icon i {background: rgba(255,255,255,0.3); border-radius: 5px; padding: 11px 13px;}
.btn .elementor-button-icon i::before {font-size: 18px;}

/*###################################
## Layouts
###################################*/
.site {margin: 0 auto;}
.full {width: 100%;}
.main {max-width: 100%;}
.entry-content {margin: 0;}
.hentry, .so-panel, .panel-grid {margin-bottom: 0!important;}

/*###################################
## Header
###################################*/
.logged-in #global-header {margin-top: 30px !important;}
.elementor-editor-active #global-header {position: relative !important;}
#global-header.sticky {box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);}

/*###################################
## Banner
###################################*/
#main-banner {position: relative;}
#main-banner .content {position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%);}

/*###################################
## Content
###################################*/


/*###################################
## Footer
###################################*/

/*###################################
## Forms Page
###################################*/
#forms-page .boxed .elementor-icon-wrapper {display: flex;}


/*###################################
## Responsive
###################################*/
@media screen and (min-width: 1367px) and (max-width: 1600px) {
	h1, h2 {font-size: 45px !important;}
}

@media screen and (max-width: 1366px) {
	.btn .elementor-button-icon i {padding: 9px 11px;}
	.btn .elementor-button-icon i::before {font-size: 15px;}
	.button-script img {max-width: 240px !important;}
}

@media screen and (max-width: 1024px) {
	#main-banner:before {
		position: absolute;
		content: "";
		background: rgba(255,255,255,0.6);
		z-index: 1;
	}
	
	#main-banner .content { z-index: 1; }
	.button-script img {max-width: 210px !important;}
}

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

@media screen and (max-width: 767px) {
	#global-header .elementor-icon-box-icon {max-height: 22px !important;}
}