/*
Theme Name: Starter Theme
Theme URI: http://webfeetdesign.com.au/
Author: Franco Laudadio
Author URI: http://webfeetdesign.com.au/
Description: The Starter theme is a simple, minimalist theme.
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: brown, green, light, tan, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.

*/


/* =Reset
-------------------------------------------------------------- */

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 1em;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {

}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
display: block;
}
ol, ul {
list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
    padding: 0 10px 10px;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
outline: 0;
}
a img {
border: 0;
}

/** Clearfix **/
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }



/* =Global
----------------------------------------------- */

body {
	font:17px 'Lato', sans-serif;
}

/* Headings */
h1 {
	font-size: 54px;
	color: #eee;
	font-weight: 300;
}
h2 {
	font-size: 48px;
	color: #212121;
	font-weight: 300;
}
h3 {
	font-size: 48px;
	color: #FFFFFF;
	font-weight: 300;
	line-height: normal !important;
}
h4 {
	font-size: 25px;
	color: #FFFFFF;
	font-weight: 300;
}
h5 {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}
h6 {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
	margin-bottom: .5em;
}

h2.white-h2 {
color: #fff;
}

.so-widget-sow-image {
	position: relative;
	text-align: center;
}
.so-widget-sow-image h3 {
    background: #222;
    text-transform: uppercase;
    font-size: 16px;
    display: inline;
    padding: 9px 16px;
    border-radius: 5px;
    position: absolute;
    margin: 0;
    z-index: 2;
	top: -20px;
	transform: translateX(-50%);
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}

/* Text elements */
p {
margin-bottom: 1.5em;
line-height: 24px;
color: #fff;
}
p:empty {
	display: none;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: none;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
b, strong {
font-weight: bold;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
.entry-title {
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 1.6em;
padding: 1.6em;
overflow: auto;
max-width: 100%;
}
code, kbd, tt, var {
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
figure {
margin: 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
th {
font-weight: bold;
}
img {
height: auto; /* Make sure images are scaled correctly. */
max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
font-size: 100%; /* Corrects font size not being inherited in all browsers */
margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input {
line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    border: 0;
    border-radius: 3px;
    background: #222;
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 1.2rem;
    line-height: 1;
    padding: .8em 2em .8em;
    text-transform: uppercase;
    font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: #CCC;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border: none;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
-moz-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="tel"],
input[type="search"],
select.wpcf7-form-control,
textarea {
color: #666;
border: 1px solid #aaa;
border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="tel"],
input[type="search"],
select.wpcf7-form-control {
padding: 5px;
height: 30px;
width: 100%;
margin-top: 5px;
}
textarea {
overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
padding-left: 3px;
vertical-align: top; /* Improves readability and alignment in all browsers */
width: 100%;
margin-top: 5px;
}
form p {
	margin-bottom: .3em;
}
label {
	color: #222;
	
}
.moretag {
	font-style: italic;
}
.roll-over {
    transition: 0.5s;
    height: 100%;
    cursor: pointer
}
.roll-over:hover .hover-effects {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #D4AC68;
    opacity: 0.4;
    z-index: 1
}

/** tab **/
.tab-content {
    
}
.starter-column{overflow:hidden}

/* Home Page Styles
-------------------------------------------------*/

.entry-title {
	display: none;
}
.logo {
	position: absolute;
	top: -58px;
	left: 0;
	right: 0;
	margin: 0;
}
body.home .text-overlay {
    top: 120px;
    left: 12%;
    z-index: 2;
}
.metaslider .caption-wrap {
    bottom: auto !important;
    left: 12% !important;
    background: none !important;
    opacity: 1 !important;
    width: auto !important;
    top: 210px !important;
}
.metaslider .caption {
    padding: 0 !important;
}
.metaslider .caption h1 {
    margin-bottom: .3em;
}
.flex-direction-nav {
    display: none;
}
.metaslider.nav-hidden .flexslider {
    margin-bottom: -1px !important;
}
#homeBooking {
    position: absolute;
    right: 4.6%;
    top: 125px;
}
body.home .ecmrow {
    background-color: rgba(51, 51, 51, 0.84) !important;
}
body.home .find_button {
    background-color: #222;
}
body.home button#BootstrapForm_BookingForm_action_doBookingForm {
    background-color: #222;
}

/* =Structure
----------------------------------------------- */

#topBar {
	background:#333;
	width: 100%;
	padding: 2px 0 4px;
}
#topBar ul {
	list-style: none outside none;
    margin: 0 auto;
    text-align: right;
    width: 95%;
}
#topBar .widget {
	margin: 0;
}
#main,
.main-navigation,
.site-description {
    margin: 0 auto;
}

/* Logo Animation */

.logoPath {
  stroke-dasharray: 265 265;
  stroke-dashoffset: 265;
  animation-name: draw;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  fill:transparent;
  animation-duration: 0.4s;
  animation-delay: 1s;
}
	#s {
		animation-delay: 1s
	}
	#t-cross {
		animation-delay: 1.4s
	}
	#t {
		animation-delay: 1.6s
	}
	#e {
		animation-delay: 1.9s
	}
	#v {
		animation-delay: 2.1s
	}
	#v-swirl {
		animation-delay: 2.3s
	}
	#e-2 {
		animation-delay: 2.5s
	}
	#comma {
		animation-delay: 2.8s
	}
	#s-last-first {
		animation-delay: 3s
	}
	#s-last {
		animation-delay: 3.2s
	}
	#s-last-last {
		animation-delay: 3.4s
	}

@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}
.logo-animation {

}
.logoAnimate {
	width: 300px;
}
.logo-animation .caption a {
	color: #fff;
	padding: 15px 30px;
	border: 1px solid #fff;
	border-radius: 10px;
	font-weight: 300;
}
.logo-animation .caption a:hover {
	color: #222;
	background: #fff;
	text-decoration: none;
}
/* Custom Logos */

.site-title {
	float: left;
	background: url(images/logo.png) no-repeat;
	background-size: cover;
	width: 150px;
	height: 150px;
}
body.page-id-8 .site-title, body.page-id-4270 .site-title, body.page-id-4665 .site-title, body.page-id-4900 .site-title {
	background: url(images/airport-transfers-logo.png)no-repeat;
	background-size: cover;
}
body.page-id-10 .site-title, body.page-id-5208 .site-title {
	background: url(images/Steves-mini-bus-logo.png)no-repeat;
	background-size: cover;
}
body.page-id-12 .site-title {
	background: url(images/happy-coach-logo.png)no-repeat;
	background-size: cover;
	width: 272px;
	height: 130px;
}
#masthead.small .site-title {
	width: 100px;
	height: 100px;
}
body.page-id-12 #masthead.small .site-title {
	width: 190px;
	height: 90px;
}
#main {
	clear: both;
    overflow: hidden;
	padding-top: 102px;
	max-width:100%;
}
#primary {
	float: left;
	margin: 0 -34% 0 0;
	padding: 0;
	width: 100%;
}
#content {
	margin: 0 34% 0 0;
}
#secondary,
#tertiary {
	border-left: 1px solid #CCC;
   	float: right;
   	margin: 2em 1em 0;
    padding: 2em 2em 0;
    position: relative;
    width: 22%;
}
#tertiary {
	padding-top: 0;
}
.site-footer {
	clear: both;
	width: 100%;
}
.site-footer a {
	color: #fff;
}
#subsidiary {
	max-width: 100%;
	margin: 0 auto;
}
.site-info {
    color:#222;
    font-size:11px;
    line-height:18px;
    padding: 8px 0;
	max-width: 95%;
	margin: 0 auto;
	clear: both;
}
.site-info a {
	color: #999;
}
.copyright {
	float: left;
}
.created {
	float: right;
}
.footer-col {
	width: 25%;
	float: left;
	min-height: 280px;
}
.footer-col p {
	color: #fff !important;
	margin-bottom: .2em;
	font-weight: 300;
}
.footer-col img {
	margin: 50px auto 30px;
}
.orange {
	background: #F7A600;
}
.navy {
	background: #1E3658;
}
.black {
	background: #222222;
}
.aqua {
	background: #6cc2df;
}
#siteInfo-container {
	text-transform: uppercase;
	clear: both;
}

