/*
	Theme Name: 13004Decor V1.2
	Author: Bonfire
	Author URI: http://www.bonfire.com.au
*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font: 400 13px/1.4 'Open Sans', arial, sans-serif;
	color: #444;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	background: url(images/default-background.jpg) no-repeat center center fixed;
	background-size: cover;
	margin: 0;


}
/*
.site:before {
	background: url(images/default-background.jpg) no-repeat fixed center;
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	-webkit-filter: blur(2px);
}
*/
.site {
	overflow: hidden;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	width: 100%;
	min-height: 100%;
}
.home .site {
	background: none;
}
.home .site:before {
	content: none;
}
h1 {
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 20px;
	color: #7ac142;
}
h2 {
	font-size: 22px;
	color: #7ac142;
	margin: 30px 0 10px;
	font-weight: 600;
	line-height: 1.2;
}
h3 {
	font-size: 18px;
	margin: 20px 0 10px;
	text-transform: uppercase;
	font-weight: 500;
}
h3 em {
	font-style: normal;
	color: #fff;
	font-weight: 800;
	float: left;
	background: #7ac142;
	text-align: center;
	width: 25px;
	margin: 0 7px 0 0;
}
h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px;
}
h5 {
}
h6 {
}
p {
	margin: 0 0 10px;
}
a, a * {
	color: #336d06;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
strong {
	font-weight: 700;
}
ul {
	padding: 0 0 0 10px;
}
ul li {
	list-style: none;
	padding: 0 0 0 15px;
	margin: 0 0 10px;
	background: url(images/bullet.png) no-repeat left 6px;
}
ol {
	padding: 0 0 0 30px;
}
ol li {
	margin: 0 0 10px;
}
hr {
	background: #7AC142;
	height: 3px;
	border: 0;
	opacity: 0.5;
	margin: 30px 50px;
}
/* === HELPER CLASSES === */

.group:after {
	content: '';
	display: table;
	clear: both;
}
.screen-reader-text {
	display: none;
}
/* === FORM STYLES === */

input, textarea, select {
	border: 1px solid #eee;
	background: #fff;
	display: block;
	padding: 10px;
	margin: 0 0 10px;
	width: 100%;
	font: 14px/1.5 'Open Sans', arial, sans-serif;
	color: #444;
}
input[type='submit'] {
	padding: 8px 15px;
	color: #fff;
	background: #7ac142;
	text-transform: uppercase;
	display: inline;
	width: auto;
	cursor: pointer;
	font-weight: 700;
	margin: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	border: 2px solid #fff;
}
/* === GRAVITY STYLES === */

.gform_widget .widget-title {
	display: none;
}
.gform_wrapper {
	border: 0;
}
.gform_footer {
	text-align: right;
}
.gform_fields {
	padding: 0;
	margin: 0;
	list-style: none;
}
.gform_body .gfield_label {
	display: none;
}
.gfield {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
}
.gfield_html {
	font-size: 12px;
}
.gfield input, .gfield textarea, .gfield_select {
	width: 100%;
	display: block;
	max-height: 6em;
}
.gform_validation_container {
	height: 0;
	overflow: hidden;
}
::-webkit-input-placeholder {
 color: #aaa;
}
::-moz-placeholder {
 color: #aaa;
}
:-ms-input-placeholder {
 color: #aaa;
}
.gform_body select::-ms-expand {
 display: none;
}
.gform_body select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}
.gform_edit_link {
	display: none;
}
.validation_message {
	color: #f00;
	position: relative;
	top: -5px;
	font-size: 1.2em;
}
.validation_error {
	display: none;
}
.gfield.plans .gfield_label {
	display: block;
	background: #fff;
	color: #aaa;
	padding: 10px 10px 0;
	font: 14px/1.5 'Open Sans', arial, sans-serif;
	border: 1px solid #eee;
	border-bottom: none;
	margin: 0 0 -1px;
	position: relative;
	cursor: pointer;
}

.gfield_checkbox li {
    background: none!important;
}

input#choice_1_9_1 {
    width: 10%;
    float: left;
}

input#choice_1_9_1 {
    width: 10%;
    float: left;
    margin: 3px 0 0 -27px;
}
.gchoice_1_9_1{
	margin: 10px 0 0 ;
}





/* === HEADER === */

