/*
Theme Name: Signature Chauffeur Services
Theme URI: http://dubzz.co.nz
Author: Dubzz Digital Marketing
Author URI: Dubzz.co.nz
Description: Custom theme build for Signature Chauffeur Services
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: mobile-first, basic, grid, bootstrap
Text Domain: dubzz.co.nz
*/


@import 'https://fonts.googleapis.com/css?family=Montserrat';
@import 'https://fonts.googleapis.com/css?family=Raleway';
@import 'https://fonts.googleapis.com/css?family=Great+Vibes';

* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

a {
	color: black;
}

a:hover {
	color: #f21919;
	text-decoration: none;
}

body {
    padding-bottom: 0px;
    margin-bottom: -12px;
	font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}

img {
	max-width: 100%;
}

html, body {
  overflow-x:hidden 
} 



.booking-image {
	background: url(http://sigcs.co.nz/wp-content/uploads/2016/10/sigcs-reservations.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 433px;
}

.contact-image {
	background: url(http://sigcs.co.nz/wp-content/uploads/2016/09/sigcs-contact.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    height: 361px;
    margin-top: 10px;
}




/* HEADER */

.cover-content {
	position: absolute;
    top: 28%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: 1024px;
}

.home-img-logo {
	display: none;
}

.tagline {
	text-align: center;
	color: white;
	font-size: 1.5em;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	padding: 0 2.5%;
}

.tagline h2 {
	line-height: 1.3;
}

@media (min-width: 768px) {
	.tagline {
		/*left: 50%;
		transform: translateX(-50%);*/
	}

	.tagline h2 {
		font-size: 2em;
	}
}


/* NAVBAR */

.navbar-inverse .navbar-nav>li>a {
    color: #999;
    font-family: 'Montserrat', sans-serif;
}

@media (min-width: 768px) {
	.navbar-fixed-top, .navbar-fixed-bottom {
        border-color: transparent;
	    background-color: rgba(0, 0, 0, 0.4);
	    padding: 10px 0 10px 0;
	}

	.navbar-nav {
	    float: right;
	}

	.navbar-inverse .navbar-nav>li>a {
	    color: white;
	    text-transform: uppercase;
	}
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #f21919;
    background-color: transparent;
}

.current-menu-item > a, .current-menu-parent > a {
    background: none !important;
    color: #f21919 !important;
}


/* HOME PAGE */

.signature {
	font-family: 'Great Vibes', cursive;
    font-size: 57px;
    text-transform: capitalize;
    font-style: italic;
    color: #f21919;
}

.home .col-md-4 h3:hover {
	color: #f21919;

}

.glyphicon-home {
    font-size: 35px;
    color: white;
    margin-top: 2%;
}

.glyphicon-home:hover {
    cursor: pointer;
    font-size: 40px;
}

.container-fluid {
	padding: 0 !important;
}

.hovereffect-h3 {
	position: absolute;
	top: 0;
	color: white;
    width: 100%;
    text-shadow: 1px 1px black;
}

.col-md-4.services--section:hover .hovereffect-h3 {
    display: none;
}

.hovereffect p {
    color: white;
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    text-shadow: 1px 0 black;
    margin: 0 2% 0 0px;
    text-transform: initial;
}

@media (min-width: 992px) {
	.hovereffect p {
	    margin: 0 6% 0 0px;
	}
}

.cover-wrap {
  position: relative;
  bottom: 0;
  overflow: hidden;

}

.cover-image {
  background: url(http://sigcs.co.nz/wp-content/uploads/2016/08/SIGCS-cover-photo.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  filter: blur(10px);
  transform: scale(1.1);
  transition: all 2s ease;
  transition: 2s -webkit-filter ease;
}

.home-text-section {
	margin: 90px 0;
}

.home-services-section{
	margin: 40px 0;
}

.home--section-image {
	background: url(http://sigcs.co.nz/wp-content/uploads/2016/09/SIGCS-background-home.jpg) no-repeat center center fixed;
	height: 400px;
    background-size: cover;
}

.home--section-image h2 {
	position: absolute;
    top: 40%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    text-shadow: 1px 0px black;
}

.home--caption {
	position: relative;
    top: 28%;
    left: 50%;
    left: 0;
    right: 0;
}

.home--caption h2 {
	color: white;
}

.service-row {
	margin-top: 20px;
}

.home .col-sm-4 {
    margin: 40px 0;
}

/* PAGES */

.page--header-image {
	height: 340px;
    overflow: hidden;
}

.page--header-image img {
	max-width: 100%;
}

.page--header-title {
    position: absolute;
    top: 25%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    color: white;
    text-shadow: 2px 2px black;
}

.pages__container {
	padding: 60px 0;
}

/* PAGE HEADERS */

.page--header-title h2 {
    font-size: 60px;
    letter-spacing: 1px;
}


.auto--scroll span {
    color: white;
    font-size: 46px;
}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


/* Destations Page */

.destinations--caption, .services--caption {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.destinations--caption h3 {
	color: white;
    text-shadow: 1px 1px black;
    text-transform: uppercase;
}

.hovereffect {
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:default;
    -webkit-box-shadow: 4px 5px 5px 0px #828080;
    -moz-box-shadow: 4px 5px 5px 0px #828080;
    box-shadow: 4px 5px 5px 0px #828080;
}

/* .hovereffect:hover {
    -webkit-box-shadow: 0px 0px 0px 0px #828080;
    -moz-box-shadow: 0px 0px 0px 0px #828080;
    box-shadow: 0px 0px 0px 0px #828080;
} */

.hovereffect .destinations--caption, .hovereffect .services--caption {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	text-transform: capitalize;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(0,0,0,0.5);
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out
}

.hovereffect img {
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
}

.hovereffect h2 {
	text-transform:uppercase;
	position:relative;
	background:rgba(0,0,0,0.6);
	-webkit-transform:translatey(-100px);
	-ms-transform:translatey(-100px);
	transform:translatey(-100px);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	padding:10px;
}

.hovereffect:hover img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

.hovereffect:hover .hovereffect-h3 {
	display: none;
}

.hovereffect:hover .destinations--caption, .hovereffect:hover .services--caption {
	opacity:1;
	filter:alpha(opacity=100);
}

.hovereffect:hover h2 {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-transform:translatey(0);
	-webkit-transform:translatey(0);
	transform:translatey(0);
}

/* service page */

.services--caption h3 {
	color: white;
    text-shadow: 1px 1px black;
}

.service-page-text, .destinations-page-text {
	font-size: 20px;
	text-align: center;
	padding-bottom: 20px;
}

.btn-service {
    position: relative;
    top: 40%;
    font-size: 18px;
    background: transparent;
    color: white !important;
    border: 2px white solid;
    text-shadow: 1px 1px black;
}

/* Reservations Page */

.reservations-text {
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
}

.reservations-text a {
    color: #f21919;
}

.reservations-text a:hover {
    color: #999;
}

/*********************
QUICK FIX - Removing "Now" button for time selection
*********************/

.ui-datepicker-current {
	display: none;
}



/* CONTACT PAGE */

.btn-contact-us {
	border: 2px solid #8a8a8a;
    background: transparent;
}

.btn-contact-us:hover  {
	border: 2px color: #f21919;

}

.form-control:focus {
    border-color: #f21919;

    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(101, 94, 94, 0.18),0 0 8px rgba(27, 25, 26, 0.6);
    box-shadow: inset 0 1px 1px rgba(101, 94, 94, 0.18),0 0 8px rgba(27, 25, 26, 0.6);
}

.form-control {
    border: 1px solid #8a8a8a;
}

div.wpcf7-validation-errors {
    border: 2px solid #333 !important;
}

@media (min-width: 768px) {
	.dl-horizontal dd {
	    margin-left: 100px;
	}

	.dl-horizontal dt {
	    width: 80px;
	    text-align: left;
	}

	.form-inline .form-control {
	    width: 100%;
	}

	.form-inline .form-group {
	    width: 33%;
	}

	#wpcf7-f4-p22-o1 > form > div.form-inline > div:nth-child(3), #wpcf7-f4-p22-o1 > form > div.form-inline > div:nth-child(2) {
	    margin-left: 1px;
	}

	.margin-left {
		margin-left: 6px;
	}



	#wpcf7-f253-p16-o1 .form-inline .form-group {
	    width: 49%;
	}

	#wpcf7-f253-p16-o1 textarea.form-control {
	    width: 99%;
	}

	#wpcf7-f253-p16-o1 .form-inline {
		margin-bottom: 10px;
	}
}


/* FOOTER */

.footer--copy-right {
	background: #333;
}

.footer-phone {
	font-family: sans-serif;
}

.destinations--section, .services--section {
    margin-bottom: 20px !important;
    /* overflow: hidden; */
}

.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px;
	padding: 55px 50px;
	margin-top: 0px;
}

