/*
Theme Name: Cruise WA
Theme URI: http://www.birdbrain.com.au
Description: BirdBrain Logic WordPress install base
Author: BirdBrain Logic
Version: 1.0
*/

@charset "UTF-8";
/* CSS Document */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	font-weight: 100;
}

input:focus, textarea:focus, select:focus {
    outline: 0px !important;
}

/* Fonts */

@font-face {
	font-family: 'oswbold';
	src: url('assets/fonts/osw-bold-webfont.eot');
	src: url('assets/fonts/osw-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('assets/fonts/osw-bold-webfont.woff') format('woff'),
		 url('assets/fonts/osw-bold-webfont.ttf') format('truetype'),
		 url('assets/fonts/osw-bold-webfont.svg#oswaldbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'oswaldbook';
    src: url('assets/fonts/oswald_0-webfont.eot');
    src: url('assets/fonts/oswald_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/oswald_0-webfont.woff') format('woff'),
         url('assets/fonts/oswald_0-webfont.ttf') format('truetype'),
         url('assets/fonts/oswald_0-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General */

body {
	background: #EBEBED;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 18px;
}

em, p span {
	font-weight: 400 !important;
}

p {
	font-size: 13px; /* 14/16 */
	line-height: 20px;
	margin: 10px 0px;
}

a {
	color: #477ac2;
	font-weight: 400;
	text-decoration: none !important;
}

a, a i, input, .row.callouts .columns .wrapper .content {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
	color: #7ea8e3;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'oswbold';
	text-transform: uppercase;
	color: #477ac2;	
}

h1 {
	font-size: 2.625em; /* 42/16 */
	margin: 0px 0px 15px 0px;
}

h1 {
	font-size: 2.625em; /* 42/16 */
	margin: 0px 0px 15px 0px;
}

#pagecontent h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
	margin: 15px 0px;
}

h3 {
	font-size: 25px;
	margin: 15px 0px;
}

h4 {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 21px;
	margin: 15px 0px;
}

.right h4 {
	margin: 0px 0px 20px 0px;
}

h5 {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 18px;
	margin: 15px 0px;
}

h6 {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 15px;
	margin: 15px 0px;
}

strong {
	font-family: 'Roboto';
	font-weight: 700;
}

.clear {
	clear: both;
}

.call-us strong {
	font-family: 'Roboto Condensed';
	font-weight: 700;
}

#pagecontent .leftcol .wrapper {
	padding: 0 5px 0 0;
}

article {
	padding: 40px 0;
}

article p {
	font-family: 'Roboto';
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	padding-bottom: 10px;
	color: #666;
}

#pagecontent article p {
	font-family: 'Roboto';
	font-size: 15px !important;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	padding-bottom: 10px;
	color: #666;
}

/*-- List Section ----------------*/

#pagecontent article ol, #pagecontent article ul {
	position: relative;
	margin: 10px 0px 10px 40px;
}

	#pagecontent article li {
		padding: 0px;
		margin: 0px;
		font-size: 15px !important;
		font-weight: 400 !important;
		line-height: 28px !important;
		color: #777;
	}

.call-us {
	position: relative;
	text-align: right;
	background: #487AC3;
	height: 3.375em;
	line-height: 3.375em;
	color: #FFF;
	border-bottom: solid #5480BD 1px;
	z-index: 2 !important;
}

.call-us p {
	font-family: 'Roboto Condensed';
	font-weight:300;
	font-size: 20px;
	color: #E6E6E6;
}

.safari .call-us .phone-icon {
	position: relative;
	float: right;
	margin: 5px 7px 0px 0px;
	width: 24px;
	height: 24px;
	display: block;
	background-image: url(assets/art/phone-icon.png) ;
	background-position: top left;
	background-repeat: no-repeat;
}

.safari .call-us .phone-text {
	float: right;
	margin: 5px 0px 0px 0px;
}

