/*
Theme Name: 2880 - Airport Parking Phoenix - 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
   ========================================================================== */
:root {
	--main: rgb(255, 120, 0);
	--secondary: #E27300;
	--hamburger-color: #F2620F;
	--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;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
	body {
		min-width: 980px;
		overflow-x: auto;
		overflow-y: scroll;
	}
}

@media screen and (max-width: 767px) {
	body {
		min-width: 350px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.np-date-form__location {
		place-self: start !important;
		width: 100%;
	}
}




/* 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;
	color: #28292B!important;
	border: solid 2px #28292B !important;
	text-shadow: none !important;
	font-family: "Lato", Sans-serif;
}

.np-button--primary:hover {
	background-color: #fff !important;
	color: var(--main) !important;
	border-color: #28292B !important;
}

.loginWid {
	background-color: #000 !important;
	color: #fff !important;
	border: solid 2px var(--main) !important;
	text-shadow: none !important;
	font-family: "Lato", Sans-serif;
	padding: 3px 12px;
}

.loginWid:hover {
	cursor: pointer;
	background-color: #fff !important;
	color: #000 !important;
}