.site-header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 5px 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	z-index: 2;
}
.phone {
	font-size: 24px;
	font-weight: bold;
	float: right;
	line-height: 1;
	color: #000;
	background: url(images/phone.png) no-repeat left center;
	padding: 5px 0 5px 30px;
}
.social {
	float: right;
	margin: 0 20px;
}
.social a {
	float: left;
	text-indent: -9999px;
	background-color: #ddd;
	margin: 2px 4px;
	width: 32px;
	height: 32px;
	transition: all 0.2s ease-in-out;
}
.social a:hover {
	background-color: #bbb;
}
.social .facebook {
	background-image: url(images/facebook.png);
}
.social .twitter {
	background-image: url(images/twitter.png);
}
.social .googleplus {
	background-image: url(images/googleplus.png);
}
.social .linkedin {
	background-image: url(images/linkedin.png);
}
/* === SIDE === */

.site-side {
	position: fixed;
	left: 10px;
	top: 10px;
	bottom: 10px;
	background: rgba(0,0,0,0.2);
	padding: 20px;
	width: 260px;
	z-index: 3;
	margin: 0 -260px 0 0;
}
.logo {
	margin: 0;
}
.logo img {
	width: 100%;
}
.site-side .phone {
	float: none;
	margin: 15px auto 25px;
	width: 180px;
}
.main-menu {
	margin:30px 0 0 0;
	}
.main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-menu li {
	margin: 0;
	padding: 0;
	position: relative;
	transition: all 0.2s ease-in-out;
}
.main-menu li ul {
	display: none;
}
.main-menu a {
	padding: 15px 15px 14px;
	display: block;
	background: #fff;
	font-weight: 600;
	color: #222;
	line-height: 1;
	font-size: 16px;
	position: relative;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.main-menu li:hover a {
	color: #fff;
	background: #7ac142;
}
.main-menu .sub-menu {
	width: 0;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 50%;
	border-left: 0px solid #fff;
	left: 100%;
	right: 0;
	background: rgba(0,0,0,0.3);
	padding: 0;
	transition: all 0.2s ease-in-out;
	z-index: 2;
	opacity: 0;
	transform: translateY(-50%);
}
.main-menu li:hover .sub-menu {
	width: 240px;
	border-left: 5px solid #fff;
	padding: 10px 10px 0;
	opacity: 1;
}
.main-menu li .sub-menu a {
	font-size: 13px;
	background: #fff;
	color: #222;
	width: 215px;
}
.main-menu li:hover .sub-menu a:hover {
	color: #fff;
	background: #7ac142;
}
.main-menu .menu-item-has-children:hover a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	border-right: 8px solid #FFF;
	border-top: 8px solid rgba(0, 0, 0, 0);
	border-bottom: 8px solid rgba(0, 0, 0, 0);
	margin-top: -8px;
}
.main-menu .menu-item-has-children:hover {
	margin-right: -10px;
}
.main-menu li:hover .sub-menu a:after {
	content: none;
}
.menu-item-type-custom a {
	cursor: default;
}
.menu-item-type-custom .sub-menu a {
	cursor: pointer;
}
/* === CONTENT === */

.site-main {
	float: right;
	margin: 300px 60px 60px 320px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	max-width: 600px;
}
/*.home .site-main {
	position: absolute;
	right: 0;
	bottom: 0;
}*/

.site-main .featured-image {
	border: 2px solid #fff;
	clear: both;
	margin: 0 0 20px;
}
.site-main .featured-image img {
	display: block;
	margin: 0;
}
.booking-form-active .site-main {
	margin-right: 410px;
}
.site-content {
	clear: both;
	background: #fff;
	padding: 30px;
}
ul.twocol li {
	width: 50%;
	float: left;
}

/* === BLOG === */

.page-template-blog .site-content {
	width:600px;
	float:right;
}

#postsection {
    min-height: 210px;
}

.newsthumbnail {
    position: relative;
    width: 50%;
    float: left;
    min-height: 190px;
    background-size: 110%;
    background-repeat: no-repeat;
		overflow: hidden;
}

.newsthumbnail:hover  h3{
	right:-2px

}

.newsthumbnail h3{
	position: absolute;
	bottom: 10px;
	right: -12px;
	background: #7ac142;
	padding: 7px 15px 7px 18px;
	color: #fff;
	border: 1px solid #fff;
	max-width: 260px;
	font-size: 15px;

}

.newstext {
    float: right;
    width: 45%;
    text-align: justify;
}

.single-post #content img {
    margin: 0 0 20px;
}

.page-numbers, .back {
    background: #7ac142;
    color: #fff;
    padding: 2px 7px;
}

.back{
  padding: 5px 17px;
}

@media (max-width:690px){
	.page-template-blog .site-content, .single-post .site-content{
		width:100%;
		padding: 20px;
	}

	.page-template-blog .site-form{
		float: left;
	}
	.newsthumbnail h3{
		bottom: 40px;
	}

}