.footer-logo, .book--now {
	text-align: center;
	margin-top: 25px;
}

.footer-logo h3 {
    color: white !important;
    font-size: 21px;
}

.book--now {
	margin-top: 17px;
}

.footer-menu {
	color: #f21919;
    display: block;
    overflow: hidden;
    padding: 0;
}

.footer-menu li {
	float: left;
    list-style: none;
    margin-top: 10px;
    width: 33%;
}

.footer-menu a:hover {
	color: #f21919;

}

.btn-book-now-wrap {
	text-align: center;
    margin-top: 40px;
}

.book-now {
    margin-top: 17px;
}

.btn-book-now {
    margin-top: 10px;
    border: #f21919 2px solid;
    color: #8a8a8a;
    font-size: 18px;
}

#fa-envelope:hover .fa-envelope, #fa-envelope:hover #fa-envelope-p {
    color: #f21919;

}

 .btn-book-now:hover {
    color: #8a8a8a;
}

.btn-book-now span {
    padding-left: 10px;
}

.footer-distributed h3{
	color:  #8a8a8a;
	font-size: normal 36px;
	margin: 0;
}


/* Footer Center */

.footer-distributed .footer-center i, .footer-distributed .footer-right i {
	background-color:  #33383b;
	color: #8a8a8a;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope, .footer-distributed .footer-right i.fa-envelope {
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p, .footer-company-book span, .footer-distributed .footer-right p{
	display: inline-block;
	color: #8a8a8a;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span, .footer-distributed .footer-right p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a, .footer-distributed .footer-right p a{
	color:  #f21919;
	text-decoration: none;;
}

.footer-logo ul {
    margin-top: 11px;
}

#fa-envelope p a {
    color: #8a8a8a;
}

