/* 
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: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

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

.header-accent-inverse {
	color: #fff !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: underline;
}

/* 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: #E81C20 !important;
    font-weight: 600 !important;
    font-style: normal !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
}

.elementor-button:hover {
    background-color: #161616 !important;
    color: #fff !important;
    text-decoration: none !important;
}

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

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

.btn-tertiary a {
    color: #fff !important;
    background-color: #313131 !important;
}

.btn-tertiary a:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.btn-quote a {
	font-weight: 800 !important;
    color: #fff !important;
    background-color: #E81C20 !important;
}

.btn-quote a:hover {
	font-weight: 800 !important;
    color: #fff !important;
    background-color: #262626 !important;
}

.btn-link .elementor-button-content-wrapper {
    border-bottom: 1px solid #E81C20 !important;
}

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

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

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

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

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

.btn-link-inverse .elementor-button-content-wrapper {
	/* border-bottom: 1px solid #fff !important; */
}

.btn-link-inverse .elementor-button-icon {
    fill: #fff !important;
}

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

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

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

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

/* Apply stroke text to core values */
.values-stroked-text {
  -webkit-text-stroke: 3px #000; 
  paint-order: stroke fill;
}

/* Hero */
@media (min-width: 767px) {
  .hero-break {
    display: none;
  }
}

/* Main Navigation */
.sub-arrow svg {
    fill: #fff;
}

.menu-item:hover .sub-arrow svg {
    fill: #fff;
}

@media screen and (min-width: 1024px) {
    .sub-arrow svg {
        fill: #fff;
    }
	
	.menu-item:hover .sub-arrow svg {
    	fill: #fff;
	}
}

/* Footer */
.subfooter a {
    font-size: 12px;
    color: #727171;
	font-weight: 500;
}

.subfooter a:hover {
	font-size: 12px;
    color: #888;
	font-weight: 500;
}

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

.footer-link a:hover {
    color: #fff !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;
}

/* Contact List */
.contact-list {
    display: inline !important;
	color: #ca1919 !important;
}

.contact-list:hover {
	color: #BBBABA !important;
}

/* Tabs */
.e-n-tab-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 1rem;
  gap: 1rem;
}

.e-n-tab-title-text {
  flex-grow: 1;
  text-align: left;
}

.e-n-tab-icon {
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
}

/* Global Fix: Apply gradient on page headers */
/* NOTE: If the page header layout is broken in the editor, temporarily comment out this section to make changes */
.page-header::before {
  content: "" !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.8) 40%,
    rgba(0, 0, 0, 0.3) 70%,
    rgba(0, 0, 0, 0) 100%
  ) !important;

  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;

  z-index: 1 !important;
  pointer-events: none !important;
}

/* Ensure content sits above the gradient */
.page-header > .e-con-inner,
.page-header * {
  position: relative !important;
  z-index: 1 !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;
}