.call-us p a {
	color: #E6E6E6 !important;
}

.call-us strong {
	color: #FFF;   
}

.call-us svg {
	position: relative;
	width: 24px !important;
	height: 24px !important;
	top: 5px;
	overflow: visible;
	margin-right: 6px;
}

.call-us svg img {
	width: 24px;
	height: 24px;
}

.safari .call-us svg, .safari .call-us svg img {
	display: none !important;
}

.navbar {
	position: relative;
	background: #4271B5;
	height: 6.250em;
	line-height: 6.250em;
	border-bottom: solid #467AC3 1px;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	z-index: 2 !important;
}

.slider {
	position: relative;
	width: 100%;
	height: 500px;
	background: url('assets/art/slider-bg.svg') no-repeat;
	background-size: cover;
	z-index: 1 !important;
}

	.slideshow {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 2 !important;
	}

		#homeslideshow, #homeslideshow li {
			position: relative;
			width: 100% !important;
			height: 100% !important;
			height: 100% !important;
			padding: 0px !important;
			margin: 0px !important;
			list-style: none;
		}

			#homeslideshow li {
				background-position: center center !important;
				background-repeat: no-repeat;
				-webkit-background-size: cover;
				-moz-background-size: cover;
				background-size: cover;
			}

			.slider .bx-wrapper {
				position: absolute;
				top: 0px;
				left: 0px;
				width: 100% !important;
				height: 100% !important;
			}

				.slider .bx-viewport {
					position: relative;
					width: 100% !important;
					height: 100% !important;
					padding: 0px;
					margin: 0px;
				}

	.slideshowcontent {
		position: relative;
		top: 203px;
		height: 94px;
		text-align: center;
		z-index: 3 !important;
	}

		#homeslideshow h2 {
			font-family: 'Oswald';
			padding: 0px !important;
			font-size: 94px;
			line-height: 94px;
			color: #fff;
            		position: relative;
            		left: 50%;
            		top: 50%;
            		margin-left: -400px;
            		margin-top: -35px;
		}

		.slideshowcontent #slider-prev, .slideshowcontent #slider-next {
			position: absolute;
			top: 33px;
			width: 48px;
			height: 48px;
		}

		.slideshowcontent #slider-prev {
			left: -23px;
		}
	
		.slideshowcontent #slider-next {
			right: -23px;
			padding: 0px 0px 0px 2px;
		}

			.slideshowcontent #slider-prev a, .slideshowcontent #slider-next a {
				position: relative;
				width: 48px;
				height: 48px;
				padding: 4px 0px;
				display: block;
				background: rgba(255, 255, 255, 0.25);
				font-size: 40px;
				line-height: 40px;
				text-align: center !important;
				color: #fff;
				-webkit-border-radius: 24px;
				-webkit-border-radius: 24px;
				border-radius: 24px;
			}
	
			.slideshowcontent #slider-next a {
				padding: 4px 0px 4px 2px;
			}

			.slideshowcontent #slider-prev a:hover, .slideshowcontent #slider-next a:hover {
				background: rgba(255, 255, 255, 0.5);
			}

.title-area {
	height: 230px;
	background: url('assets/art/banner.jpg') no-repeat;
	background-size: 100% 100% !important;
}

.title-area h1 {
	text-transform: uppercase;
	text-align: center;
	font-size: 100px;
	font-weight: 300;
	font-family: 'oswaldbook';
	color: #FFF;
	line-height: 230px;
}

.feature-1, .feature-2, .feature-3 {

}

.feature-1 {
	padding-left: 0px;
}

.feature-3 {
	padding-right: 0px;
}

.row.callouts .active h2 {
	color: #467AC3 !important;
}

.row.callouts h2 {
	font-family: 'oswbold';
	text-transform: uppercase;
	text-align: center;
	color: #2A4A75;
	font-size: 1.8em; /* 40/16 */
	margin: 0px 0px 5px 0px !important;
}