@media (max-width:500px){
	.newstext, .newsthumbnail{
		width:100%;
	}
	.newsthumbnail h3{
		bottom: 10px;
	}
	#postsection {
    min-height: 320px;
}

}

@media (max-width:500px){
	.newsthumbnail h3{
		bottom:40px;
		width: 100%;
		right: 0;

	}

	.newsthumbnail:hover h3{
		right:0;

	}

	.newsthumbnail:hover{
		opacity: .9;
	}
}




/* === BOOKING FORM === */

.cta {
	border: 2px solid #fff;
	background: #7ac142;
	display: block;
	float: right;
	border-right: 0;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	padding: 20px;
	line-height: 1;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 150px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.cta em {
	font-size:12px !important;
	font-weight:lighter;
}
.booking-form-active .cta {
	position: absolute;
	right: 350px;
}
.booking-form-active .site-main {
	margin-right: 60px;
}
.booking-form-active .site-form {
	background: rgba(0,0,0,0.8);
}
.site-form {
	background: rgba(0,0,0,0.4);
	padding: 70px 30px 45px;
	position: fixed;
	width: 350px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 -350px 0 0;
	border-left: 2px solid #fff;
	z-index: 1;
	color: #fff;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.site-form:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: '';
	border: 2px solid #7ac142;
}
.booking-form-active .site-form {
	margin: 0;
}
/* === FEATURED === */

.main-featured {
	margin: 10px -10px;
}
.main-featured .item {
	padding: 10px;
	width: 50%;
	display: block;
	float: left;
}
.main-featured .item .image img {
	width: 100%;
	border: 2px solid #fff;
	border-bottom: 0;
	margin: 0;
	display: block;
}
.main-featured .item .heading {
	background: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 10px;
	text-transform: uppercase;
	margin: 0;
}
/* === GALLERY === */

.gallery {
	margin: 10px -10px;
}
.gallery .gallery-item {
	width: 33.333%;
	float: left;
	padding: 10px;
	margin: 0;
}
.gallery .gallery-item img {
	width: 100%;
	display: block;
}
.gallery .gallery-caption {
	margin: 0;
	padding: 5px;
	text-align: center;
}
/* === STAFF PROFILES === */

.main-team .item {
	background: #fff;
	margin: 10px 0;
	padding: 30px;
}
.main-team .image {
	float: left;
	margin: -28px 30px -32px -28px;
}
.main-team .name {
	margin: 0 0 10px;
	color: #7ac142;
}
.main-team .role {
	font-weight: bold;
}
/* === LOCATIONS === */

.main-locations .item {
	background: #fff;
	padding: 30px;
	margin: 20px 0;
	max-width:400px;
}
.main-locations iframe.map {
	float: left;
	width: 200px;
	height: 200px;
	margin: -28px 30px -28px -28px;
	border: 0;
	overflow:hidden;
}
.main-locations .heading {
	margin: 0 0 10px;
	color: #7ac142;
}
/* === PROMO STYLES === */

.site-side .main-locations .item {
	background: none;
	padding: 0;
	color: #fff;
}
.site-side .main-locations .item .map {
	display: none;
}
.site-side .main-locations .item .heading {
	color: #fff;
	background: #7ac142;
	padding: 5px 10px;
	float: left;
	border-radius: 5px;
}
.site-side .main-locations .item .location-phone {
	clear: left;
}
.newsletter .gform_confirmation_message_2{
	color: #fff!important;
font-size: 16px;
margin: 20px 0 0;
}

.newsletter .gform_button {
	float: left!important;
}

.newsletter .ginput_container input{
	opacity: .7;
}
/* === FOOTER === */

.site-footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 11px;
	padding: 5px 10px;
	text-align: right;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	z-index: 2;
}
.site-footer a {
	color: #444;
}
.site-info, .site-info .copyright, .site-info .credits {
	display: inline;
}


.site-side .gform_heading{
	color:#fff;
}

.site-side .gform_body select{
	opacity: .8!important;
}



