/*
Theme Name: 2930 - Skyway Parking - netPark Child Theme
Theme URI: https://www.netpark.us
Template: netpark-theme
Author: the netPark Team
Author URI: https://www.netpark.us/
Description: Default theme provided by netPark. Provides a simple way to create layouts within WordPress using shortcodes and other tweaks.
Version: 1.0
Tags: responsive-layout, custom-header, custom-menu, custom-colors, custom-background, featured-images, microformats, post-formats
Text Domain: netpark-theme
*/

/* Base
   ========================================================================== */
:root {
	--main: #850B0B;
	--secondary: #FFFFFF;
	--hamburger-color: #850B0B;
	--close-color: #000;
}

html {
	font-size: 16px;
	height: 100%;
}

body {
	font-family: "Montserrat",sans-serif;
	font-size: 1em;
	position: relative;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.elementor-location-single {
	flex: 1 !important;
}

_:-ms-fullscreen, :root .elementor-location-single {
	flex: none !important;
}

/* HEADER 
========================================================*/




/* Utilities 
=========================================================*/

.np-alert--primary {
    background-color: #E9ECFF !important;
    border-color: #1F2A74 !important;
    color: #18215B !important;
}

.np-form-checkbox {
	color: #1f2a74 !important;
}

.np-reservation__step {
	border-color: var(--main) !important;
}

.np-text-primary-500 {
	color: var(--main) !important;
}


.primary,
.hover-primary:focus,
.hover-primary:hover {
	color: var(--main);
}

.bg-primary,
.hover-bg-primary:focus,
.hover-bg-primary:hover {
	background-color: var(--main);
}

.b--primary {
	border-color: var(--main);
}

/* Secondary: #1f2a74 */
.hover-secondary:focus,
.hover-secondary:hover {
	color: var(--secondary);
}

.bg-secondary,
.hover-bg-secondary:focus,
.hover-bg-secondary:hover {
	background-color: var(--secondary);
}

.b--secondary {
	border-color:var(--secondary);
}

/* RESERVATION PAGE
==========================================================*/
/* .np-reservation--book .np-date-form__label,
.np-reservation--book .np-date-form__to-label,
.np-reservation--book .np-button--link,
.np-reservation--book .np-label,
.np-reservation--book h1,
.np-reservation--book h2,
.np-reservation--book .np-reservation-sidebar .np-reservation-location__address,
.np-reservation--book .np-reservation-sidebar .np-reservation-details__rate,
.np-reservation--book .np-reservation-sidebar .np-reservation-details__check-in div,
.np-reservation--book .np-reservation-sidebar .np-reservation-details__check-in,
.np-reservation--book .np-reservation-sidebar .np-reservation-details__checkout div,
.np-reservation--book .np-reservation-sidebar .np-reservation-details__checkout,
.np-reservation--book .np-reservation-sidebar .np-reservation-details__total span,
.np-reservation--book .np-reservation-sidebar .np-reservation-details__total,
.np-reservation--book .np-reservation-sidebar .np-reservation-details__customer div
{
	color: #58B038 !important;
} */

/* BUTTON
==========================================================*/
.np-button--primary{
	background-color: var(--main) !important;
	border-color: var(--main) !important;
	text-transform: uppercase !important;
}

.np-button--primary:hover {
	background-color: var(--secondary) !important;
	border-color: var(--secondary) !important;
/* 	color: var(--main) !important; */
}


/* FOOTER 
==========================================================*/

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-11503873112">
</script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
  gtag('config', 'AW-11503873112');
</script>
 