.row.callouts p {
	text-align: center;
	font-size: 12px;
	font-family: 'Roboto';
	font-weight: 400;
	line-height: 22px;
	color: #666;
}

.row.callouts .content li {
	list-style: none;
	padding-left: 15px;
	font-weight: 400;
	color: #999;
}

.row.callouts .content li:nth-child(odd) {
	background: #EBEBEB;
}

.row.callouts .columns .wrapper {
	position: relative;
	min-height: 0px;
	background: #F2F2F2;
	border-top: solid #487AC3 10px;
	min-height: 0px;
	padding: 40px 0px;
	background-position: center -10px;
	background-repeat: no-repeat;
}

.row.callouts .columns .wrapper .content {
	display: none;
}

.row.callouts .columns.active .wrapper .content {
	display: block;	
}

.row.callouts .active .wrapper {
	border: none;
	border-top: solid transparent 10px;
	background: #F2F2F2;
	background-image: url('assets/art/feature-bg.png');
	background-position: center -10px;
	background-repeat: no-repeat;
	background-size: 100% 33px;
	padding-top: 40px;
}

.row.callouts .content {
	position: relative;
	min-height: 0px;
	font-size: 0.75em; /* 12/16 */
	line-height: 24px;
	padding: 20px;
}

.row.callouts .drop-button i {
	color: #5FA1FF;
	font-size: 12px;
	position: relative;
	top: -3px;
}

.drop-button {
	display: inline-block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	-webkit-border-radius: 24px 24px 24px 24px;
	border-radius: 24px 24px 24px 24px;
	background: #F2F2F2;
	border: solid #E6E6E6 2px;
	position: relative;
	top: -23px;
	left: 50%;
	margin-left: -22px;
}

.feature-1:hover .drop-button, .feature-2:hover .drop-button, .feature-3:hover .drop-button {
	top: -18px;
}

.drop-button:hover {
	background: #E6E6E6;
}

/* Navigation */

#menu-icon {
	display: none;
}

nav ul {
	list-style: none;
	float: right;
	margin: 39px 0px 0px 0px;
	color: #FFF;
	text-transform: uppercase;
	text-align: right;
}

nav ul li {
	float: left;
	padding-left: 5px;
}

nav ul li:first-child {
	padding-left: 0px;
}

nav ul li a {
	height: 35px;
	padding: 10px 20px;
	font-weight: 600;
	line-height: 15px;
	display: block;
	color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

nav ul li.current_page_item a, nav ul li a:hover {
	background: #D0EC28;
	text-align: center;
	color: #4271B5;
}

/* Gravity Forms */

#pagecontent .gform_wrapper {
	max-width: 100%;
	padding: 0px;
	margin: 10px 0px;
}

	#pagecontent .gform_wrapper ul {
		max-width: 100%;
		padding: 0px;
		margin: 0px;
		list-style: none;
	}

		#pagecontent .gform_wrapper ul li {
			width: 100% !important;
			padding: 0px;
			margin: 15px 0px 0px 0px;
		}

		#pagecontent .gform_wrapper ul li:first-child {
			margin: 0px;
		}

			#pagecontent .gfield_label {
				margin: 0px 0px 0px 10px;
				font-size: 12px;
				color: #666;
				font-weight: 400;
			}

				#pagecontent .gfield_required {
					margin: 0px 0px 0px 3px;
					font-family: Arial, Helvetica, sans-serif;
					color: #ff0000;
					font-weight: 600;
				}

			#pagecontent input[type="text"] {
				width: 300px;
				height: 44px;
				padding: 0px 14px;
			}

			#pagecontent .right input[type="text"] {
				width: 100%;
			}

			#pagecontent .ginput_container textarea {
				width: 100%;
				height: 200px;
			}

			#pagecontent .right .ginput_container textarea {
				width: 100%;
				height: 120px;
			}

			#pagecontent input[type="text"], #pagecontent .ginput_container textarea {
				position: relative;
				padding: 14px;
				margin: 0px;
				border: 1px #e6e6e6 solid;
				background: #fff;
				font-family: 'Roboto';
				font-size: 14px !important;
				font-weight: 600;
				line-height: 16px;
				color: #4d4d4d;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
				box-shadow: none;
			}

			#pagecontent input[type="text"]:focus, #pagecontent textarea:focus {
				background: #bcd0eb;
			}

			.gform_wrapper .gform_footer {
				padding: 0px !important;
				margin:  0px !important;
			}
				
				#pagecontent .gform_button {
					width: 142px;
					height: 44px;
					padding: 0px !important;
					margin: 20px 0px 0px 0px !important;
					border: 0px;
					background: url(assets/art/submitbutton.jpg);
					font-family: 'Roboto Condensed';
					font-size: 19px;
					font-weight: 400;
					line-height: 19px;
					text-shadow: none;
					color: #fff;
					cursor: pointer;
				}
	
				#pagecontent .gform_button:hover, #pagecontent .gform_button:focus {
					color: #bcd0eb;
				}

			.gform_validation_container {
				display: none;
			}