.so-widget-sow-button .ow-button-base a {
    font-weight: 300;
}

.button-grey-border {
    border: 1px solid #222 !important;
}

.call-to-action .so-widget-sow-button .ow-button-base a {
    border: 1px solid #FFF;
}
.call-to-action h3 {
    font-family: 'Lato', sans-serif !important;
}
.call-to-action .so-panel {
    margin-bottom: 0 !important;
}
.text-overlay {
    position: absolute;
    top: 70px;
    left: 22%;
}
.text-overlay img {
	width: auto !important;
}
.sub-hero {
	position: relative;
	overflow: hidden;
}
.sub-hero img {
	margin-bottom: -4px;
	width: 100%;
}
.toggle {
	cursor: pointer;
}
.collapsible p {
	color: #222;
}
.collapsible {
	margin: -70px 0 0 0;
}

/*------- Overlays ------*/

.show_hide {
    display: none;
    overflow: visible;
    width: 100%;
	color: #FFF;
	font-size: 14px;
	border-right: none;
	font-weight: 300;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.slidingDiv {
    background: #1E3658 none repeat scroll 0 0;
    padding: 0 35px;
	color: #fff;
	font-size: 16px;
	line-height: 1.4em;
}
.overlay-container {
	margin-top: -17px;
    height: 250px;
}
h3.overlay-title {
	background: #222;
    text-transform: uppercase;
    font-size: 16px;
    display: inline;
    padding: 9px 16px;
    border-radius: 5px;
    position: absolute;
    margin: 0;
    z-index: 2;
	top: -20px;
	transform: translateX(-50%);
}
.reviews h2 {
	margin-bottom: .1em;
}
.reviews.panel-row-style {
	background-position: left center !important;
    background-size: 51% 100% !important;
}
.fa-caret-down:before {
    content: "\f0d7";
	margin-left: 5px;
}
h2.collapse-tab {
    cursor: pointer;
    width: 32px;
    margin: 0 auto;
}

/* =Mini Bus Navy Styles
------------------------------------------------*/

body.page-id-10 h3.overlay-title, body.page-id-5208 h3.overlay-title {
	background: #16365A;
}
#luxury h4, #luxury h2, #luxury p {
	color: #fff;
}
.blue .collapsible p {
	color: #fff;
}
#navy .so-widget-sow-image h3 {
    background: #1e3658;
}

/* =Airport Orange Styles
------------------------------------------------*/

body.page-id-8 .so-widget-sow-image h3, .post-4270 .so-widget-sow-image h3 {
	background: #F7A600;
}
.airlines p {
	color: #222;
}

/* Happy Coach Styles
-------------------------------------------------*/

body.page-id-12 h1, body.page-id-12 h2, body.page-id-12 h3, body.page-id-12 h4, body.page-id-12 h5 {
	font-family: 'Spicy Rice', cursive;
}
body.page-id-12 h1, body.page-id-12 h5 {
	color: #FDEB6F;
	line-height: normal;
	margin-bottom: 0;
}
body.page-id-12 h4 {
	font-family: 'Spicy Rice', cursive;
    font-size: 20px;
    margin-bottom: .2em;
	color: #222;
	line-height: 1.6em;
}
body.page-id-12 h2.collapse-tab {
    cursor: pointer;
    width: 32px;
    margin: 0 20px 20px;
    float: right;
}
body.page-id-12 .collapsible .panel-row-style {
	margin-bottom: 0 !important;
}
body.page-id-12 .reviews.panel-row-style {
    margin-top: -30px !important;
}

/* Animation */
#Layer_1 {
    position: absolute;
    left: 13.5%;
    top: 15.5%;
    max-width: 864px;
}

#Layer_1.animation-start .st0 {
	animation: dash 3s linear;
  	animation-fill-mode: forwards;
	animation-delay: 3s;
}
#Layer_1.animation-start .st1 {
  	animation: dash 3s linear;
  	animation-fill-mode: forwards;
	animation-delay: 5.7s;
}

.st0{fill:none;stroke:#E18021;stroke-width:5;stroke-miterlimit:10;}
	.st1{fill:none;stroke:#6CC2DF;stroke-width:5;stroke-miterlimit:10;}
	.st2{fill:#E18021;}
	.st3{font-family:'SpicyRice-Regular';}
	.st4{font-size:14px;}
	.st5{fill:#6CC2DF;}

	.st0 {
  	stroke-dasharray: 2000;
  	stroke-dashoffset: 2000;
	}
	.st1 {
  	stroke-dasharray: 2000;
  	stroke-dashoffset: 2000;
	}
.location-map {
	position: relative;
}
.location {
	position: absolute;
	cursor: pointer;
}
h5.location {
	color: #E18021 !important;
}
.start {
    top: 34%;
    right: 11%;
}
.killan-falls {
       bottom: 17%;
    right: 32.5%;
}
.eltham {
    bottom: 31%;
    right: 51.5%;
}
.nimbin {
    top: 18%;
    left: 19%;
}
.nimbin-rocks {
    top: 23%;
    left: 16%;
}
.start-text {
    top: 34%;
    right: 14%;
}
.finish-text {
    top: 32%;
    right: 7%;
}
.killan-falls-text {
    bottom: 13%;
    right: 30%;
}
.eltham-text {
    bottom: 27.5%;
    right: 48.5%;
}
.nimbin-text {
    top: 18%;
    left: 22%;
}
.nimbin-rocks-text {
    top: 26%;
    left: 9%;
}
.gallery-item {
    margin-top: 0 !important;
}
.gallery p {
    margin-bottom: 0;
}
.gallery-item img {
    margin-bottom: -4px;
}
	@keyframes dash {
  from {
    stroke-dashoffset: 2000;
  }
		to {
    stroke-dashoffset: 0;
  }
}

/* =Discover Pages
------------------------------------------------*/

body.page-id-45 p, .page-id-43 p, .page-id-47 p {
	color: #222;
}
.discover-call h3 {
	font-size: 35px;
}



/* =FAQ's, Terms, etc Pages
------------------------------------------------*/

.page-id-41 p, .page-id-39 p {
	color: #222;
}
.page-id-41 ul, .page-id-39 ul {
    list-style: disc;
	line-height: 1.6em;
}

/* =contact page
------------------------------------------------*/

.contact.panel-row-style {
	display: block !important;
}
.book h2 {
	font-size: 36px;
}

/* =Layout Changes - Left Sidebar
------------------------------------------------*/
.left-sidebar
.content-area {
	float: right !important;
	margin: 0 0 0 -34% !important;
	width: 100%;
}
.left-sidebar
.site-content {
	margin: 0 0 0 34% !important;
}
.left-sidebar
.widget-area {
	float: left !important;
	overflow: hidden;
	width: 22%;
}

/* =Layout Changes - Full width
------------------------------------------------*/
.fullwidth {
	margin: 0 !important;
}

/* Header
----------------------------------------------- */
#masthead {
    width: 100%;
    padding: 20px 0;
    position: fixed;
    z-index: 9998;
	height: 1px;
}
.site-branding {
	padding:30px 0;
}
.site-description {
	color:#666;
    font-size:13px;
    font-style:italic;
}
.site-title a {
	font-family:Arial,sans-serif;
    font-weight:bold;
	text-decoration: none;
}

/* Sizes for the smaller menu */
#masthead.small {
	top: 0;
	background: #FFF;
	transition: all 1s;
	height: 90px;
	box-shadow: 0 0 2px #999;
}
#masthead.small img {
	width: 100px !important;
	height: 100px !important;
}
#masthead.small .navigation-main ul {
    margin: 14px 0 0 0;
}
#masthead, #masthead li, #masthead img, #masthead nav, #masthead a {
  transition: all .5s;
  -moz-transition: all .5s; /* Firefox 4 */
  -webkit-transition: all .5s; /* Safari and Chrome */
  -o-transition: all .5s; /* Opera */
}

