/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.2
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 */


:root {
	--zs-primary: #333333;
	--zs-accent: #116914;
}

body .fa, body .fad, body .fal, body .far, body .fas {
	font-family: "Font Awesome 5 Pro";
}
body .fab {
	font-family: "Font Awesome 5 Brands";
}


/* Mobile Menu Toggle */

.zs-menu-toggle {
    width: 22px;
    height: 18px;
    display: inline-block;
    padding-top: 5px;
}
.zs-menu-toggle span {
    width: 100%;
    height: 2px;
    display: block;
    background-color: var(--zs-primary);
    margin-bottom: 6px;
}
.zs-menu-toggle span:last-child {
	margin-bottom: 0;
}
.custom-logo-link img {
	width: 100%;
}



/* Mobile Menu Off Canvas */

.zs-responsive-menu-header {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
    position: relative;
}
.zs-responsive-menu-header img {
	width: 222px;
	height: auto;
}
.zs-responsive-menu .toggle-close {
	float: right;
	position: absolute;
	top: 6px;
	right: 0;
	font-weight: 300;
	color: #000;
	padding: 8px 5px;
	margin: 0;
}
.zs-responsive-menu {
	height: 100vh;
	width: 0;
	position: fixed;
	z-index: 2147483000 !important;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.zs-responsive-menu .zs-responsive-menu-wrapper {
	padding: 20px;
	padding-left: 25px;
	padding-bottom: 140px;
	opacity: 0;
	transition: opacity ease 1s;
	min-width: 300px;
}
.zs-responsive-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.zs-responsive-menu ul li {
	padding: 2px 0;
	font-size: 18px;
	font-weight: 700;
}
.zs-responsive-menu ul li a {
	color: var(--zs-primary);
}
.zs-responsive-menu ul.sub-menu {
    margin: 0.5em 0;
    border-top: 1px solid #eee;
}
.zs-responsive-menu ul.sub-menu li {
	font-size: 13px;
	line-height: 1.2;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.zs-responsive-menu ul.sub-menu li a {
	color: var(--zs-primary);
	opacity: 0.6;
}
.zs-responsive-menu ul.menu li:not(.open) .sub-menu {
	height: 0;
	overflow: hidden;
}
.zs-responsive-menu .toggle-icon {
	line-height: 1;
	padding: 0.35em 1em;
	float: right;
	cursor: pointer;
	margin-right: -0.75em;
	font-weight: 400;
	color: #000;
}
.zs-responsive-menu li:not(.menu-item-has-children) > i {
	display: none;
}
.zs-responsive-menu-footer {
	/* border-top: 1px solid #eee; */
	/* margin-top: 20px; */
	padding-top: 20px;
}
.zs-responsive-menu .button {
	display: inline-block;
    text-align: center;
    width: 130px;
    margin-bottom: 10px;
    background-color: var(--zs-accent);
    padding: 1em;
    color: #fff;
    font-weight: 700;
}
.zs-responsive-menu .button.secondary-btn {
	background-color: #e31937;
}
.zs-responsive-menu .zs-responsive-menu-minor {
    border-top: 1px solid #eee;
    margin-top: 18px;
}
.zs-responsive-menu .zs-responsive-menu-minor ul li {
    font-weight: 400;
    font-size: 15px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.zs-menu-toggle, .zs-responsive-menu .toggle-close {
	cursor: pointer;
}
.zs-responsive-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    transition: opacity .5s linear;
	z-index: 1000;
}
.zs-responsive-menu .zs-responsive-menu-wrapper > div {
	min-width: 280px;
}
body.zs-menu-open .zs-responsive-menu-overlay {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}
body.zs-menu-open .zs-responsive-menu .zs-responsive-menu-wrapper { 
	opacity: 1;
}
body.zs-menu-open .zs-responsive-menu, .zs-responsive-menu > * {
	width: 400px;
	max-width: 100%;
}

/* Extras Mobile Menu */
.zs-responsive-menu ul.sub-menu li.menu-item-has-children {
    border-top: none;
}
.zs-responsive-menu ul.sub-menu ul.sub-menu {
    border-top: 0;
    margin: 0;
}
.zs-responsive-menu ul.sub-menu li {
    padding: 15px 0 12px;
}
.zs-responsive-menu ul.sub-menu ul.sub-menu > li:first-child {
    border-top: 1px solid #eee;
    margin-top: 12px;
}
.zs-responsive-menu ul.sub-menu ul.sub-menu > li:last-child {
    border-bottom: 0;
}
.zs-responsive-menu ul.sub-menu ul.sub-menu li {
    font-weight: 400;
}
.zs-responsive-menu ul.sub-menu ul.sub-menu ul.sub-menu li {
    font-size: 11px;
	text-transform: uppercase;
}
.zs-responsive-menu .sub-menu li a {
    padding-left: 1.5em;
}
.zs-responsive-menu .sub-menu .sub-menu li a {
    padding-left: 3em;
}
.zs-responsive-menu .sub-menu .sub-menu .sub-menu li a {
    padding-left: 5em;
}

/* First Aid Pro */

body .wwtc_courses_main .wwtc_courses_field button.course-book-now-button {
	width: 100%;
	font-weight: 700;
}

/* Location Pages */

body .wwtc_courses_main .wwtc_courses_field select {
	height: 50px;
    color: #333;
} 
body .wwtc_courses_main .wwtc_courses_field button.course-book-now-button 
{
    height: 50px;
}


/* Course Pages */

.course-page-booking-form .wwtc_courses_main #wwtc_location_field {
    width: 55%;
    padding-right: 0;
}
.course-page-booking-form .wwtc_courses_main #wwtc_button_field {
    width: 45%;
}
.course-page-booking-form #wwtc_courses_field {
    display: none;
}

/*Sidebar Course Panel */
ul.sa-sub-menu {
                list-style: none;
                margin: 0px 5px;
                color: #fff;
            }
            .sa-sub-menu li {
                padding: 5px;
            }
            .sa-sub-menu li:hover {
                background: #e31d36;
            }
            .sa-sub-menu a {
                color: #fff;
                font-size: 15px !important;
                text-transform: uppercase;
                font-weight: 700;
            }

/* WP Rocket admin bar */
#wp-admin-bar-purge-all,
{
    display: none !important;
}

/* WP Rocket dashboard button */
#dashboard > div:nth-child(3) > div.wpr-Page-col.wpr-Page-col--fixed > div:nth-child(4) > fieldset > div:nth-child(1) {
    display: none !important;
}

/* Adjustment for Location hover effect heading color */
.location-card:hover
.elementor-heading-title
a {
  color: white !important;
}
