/*
	Theme Name: Airport Parking Queenstown 
	Theme URI: 
	Description: Airport Parking Queenstown theme By WP Tan
	Version: 4.0
	Author: WP Tan
	Author URI: http://www.wptan.com
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body {
	font-family:'Open Sans', sans-serif;
	color:#222;
	background:#fff;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #ED1C24;
	text-decoration:none;
	transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
	-moz-transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	-o-transition:  ease all 0.2s;
}
a:hover {
	text-decoration:none;
	transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
	-moz-transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	-o-transition:  ease all 0.2s;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


.mt100 {margin-top:100px;}
.mt90 {margin-top:90px;}
.mt80 {margin-top:80px;}
.mt70 {margin-top:70px;}
.mt60 {margin-top:60px;}
.mt50 {margin-top:50px;}
.mt40 {margin-top:40px;}
.mt30 {margin-top:30px;}
.mt20 {margin-top:20px;}
.mt10 {margin-top:10px;}


.mb100 {margin-bottom:100px;}
.mb90 {margin-bottom:90px;}
.mb80 {margin-bottom:80px;}
.mb70 {margin-bottom:70px;}
.mb60 {margin-bottom:60px;}
.mb50 {margin-bottom:50px;}
.mb40 {margin-bottom:40px;}
.mb30 {margin-bottom:30px;}
.mb20 {margin-bottom:20px;}
.mb10 {margin-bottom:10px;}

.pt100 {padding-top:100px;}
.pt90 {padding-top:90px;}
.pt80 {padding-top:80px;}
.pt70 {padding-top:70px;}
.pt60 {padding-top:60px;}
.pt50 {padding-top:50px;}
.pt40 {padding-top:40px;}
.pt30 {padding-top:30px;}
.pt20 {padding-top:20px;}
.pt10 {padding-top:10px;}

.pb100 {padding-bottom:100px;}
.pb90 {padding-bottom:90px;}
.pb80 {padding-bottom:80px;}
.pb70 {padding-bottom:70px;}
.pb60 {padding-bottom:60px;}
.pb50 {padding-bottom:50px;}
.pb40 {padding-bottom:40px;}
.pb30 {padding-bottom:30px;}
.pb20 {padding-bottom:20px;}
.pb10 {padding-bottom:10px;}

.pl100 {padding-left:100px;}
.pl90 {padding-left:90px;}
.pl80 {padding-left:80px;}
.pl70 {padding-left:70px;}
.pl60 {padding-left:60px;}
.pl50 {padding-left:50px;}
.pl40 {padding-left:40px;}
.pl30 {padding-left:30px;}
.pl20 {padding-left:20px;}
.pl10 {padding-left:10px;}

.pr100 {padding-right:100px;}
.pr90 {padding-right:90px;}
.pr80 {padding-right:80px;}
.pr70 {padding-right:70px;}
.pr60 {padding-right:60px;}
.pr50 {padding-right:50px;}
.pr40 {padding-right:40px;}
.pr30 {padding-right:30px;}
.pr20 {padding-right:20px;}
.pr10 {padding-right:10px;}

.p0 {padding:0}
.m0 {margin:0}


.bg-lightblue {background: #e4f2f5;}
.bg-blue {background: #2573bc;}
.bg-lightgreen {background: #f0fff1;}
.bg-lightgrey {background: #f6f6f6;}
.bg-red {background: #ED1C24;}

.text-grey {color: #505050}
.text-white {color: #ffffff}
.text-red {color: #ED1C24}

.text-m {
	font-size: 1.2em;
}

.divider { 
	background: #fff;
	width: 100%;
	margin-left: auto; 
	margin-right: auto; 
	height:1px;
}

.divider-grey { background: #dfdfdf; }
.divider-white { background: #fff; }
.divider-blue { background: #6fbfe4; }
.divider-lightblue { background: #c2e1f0; }
.divider-green { background: #6fe488; }


.lh1 {line-height: 1 !important;}
.lh1-5 {line-height: 1.5 !important;}

/*------------------------------------*\
    NAV
\*------------------------------------*/


.navbar {
	background: #fff;
	opacity:1;
	box-shadow: 0 0 5px #aaa;
	padding:20px 0 20px 0;
}

.navbar-brand img {
	width:120px;
}

.navbar a {
	color: #333;
	font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.02em;
	font-weight:700;
	padding:0 40px 0 40px;
}

.navbar a:hover {
	color: #ED1C24;
}

.navbar .active a {
	color: #ED1C24;
}

i.fa-bars {
	color:#ED1C24;
}


/*------------------------------------*\
    HERO IMAGES
\*------------------------------------*/

.hero {
	width:100%;	
	margin:0;
}

.hero-home {
	min-height: 500px;	
	margin:0;
	background-size:cover;
	background-attachment: scroll;
}

.hero-page {
	width:100%;
	min-height: 500px;		
	margin:0;
	background-size:cover;
	background-attachment: scroll;
}


