/*
Theme Name: 1590 - Jiffy ATL - New - 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
   ========================================================================== */

html {
	font-size: 16px !important;
	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(--e-global-color-primary) !important;
}

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

/* Primary: #bb1e0f */
.primary,
.hover-primary:focus,
.hover-primary:hover {
	color: #bb1e0f;
}

.bg-primary,
.hover-bg-primary:focus,
.hover-bg-primary:hover {
	background-color: #bb1e0f;
}

.b--primary {
	border-color: #bb1e0f;
}

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

.bg-secondary,
.hover-bg-secondary:focus,
.hover-bg-secondary:hover {
	background-color: #1f2a74;
}

.b--secondary {
	border-color: #1f2a74;
}

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

.np-button--primary:hover {
	background-color: var(--e-global-color-secondary) !important;
	border-color: var(--e-global-color-secondary) !important;
}

/* 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: #D0252D !important;
} */