.newsletter ::-webkit-input-placeholder {
 color: #222;
 text-transform: uppercase;
 font-weight: 600;
}
.newsletter ::-moz-placeholder {
 color: #222;
 text-transform: uppercase;
 font-weight: 600;
}
.newsletter :-ms-input-placeholder {
 color: #222;
 text-transform: uppercase;
 font-weight: 600;
}
/* Mobile Nav
-----------------------------------------------------------------------*/
.mobile-navigation {
	height: 100%;
	text-align: left;
	position: fixed;
	width: 280px;
	right: -280px;
	background: #111;
	background: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	z-index: 9999;
	overflow: auto;
	margin: 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mobile-menu-open .mobile-navigation {
	right: 0;
}
.mobile-menu-open {
	background: #000;
	overflow: hidden;
}
.mobile-menu-open .site {
	opacity: .5;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.mobile-menu-toggle {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-weight: bold;
	color: #444;
	cursor: pointer;
	font-size: 2em;
	margin: 2px 0 0 0;
	display: none;
	text-align: right;
}
.mobile-menu-toggle:hover {
	opacity: 1;
}
.mobile-navigation li {
	list-style: none;
	background-image: none;
	padding: 0;
}
.mobile-navigation li a {
	text-transform: uppercase;
	padding: 10px;
	display: block;
	line-height: 1;
	color: #444;
	font-size: 16px;
	margin: 0 0 2px;
	font-weight: 600;
	background: #eee;
}
.mobile-navigation li ul {
	padding: 0 0 0 10px;
}
.mobile-navigation li li a {
	font-size: 15px;
}
.mobile-navigation li li li a {
	font-size: 14px;
}
.mobile-navigation a:hover, .mobile-navigation .current-menu-item a {
	color: #7ac142;
}
[class^="icon-"], [class*=" icon-"] {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
	margin: 0 0 -2px 0;
}
.mobile-logo {
	display: none;
}
.page-template-contact .site-content {
	position:absolute;
	top:310px;
	width:290px;
	right:470px;
}
.main-locations .item {
	padding: 20px 20px 0px 20px;
    margin: 10px 0;
}
.main-locations iframe.map {
    float: left;
    width: 200px;
    height: 180px;
    margin: -20px 30px 0 -20px;
    border: 0;
}

@media screen and (max-height: 800px) {
.site-side {
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.site-form {
	position: absolute;
}
}
@media screen and (max-width: 1040px) {
	.page-template-contact .site-content {
	position: relative;
	top:0;
	width:100%;
	right:0;
}
.main-locations .item {
	max-width:100%;
}

.site-form {

    padding: 100px 30px 45px;
}
}
@media screen and (max-width: 970px) {
.site-side {
	display: none;
}
.logo {
	width: 120px;
	float: left;
	position: relative;
	z-index: 99;
	top: 7px;
	left: 10px;
}
.mobile-logo {
	display: block;
	position: fixed;
}
.cta {
	top: 350px;
}
.site-main {
	margin: 600px 60px 60px 60px;
	max-width: 100%;
}
.site-footer {
	display: none;
}
.main-menu {
	display: none;
}
.mobile-menu-toggle {
	display: block;
	background: rgba(255,255,255,.8);
	text-align: right;
	line-height: 0;
	padding: 23px 20px 20px 20px;
	margin: 0;
	top: 44px;
	right: 0;
	position: fixed;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index:9;
}
.mobile-close {
	display: none;
}
.mobile-menu-open .mobile-close {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	margin: 5px;
	padding: 10px 10px 8px;
	background: #888;
	border-radius: 100px;
	color: #fff;
	z-index: 999999;
}
}

@media screen and (max-width: 690px) {
.banner-image {
	width:100%;
	min-height:300px;

	position:relative;

	background: url(images/default-background.jpg) no-repeat center;
	background-size:cover;
	float:left;
	display:block;
	margin:0 0 20px 0;
}
body {

}
.cta {
	display: none;
}
.site-main {
	margin: 130px 10px 60px 10px;
	max-width: 100%;
}
.site-content {
	background: rgba(255,255,255,.95);
	padding: 10px;
}
.description {
	padding:0 0 0 150px;
}
.site-form {
    background: rgba(0,0,0,0.8);
    padding: 20px;
    position: relative;
    width: 100%;
		z-index: -1;
    margin: 0;
    border-left:none;

}
.site-form:before {
	border:none;
}
.site-form h2{
	margin:0;
}
input[type='submit'] {
	margin:30px 0 0 0;
}
.gform_wrapper {
	margin:20px 0 0 0;
}
}

@media screen and (max-width: 510px) {
.social {
	display: none;
}
.main-locations iframe.map {
    float: none;
    width: 100%;
    margin: 0 auto 30px auto;
}
.main-locations {
	text-align:center;
}
.site-main {
	margin: 130px 10px 60px 10px;
	max-width: 100%;
}
.banner-image {
	min-height:200px !important;
}
}
@media screen and (max-width: 400px) {
	.main-team .image {
		float:none;
		margin:0 auto 30px auto;
	}
	.main-team .image img {
		width:100%;
	}
	.name, .role, .description {
		padding:0;
		text-align:center;
	}
}
@media screen and (max-width: 340px) {
.phone {
    font-size: 20px;
}
}