/* Sizes for the bigger menu */
#masthead.large {
	transition: all .5s;
}
#masthead.large img {
	width: 100%;
	height: auto;
}
#masthead.large li {

}

/* Hidden menu on scroll down */
#masthead.invisible {
	padding: 0;
	height: 0;
	overflow: hidden;
}
#masthead.invisible img,
#masthead.invisible .site-title {
	width: 100px !important;
	height: 100px !important;
}

/* Links
--------------------------------------------------*/
a {
	text-decoration: none;
	color: #999;
}
a:visited {

}
a:hover,
a:focus,
a:active {

}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers
--------------------------------------------------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	display: none;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing
---------------------------------------------------*/
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
    content: '';
	display: table;
}
.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}
.clear {
	clear: both;
}

/* =Menu
----------------------------------------------- */
.site-header {

}
.navigation-main {
    font-size: 13px;
    margin: 0 auto;
    overflow: visible;
    width: 97%;
}
.menu, .menu-primary-container {

}

/*Strip the ul of padding and list styling*/
.navigation-main ul {
    float: right;
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
}

/*Create a horizontal list with spacing*/
.navigation-main li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
.navigation-main li a {
    color: #222;
    display: block;
    padding: 0 35px 10px 0;
    text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
}

/*Hover state for top level links*/
.navigation-main li:hover a {
	color: #999;
}

/*Style for dropdown links*/
.navigation-main li:hover ul a {
	color: #222;
}

/*Hover state for dropdown links*/
.navigation-main li:hover ul a:hover {
	color: #999;
}

/*Hide dropdown links until they are needed*/
.navigation-main ul ul {
    float: left;
    margin: 0 0 0 -15px !important;
    position: absolute;
    z-index: 9999;
    background: #fff;
    box-shadow: 1px 1px 2px #999;
    padding: 12px 0;
    border-radius: 3px;
	display: none;
}
li.menu-item-49 a {
	padding-bottom: 15px;
}
/*Make dropdown links vertical*/
.navigation-main li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
.navigation-main li ul li a {
	width: auto;
	min-width: 100px;
	padding: 4px 16px;
	font-size: 13px;
}

/*Display the dropdown on hover*/
.navigation-main ul li a:hover + .sub-menu, .sub-menu:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
    display: none;
    position: absolute;
    right: 15px;
    top: 65px;
    cursor: pointer;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ .menu{
    display: block;
}
.navigation-main li.current_page_item a, .navigation-main li.current-menu-item a {
    color: #999;
}

/* = blogContent
----------------------------------------------- */


body.single #content, body.archive #content {
    width: 80%;
    margin: 100px 0 0 10% !important;
}
body.single .hentry, body.archive .hentry {
	width: 66%;
	float: right;
}
body.archive .hentry ul {
    list-style: disc;
}
body.archive .hentry li {
    line-height: 1.7em;
}
body.archive #content .entry-meta, body.single #content .entry-meta {
	margin-top: 20px;
}
body.archive .hentry, body.single .hentry {
    margin-bottom: 40px;
}
body.archive p {
    color: #222;
}
.hentry {
	margin: 0;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
footer.entry-meta {
	display: none;
}
.blog-header {
    position: relative;
}
.blog-header img {
    width: 100%;
}
#blog-title {
    margin: -5px auto 0;
    background: #222;
    text-align: center;
}
#blog-title h1 {
	margin-bottom: 10px;
}
#blog-title h2 {
	color: #2877A3;
	width: 40%;
}
body.single h1.entry-title, body.archive h1.entry-title {
    font-size: 48px;
    display: block;
    width: 30%;
    float: left;
    line-height: normal;
    margin-right: 30px;
	color: #222;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}
.gallery-item dt{overflow:hidden}
.site-content .gallery a img{border:0 !important;max-width:100%;width:100%}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}
.widget-area ul {
	list-style: none;
	margin: 0;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* =Back to top style
----------------------------------------------- */

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {
    background-color: rgba(135, 135, 135, 0.50);
}

/* =SiteOrigin Layout
------------------------------------------------*/

/** Container Style **/
.sow-image-container {
    overflow: hidden
}
.starter-standard-class {
    padding: 0;
    max-width: 1170px;
    margin-left: auto !important;
	margin-right: auto !important;
}
.starter-full-width-class .siteorigin-panels-stretch {
    background-size: cover;
/*    display: block !important*/
}
.starter-full-stretched-class .siteorigin-panels-stretch {
	background-size: cover;
}
.starter-full-width-class .panel-grid-cell {
	float: left !important;
}
/** Hover Effects **/

.sow-image-grid-image, .sow-image-container, .img-hover,.hover-img {
    overflow: hidden !important;
    padding: 0 !important;
    display:block;
    line-height: 0
}
.sow-image-grid-image a:hover img, .sow-image-container a:hover img, .img-hover:hover img, .hover-img img{
    transform: scale3d(1.1, 1.1, 1);
    overflow: hidden;
    transition: opacity 1s ease 0s, transform 1s ease 0s, -webkit-transform 1s ease 0s;
}
.unhover-img {
    transform: scale3d(0,0, 0);
    overflow: hidden;
    transition: opacity 1s ease 0s, transform 1s ease 0s, -webkit-transform 1s ease 0s;
}
/** Image SLider **/
.sow-slider-image-wrapper{max-width:100% !important}


/** Booking Pages **/
#booking_text {
	margin-bottom: 75px;
}
body.manifest #subsidiary a {
	color: #fff;
}
#booking_text table {
	border: 1px solid #ccc;
}
#booking_text th, #booking_text td {
    font-weight: normal;
    text-align: left;
    padding: 10px 20px;
    border: 1px solid #ccc;
    vertical-align: middle;
}
@media (max-width: 768px) {

#pg-16-1 .panel-row-style {
    padding: 10px !important;
}
	.widget select {
    width: 100%;
}
	#booking_text th, #booking_text td {
    padding: 10px;
}
	td.details, td.services {
		display: block;
	}
	#booking_text input[type="text"] {
		width: 190px;
	}

.home #pg-6-5 > .panel-row-style {
    padding: 0px 0px 50px 0px !important;
}

