/*
Theme Name: 1400 - Anza Parking - netPark Child Theme
Theme URI: https://www.netpark.us
Template: netpark-theme
Author: 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
*/

@media (min-width: 768px){
	.navbar-brand{display: none !IMPORTANT;}
}

.navbar-default{
	background-color: transparent;
	border-color: transparent;
}

.navbar-collapse:before{
	content: "" !IMPORTANT;
}

/*----------------------------*/
/* NETPARK DEFAULT FORMATTING */
/*----------------------------*/

/*=Powered By netPark - Adjust COLOR ONLY=*/
.powered { text-align: center; margin: 0 auto; padding: 8px; color: black; }

/*=Classes=*/
.center-block { display: block; margin-left: auto; margin-right: auto; }

/*=EVERY PAGE STYLING=*/
body { font-family: 'Open Sans', sans-serif; background-color: #004373; }
#content { position: relative; }
a { text-decoration: none !IMPORTANT; }
input { line-height: normal !IMPORTANT; }
.center-block { display: block; margin-left: auto; margin-right: auto; }
.text-center { text-align: center; }
.img-responsive { display: block; max-width: 100%; height: auto; }
.navbar { border: none; }
.vertical-center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/*----------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------*/
/*--------------- BUTTONS ------------------*/
/*------------------------------------------*/
.btn {
	background: #004373;
	border: none;
	border-radius: 0;
	color: white;
	font-size: 15px;
	padding: 10px 15px;
	outline: none;
	vertical-align: middle;
	transition: all 0.3s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	background: #006EBB;
	color: white;
}
.btn:active,
button:active,
input[type="button"]:active,
input[type="submit"]:active,
.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
	color: white;
}

.newsletter-signup .btn {
	border: 4px solid #D10B0B;
	font-size: .875rem;
	padding: .5rem 1rem;
}

@media (min-width: 640px) {
	.newsletter-signup .btn {
		font-size: 1.125rem;
		padding: .5rem 1rem;
	}
}

/*.newsletter-signup .btn:hover {
	border-color: #D10B0B;
	color: #D10B0B;
	padding-left: 20px;
	padding-right: 20px;
}*/

.branding-container { display: none !IMPORTANT; }