/*-- Error Section ----------------*/

.validation_error {
	display: none;
}

	.gfield_error {
		border: 0px !important;
		background: transparent !important;
	}

		.gfield_error .gfield_label {
			color: #666;
		}

		.gform_wrapper .top_label .gfield_error .ginput_container {
			max-width: 100% !important;
		}

			.gfield_error input, .gfield_error textarea, .gfield_error input:focus, .gfield_error textarea:focus {
				background: 1px #ff5b5b solid !important;
				background: #ff5b5b !important;
				color: #fff !important;
			}

.validation_message {
	display: none;
}

/* Clients sections */

section#clients {

}

.clients-head {
	background: #EFEFF1;
	height: 34px;
	line-height: 34px;
	border: solid #E6E6E6 1px;
}

.clients-head .our-clients .our-clients-title {
	float: left;
	margin: 11px 22px 11px 0px;
	font-size: 12px; /* 11/16 */
	line-height: 12px;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	color: #999;
}

#client-slider-prev, #client-slider-next {
	float: left;
	width: 4px;
	margin: -1px 0px 0px 8px;
}

#client-slider-prev a, #client-slider-next a {
	font-size: 12px; /* 11/16 */
	line-height: 12px;
	color: #999;
}

#client-slider-prev a:hover, #client-slider-next a:hover {
	color: #bbb;
}

.clients-logos {
	background: #FFF;
	text-align: center;
	height: 150px;
}

.clients-logos-slider {
	height: 100%;
	margin: 0px auto;
}

	#clientsslider, #clientsslider li {
		position: relative;
		height: 100% !important;
		padding: 0px !important;
		margin: 0px !important;
		list-style: none;
	}

	#clientsslider li {
		width: 220px !important;
	}

		#clientsslider li img {
			max-width: 100%;
			max-height: 127;
			display: block;
			margin: 0px auto;
		}

		.clients-logos-slider .bx-wrapper {
			position: relative !important;
			width: 100% !important;
			height: 100% !important;
			padding: 0px;
			margin: 0px;
		}

			.clients-logos-slider .bx-viewport {
				position: relative;
				float: left !important;
				width: 100% !important;
				height: 100% !important;
				padding: 0px;
				margin: 0px;
			}

/* Footer */

section#footer {
	text-align: center;
	color: #FFF;
}

.contact {
	padding: 55px 0px 55px 0px;
	background: #487AC3;
}

.contact p {
	padding: 5px 0;
}

.contact h3 {
	color: #fff;
}

.contact h4 {
	text-transform: lowercase;
	padding: 5px 0;
	margin: 0px;
	font-size: 16px;
	color: #fff;
}

.contact h4 a {
	font-weight: 700;
	color: #fff;
}

