/* 
Theme Name: A&A Safety Theme
Theme URI: https://www.systemsinsight.com
Description: Theme for A&A Safety
Author: Systems Insight, Inc.
Author URI: https://www.systemsinsight.com
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
html, body {
	font-size: 20px;
}


.rotate-arrow{
    transform: rotate(90deg);
}

.standard-padding{
	padding: 4%;
}

.content-padding2 {
	padding-bottom: 2%;
}


.content-padding3 {
		padding-bottom: 3%;
}

.hero-image{
		height: 60vh;
	}
	


@media screen and (max-width: 1440px) {
	html, body {
		font-size: 18px;
	}	
	
	.standard-padding{
	padding: 4%;
}

	
}



@media screen and (max-width: 1280px) {
	html, body {
		font-size: 16px;
	}	
}

@media screen and (max-width: 767px) {
	html, body {
		font-size: 14px;
	}	
	.standard-padding{
	padding: 10%;
}
	.content-padding2 {
	padding-bottom: 8%;
}
	.content-padding3 {
		padding-bottom: 10%;
}
}

/* Contact Us Menu item button style */
.menu-item-contact a {
    background-color: var(--e-global-color-accent);
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 20px;
}

.menu-item-contact a:hover {
    background-color: #bf3d13;
}

.menu-item-contact {
	margin-left: 30px !important;
}

@media screen and (max-width: 1024px) {
	.menu-item-contact {
		margin-left: 0 !important;
		margin-top: 20px !important;
	}
	
	.menu-item-contact a {
		justify-content: center !important;
	}
}

#mobile-menu .elementor-nav-menu--dropdown {
	margin:auto !important;
	width:100%;
	position:relative;
}

#mobile-menu .elementor-nav-menu--dropdown a {
	color:#fff;
	padding: 20px;
	font-size: 7vw;
	line-height: normal;
	
}

#mobile-menu ul ul .fa-chevron-down {
	transform: rotate(0deg);
}

#mobile-menu ul ul .elementor-nav-menu--dropdown a {
	font-size: 5vw;
	padding-left: 50px;
}