/* Navigation: absolute on homepage, relative on all others */

.elementor-location-header { position: relative; width: 98vw; }
body.home .elementor-location-header { position: absolute; width: 98vw; }

body.home .main-menu a:link, body.home .main-menu a:visited { color: #FFF !important; }

body.home ul.sub-menu.elementor-nav-menu--dropdown { background-color: #666 !important; }


/* Logo : white on homepage, black on all others */
.elementor-widget-theme-site-logo img { filter: invert(100%);}
body.home .elementor-widget-theme-site-logo img { filter: none; }

/* HOME */

.speaker-descriptions-homepage { min-height: 180px; }

/* WHERE TO BUY */

.dealer-card { border: 1px solid #CCC; border-radius: 3px; font-size: 14px; margin-left: 9px; padding-bottom: 12px; margin-bottom: 1vh; }
.dealer-card h5 { text-transform: uppercase; font-family: "Noto Sans"; }

/* GENERAL */

.image-with-border { border: 10px solid #F9F9F9; }

/* REGISTRATION FORM */

.registration-form form input, .registration-form form label, .registration-form form select { font-size: 14px !important; font-family: "Noto Sans"; }
.registration-form .reg-form-subtitle { border-bottom: 1px solid #666 !important; background-color: #ffffff !important; margin-top: 2% !important; }
.registration-form .reg-form-subtitle h3 { font-size: 1.2em !important; line-height: 1.2em; text-transform: uppercase !important; font-family: "Noto Sans";}

.registration-form form button { font-size: 14px !important; font-family: "Noto Sans"; color: #FFF !important; background-color: #003366!important; border-radius: 5px!important; padding: 9px 21px !important; text-transform: uppercase !important; letter-spacing: 0.03em !important; margin-top: 12px; }

/* ---------- TABLET --------------- */

@media (max-width: 1024px){
    
body.home .main-menu a:link, body.home .main-menu a:visited { color: #000 !important; }
body.home .main-menu a:hover, body.home .main-menu a.highlighted { color: #FFF !important; }
body.home ul.sub-menu.elementor-nav-menu--dropdown { background-color: #f3f3f3 !important; }
body .elementor-row { padding-left: 1% !important; padding-right: 1% !important; }
	
/* WHERE TO BUY */
.dealer-card { max-width: 31vw; margin-bottom: 1vh; }
    
}

/* ---------- MOBILE --------- */

@media (max-width: 768px){
body .elementor-row { padding-left: 2% !important; padding-right: 2% !important; }

/* WHERE TO BUY */
.dealer-card { max-width: 43vw; }
    
/* Footer */
.elementor-location-footer ul li.elementor-icon-list-item { line-height: 2em !important; }

}