/*----------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------*/
/*----------- HEADER NAVIGATION ------------*/
/*------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------*/
/** Header **/
.header-bg { background-color: #fff; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
.header-menu-height { height: 80px; }
.header-menu-position { float: right; }

.logo-height { height: 54px; }
.logo-position { margin: 13px 0; }
.logo-size { font-size: 5vh; font-weight: bold; font-style: italic; }

.navbar { min-height: auto; margin: 0; }
.navbar ul { margin: 0; }

.header_menu_class, .header_menu_class ul { list-style: none; padding: 0px; }
.header_menu_class li ul { display: none; }
.header_menu_class > li { position: relative; display: inline-block; }
.header_menu_class > li > a { padding: 30px 15px!IMPORTANT; }
.header_menu_class > li a { color: #333; text-transform: uppercase; }
.header_menu_class > li a:hover { color: #2975BD; }
.header_menu_class > li.menu-item-has-children > a:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	content: "\f107";
    text-rendering: auto;
	padding-left: 5px;
	font-weight: bold;
}
.header_menu_class a { display: block; white-space: nowrap; }
.header_menu_class > li:hover ul { position: absolute; display: block; }

.header_menu_class li#menu-item-146 a { padding: 10px 15px!IMPORTANT; background-color: #004373; color: white; }
.header_menu_class li#menu-item-146 a:hover { background-color: #006EBB; }

.header_menu_class .sub-menu {
	border-top: 5px solid #2975BD;
	background-color: white;
	z-index: 10000;
}

.header_menu_class .sub-menu a { padding: 10px 15px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.header_menu_class .sub-menu a:hover { color: #6f6f6f; background-color: #fafafa; }

/** Responsive Header **/
.header-bg {
	position: fixed;
	height: 80px;
	width: 100%;
	z-index: 999;
	/*top: 0;
	left: 0;*/
}

.header-bg,
.header-bg .header-menu-height,
.header-bg .header_menu_class > li > a,
.header-bg .logo-height,
.logo-position,
.footer-menu-class a,
.social-media a {
	transition: all 0.3s;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.site-content { padding-top: 80px; }

/** Footer **/
.footer-image-bar {
	position: relative;
	text-align: center;
	height: 55px;
	margin: 25px 0px;
}

.footer-image-bar:after {
	content: " ";
    border-bottom: 1px solid #cfcfcf;
    width: 100%;
    top: 50%;
    left: 0;
    position: absolute;
	z-index: 0;
}

.footer-image-bar img {
	padding: 0 40px;
	z-index: 1;
	width: 250px;
	background: #004373;
	position: relative;
}

.social-media { margin: 15px 0px; padding: 0; }
.social-media a { color: #fff; }
.social-media a:hover{ color: #D10B0B; }
.social-media .fa-stack-1x { color: #004373; }

.site-footer { padding: 15px 0px; }

.footer-menu-class { padding: 0px; margin: 15px 0px !IMPORTANT; }
.footer-menu-class li{ display: inline-block; }
.footer-menu-class li:before { content: " | "; color: #fff; }
.footer-menu-class li:first-child:before { content: none; }

.footer-menu-class a { padding: 6px 5px; color: #fff; }
.footer-menu-class a:hover { color: #cfcfcf; }

.contact-footer { color: #fff; font-size: 14px; }
.contact-footer a { color: #fff; }
.contact-footer a:hover { color: #cfcfcf; }

.copyright-notice { font-size: 10px; color: #fff; }
.copyright-notice a { color: #fff; }
.copyright-notice a:hover { color: #cfcfcf; }
.powered { display: none; }

/** Sticket Footer **/
html {
  height: 100%;
}
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.site-container {
  flex: 1;
}

/*----------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------*/
/*--------- CONTACT FORM STYLING -----------*/
/*------------------------------------------*/
.contact_form_label { font-weight: bold; margin-bottom: 0px; padding: 5px 3px; text-align: left; }
.required_symbol { font-weight: bold; color: red; }
span.wpcf7-list-item { display: block; }
div.wpcf7-response-output { display: inline-block !IMPORTANT; }
.wpcf7-form.sent,.wpcf7-form.invalid { text-align: center; }
.wpcf7-recaptcha > div { margin: 10px auto 15px; }

.wpcf7 select { padding: 5px 17px 5px 4px !IMPORTANT; }
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 select,
.wpcf7 textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 20px;
	border: 1px solid lightgrey;
	border-radius: 1px !IMPORTANT;
	padding: 6px 17px 6px 4px;
	color: black;
	width: 100%;
	font-weight: 400;
}

/*----------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------*/
/*--------- NETPARK SLIDER STYLING ---------*/
/*------------------------------------------*/
.slider-image { width: 100%; height: 100%; background-position: center center; }
.carousel-inner .item{ width: 100%; height: 100%; }
.carousel-inner{ height: 360px; }
.carousel-control { display: none; }
.carousel-indicators { bottom: 0px !IMPORTANT; }
.carousel-indicators li { width: 13px !IMPORTANT; height: 13px !IMPORTANT; border: 1px solid white !IMPORTANT;}
.carousel-indicators .active { width: 15px !IMPORTANT; height: 15px !IMPORTANT; background-color: white !IMPORTANT;}

/*----------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------*/
/*-------- BLOGGING MODULE STYLING ---------*/
/*------------------------------------------*/
/*=BLOG PAGE STYLE=*/
.blog-template .blog-title { font-weight: bold; }
.blog-template .blog-title a { color: black; }
.blog-template .blog-title a:hover { text-decoration: underline !IMPORTANT; }
.blog-template .blog-post-info { font-size: 11px; color: #aaa; margin-bottom: 15px; }
.blog-template .blog-image { margin-bottom: 1.5rem; }
.blog-template .blog-image img { max-width: 100%; height: auto; display: block; }

/*=BLOG AUTHOR PAGE STYLE=*/
.author-template .author-title { font-weight: bold; }
.author-template .author-title a { color: black; }
.author-template .author-title a:hover { text-decoration: underline !IMPORTANT; }
.author-template .author-post-info { font-size: 11px; color: #aaa; margin-bottom: 15px; }
.author-template .author-image { margin-bottom: 1.5rem; }
.author-template .author-image img { max-width: 100%; height: auto; display: block; }

/*=BLOG CATEGORY PAGE STYLE=*/
.category-template .category-title { font-weight: bold; }
.category-template .category-title a { color: black; }
.category-template .category-title a:hover { text-decoration: underline !IMPORTANT; }
.category-template .category-post-info { font-size: 11px; color: #aaa; margin-bottom: 15px; }
.category-template .category-image { margin-bottom: 1.5rem; }
.category-template .category-image img { max-width: 100%; height: auto; display: block; }

/*==BLOG POST STYLE==*/
.post-template .post-title { font-weight: bold; }
.post-template .post-info { margin-bottom: 30px; }
.post-template .post-author-img { float: left; width: 50px; min-width: 50px; }
.post-template .post-author-img img { border-radius: 50%; }
.post-template .post-date-category { font-size: 11px; color: #aaa; }
.post-template .post-meta-info { height: 40px; }
.post-template .post-image { margin-bottom: 1.5rem; }
.post-template .post-image img { max-width: 100%; height: auto; display: block; }

/*==MOLONGUI AUTHOR THEMING==*/
.molongui-author-box-container { background-color: white !IMPORTANT; box-shadow: none !IMPORTANT; border: 1px solid #f7f7f7 !IMPORTANT; border-radius: 1px !IMPORTANT; }

.molongui-author-box-container.mabc-bckg-coloured { padding: 0px; }
.molongui-author-box-thumbnail { padding: 10px; }
.molongui-author-box-container .molongui-author-box-thumbnail .mabt-radius-circled { border: 2px solid #F7F7F7; }
.molongui-author-box-title h5 { font-weight: bold; }

.molongui-author-box-container .molongui-author-box-data .molongui-author-box-title h5 { font-size: 200% !IMPORTANT; }
.molongui-author-box-container .molongui-author-box-data .molongui-author-box-job { font-size: 70% !IMPORTANT; }

/*----------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------- END NETPARK DEFAULT THEMEING ------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------*/
/*=EVERY PAGE STYLING=*/
.white-bg {
	background-color: white;
	padding: 20px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.white-bg h1 { margin-top: 0px; }

.container .content-margin { margin-top: 35px; }

/*----------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------*/
/*--------------- HOMEPAGE ---------------- */
/*------------------------------------------*/
/**Slider**/
.soliloquy-container { margin: 0 auto !IMPORTANT; min-height: 444px; }
.slider-border { border-bottom: 10px solid #d10b0b !IMPORTANT; }
.soliloquy-container .soliloquy-caption.soliloquy-caption-left {
	background-color: rgba(0,0,0,0.15);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	height: initial !IMPORTANT;
	width: 100% !IMPORTANT;
	padding-left: 17.5%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background: transparent !IMPORTANT;
	text-align: left !IMPORTANT;
	height: initial !IMPORTANT;
	font-size: 1.5vw !IMPORTANT;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1) !IMPORTANT;
	position: absolute;
	top: 2%;
}

/**Quote Box**/
.homepage-quote-box {
	width: 320px;
	background: #fff;
}

#Homepage_Quote .np-date-form__submit {
	margin: 0 -1rem;
	width: 100%;
}

#Homepage_Quote .np-date-form__submit .np-button {
	border-radius: 0;
	width: 100%;
}

.homepage-quote-svg1 { padding: 23%; }
.homepage-quote-right-arrow { width: 5%; margin: 0 8px; }

.homepage-quote-alignment { display: inline-block; vertical-align: middle; }

/**Homepage About Text**/
.homepage-about { margin-bottom: 20px; }
.homepage-about h1 { margin: 0 0 5px; font-weight: bold; }
.homepage-about h3 { font-size: 14px; margin: 0px 0px 15px; }

/**Newsletter**/
.newsletter-signup h3 { font-weight: bold; margin: 0 0 15px; }

/**Content**/
.svg-bg {
	width: 35%;
	margin: 0 auto;
}

.svg-size1 { padding: 10%; }
.svg-size2 { padding: 0%; }
.svg-size3 { padding: 26%; }

.homepage-badges { margin: 30px 0; }
.homepage-badges h3 { font-weight: 600; }

/**Custom Map Code**/
#map { width: 100%; height: 300px; }

/**Contact Page**/
.contact-info, .location-information { text-align: center; font-size: 1.6em; }

/**Coupon Page**/
.coupon {
	border: 3px dashed #bcbcbc;
    border-radius: 10px;
    font-weight: 300;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.coupon #head {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.coupon-img {
	width: 100%;
    margin-bottom: 15px;
    padding: 0;
}

.coupon-img img {
	width: 65%;
	height: auto !IMPORTANT;
	display: block;
	margin: 0 auto;
}

.items {
    margin: 15px 0;
	text-align: center;
	list-style: none;
	padding: 0;
}

.qr-code {
	margin-bottom: 15px;
	text-align: center;
}

.offer {
	text-align: center;
	font-size: 1.4em;
	padding: 23px 0;
}

.usd, .cents {
    font-size: 35px;
}

.number {
    font-size: 75px;
    font-weight: 700;
}

sup {
    top: -33px;
}

#business-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#business-info ul li {
    display: inline;
    text-align: center;
}

#business-info ul li span {
    text-decoration: none;
    padding: .2em 1em;
}

#business-info ul li span i {
    padding-right: 5px;
}

.disclosure {
    padding-top: 15px;
    font-size: 11px;
    color: #bcbcbc;
    text-align: center;
}

.panel-footer {
	border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.panel-footer.row {
	margin-left: 0;
	margin-right: 0;
}

.coupon-code {
    color: #333333;
    font-size: 11px;
}

.exp {
    color: #D10B0B;
}

@media (max-width: 991px){
	.panel-footer { text-align: center; }
	.print { float: none; margin-top: 10px; }
	#business-info ul li { display: list-item; }
}

@media print {
	#icon_wrapper, .elementor-location-header, .elementor-location-footer, .page-title, hr, .print, #newsletter, #quote-btn, #corp-greeting { display: none; }
	.panel { width: 600px; }
	.print-alignment {
		position: absolute;
		width: 600px;
		height: 632px;
		z-index: 15;
		top: 10%;
        left: 50%;
		margin: 0 0 0 -300px;
	}
}

/**Corporate Pages**/


/*----------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------*/
/*----------- RESERVATION PAGE -------------*/
/*------------------------------------------*/
/*==STEP 1 - GET A QUOTE==*/

/*==STEP 2 - MY DETAILS==*/

/*==STEP 3 - PAYMENT==*/

/*==STEP 4 - REVIEW==*/

/*==STEP 5 - CONFIRMATION==*/

/*----------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------*/
/*-------------- LOGIN PAGE ----------------*/
/*------------------------------------------*/


/*----------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------*/
/*---------- REGISTRATION PAGE -------------*/
/*------------------------------------------*/


/*----------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------*/
/*------------- PROFILE PAGE ---------------*/
/*------------------------------------------*/
/*==CUSTOMER PROFILE PAGE==*/
.widget_locations { float: none; }

/*----------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------*/
/*--- WEBSITE SPECIFIC THEMEING BEGINS ---- */
/*------------------------------------------*/
/*=MOBILE THEME=*/
@media (max-width: 992px){
	/** Smaller Header **/
	.header-bg.smaller { height: 55px; }
	.header-bg.smaller .header-menu-height {
		height: 55px;
	}
	.header-bg.smaller .site-content { padding-top: 55px; }
	.header-bg.smaller .header_menu_class > li > a { padding: 18px 15px !IMPORTANT; }
	.header-bg.smaller .header_menu_class li#menu-item-146 a { padding: 7px 15px !IMPORTANT; }

	.header-bg.smaller .logo-height { height: 45px; }
	.header-bg.smaller .logo-position { margin: 5px 0; }
	.header-bg.smaller .logo-size { font-size: 3.7vh; }

	/**Solilouy Sizing**/
	.soliloquy-container, .soliloquy-container * { height: 450px !IMPORTANT; }
}

@media (min-width: 992px) {
	.header-bg .logo-container, .header-bg .logo-container img { height: 80px; }
}

@media (max-width: 991px){
	/**Mobile Menu**/
	.header-bg .container { width: 100%; padding: 0; }
	.menu-container .navbar .navbar-brand { display: block !important }
	.menu-container .navbar .navbar-toggle { display: block; }
	.menu-container .navbar .navbar-header { float: none; }
	.menu-container .navbar .navbar-collapse.collapse:not(.in) { display: none !important; }

	.logo-height { height: 34px; margin-left: 10px; }
	.header-bg, .header-menu-height { height: 60px; }
	.site-content { padding-top: 60px; }
	.header-menu-position { float: none; }

	.header-bg .row { position: relative; }
	.header-bg .logo-container { z-index: 10; }
	.header-bg .logo-container, .header-bg .logo-container img { height: 60px; }
	.header-bg .navbar { width: 100%; }
	.header-bg .navbar-header { text-align: right; }
	.header-bg .navbar .navbar-brand { float: none; display: inline-block; }
	.header-bg .header_menu_class { position: absolute; top: 60px; left: -10px; right: -10px; background-color: white; }
	.header-bg .header_menu_class > li { display: block; border-bottom: 1px solid lightgrey; }
	.header-bg .header_menu_class > li:first-child { border-top: 1px solid lightgrey; }
	.header-bg .header_menu_class > li:last-child { }
	.header-bg .header_menu_class > li > a { padding: 18px 15px !IMPORTANT; transition: 0.3s ease; }
	.header-bg .header_menu_class > li > a:hover { background-color: #fafafa; }
	.header-bg .header_menu_class .sub-menu { display: none; position: static; }
	.header-bg .header_menu_class .expand .sub-menu { display: block; }
	.header-bg .header_menu_class .sub-menu li > a { padding: 18px 45px !IMPORTANT; }

	.navbar-brand {
		padding: 21px 10px 19px;
		font-weight: bold;
		color: #333 !IMPORTANT;
		font-family: 'Fira Sans', sans-serif;
		height: initial;
		font-size: 4.5vw;
		text-transform: uppercase;
	}
	.navbar-toggle { margin: 0; padding: 21px 20px 21px 10px; }
	.navbar-toggle .icon-bar { height: 4px; }
	.navbar-toggle .icon-bar+.icon-bar { margin-top: 3px; }
	.navbar-default .navbar-toggle .icon-bar { background-color: #2975BD; }
	.navbar-toggle { border: none; }
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: rgba(0,0,0,0); }

	.header_menu_class li#menu-item-146 a { padding: 18px 15px !IMPORTANT; }

	/**Mobile Theming**/
	.site-content .container { margin: 0 15px !IMPORTANT; width: initial; }
	.soliloquy-container .soliloquy-caption.soliloquy-caption-left { padding-left: 0; }
	.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		display: none !IMPORTANT;
	}

	/**Mobile Quote**/
	.homepage-quote-box {
		position: static;
		width: 100%;
		margin-top: 20px;
	}
}

/* primary */

.bg-primary-500,
.hover\:bg-primary-500:hover,
.focus\:bg-primary-500:focus {
  background-color: #2975BD;
}

.border-primary-500,
.hover\:border-primary-500:hover,
.focus\:border-primary-500:focus {
  border-color: #2975BD;
}

.text-primary-500,
.hover\:text-primary-500:hover,
.focus\:text-primary-500:focus {
  color: #2975BD;
}

.bg-primary-600,
.hover\:bg-primary-600:hover,
.focus\:bg-primary-600:focus {
  background-color: #004373;
}

.border-primary-600,
.hover\:border-primary-600:hover,
.focus\:border-primary-600:focus {
  border-color: #004373;
}

.text-primary-600,
.hover\:text-primary-600:hover,
.focus\:text-primary-600:focus {
  color: #004373;
}


/* secondary */

.bg-secondary-500,
.hover\:bg-secondary-500:hover,
.focus\:bg-secondary-500:focus {
  background-color: #D10B0B;
}

.border-secondary-500,
.hover\:border-secondary-500:hover,
.focus\:border-secondary-500:focus {
  border-color: #D10B0B;
}

.text-secondary-500,
.hover\:text-secondary-500:hover,
.focus\:text-secondary-500:focus {
  color: #D10B0B;
}

.np-button--primary {
  background-color: #2975BD;
  border-color: #2975BD;
}

.np-button--primary:hover {
  background-color: #004373;
  border-color: #004373;
}

.quotebox-text {
	text-align: center;
}

.np-input.np-input--date {
	-webkit-appearance: none;
}