.post-8 h2, .post-10 h2 {
    margin-top: -20px;
    margin-bottom: 10px !important;
}

.post-14 h2 {
    margin-top: -20px;
}

.widget .gform_wrapper select {
    width: initial !important;
}

}

/* =Responsive
----------------------------------------------- */

/*Responsive Menu Styles*/

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

	/*Make dropdown links appear inline*/
.navigation-main ul {
	display:none;
	position: static;
}
/*Create vertical spacing*/
.navigation-main li {
	margin-bottom: 1px;
}
/*Make all menu links full width*/
.navigation-main ul li, .navigation-main li a {
	width: 100%;
}
/*Display 'show menu' link*/
.show-menu {
	display:block;
}
.fa-bars {
	font-size: 22px !important;
	color: #222222;
}
.navigation-main {
	 max-width: 95%;
}
.menu, .menu-primary-container {
	 width: auto;
}
.navigation-main ul {
    margin: 0;
    width: 240px;
    position: absolute;
    right: 0;
    height: 9999px;
    background: #ffffff;
    padding-top: 82px;
    z-index: -1;
}
.navigation-main ul ul {
    position: relative;
    margin: 0 -10px !important;
    box-shadow: none;
    border-radius: 0;
    height: auto;
    padding: 10px 0 0;
}
#masthead.small .navigation-main ul {
    margin: 0;
}
#masthead.small .navigation-main ul {
    padding-top: 70px;
}
#masthead.small	.show-menu {
    top: 55px;
}
.navigation-main li {
    padding: 10px;
    border-top: 1px solid #222222;
	margin-bottom: 0;
}
.navigation-main li:hover {
    background: #ffffff;
}
.navigation-main li a {
    color: #222;
    padding: 0 15px;
}

.pt-tabs .nav-tabs .nav-item .nav-link {
padding: 10px 6px !important;
font-size:15px !important;
}

}

/* =Tablet Landscape
----------------------------------------------- */

@media only screen and (min-width: 969px) and (max-width: 1170px) {

.site-title {
}
#main {
	 max-width: 100%;
}
.menu, .menu-primary-container {
	 width: auto;
}
h1 {
    font-size: 48px;
}
#subsidiary {
	 max-width: 100%;
}
.site-info {
	 max-width: 95%;
}

h4 {
    font-size: 26px;
}
.footer-col p {
    font-size: 13px;
}
body.page-id-12 .site-title {
    width: 232px;
    height: 112px;
}
	.reviews.panel-row-style {
    background-size: cover !important;
	flex-direction: column;
    padding: 0 0 50px !important;
}
	.reviews .panel-grid-cell {
		width: 100% !important;
	}
	.tabletColumn .panel-grid-cell {
		width: 100% !important;
	}
	.tabletColumn.panel-row-style {
		display: block !important;
		padding: 0 0 50px !important;
	}
		/* =map animation */
#Layer_1 {
    width: 79%;
    left: 13.5%;
    top: 15.8%;
}
	.killan-falls {
    bottom: 18%;
}
	.start {
    right: 11%;
}
	.eltham {
    bottom: 31.5%;
	}
	.nimbin {
    top: 18%;
	}
	.nimbin-rocks {
    top: 23%;
	}
	.killan-falls-text {
    bottom: 13%;
	}
	.eltham-text {
    bottom: 27%;
	}
	.start-text {
    top: 34%;
    right: 15%;
}
	.finish-text {
    top: 39%;
}
	.nimbin-rocks-text {
    top: 27%;
		left: 8%;
	}
	.nimbin-text {
    left: 22%;
	}
	#happy-coach-map .point-description {
    width: 89%;
}
	#happy-coach-map .point-description#desc-killen, #happy-coach-map .point-description#desc-byron, #happy-coach-map .point-description#desc-nimbin, #happy-coach-map .point-description#desc-nimbin-rocks, #happy-coach-map .point-description#desc-eltham {
    bottom: auto !important;
    right: auto !important;
    top: 150px !important;
	left: 90px !important;
		z-index: 9999;
}
	.slidingDiv {
    padding: 0 20px;
    font-size: 13px;
    line-height: 1.4em;
}
	/* =Booking Form*/
	.pt-tabs {
    width: 100% !important;
}
	.pt-tabs .nav-tabs .nav-item {
    padding: 0 10.9px !important;
}
	#booking-forms {
    padding: 15% 8% !important;
		border-radius: 0 !important;
}
	.home-book .pt-tabs {
    width: 440px !important;
    top: -28px !important;
    right: 35px !important;
}

/* =Discover Pages */
	body.page-id-45 h4 {
    font-size: 20px;
}
	body.page-id-45 .panel-grid.starter-standard-class {
		padding: 0 20px;
	}
}

@media only screen and (min-width: 1400px) {

.home-book .pt-tabs {
    width: 600px !important;
}

}

@media only screen and (min-width: 1020px) and (max-width: 1220px) {

.navigation-main li a {
    padding: 0 25px 10px 0;
    font-size: 14px;
}

}

@media only screen and (min-width: 969px) and (max-width: 1019px) {

.navigation-main li a {
    padding: 0 15px 10px 0;
    font-size: 14px;
}

}

@media only screen and (min-width: 969px) and (max-width: 1450px) {
#booking-forms .gform_wrapper .top_label li.gfield.gf_left_half, #booking-forms .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 49.2% !important;
}
}

@media only screen and (min-width: 1451px) {
#booking-forms .gform_wrapper .top_label li.gfield.gf_left_half, #booking-forms .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 49.6% !important;
}
}

@media only screen and (max-width: 1170px) {
.post-2585 .siteorigin-widget-tinymce.textwidget, .post-2585 .so-widget-sow-button, .post-3092 .siteorigin-widget-tinymce.textwidget, .post-3092 .so-widget-sow-button, .post-4068 .siteorigin-widget-tinymce.textwidget, .post-4068 .so-widget-sow-button, .post-3576 .siteorigin-widget-tinymce.textwidget, .post-3576 .so-widget-sow-button, .post-5208 .siteorigin-widget-tinymce.textwidget, .post-5208 .so-widget-sow-button, .post-5487 .siteorigin-widget-tinymce.textwidget, .post-5487 .so-widget-sow-button, .post-5291 .siteorigin-widget-tinymce.textwidget, .post-5291 .so-widget-sow-button {
padding: 0px 20px !important;
}



.post-2585 .discover-column .siteorigin-widget-tinymce.textwidget, .post-3092 .discover-column .siteorigin-widget-tinymce.textwidget, .post-4068 .discover-column .siteorigin-widget-tinymce.textwidget, .post-3576 .discover-column .siteorigin-widget-tinymce.textwidget, .post-3576 .discover-column .so-widget-sow-button, .post-5487 .discover-column .siteorigin-widget-tinymce.textwidget, .post-5487 .discover-column .so-widget-sow-button, .post-5291 .discover-column .siteorigin-widget-tinymce.textwidget, .post-5291 .discover-column .so-widget-sow-button {
padding: 0px !important;
}


}

@media only screen and (max-width: 780px) {
#pgc-2585-0-0, #pgc-2585-2-0, #pgc-2585-2-1, #pgc-2585-8-0, #pgc-2585-8-1 {
margin-bottom: 0px !important;
}
}

@media only screen and (min-width: 480px) and (max-width: 780px) {
.airlines-small.panel-row-style {
		flex-direction: row !important;
		flex-wrap: wrap !important;
	}
	.airlines-small .panel-grid-cell {
    width: 50% !important;
    padding: 0 20px !important;
}
}


