/*
Theme Name: Sydney Vapour Blasting
Theme URI: http://underscores.me/
Author: Codex Digital
Author URI: http://www.codexdigital.com.au/
Description: Custom theme for Sydney Vapour Blasting
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sydneyvapourblasting
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Sydney Vapour Blasting is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/

.faq-section h4
{
	position: relative;
	padding-left: 1.2em;
}

.faq-section h4:before
{
	content: "\f059";
	font-family: FontAwesome;
	height:1em;
	width: 1em;
	line-height:1em;
	display: block;
	position: absolute;
	top: 0;
	left: -0.5em;
	font-size: 1.5em;
	color: #36774e;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	/*font-size: 1rem;*/
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	clear: both;
	line-height: 1.4em;
}

h1.entry-title
{
	margin-top: 2em;
}

h2
{
	font-size:52px;
	color: #4e5158;
	margin-bottom: 20px;
}

h3
{
	color: #1b492c;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

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;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

@media (max-width:991px)
{
	body.nav-open
	{
		overflow:hidden;
	}
	.menu-menu-1-container
	{
		position:fixed;
		top:0;
		left:-100vw;
		height:100vh;
		width:100vw;
		text-align:center;
		background-color:#1b492c;
		z-index:100;
		padding-top: 80px;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-ms-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.main-navigation.open .menu-menu-1-container
	{
		left:0;
	}

	.main-navigation ul,
	.main-navigation li
	{
		list-style: none;
		margin: 0;
		padding-left: 0;
	}

	.main-navigation li a
	{
		color:#ffffff;
		padding:10px 20px;
		display:block;
		text-transform:uppercase;
		border-top:1px solid rgba(255,255,255,0.1)
	}
	.main-navigation li a:hover
	{
		text-decoration:none;
		background-color:rgba(255,255,255,0.1);
	}
	/*
	.main-navigation ul ul a
	{
		font-size:12px;
		color:#b5d4c0;
		padding:12px 20px;
	}*/

	.main-navigation li a[href="#"]
	{
		display:none
	}

}

@media (max-width:991px) and (max-height:450px)
{
	.main-navigation li a
	{
		padding:5px 20px;
	}
}

@media (max-width:991px) and (max-height:370px)
{
	.main-navigation li a
	{
		padding:0px 20px;
	}
}

@media (min-width:992px)
{
	.main-navigation {
		text-align: right;
		display: block;
		float: left;
		width: calc(100% - 230px);
	}

	.main-navigation ul {
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}

	.main-navigation li
	{
		position: relative;
		display: inline-block;
		padding-bottom:10px;
	}

	.main-navigation a {
		display: block;
		text-decoration: none;
		font-family: 'Raleway', sans-serif;
		font-weight:800;
		font-size:15px;
		text-transform:uppercase;
		color:#1b492c;
		padding: 13px 15px;
	}

	.main-navigation li.booking a
	{
		background-color:#1b492c;
		color:white;
	}

	.main-navigation ul ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		/*float: left;*/
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
		text-align:left;
		background-color:#ffffff;
		width: 240px;
		/* margin-top: 10px; */
	}

	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.main-navigation ul ul a {
		width: 240px;
		font-size:12px;
		font-weight:normal;
		color: #5a5a5a;
	}

	.main-navigation ul ul li
	{
		border-top:1px solid #e7e9ec;
		padding-bottom: 0;
	}

	.main-navigation ul ul a:hover
	{
		background-color:#e7e9ec;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
	}

	.main-navigation ul ul :hover > a,
	.main-navigation ul ul .focus > a {
	}

	.main-navigation ul ul a:hover,
	.main-navigation ul ul a.focus {
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a,
	.main-navigation .current_page_ancestor > a,
	.main-navigation .current-menu-ancestor > a {
	}

}

@media (min-width:1200px)
{
	.main-navigation a
	{
		padding: 13px 18px;
	}
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* 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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
Sydney Vapour Blasting
---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
*/

/**,
*:before,
*:after
{
	background-color:rgba(0,150,255,0.1);
}*/

.site-branding
{
	padding: 10px 0;
	text-align:center;
}

.site-branding img
{
	height:101px;
}

@media (min-width:992px)
{

	.site-branding
	{
		width: 230px;
		float: left;
	}
	
	.site-branding img
	{
		height:auto;
	}

}

.site-header
{
	padding: 10px 0 0;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}

.abovenav
{
	text-transform:uppercase;
	color:#2e323e;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size:14px;
	border-bottom:1px solid #d6d7d9;
	margin-bottom:10px;
	padding-bottom:10px;
	display:inline-block;
	margin-top: 10px;
	text-align:center;
}

.abovenav .fa
{
	color:#737c94;
	margin:0 0.5em 0 1em
}

/*--------------------------------------------------------------
# Nav Toggle
--------------------------------------------------------------*/

.nav-toggle
{
	display: block;
	position: fixed;
	top: 10px;
	right: 10px;
	height:40px;
	width: 40px;
	font-size: 20px;
	text-align: center;
	background-color: #1b492c;
	overflow: hidden;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: white;
	z-index: 1200;

}

.nav-toggle.open
{
	background-color: #0d2f1a;
}

a.nav-toggle:hover, a.nav-toggle:focus, a.nav-toggle:active
{
	color: white;
}

.nav-toggle:before,
.nav-toggle:after
{
	content: "\f0c9";

	font-family: FontAwesome;
	height:40px;
	width: 40px;
	line-height:40px;
	display: block;
	position: absolute;
	top:0;
	left:0;

	-webkit-transition: 0.3s ease-in-out 0.2s;
	-moz-transition: 0.3s ease-in-out 0.2s;
	-ms-transition: 0.3s ease-in-out 0.2s;
	transition: 0.3s ease-in-out 0.2s;
}
.nav-toggle:after
{
	content: "\f00d";
	top:100%;
}

.nav-toggle.open:before
{
	top:-100%;
}
.nav-toggle.open:after
{
	top:0;
}

@media (min-width:480px)
{
	.nav-toggle
	{
		height:60px;
		width: 60px;
		font-size: 30px;
	}

	.nav-toggle:before,
	.nav-toggle:after
	{
		height:60px;
		width: 60px;
		line-height:60px;
	}
}

@media (min-width:992px)
{
	.nav-toggle
	{
		display: none;
	}
}

/*--------------------------------------------------------------
## Home Slider
--------------------------------------------------------------*/

.home-slider,
.home-slider li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-slider
{
	margin: 0 !important;
}

.home-slider .slide
{
	outline: none;
	font-size: 12px;
	
	padding: 0;
	height: 330px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

@media (min-width:768px)
{
	.home-slider .slide
	{
		height: 650px;
	}
}

@media (min-width:992px)
{
	.home-slider .slide
	{
		height: 650px;
	}
}
.home-slider .slick-prev, 
.home-slider .slick-next
{
	z-index: 50;
	height: 60px;
	width: 50px;
	text-align: center;
	bottom: auto;
	top: 50%;
	background-color:white;
	border-radius:0
}

.home-slider .slick-next
{
	right: 0;
	padding-left:10px
}

.home-slider .slick-prev
{
	/* right: 85px; */
	left: 0;
	padding-right:10px
}

.home-slider .slick-prev:before, 
.home-slider .slick-next:before
{
	font-family: fontAwesome;
	font-size: 40px;
	color:#696969;
	display:block;
}

.home-slider .slick-prev:before
{
	content: "\f053";
}
.home-slider .slick-next:before
{
	content: "\f054";
}

.home-slider .slick-dots
{
	bottom: 0;
}

.home-slider .slick-dots li
{
	width: 16px;
	height: 16px;
	padding: 0;
	margin:0 3px 15px;
}

.home-slider .slick-dots li button
{
	background-color: transparent;
	width: 16px;
	height: 16px;
	padding: 0;
	border-radius:50%;
	border:2px solid white;
}

.home-slider .slick-dots li.slick-active button
{
	background-color: #ffffff;
}
.home-slider .slick-dots li button:before
{
	display: none;
}

	
.home-slider-link
{
	height: 56px;
	line-height: 46px;
	width: 56px;
	text-align: center;
	font-size: 64px;
	color: white;
	text-decoration: none;
	border:3px solid white;
	border-radius: 50%;
	display: block;
	position: absolute;
	bottom: 140px;
	right: 160px;
	opacity: 0.8;
	z-index: 60;
	font-weight: 100;
}

@media (min-width:768px)
{
	.home-slider-link
	{
		bottom: 140px;
	}
}

@media (min-width:992px)
{
	.home-slider-link
	{
		bottom: 140px;
	}
}
	

.home-slider-link:visited,
.home-slider-link:hover
{
	color:white;
	text-decoration: none;
}
	
.home-slider-link:hover
{
	opacity: 1;
}



.vc_row-no-padding .wpb_content_element 
{
	margin-bottom: 0;
}

.vc_row-no-padding .vc_column-inner
{
	padding-top: 0 !important; 
}




/*---------------------------*/

.slide-content
{
	padding:20px 60px;
	font-size:12px;
	text-align:center;
	background-color: rgba(0, 0, 0, 0.5);
	color:white;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

h2.slide-title
{
	font-size:18px;
	line-height:1em;
	color:white;
}

@media (min-width:480px)
{
	.slide-content
	{
		font-size:16px;
	}
	h2.slide-title
	{
		font-size:32px;
	}
}
@media (min-width:768px)
{
	.slide-content
	{
		font-size:21px;
	}
	h2.slide-title
	{
		font-size:72px;
	}
}

@media (min-width:992px)
{
	.slide-content
	{
		position:static;
		padding:0;
		margin-top:120px;
		width:340px;
		font-size:21px;
		text-align:left;
		background-color: transparent;
		color:inherit;
	}

	h2.slide-title
	{
		font-size:72px;
		color:#2e323e;
	}
}

@media (min-width:1200px) and (max-width:1300px), (min-width:992px) and (max-width:1092px)
{
	.slide-content
	{
		padding-left:60px
	}
}



/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/

.button-container
{
	overflow: hidden;
	text-align: center;
	margin:30px 5px;
	display: inline-block;
	vertical-align:top;
}

.button
{
	font-size: 12px;
	font-family: 'Raleway';
	font-weight: 800;
	padding: 15px 30px;
	margin: 0;

	display: block;
	background-color: #1b492c;
	border:3px solid #1b492c;
	color: #fff;
	cursor: pointer;
	position: relative;
}



.button:before
{
	right: 100%;
}
.button:after
{
	left: 100%;
}

@media (min-width:480px)
{
	.button
	{
		font-size: 16px;
	}
}

@media (min-width:992px)
{
	.button
	{
		width:auto;
		font-size: 18px;
	}
}




.button:visited,
.button:active
{
	color: #fff;
}
/*.button:after
{
	
	font-family: FontAwesome;
	content: " \f105";
}*/

.button:hover
{
	text-decoration: none;
	background-color: white;
	color: #1b492c;
}

.button.style2
{
	background-color: #8dc63f;
	border-color: #8dc63f;
	color: #ffffff;
}
.button.style2:before,
.button.style2:after
{
	border-color: rgba(163, 153, 146, 0.3);
}

.button.style2:hover
{
	background-color: #ade561;
	border-color: #ade561;
	color: black;
}


.button.style3
{
	background-color: #3548a4;
	color: #ffffff;
}

.button.style3:hover
{
	background-color: #2bbfd9;
}

.button .fa
{
	margin-right: 0.5em;
}

/*--------------------------------------------------------------
## Negativity
--------------------------------------------------------------*/

.vc_row.negative,
.vc_row.negative h1,
.vc_row.negative h2,
.vc_row.negative h3,
.vc_row.negative h4,
.vc_row.negative h5,
.vc_row.negative h6
{
	color: white;
}



/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/


.site-footer
{
	background-color: #1b492c;
	padding:50px 0 80px;
	color: #a2bfad;
	font-size:12px;
	text-align:center;
}

@media (min-width:992px)
{
	.site-footer
	{
		text-align:left;
	}
}

.site-footer h4,
.site-footer a
{
	color: #bcd0c3;
	
}



@media (min-width:375px)
{
	.site-info .textwidget span
	{
		margin-right: 0.4em;
	}
}

@media (min-width:768px)
{
	.site-info .textwidget span a
	{
		margin-left: 0.2em;
	}
}


@media (min-width:992px)
{
	.site-info h4,
	.site-info .textwidget
	{
		display: inline-block;
	}
	
	.site-footer h4,
	.site-info .textwidget span
	{
		margin-right: 0.5em;
	}
}

.site-by
{
	margin-top: 10px;
	padding: 15px 0;
	border-top:1px solid #325c42;
}

.nowrap
{
	white-space: nowrap;
}


/*--------------------------------------------------------------
## Featured Items
--------------------------------------------------------------*/

.featured-items,
.featured-items .item
{
	margin: 0;
	padding: 0;
	list-style:none;
}

.featured-items .item
{
	padding:15px 0;
}



@media (min-width:768px)
{
	.featured-items .item
	{
		width: 50%;
		float: left;
		padding:15px;	
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.featured-items .item:nth-child(2n+1)
	{
		clear:left;
	}
}

@media (min-width:992px)
{
	.featured-items .item
	{
		width: 33.333333%;
	}
	
	.featured-items .item:nth-child(3n+1)
	{
		clear:left;
	}
}


.featured-items .item .inner
{
	display: block;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	overflow: hidden;
}

.featured-items .item a.inner:hover
{
	text-decoration: none;
}

.featured-items .item a.inner .image
{
	position: relative;
}

.featured-items .item a.inner .image:before
{
	content: "\f00e";
	font-family: 'FontAwesome';
	font-size:100px;
	display: block;
	background-color: rgba(0,0,0,0.6);
	color: white;
	transition: 0.3s;
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.featured-items .item a.inner:hover .image:before
{
	padding-top: 50px;
	opacity: 1;
}


.featured-items .image
{
	height: 250px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.item-content
{
	background-color:white;
	padding:25px;
	text-align:center;;
	font-size:14px;
	color:#7c7c7c;
}

.item-content h3
{
	margin-top: 0;
	text-transform:uppercase;
}

/*--------------------------------------------------------------
## Entry Footer (Edit Page Link)
--------------------------------------------------------------*/

footer.entry-footer
{
	position:fixed;
	bottom:0;
	left: calc(50% - 100px);
	width:200px;
	text-align:center;
	padding:10px 20px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 15px 15px 0 0;
	z-index: 900;
}

footer.entry-footer a
{
	color:#7dbc94;
	font-weight:bold;
	text-transform:uppercase;
}

footer.entry-footer a:after
{
	content:"Page";
}

/*--------------------------------------------------------------
## Book Now
--------------------------------------------------------------*/
.modal-book-now
{
	position: fixed;
	width: 100%;
	height: 100%;
	top:-100%;
	left:-100%;
	z-index: 9000;
	background-color: rgba(0, 0, 0, 0);
	
	-webkit-transition: top 0.3s ease-in-out 0.3s, background-color 0.3s ease-in-out 0s, left 0s ease-in-out 0.6s;
	-moz-transition: top 0.3s ease-in-out 0.3s, background-color 0.3s ease-in-out 0s, left 0s ease-in-out 0.6s;
	-ms-transition: top 0.3s ease-in-out 0.3s, background-color 0.3s ease-in-out 0s, left 0s ease-in-out 0.6s;
	transition: top 0.3s ease-in-out 0.3s, background-color 0.3s ease-in-out 0s, left 0s ease-in-out 0.6s;
	
	overflow-y:scroll;

}
.modal-book-now.open
{
	left:0;
	top:0;
	background-color: rgba(0, 0, 0, 0.8);
	
	-webkit-transition: top 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0.3s;
	-moz-transition: top 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0.3s;
	-ms-transition: top 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0.3s;
	transition: top 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0.3s;
}


.modal-book-now:after
{
	content: "\f00d";
	font-family: FontAwesome;
	height: 80px;
	width: 80px;
	line-height: 80px;
	display: block;
	position: absolute;
	top:0;
	right: 0;
	z-index: 9000;
	color: white;
	background-color: rgba(0,0,0,0.4);
	text-align: center;
	font-size: 40px;

}




.modal-book-now .gform_heading h3:after
{
	content: "\f274";
}

.modal-book-now .gform_heading
{
	padding-right: 80px;
}

@media (min-width:530px)
{
	.modal-book-now .gform_heading
	{
		padding-right: 0;
	}
}

#gform_wrapper_1
{
	width:100%;;
	margin: 0;
	position: relative;
}



@media (min-width:530px)
{
	#gform_wrapper_1
	{
		width:500px;
		margin: 50px auto;
	}

	
}



#gform_wrapper_1 .gform_heading
{
	background-color: #ffffff;
	/* background-color: #ff3939; */
	-webkit-transition: background-color 1s ease-in-out 0s;
	-moz-transition: background-color 1s ease-in-out 0s;
	-ms-transition: background-color 1s ease-in-out 0s;
	transition: background-color 1s ease-in-out 0s;
}

/*.modal-book-now.open #gform_wrapper_2 .gform_heading
{
	background-color: #ff3939;
	transition-delay: 1.3s;
}*/


/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/

.gform_wrapper
{
	background-color: rgba(0, 0, 0, 0.28);
}

.gform_fields,
.gform_fields li
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.gform_fields li
{
	margin-bottom: 10px;
	overflow:hidden;
}

.gfield_label
{
	display: none;
}
.gform_body
{
	padding: 60px 10px 0;
}
.gform_footer
{
	padding:  0 10px 60px;
}

@media (min-width:530px)
{
	.gform_body
	{
		padding: 60px 60px 0;
	}
	.gform_footer
	{
		padding:  0 60px 60px;
	}
}


.gform_fields input,
.gform_fields textarea
{
	background-color: #ffffff;
	text-align: center;
	color: #5a5a5a;
	width: 100%;
	border: none;
	padding: 15px;
	max-width: 100%;
}

.gform_fields input:focus,
.gform_fields textarea:focus
{
	outline-color:#7abf94;
}

.gfield_description.validation_message
{
	background-color: #ff3939;
	color: #ffffff;
	font-family: 'Teko', sans-serif;
	font-style: italic;
	text-align: center;
	font-size: 16px;
}

.gform_confirmation_message
{
	background-color: #4CAF50;
	color: #ffffff;
	text-align: center;
	padding: 20px 20px 35px;
	font-size: 23px;
}

.validation_error
{
	background-color: #b51e1e;
	color: #ffffff;
	text-align: center;
	padding: 10px 60px;
	font-size: 17px;
}

.gfield_error
{
	border-width: 2px 2px 0 2px;
	border-style: solid;
	border-color: #ff3939;
	border-radius: 3px;
	overflow: hidden;
}

.gform_heading
{
	background-color: #6b6b6b;
	color: #ffffff;
	font-family: 'Teko', sans-serif;
	font-style: italic;
	text-align: center;
	padding: 20px;
}
.gform_heading h3
{
	margin: 0;
	font-weight: 700;
	font-size: 30px;
	position: relative;
	z-index: 10;
}
.gform_heading h3:after
{
	content: "\f27a";
	font-family: FontAwesome;
	font-style: normal;
	font-size: 1.3em;
	margin-left: 0.5em;
}

input[type="submit"]
{
	color: #ffffff;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	padding: 20px 0;
	width: 100%;
	border:none;
	background-color:#1b492c;
	
	
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}


/*--------------------------------------------------------------
##  Codex Image
--------------------------------------------------------------*/

.codex-image
{
	height: 230px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color:whitesmoke;
	margin-bottom: 20px;
	display: block;
}

.vc_row-no-padding .codex-image
{
	margin-bottom: 0px;
}