.contact h4 a:hover {
	color: #7ea8e3;
}

.copyright {
	min-height: 80px;
	padding: 32px 0px;
	background: #2A4975;
}

.copyright p {
	font-size: 12px; /* 12/16 */
	line-height: 16px;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	color: #7ea8e3;
}

#social-icons {
	padding: 15px 0;
	min-height: 48px;
}

#the-links {
	width: 318px;
	min-height: 48px;
	margin: 0px auto;
}

a .fa.social {
	color: #FFF;
}

#social-icons a {
	float: left;
	margin: 0px 0px 0px 6px;
}

#social-icons a:first-child {
	margin: 0px;
}

.fa.social {
	font-size: 28px;
	background: #2A4975;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-shadow: 1px 2px 0px rgba(0,0,0,0.1);
}

.fa.social:hover {
	background: #D0EC28;
}

.contact .button {
	background: #D0EC28;
	display: block;
	width: 160px;
	margin: 20px auto;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	color: #4272B5;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,1);
	box-shadow: 1px 1px 0 0 rgba(0,0,0,0.2);
}

.contact .button:hover {
	background: #edff7e;
}

.copyright span {
	color: #477AC2;
}

/* =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;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

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%; /* Image does not overflow the content area */
	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 p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*/////////////////////////////////////////////////////////////////////////////
	Column Short Codes
/////////////////////////////////////////////////////////////////////////////*/

.full_width, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth {
	float: left;
}

.full_width  {
	width: 100% !important;
}

.one_half {
	width: 48% !important;
	margin-right: 0px !important;
}

.one_half.last_column {
	float: right !important;
	width: 48% !important;
	margin-right: 0px !important;
}

.one_third {
	width: 32% !important;
	margin-right: 2% !important;
}

.features-content .one_third {
	margin-top: 38px !important;
}

.one_third.last_column {
	width: 32% !important;
	margin-right: 0% !important;
}

.one_third.last_column {
	margin-top: 38px !important;
}

.two_third {
	width: 66% !important;
	margin-right: 2% !important;
}

.features-content .two_third {
	width: 65% !important;
	margin-top: 136px !important;
	margin-right: 3% !important;
}

.two_third.last_column {
	width: 66% !important;
	margin-right: 0px !important;
}

.features-content .two_third.last_column {
	width: 65% !important;
	margin-top: 136px !important;
	margin-right: 0px !important;
	margin-left: 1% !important;
}

.one_fourth {
	width: 23.5% !important;
	margin-right: 2% !important;
}

.one_fourth.last_column {
	width: 23.5% !important;
	margin-right: 0px !important;
}

.three_fourth {
	width: 74.5% !important;
	margin-right: 2% !important;
}

.three_fourth.last_column {
	width: 74.5% !important;
	margin-right: 0px !important;
}

.one_fifth {
	width: 18.4% !important;
	margin-right: 2% !important;
}

.one_fifth.last_column {
	width: 18.4% !important;
	margin-right: 0px !important;
}

.two_fifth {
	width: 39% !important;
	margin-right: 2% !important;
}

.two_fifth.last_column {
	width: 39% !important;
	margin-right: 0px !important;
}

.three_fifth {
	width: 59% !important;
	margin-right: 2% !important;
}

.three_fifth.last_column {
	width: 59% !important;
	margin-right: 0px !important;
}

.four_fifth {
	width: 79.6% !important;
	margin-right: 2% !important;
}

.four_fifth.last_column {
	width: 79.6% !important;
	margin-right: 0px !important;
}

.one_sixth {
	width: 15% !important;
	margin-right: 2% !important;
}

.one_sixth.last_column {
	width: 15% !important;
	margin-right: 0px !important;
}

.clear_column {
	width: 100% !important;
	height: 0px !important;
	display: block !important;
	overflow: hidden !important;
	font-size: 0px !important; 
	line-height: 0px !important;
	clear: both !important;
}