@media only screen and (min-width: 1020px) and (max-width: 1170px) {
.home-book .pt-tabs {
    width: 380px !important;
}
}

@media only screen and (min-width: 969px) and (max-width: 1019px) {
.home-book .pt-tabs {
    width: 350px !important;
}
}

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

h1.long-h1-title {
line-height: 1.2em !important;
}

.large-image-services .so-widget-sow-image h3, .large-image-services-bottom-title .so-widget-sow-image h3 {
    display: none !important;
}
	.airlines-small .panel-grid-cell {
    width: 100% !important;
}

}

/* 3 Column Booking Forms Styles */
@media only screen and (min-width: 681px) {
.post-3092 .gform_wrapper .top_label input.medium, .post-3092 .gform_wrapper .top_label select.medium {
    width: calc(100% - 8px) !important;
}
}


/* =Tablet Portrait
----------------------------------------------- */

@media only screen and (min-width: 760px) and (max-width: 968px) {

.site-title {
}
	body.page-id-12 .site-title {
    width: 232px;
    height: 112px;
}
#main {
	 max-width: 100%;
}
.menu, .menu-primary-container {
	 width: auto;
}
#subsidiary {
	 max-width: 100%;
}
.site-info {
	 max-width: 95%;
}
.footer-col {
    width: 50%;
    min-height: 285px;
}
h4 {
    font-size: 21px;
}
	.caption h1 {
		font-size: 54px;
	}
	.logo-animation .caption a {
    color: #222;
    border: none;
    background: #fff;
}
	.text-overlay h1 {
		font-size: 48px;
	}
	.reviews.panel-row-style {
    background-size: cover !important;
	flex-direction: column;
}
	.reviews .panel-grid-cell {
		width: 100% !important;
	}
	.four-grid.panel-row-style {
		flex-direction: row;
		flex-wrap: wrap !important;
	}
	.four-grid .panel-grid-cell {
		width: 50% !important;
	}
	.slidingDiv {
    padding: 0 20px;
    font-size: 13px;
    line-height: 1.4em;
}

	/* =map animation */
#Layer_1 {
    width: 77.7%;
    left: 14%;
    top: 16%;
}
	.killan-falls {
    bottom: 19%;
}
	.start {
    right: 11%;
}
	.eltham {
    bottom: 31.5%;
	}
	.nimbin {
    top: 17%;
	}
	.nimbin-rocks {
    top: 23%;
	}
	.killan-falls-text {
    bottom: 13%;
	}
	.eltham-text {
    bottom: 26%;
	}
	.start-text {
    top: 34%;
    right: 15%;
}
	.finish-text {
    top: 39%;
}
	.nimbin-rocks-text {
    top: 28%;
		left: 6%;
	}
	.nimbin-text {
    left: 23%;
	}
	#happy-coach-map .point-description {
    width: 89%;
}
	#happy-coach-map .point-description#desc-killen, #happy-coach-map .point-description#desc-byron, #happy-coach-map .point-description#desc-nimbin, #happy-coach-map .point-description#desc-nimbin-rocks, #happy-coach-map .point-description#desc-eltham {
    bottom: auto !important;
    right: auto !important;
    top: 150px !important;
	left: 90px !important;
		z-index: 9999;
}
	.tabletColumn .panel-grid-cell {
		width: 100% !important;
	}
	.tabletColumn.panel-row-style {
		display: block !important;
	}
	/* =Discover Pages */

	body.page-id-45 .panel-grid.starter-standard-class {
		padding: 0 20px;
	}
	.discover-column .panel-grid-cell {
		width: 100% !important;
	}
	.discover-column.panel-row-style {
		display: block !important;
	}
		/* booking mobile */

	.pt-tabs {
    margin: -59px auto 0 !important;
    width: 100% !important;
}
	#booking-forms {
    width: 100% !important;
    padding: 5% !important;
    border-radius: 0 !important;
}
	.home-book .pt-tabs {
    position: relative !important;
    margin: 0 0 -28px 0 !important;
    right: 0 !important;
    top: -28px !important;
}
	.home-book .orange {
    background: #f7a600 !important;
}
	.home-book .navy {
    background: #1e3658 !important;
}
	.home-book .aqua {
    background: #6cc2df !important;
}
	body.home .text-overlay {
    top: 90px;
}
	.metaslider .caption-wrap {
    top: 180px !important;
}

.booking-banner .panel-grid-cell {
width: 100% !important;
}

.booking-banner.panel-row-style {
flex-direction: column;
}

.booking-banner .pt-tabs {
margin: -29px auto 0 !important;
}

}

/* =Phones Landscape and Portrait
----------------------------------------------- */

@media only screen and (max-width: 759px) {
.site-title {
    width: 80px;
    height: 80px;
}
	#masthead.small .navigation-main ul {
    padding-top: 25px;
}
	#masthead.small	.show-menu {
    top: 12px;
}
#masthead.small .site-title {
    display: none;
}
#masthead.small {
    height: 45px;
}
body.page-id-12 .site-title {
    width: 148px;
    height: 70px;
}
.navigation-main {
	max-width: 91%;
}
#masthead img {
    width: 100px !important;
    height: 100px !important;
}
.menu, .menu-primary-container {
	width: auto;
}
.navigation-main ul {
    padding-top: 48px;
}
.navigation-main ul ul {
	position: relative;
	top: 1px;
	width: 100%;
}
.show-menu {
    top: 35px;
}
#main {
    padding-top: 68px;
}
#subsidiary {
	max-width: 100%;
}
.site-info {
	max-width: 95%;
}
#content {
	margin: 0;
}
#secondary, #tertiary {
	width: 78%;
}
.copyright {
	float: none;
	text-align: center;
}
.created {
	float: none;
	text-align: center;
}
.footer-col, .footer-col-last {
	width: 100%;
	float: none;
}
.site-info {
	font-size: 9px;
}
#primary {
	padding: 0;
}
h1 {
    font-size: 30px;
}
h2, h3 {
    font-size: 36px;
}
.mainText h4 {
	text-align: left !important;
}

.home .mainText h4 {
    padding-top: 40px;
    margin-bottom: -5px;
}

	h4 {
	font-size: 18px;
}

.post-2585 .discover-column h4 { 
padding-top: 25px;
}

	.footer-col h4 {
		font-size: 24px;
		text-align: center!important;
	}
.logo {
    top: -35px;
    width: 100px;
}
.footer-col {
    margin-bottom: -22px;
}
.text-overlay {
    top: 18%;
    left: 10%;
}
.text-overlay img {
    width: 150px !important;
}
.so-widget-sow-image h3 {
    top: -18px;
}
.toggle .sow-image-container img {
	display: none !important;
}
.toggle .so-widget-sow-image h3 {
    display: block;
    position: relative;
    transform: initial;
	padding: 15px;
	border-radius: 0;
}
	.toggle-thumbs .panel-grid-cell {
		margin-bottom: 1px !important;
	}
	.collapsible {
    margin: -30px 20px 0;
}
		/* =home page animation layout */
