/*
Theme Name: Pro-Kleen Roof Cleaning
Theme URI: https://www.redspotdesign.com/
Author: Redspot Design
Author URI: https://wordpress.org/
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.

Pro-Kleen Roof Cleaning 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;
}

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;
}

/* Custom Styles */

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 20px 0;
}

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

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

body.elementor-editor-active #site-header {
	position: relative !important;
	background: #111111;
}

/* Sticky Header */
#site-header.sticky {
	background: rgba(0,0,0,0.5);
}

#site-header.sticky #site-logo img {
	max-width: 150px;
}

#site-header.sticky #header-nav ul li a {
	padding: 10px 0;
}

@media screen and (max-width: 767px) {
	#site-header.sticky #site-logo img {
		max-width: 100%;
	}
}

/* Home Page */
.center-right {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	.center-right {
		position: relative !important;
		top: 0;
		left: 0;
		right: 0;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}
}

/* Footer */
.footer-menu nav {
	width: 100%;
}

.footer-menu nav ul {
	width: 100%;
	justify-content: space-between;
}

.footer-menu nav ul::after {
	display: none;
}