/* 
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.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 */

/* Global */
/* .subhead {
    padding-bottom: 1rem !important;
} */

.h1-heading,
.h2-heading,
.h3-heading,
.h4-heading,
.h5-heading,
.h6-heading {
	padding-top: 1rem !important;
/*     padding-bottom: 1rem !important; */
}

.hero-accent {
	color: #FDB414 !important;
}

.header-accent {
    font-weight: 400 !important;
}

.secondary {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.accent {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page-header h1 {}

/* Apply to remove underline on link(s) */
.link-no-underline {
	text-decoration: none !important;
}

/* Fix: Resolve conflict with social icon link */
a:hover {
    text-decoration: none;
}

/* Elementor Editor Fix: Text box bottom gap */
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0px;
}

/* Custom Buttons: Implemented to override issues with buggy global styles */
.elementor-button {
    background-color: #00392b !important;
	color: #fff !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
	letter-spacing: 2px !important;
}

.elementor-button:hover {
    background-color: #fdb414 !important;
    color: #00392b !important;
    text-decoration: none !important;
}

.btn-secondary a {
    color: #00392b !important;
    background-color: #fdb414 !important;
}

.btn-secondary a:hover {
    color: #fff !important;
    background-color: #002018 !important;
}

/* .btn-tertiary a {
    color: #5b5b5b !important;
    background-color: #eee !important;
}

.btn-tertiary a:hover {
    color: #ccc !important;
    background-color: #5b5b5b !important;
} */

.btn-submit button:hover {
	color: #fff !important;
    background-color: #002018 !important;
}

.btn-link .elementor-button-content-wrapper {
    /* border-bottom: 1px solid #00392b !important; */
	letter-spacing: 0 !important;
}

.btn-link .elementor-button-icon {
    fill: #00392b !important;
}

.btn-link a {
    color: #00392b !important;
    background-color: transparent !important;
    text-transform: uppercase !important;
    padding: 0 !important;
}

.btn-link a:hover {
    color: #fdb414 !important;
    background-color: transparent !important;
	text-decoration: none;
}

.btn-link a:hover .elementor-button-icon {
    fill: #fdb414 !important;
}

.btn-link a:hover .elementor-button-content-wrapper {
    border-bottom: 0px solid #ccc !important;
}

.btn-link-secondary .elementor-button-content-wrapper {
    /* border-bottom: 1px solid #FDB414 !important; */
    letter-spacing: 0 !important;
}

.btn-link-secondary .elementor-button-icon {
    fill: #FDB414 !important;
}

.btn-link-secondary a {
    color: #FDB414 !important;
    background-color: transparent !important;
    text-transform: uppercase !important;
    padding: 0 !important;
}

.btn-link-secondary a:hover {
    color: #ccc !important;
    background-color: transparent !important;
}

.btn-link-secondary a:hover .elementor-button-icon {
    fill: #ccc !important;
}

.btn-link-secondary a:hover .elementor-button-content-wrapper {
    border-bottom: 0px solid #ccc !important;
}

/* Main Navigation */
/*.e-off-canvas {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  box-shadow: -2px 0 5px rgba(0,0,0,0.3);
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

.e-off-canvas.active {
  transform: translateX(0);
  opacity: 1;
}
*/
/* Footer */
.subfooter a {
    font-size: 13px;
	font-weight: 500;
    color: #076951;
}

.subfooter a:hover {
    color: #FDB414;
}

/* Footer Link Overrides */
.footer-link a {
    color: fff !important;
}

.footer-link a:hover {
    color: #fff !important;
}

.footer-phone {
	font-weight: 700 !important;
	font-size: 18px !important;
}

/* Remove icons on mobile navigation */
@media (max-width: 767px) {
    .main-footer .elementor-icon-list-item .elementor-icon-list-icon {
        display: none;
    }
}

/* Utility Header Link Overrides */
.utility-header-link a {
    color: #fff !important;
}

.utility-header-link a:hover {
    color: #fff !important;
}

/* Form zoom fix on mobile */
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="checkbox"],
input[type="radio"],
input[type="image"],
input[type="button"],
input[type="submit"],
select:focus,
select,
textarea,
label,
button {
    font-size: 16px !important;
}