@charset "UTF-8";
/*
Theme Name: Anthonys Handyman General Contractor
Theme URI: 
Author: Anthonys Handyman General Contractor Dev
Author URI: https://anthonyshandyman.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.

Anthonys Handyman General Contractor 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/
*/

:root {
	--white: #FFFFFF;
	--black: #333333;
	--red: #EE1D23;
	--darkblue: #18288B;
	--yellow: #F3C749;
}

html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
	box-sizing: inherit;
}

body {
	margin: 0 auto;
	width: 100%;
	min-width: 320px;
}

.grecaptcha-badge {
	bottom: 70px !important;
}

img {
	height: auto;
	max-width: 100%;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

p:first-of-type {
	margin-top: 0;
}

p:last-of-type {
	margin-bottom: 0;
}

/* Custom Styles */

/*###################################
## Buttons
###################################*/
.elementor-button-wrapper > .elementor-button {
	min-width: 200px  !important;
}

/*###################################
## Menus
###################################*/


/*###################################
## Header
###################################*/
#header {
	position: fixed !important;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 9999;
}

/* When In Elementor Editor Mode */
body.elementor-editor-active #header {
	position: relative !important;
	background: #111111;
}

ul.elementor-nav-menu--dropdown a, 
ul.elementor-nav-menu--dropdown a:focus, 
ul.elementor-nav-menu--dropdown a:hover {
	border-inline-start: 0 !important;
}

#header.sticky {
	background: rgba(0, 0, 0, 0.8) !important;
}

/*###################################
## Banner
###################################*/


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


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


/*###################################
## Sidebar
###################################*/


/*###################################
## Inner Pages
###################################*/


/*###################################
## Responsive
###################################*/
@media screen and (max-width: 1023px) {
	body {
		min-width: 320px;
	}
}