body.home .text-overlay {
    display: none;
}
.metaslider .caption-wrap {
    left: 8% !important;
    top: 40px !important;
}
.logo-animation .caption a {
    padding: 5px 12px;
    border-radius: 5px;
	font-size: 85%;
	color: #222;
    border: none;
    background: #fff;
}
	/* =end */
	.airlines.panel-row-style {
		flex-direction: row !important;
		flex-wrap: wrap !important;
	}
	.airlines .panel-grid-cell {
    width: 50% !important;
    padding: 0 20px !important;
}
	.reviews.panel-row-style {
    background-size: cover !important;
}
#luxury .toggle .sow-image-container img {
    display: block !important;
}
#luxury.panel-row-style {
    margin-top: -30px !important;
}
	/* =map animation */
#Layer_1 {
    width: 74.5%;
    left: 15.1%;
    top: 13.6%;
}
	.killan-falls {
    bottom: 11%;
}
	.start {
    right: 11%;
}
	.eltham {
    bottom: 27%;
	}
	.nimbin {
    top: 16%;
	}
	.nimbin-rocks {
    top: 25%;
	}
	.killan-falls-text {
    bottom: 0;
	}
	.eltham-text {
    bottom: 17%;
	}
	.start-text {
    top: 30%;
    right: 18%;
}
	.finish-text {
    top: 44%;
}
	.nimbin-rocks-text {
    top: 35%;
	}
	.nimbin-text {
    left: 25%;
	}
	#happy-coach-map .point-description {
    width: 89%;
}
	#happy-coach-map .point-description#desc-killen, #happy-coach-map .point-description#desc-byron, #happy-coach-map .point-description#desc-nimbin, #happy-coach-map .point-description#desc-nimbin-rocks, #happy-coach-map .point-description#desc-eltham {
    bottom: auto !important;
    right: auto !important;
    top: -15px !important;
	left: 20px !important;
		z-index: 9999;
}
	.galleryH1 {
		display: none;
	}
	body.page-id-45 .panel-grid.starter-standard-class, body.page-id-47 .panel-grid.starter-standard-class, body.page-id-43 .panel-grid.starter-standard-class
{
		padding: 0 20px;
	}
	.discover-call h3 {
	font-size: 26px;
}
.book h2 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 0px;
}
caption, th, td {
    
}
.page-id-14 .siteorigin-panels-stretch .panel-grid-cell {
	margin-bottom: 1px !important;
}
	/* booking mobile */

	.pt-tabs {
    margin: -31px auto 0 !important;
    width: 100% !important;
}
	#booking-forms {
    width: 100% !important;
    padding: 5% !important;
    border-radius: 0 !important;
}
		.home-book .pt-tabs {
    position: relative !important;
    margin: 0 0 -28px 0 !important;
    right: 0 !important;
    top: 0px !important;
}
	.home-book .orange {
    background: #f7a600 !important;
}
	.home-book .navy {
    background: #1e3658 !important;
}
	.home-book .aqua {
    background: #6cc2df !important;
}
}


/* ==========================================================================

   Helper classes

   ========================================================================== */
/*
 * Image replacement
 */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
body {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,  .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
 *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */

}

@media print,  (-o-min-device-pixel-ratio: 5/4),  (-webkit-min-device-pixel-ratio: 1.25),  (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */

}

/* ==========================================================================

   Print styles.

   Inlined to avoid required HTTP connection: h5bp.com/r

   ========================================================================== */



@media print {
* {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    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) ")";
}
/*

     * Don't show links for images, or javascript/internal links

     */



.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; /* h5bp.com/t */
}
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;
}
}

/* === Happy Coach Map === */
#happy-coach-map .point-description {
    position: absolute;
    max-width: 600px;
    display: none;
    background: rgba(255,255,255,0.90);
    padding: 25px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1.4em;
}
.point-description img {
	float: left;
	margin: 0 15px 5px 0;
}
.point-description h5 {
	color: #222 !important;
}
#happy-coach-map .point-description#desc-byron {
	top: 170px;
    right: 240px;
}
#happy-coach-map .point-description#desc-killen {
	bottom: 170px;
    right: 200px;
}
#happy-coach-map .point-description#desc-eltham {
	bottom: 280px;
    right: 320px;
}
#happy-coach-map .point-description#desc-nimbin {
	top: 0;
    left: 320px;
}
#happy-coach-map .point-description#desc-nimbin-rocks {
	top: 240px;
    left: 0;
}

/** Loaded Styles **/


.loaded .cssload {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.loaded #cssload-wrapper {
	visibility: hidden;
	-webkit-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}

/** Preloader **/

#cssload-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: #fff;
}
.spinner {
  width: 40px;
  height: 40px;
  background-color: #333;
  position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	border-radius: 5px;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/* Fix broken flex layout in Safari */
@media (max-width: 759px) {
	.panel-grid.panel-has-style > .panel-row-style[class*="site"]::before,
	.panel-grid.panel-has-style > .panel-row-style[class*="site"]::after {content: none; }
}

/* Fixes of the overlays */
.overlay-container {
	height: auto;
	margin-top: auto;
}
.overlay-container img {
	display: block;
}
div.slidingDiv {
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex!important;
	justify-content: center;
	align-items: center;
	z-index: 1;
	visibility: hidden;
	pointer-events: none;
}
div.slidingDiv.visible {
	visibility: visible;
	pointer-events: auto;
}


/* Animated homepage logo */
.logoAnimate {
	display: none;
}
body.loaded .logoAnimate {
	display: inline;
	animation: dash 3s linear;
    animation-fill-mode: forwards;
    animation-delay: 2s;
}

/* Fix first slide caption */
#home-slider .slides li:first-of-type .caption h1 {
	display: none;
}
body.loaded #home-slider .slides li:first-of-type .caption h1 {
	display: block;
}

/* =Booking Form
----------------------------------------------- */

#booking-forms {
    width: 100%;
    padding: 20% 8%;
	border-radius: 0 0 5px 5px;
}
#booking-forms input[type="text"], #booking-forms input[type="date"], #booking-forms select {
    border: none;
	height: 30px;
    width: 100%;
	margin: 0;
}
#booking-forms input[type="number"], #booking-forms input[type="time"] {
	border-radius: 3px;
    border: none;
    height: 30px;
    padding: 5px;
    width: 120px;
	margin-top: 10px;
}
#booking-forms td {
    padding: 0 10px 12px 2px;
}
#booking-forms table {
	margin: 0;
}
table.inline-table {
    width: auto;
	vertical-align: top;
}
#booking-forms label, table.inline-table td {
	color: #fff;
}

.post-4193 #booking-forms input[type="text"], .post-4193 #booking-forms input[type="date"], .post-4193 #booking-forms select {
    border: inherit !important;
}

#booking-forms #field_13_7 .gfield_label, #booking-forms #field_13_8 .gfield_label {
display: none;
}

#booking-forms .gform_wrapper.gf_browser_gecko select {
padding: 10px 12px 10px 2px;
margin-left:0px !important;
}

#booking-forms .gform_wrapper label.gfield_label {
    font-weight: normal;
}

#booking-forms .gform_wrapper .gfield_required {
    color: #fff;
    margin-left: 4px;
}

#booking-forms .gform_wrapper .top_label li.gfield.gf_left_half, #booking-forms .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 49.6%;
}

#booking-forms .gform_wrapper .gform_footer input.button, #booking-forms .gform_wrapper .gform_footer input[type="submit"], #booking-forms .gform_wrapper .gform_page_footer input.button, #booking-forms .gform_wrapper .gform_page_footer input[type="submit"] {
    background: #222;
    border-bottom-color: #222;
    color: #fff;
    font-family: Lato;
    font-weight: 600;
    font-size: 0.8em !important;
    padding: 0.75em 1.5em;
    letter-spacing: 1.3px;
}

