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

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

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

/* Elementor globals acting wonky and needed a quick fix for font*/
body, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p,
a, 
span { 
	font-family: 'Roboto', sans-serif !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: #8ec73e !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
}

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

#request-btn {
	color: #ffffff !important;
    background-color: #2e3f84 !important;
	text-transform: uppercase !important;
}

.btn-secondary a {
    color: #ffffff !important;
    background-color: #1b2757 !important;
	text-transform: uppercase !important;
	padding: 12px 24px;
}

#request-btn:hover,
.btn-secondary a:hover {
    color: #ffffff !important;
    background-color: #767d9a !important;
}



.btn-tertiary a {
    color: #ffffff !important;
    background-color: #cfd5e4 !important;
}

.btn-tertiary a:hover {
    color: #ffffff !important;
    background-color: #e2e5ee !important;
}

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

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

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

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

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

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

/* 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: #cfd0d2;
}

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

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

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

.elementor-posts .elementor-post__card .elementor-post__thumbnail {
  border-top: 6px solid #cfd5e4 !important;
}