/* 
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 */
body, html{
	width: 100%;
	overflow-x: hidden;
}

input[type=submit] {
	min-width: 100%;
}

.elementor-empty-view {
	display: none !important;
}

.elementor-button {
	min-width: 175px;
}

body.single-tribe_events #tribe-events-pg-template {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    padding: 0;
}

.event-month-custom {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 20px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 1.1em;
    margin-right: -20px;
    white-space: nowrap;
}

.event-day-custom {
    font-size: 96px;
    font-weight: 900;
    text-transform: uppercase;
    color: var( --e-global-color-accent );
    text-align: center;
    line-height: 0.8em;
}

#header-main {
	background: #000;
	transition: all 0.1s ease;
	z-index: 1000;
}

.home #header-main {
	background-color: rgba(0,0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1), rgba(0,0,0,0));
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
}

.sticky #header-main {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

body:not(.home) .sticky + #content {
	margin-top: 120px;
}


footer h3, footer p, footer span, footer li, footer a {
	color: #fff !important;
}

/* Boats Import */
btimport-ui::part(boat-image), btimport-ui::part(boat-card) {
	border-radius: 25px;
	overflow: hidden;
}
btimport-ui::part(button-primary) {
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 25px;
	background: #203f66;
	color: #fff;
}
btimport-ui::part(button-secondary) {
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 25px;
	background: #fff;
	border: 2px solid #000;
	color: #000;
}

@media (max-width: 767px) {
	.event-month-custom {
		font-size: 18px
		letter-spacing: 12px;
	}

	.event-day-custom {
		font-size: 48px;
	}
	
	.home #header-main {
		top: 75px;
	}
	
	.home .sticky #header-main {
		top: 0;
	}
}