#fa-envelope p a:hover {
    color:  #f21919;
}

.footer-menu a, #fa-envelope p {
	color: #8a8a8a;
}


/* Footer Right */

.footer-distributed .footer-right p {
    vertical-align: top;
}

.footer-distributed:hover .footer-icons a:hover, .footer-links a:hover {
    color: #f21919;
}

.copy-right {
	color: #8a8a8a;
	padding-top: 40px;
}

.footer-dubzz {
	text-align: right;
}

.footer-dubzz a, .footer-sigcs a {
	color: #8a8a8a;
}

.footer-dubzz a:hover, .footer-sigcs a:hover {
	color: #f21919;

}

@media (max-width: 992px) {
	.footer-center {
		text-align: center;
	}

	.footer-dubzz, .footer-sigcs {
		text-align: center;
	}

	.footer-menu li {
	    float: none;
	    list-style: none;
	    margin-top: 10px;
	    width: 100%;
	    text-align: center;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		margin-bottom: 40px;
	}
}










.admin-bar .navbar-fixed-top {
    margin-top: 0 !important;
}


.navbar {
    position: relative !important;
    min-height: 50px;
    margin-bottom: 0 !important;
    border: 1px solid transparent;
}


.page--header-image {
    position: relative;
    bottom: 0;
    z-index: -999;
}


@media (min-width: 768px) {
	.navbar-fixed-top, .navbar-fixed-bottom {
	    border-color: transparent;
	    padding: 10px 0 10px 0;
	    z-index: 999;
	    background-color: black;
	}

}

@media (max-width: 768px) {
	.home-img-logo img {
		max-width: 170px;
	}

	.glyphicon-home {
	    font-size: 30px;
	}

	.home-img-logo {
	    top: 20%;
	}

	.pages__container {
	    padding: 60px 10px;
	}

	.page--header-title h2 {
	    font-size: 40px !important;
	}
}


@media (max-width: 992px) {
	.pages__container {
	    padding: 60px 10px;
	}

	.fa {
        display: none !important;
	}

	#fa-envelope-p {
		margin-top: 40px;
	}

	.hovereffect {
		max-width: 720px;
	}

	.destinations--section, .services--section {
	    margin-bottom: 20px !important;
	    overflow: hidden !important;
	}

	.hovereffect .destinations--caption {
	    opacity: 1 !important;
	    background-color: transparent;
	}
}









































.admin-bar .navbar-fixed-top {
	margin-top: 30px;
}

@media (min-width:768px) {
	.sub-menu {
		display: none;
		position: absolute;
		background: #222;
		padding: 10px 15px;
		width: 200px;		
	}

	li:hover .sub-menu {
		display: block;
	}

}

.sub-menu li {
	margin-bottom: 10px;
	list-style: none;
}

.sub-menu li:last-child {
	margin-bottom: 0;
}

.sub-menu a  {
	color: #999;
	text-decoration: none;
}

.sub-menu a:hover  {
	color: #fff;	
}	

.current-menu-item > a, .current-menu-parent > a {
	background: #000;	
}
.current-menu-parent li a {
	background: inherit;
}
.current-menu-parent .current-menu-item a {
	color: #fff;
	font-weight: bold;
}

.sidebar { 
	margin-top: 40px;
	color: #444;
}

.sidebar h3 {
	color: #888;
}

.widget {
	margin: 10px 0 30px;
}

article.post {
	margin: 20px 0 40px;
}

@media (max-width:540px) {
	.portfolio-piece h4 {
		font-size: .8em;
	}
	.prev-next {
		margin-top: 15px;
		font-size: 18px;
	}
}