#booking-forms .gform_wrapper .gform_footer input.button:hover, #booking-forms .gform_wrapper .gform_footer input[type="submit"]:hover, #booking-forms .gform_wrapper .gform_page_footer input.button:hover, #booking-forms .gform_wrapper .gform_page_footer input[type="submit"]:hover {
background:#333 !important;
}

#input_13_7_1_label, #input_13_8_1_label, #input_13_7_3_container, #input_13_7_4_container, #input_13_7_5_container, #input_13_7_6_container, #input_13_8_3_container, #input_13_8_4_container, #input_13_8_5_container, #input_13_8_6_container {
display: none;
}

input[type="radio"] {
    margin-right: 3px;
}
.booking-form-container {
	position: relative;
}
.orange {
	background: #f7a600;
}
.navy {
	background: #1e3658;
}
.aqua {
	background: #6cc2df;
}
/* tabs */
.pt-tabs {
    position: relative;
    margin: -29px auto 0;
    width: 100%;
}
.pt-tabs .nav-tabs .nav-item .nav-link {
	display: block;
    padding: 5px 0 8px !important;
    border: none !important;
    color: #fff;
	font-size: 13px;
}
.nav-tabs .nav-link:hover {
    color: #fff !important;
}
.nav-tabs .nav-item+.nav-item {
    margin-left: 0 !important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    background: none !important;
	color: #fff !important;
}
.pt-tabs .nav-tabs .nav-item {
    margin: 0;
    width: 50%;
    text-align: center;
    padding: 0;
}
.pt-tabs .nav-tabs .nav-item:nth-child(1) {
	background: #F7A600;
}
.pt-tabs .nav-tabs .nav-item:nth-child(2) {
	background: #1E3658;
}
.pt-tabs .nav-tabs .nav-item:nth-child(3) {
	background: #6CC2DF;
}
.nav-tabs {
    border-bottom: none !important;
}
ul.nav-tabs {
	margin-bottom: 0 !important;
}
/* =Booking Form Home Page */

.home-book {
	position: relative;
}
.home-book .pt-tabs {
    position: absolute;
    margin: 0;
    width: 440px;
    top: -29px;
    right: 50px;
}
.home-book .orange {
    background: rgba(247, 166, 0, 0.7);
}
.home-book .navy {
    background: rgba(30, 54, 88, 0.7);
}
.home-book .aqua {
    background: rgba(108, 194, 223, 0.7);
}
.home-book .so-panel {
	margin-bottom: 0 !important;
}
.home-book .nav-item {
    padding: 0 11px !important;
}
.datepicker.dropdown-menu {
	z-index: 9999 !important;
}


/* =Grid page styles
------------------------------------------------*/

.post-2585 p, .post-3092 p, .post-3576 p, .post-4270 p, .post-4995 p, .post-5291 p, .post-5487 p {
	color: #222;
}

/* =Weddings Page
------------------------------------------------*/

.white-h5 {
color:#eee !important;
}

/* Collapse-O-Matic Button Styles */

.navy-blue-button {
    background: #1d3454;
    border-bottom-color: #1d3454;
    color: #fff;
    font-family: Lato;
    font-weight: 300;
    font-size: 1em;
    padding: 1em 2em;
    border-radius: 0.5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
}

.dark-grey-button {
    background: #222;
    border-bottom-color: #222;
    color: #fff;
    font-family: Lato;
    font-weight: 300;
    font-size: 1em;
    padding: 1em 2em;
    border-radius: 0.5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
}


.white-button-navy-text {
    background: #fff;
    border-bottom-color: #1d3454;
    color: #1d3454;
    font-family: Lato;
    font-weight: 300;
    font-size: 1em;
    padding: 1em 2em;
    border-radius: 0.5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
}

.white-button-grey-border {
    background: #fff;
    border: 1px solid #222 !important; 
    color: #222;
    font-family: Lato;
    font-weight: 300;
    font-size: 1em;
    padding: 1em 2em;
    border-radius: 0.5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
}

.white-button-navy-text:hover, .white-button-grey-border:hover {
text-decoration: none;
}


.navy-blue-button:hover {
cursor: pointer;
cursor: hand;
text-decoration: none;
background: #233f67;
}

.dark-grey-button:hover {
cursor: pointer;
cursor: hand;
text-decoration: none;
background: #333;
}

.collapseomatic_content {
    margin-top: 50px;
    margin-left: 0px;
    padding: 20px 30px;
    background-color: #eee;
}

.collapseomatic_content label {
font-weight: 400 !important;
}

.collapseomatic_content h3 {
    color: #212121 !important;
    font-weight: 300 !important;
    font-size: 38px !important;
    margin-bottom: 20px !important;
    text-align: center;
}

.collapseomatic_content button, .collapseomatic_content html input[type="button"], .collapseomatic_content input[type="reset"], .collapseomatic_content input[type="submit"], .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
    background: #1d3454;
    border-bottom-color: #1d3454;
    color: #fff;
    font-family: Lato;
    font-weight: 300;
    font-size: 0.9em !important;
    padding: 0.75em 1.5em;
    border-radius: 0.5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
}



.collapseomatic_content button:hover, .collapseomatic_content html input[type="button"]:hover, .collapseomatic_content input[type="reset"]:hover, .collapseomatic_content input[type="submit"]:hover, .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type="submit"]:hover {
background: #233f67;
}


.collapseomatic:before,
.collapseomatic:after {
    content: none !important;
}

/* Button Styles */

.ow-button-base a {
    line-height: 1.3em !important;
}

/* Mobile Menu Styles */

@media only screen and (min-width: 760px) and (max-width: 969px) {
button#responsive-menu-button {
    top: 31px !important;
}

#responsive-menu-container #responsive-menu-wrapper {
    padding-top: 75px !important;
}
}

#responsive-menu-container #responsive-menu-wrapper {
    padding-top: 60px;
}
.responsive-menu-open button#responsive-menu-button:hover .responsive-menu-inner, .responsive-menu-open button#responsive-menu-button:hover .responsive-menu-inner::before, .responsive-menu-open button#responsive-menu-button:hover .responsive-menu-inner::after {
background-color: #fff !important;
}

/* Hide Old Mobile Menu */

.show-menu {
display: none !important;
}

/* Gravity Forms Styles */

.gform_wrapper.gf_browser_gecko select {
    padding: 10px 12px 10px 2px !important;
    margin-left: -5px !important;
}

.gform_wrapper .gfield_time_ampm select {
    min-width: calc(5rem + 25px) !important;
    margin-left:0 !important;
}

.gform_wrapper select option {
    padding: 0px !important;
}

.gform_wrapper.gf_browser_safari .gfield_time_ampm select {
    margin-top: 5px;
}

.gform_wrapper.gf_browser_gecko .gfield_time_ampm select {
    margin-top: 1px;
}

.widget .gform_wrapper select {
    max-width: none !important;
}

#booking-forms .gform_wrapper.gf_browser_gecko select {
    padding: 2px 12px 2px 2px !important;
    }

    #booking-forms .ginput_container_time input[type="text"] {
    width: 85%;
}

::-moz-placeholder {
color: #000;
}

/* Remove Street Address Sub Label */

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container.has_street label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container.has_street label {
display:none;
}

/* Mini Bus and Luxury Hire Bookings Tab Styles */