/*------------------------------------*\
    HEADERS
\*------------------------------------*/

h1.headline { /* Homepage headline */
	font-family:'Open Sans', sans-serif;
	font-size: 2.1em;
	font-weight: 800;
	color: #161616;
	letter-spacing: -0.02em;
	background: #ffffffd9;
	margin: 250px auto 0 auto;
	padding: 30px 50px 30px 50px;
	display: inline-block;
}

h1.page-title { /* Page main title */
	font-family:'Open Sans', sans-serif;
	font-size: 2.1em;
	font-weight: 800;
	color: #161616;
	letter-spacing: -0.02em;
	background: #ffffffd9;
	margin: 250px auto 0 auto;
	padding: 30px 50px 30px 50px;
	display: inline-block;
}

h2 {
	letter-spacing: -0.02em;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

img.responsive-img {
	width:100%;
	display:block;
	clear: both
}

/*------------------------------------*\
    HOME
\*------------------------------------*/

.icon-red img {
	width:70%;
}

.icon-white img {
	width:50%;
}


/*------------------------------------*\
    DIRECTIONS
\*------------------------------------*/

.directions {
	background: url('images/ico-line.png') no-repeat center 40px;
}


.directions-main img {
	max-width:130px;
}



.directions-step img {
	max-width:80px;
}

/*------------------------------------*\
    NAV TABS
\*------------------------------------*/

.nav-tabs {
	border-bottom: 0;
	margin:15px 0 30px 0;
}

.nav-tabs .nav-link {
	font-size:1.5em;
	font-weight:700;
	color: #353535;
    border: 0;
    border-top-left-radius: 0;
	border-top-right-radius: 0;
	display: block;
	padding: 0 20px 0 20px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ED1C24;
	background-color: transparent;
	text-decoration: underline;
}

.nav-tabs .nav-item {
	border-right: 2px solid #353535;
}

.nav-tabs .nav-item.last-item {
	border-right: 0;
}

.at-map img {
	border: 1px solid #dddddd;
	padding:10px;
	border-radius: 5px;
	background: #fff;
}

/*------------------------------------*\
    FAQs
\*------------------------------------*/

.accordion h3 {
	padding: 20px 0 15px 0;
	font-size:1.3em;
	font-weight:600;
	margin:0;
	letter-spacing:-0.01em;
	cursor: pointer;
	transition: ease all 0.01s;
	-o-transition: ease all 0.01s;
	-moz-transition: ease all 0.01s;
	-webkit-transition: ease all 0.01s;
	-o-transition:  ease all 0.01s;
}

.accordion h3:hover {
	color:#ED1C24;
	transition: ease all 0.01s;
	-o-transition: ease all 0.01s;
	-moz-transition: ease all 0.01s;
	-webkit-transition: ease all 0.01s;
	-o-transition:  ease all 0.01s;
}

.accordion  .collapse {
	transition: ease all 0.001s;
	-o-transition: ease all 0.001s;
	-moz-transition: ease all 0.001s;
	-webkit-transition: ease all 0.001s;
	-o-transition:  ease all 0.001s;
}

.accordion .collapse.show {
	padding-bottom:10px;
	transition: ease all 0.001s;
	-o-transition: ease all 0.001s;
	-moz-transition: ease all 0.001s;
	-webkit-transition: ease all 0.001s;
	-o-transition:  ease all 0.001s;
}

.accordion .divider {
}

/*------------------------------------*\
    TABLE
\*------------------------------------*/

.table-rates {
	background: #f8f8f8;
}

.table-rates td{
    border-top: 2px solid #ffffff;
}

/*------------------------------------*\
    BUTTONS
\*------------------------------------*/

.btn-quote {
	background: #5a8a52;
	color:#fff;
	font-size:1.3em;
	padding:15px 35px 15px 35px;
	border-radius:35px;
	white-space: normal;
}

.btn-quote:hover {
	background: #7bb670;
	color:#fff;
}

a.btn-cta {
	background: none;
	color:#fff !important;
	font-size:1.2em;
	font-weight:300;
	padding:15px 30px 15px 30px;
	margin: 50px 0 0 0;
	border-radius:35px;
	white-space: normal;
	border:1px solid #fff;
}

.btn-cta:hover {
	background: #273d85;
	color:#fff;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer {
	background: #414141;
	padding: 60px 0 70px 0;
	margin: 0 0 0 0;
	color: #ffffff;
}

.footer ul {
	list-style:none;
	padding:0;
	margin:0;
}

.footer li {
	margin:0;
}

.footer a {
	color: #ffffff;
}

.footer a:hover {
	color: #eed0d0;
}



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:991px) {

	.navbar-nav {
		text-align: center;
		padding-top: 30px;
	}

	.navbar-nav .nav-link {
		padding-top: 10px;
	}

	.directions {
		background: none;
	}

	.directions-step {
		margin-top:20px;
	}

	
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