#booking-forms.navy .gform_wrapper li.gfield.gfield_error, #booking-forms.navy .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255,223,224,.15);
    margin-bottom: 6px !important;
    border-top: 1px solid #fdeac3;
    border-bottom: 1px solid #fdeac3;
    padding-bottom: 6px;
    padding-top: 8px;
    box-sizing: border-box;
}

#booking-forms.navy .gform_wrapper .validation_message {
    color: #fcc553;
    font-weight: 700;
    letter-spacing: normal;
}

#booking-forms.navy .gform_wrapper div.validation_error {
    color: #fcc553;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: 2px solid #fcc553;
    border-bottom: 2px solid #fcc553;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}

#booking-forms .gform_wrapper .gform_footer {
    padding: 0px 0 10px;
    margin: 12px 0 0;
}

#booking-forms.navy .gform_wrapper {
margin: -15px 0 0 2px !important;
}

/* Contact Page Styles */

.post-16 .gform_wrapper .clear-multi {
    display: flex;
    margin-top: -8px;
}

.post-16 .gform_wrapper.gf_browser_gecko select {
    padding: 7px 12px 8px 6px !important;
}

@media only screen and (min-width: 641px) {
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 49.8% !important;
    padding-right: 14px !important;
}

#booking-forms .gform_wrapper .top_label li.gfield.gf_left_half, #booking-forms gform_wrapper .top_label li.gfield.gf_right_half {
    width: 49.6% !important;
}

}

@media only screen and (max-width: 641px) {
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: 1.5 !important;
    min-height: 1.5rem !important;
}

#booking-forms .gform_wrapper .gform_footer input.button, #booking-forms .gform_wrapper .gform_footer input[type="submit"], #booking-forms .gform_wrapper .gform_page_footer input.button, #booking-forms .gform_wrapper .gform_page_footer input[type="submit"] {
width: auto !important;
}

#booking-forms .gform_wrapper .top_label li.gfield.gf_left_half, #booking-forms .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 100% !important;
}

#booking-forms.navy .gform_wrapper ul li.gfield {
    margin-top: 12px !important;
}

#booking-forms.navy #field_13_6 {
margin-bottom:20px;
}

#booking-forms.navy #field_13_8 {
margin-top:-2px !important;
}

#booking-forms.navy .gform_wrapper {
margin: 16px 0 0px 2px !important;
}

}

@media only screen and (min-width: 641px) and (max-width: 968px) {
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 49.6% !important;
    padding-right: 14px !important;
}

}

/* Corporate Transfers Page Styles */

@media only screen and (max-width: 1300px) {
.post-3576 .discover-column .panel-grid-cell, .post-4270 .discover-column .panel-grid-cell, .post-4665 .discover-column .panel-grid-cell, .post-4900 .discover-column .panel-grid-cell, .post-5487 .discover-column .panel-grid-cell, .post-5291 .discover-column .panel-grid-cell {
    width: 100% !important;
}

.post-3576 .discover-column.panel-row-style, .post-4270 .discover-column.panel-row-style, .post-4665 .discover-column.panel-row-style, .post-4900 .discover-column.panel-row-style, .post-5487 .discover-column.panel-row-style, .post-5291 .discover-column.panel-row-style  {
    display: block !important;
}
}

.post-3576 .text-overlay {
display: none;
}

/* Splendour in the Grass Styles */

@media only screen and (max-width: 780px) {
	#pgc-5291-3-0, #pgc-5291-4-1, #pgc-5291-5-0, #pgc-5291-7-0, #pgc-5291-7-1, #pgc-5291-10-0 {
    margin-bottom: 0px !important;
}
}

@media only screen and (max-width: 600px) {
	.post-5291 .collapseomatic {
		display:flex !important;
		display: -webkit-flex !important;
		font-size:1em !important;
		text-align: center !important;
	}
	}
/* Airport Page Styles */

.large-image-services .so-widget-sow-image h3 {
    background: none !important;
    text-transform: none;
    font-size: 55px;
    display: inline;
    padding: 9px 0px;
    border-radius: 5px;
    position: absolute;
    margin: 0;
        margin-top: 0px;
    z-index: 2;
    top: 5%;
    transform: translateX(-50%);
    text-shadow: 1px 1px 2px #222;
    width: 100%;
}

.large-image-services-bottom-title .so-widget-sow-image h3 {
    background: none !important;
    text-transform: none;
    font-size: 55px;
    display: inline;
    padding: 9px 0px;
    border-radius: 5px;
    position: absolute;
    margin: 0;
        margin-top: 0px;
    z-index: 2;
    top: initial;
    bottom:5%;
    transform: translateX(-50%);
    text-shadow: 1px 1px 2px #222;
    width:100%;
}

h2.airport-facilities-h2 {
text-align:center;
}

@media only screen and (max-width: 1199px) {
.services-images-large-row .panel-grid-cell {
    width: 100% !important;
}

.services-images-large-row.panel-row-style {
    display: block !important;
}

.right-image.panel-row-style {
    display: flex !important;
}

.right-image.panel-row-style {
-webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.services-images-large-row {
margin-bottom:40px !important;
}

h2.airport-facilities-h2 {
margin-top:-30px;
}
}




@media only screen and (min-width: 1200px) {
.large-image-services .so-widget-image, .large-image-services-bottom-title .so-widget-image {
min-height: 750px !important;
object-fit: cover;
}

.large-image-services-luxury-transfers .so-widget-image {
object-position: 70% 50% !important;
}

}

@media only screen and (min-width: 1000px) {
.airport-booking-plane-image .so-widget-image {
min-height: 472px !important;
object-fit: cover;
object-position: 25% 50% !important;
}
}

@media only screen and (min-width: 781px) and (max-width: 1199px) {

.large-image-services .so-widget-image, .large-image-services-bottom-title .so-widget-image {
margin-bottom:30px !important;
}

}

.post-4270 p, .post-4665 p, .post-4900 p, .post-5487 p, .post-5291 p {
    color: #222;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}

.post-4270 .reviews p, .post-4665 .reviews p, .post-4900 .reviews p, .post-5487 .reviews p, .post-5291 .reviews p {
color:#fff;
font-weight: 700;
}

@media only screen and (min-width: 767px) and (max-width: 1299px) {
.post-3576 .text-overlay {
display: block !important;
}
}

.luxury-vehicles-corporate-page p {
color: #fff !important;
}

/* Private Airport Transfers Bookings Page Styles */

.bookings-page-content {
margin-right: 30px !important;
margin-left: 30px !important;
padding-left:0px !important;
}

/* Wedding Venue Directory Styles */

.store-locator-bottom-half .title {
text-align: center;
}


/* Fixing form input padding bug on Safari */

input[type="text"], input[type="email"], input[type="password"], input[type="date"], input[type="tel"], input[type="search"], select.wpcf7-form-control {
  height:auto !important;
  padding: 0px 4px !important;
}

/* Retaining form input padding on Chrome */

@supports (-webkit-appearance:none) {
input[type="text"], input[type="email"], input[type="password"], input[type="date"], input[type="tel"], input[type="search"], select.wpcf7-form-control {
  padding: 5px 4px !important;
}

}

/* Retaining form input padding on Firefox */
@-moz-document url-prefix() {
input[type="text"], input[type="email"], input[type="password"], input[type="date"], input[type="tel"], input[type="search"], select.wpcf7-form-control {
  padding: 5px 4px !important;
}

}
