/*
Theme Name: Claytons Alfresco Theme
Author: Kat Rosendorff
Author URI: http://squigloo.com.au
Description: Custom theme for Claytons Alfresco BBQ website
Version: 1.0.0
*/


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

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: left;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.entry-content th,
.comment-content th {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 18px;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
select {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
button,
input,
textarea,
select {
	box-sizing: border-box;
}
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit] {
	background-color: transparent;
    border: 1px solid #c2c4c4;
    border-radius: 3px;
    clear: both;
    color: #7a807e;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.35px;
    line-height: 34px;
    padding: 0 10px;
    white-space: nowrap;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
}
.bypostauthor cite span {
	font-size: 11px;
	line-height: 1.428571429;
	font-weight: normal;
	border-radius: 3px;
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignfull {
	width:100%;
	height:auto;
	
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like 
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
img.add-border {
	border:1px solid #CCC;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height:normal;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single,
#comment-nav-above,
#tip-nav {
	margin: 24px 0;
	}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
	background-color:#000000;
}
body {
	font-size: 15px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #5f6060; /*#728699;*/
	background-color:#FFF;
	position: relative;
	z-index: 1;
}
a {
	outline: none;
	color: #2D8BC8;
	text-decoration: none;
}
a:hover {
	color: #459CD5;
}

/* Assistive text */
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0;
}
.site-content {
	margin: 0;
	overflow:hidden;
}
.widget-area {
	margin: 24px 0;
}

/* Header */
.site-header {
	padding: 10px 20px 10px;
	z-index: 200;
	position: relative;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
	}
/*.home .site-header{
	background-color:#000 !important;
}*/
.wrap {
	position: relative;
    z-index: 9999;
}
.wrap:after {
	clear:both;
	content:'';
	display:table;
}

.logo {
	float:left;
	width:170px;
	clear:both;
	
	margin-top:15px;
}
.logo img {
	width: 100%;
	height: auto;
}
.site-title a {
	color: #686D6B;
	display: inline-block;
	text-decoration: none;
}

.site-title {
	clear:none;
	margin:0;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 0px;
	text-align: left;
	text-transform: uppercase;
}
.main-navigation li {
	margin-top: 24px;
	line-height: normal;
}
.main-navigation a {
	color: #a0a0a0;
	font-size:17px;
}
.main-navigation a:hover {
	color: #7a807e;
}

div.toggled-on .main-navigation ul.nav-menu,
.menu-toggle {
	display: inline-block;
}
.menu-toggle {
	position:absolute;
	width:24px;
	height:24px;
	cursor: pointer;
	display:block;
	top:20px;
	right:20px;
}
.menu-toggle > * {
    background-color: #FFF;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.menu-toggle > .bar1 {
    top: 5px;
}
.menu-toggle > .bar2 {
    top: 11px;
}
.menu-toggle > .bar3 {
    top: 17px;
}
.mobileNav {
	display: none;
}
.toggled-on .mobileNav {
	background-color:#8bc53f;
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:220px;
	padding:40px 20px;
	height:100%;
	text-transform:uppercase;
	letter-spacing:0.3px;
opacity:1;
	transition:opacity 400ms ease-out;
	box-shadow:3px 0 5px rgba(0,0,0,0.24);
}
.admin-bar .toggled-on .mobileNav {
	padding-top:60px;
	
}
.hideNav {
	color:#DBDBDB;
	cursor:pointer;
	float:right;
	font-weight:300;
	font-size:17px;
}
.hideNav:hover{
	color:#FFF;
}
.toggled-on .mobileNav a {
	color:#FFF;
}
.sub-menu {
	display:none;
}

/* HERO BANNER */
#hero-banner {
	position: fixed;
	top: 0;
	width: 100%;
	height: 300px;
	z-index: 1;
	 -webkit-animation: fadeHeader 3s ; /* Chrome, Safari, Opera */
    animation: fadeHeader 3s ;
	background-color: #232323;
}
#hero-banner .vimeo-player {
	height: 270px;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes fadeHeader {
	from {opacity: 0.2;}
	to {opacity: 1;}
}

/* Standard syntax */
@keyframes fadeHeader {
	from {opacity: 0.2;}
	to {opacity: 1;}
}



#hero-banner .art {
	width: 100%;
	background-size: cover;
	background-position: center top;
	height: 100%;
}

#hero-banner .slide {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:100%;
	display:none;
}
#touchplay {
	position: absolute;
	top: 50%;
	font-size: 70px;
	font-weight: bold;
	line-height: 70px;
	color: #FFF;
	width: 70px;
	height: 70px;
	text-align: center;
	left: 50%;
	margin-left: -35px;
	z-index: 9999;
	/*border-radius: 64px;
	border:5px solid #FFF;
	background-color: rgba(0,0,0,0.4);*/
	cursor: pointer;
}
#vimeo-player {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.9);
	z-index: 99998;
	top: 0;
	left: 0;
	display: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#close-vimeo-player {
	position: absolute;
	z-index: 99998;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: bol;
	cursor: pointer;
	border-radius: 40px;
	text-align: center;
	background-color: #FFF;
	color: #333;
}
/* Sidebar */
.widget-area .widget {
	margin-bottom: 24px;
}
.widget-area .widget h3 {
	margin: 0px;
	font-weight : bold;
  	line-height : normal;
  	color : #7A807E;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	line-height:normal;
}
.widget-area .widget p {
	margin: 8px 10px 16px;
	line-height:normal;
	
}
.menu-widget li,
.widget_nav_menu li {
	padding:10px 10px 10px 20px;
	list-style:inside disc;
	margin:0px;
	text-indent:-10px;
	line-height:normal;
}
#secondary .menu-widget .current_page_item {
	font-weight:bold;
}

.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #7a807e;
}
.widget-area .widget a:hover {
	color: #535756;
}

.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
.widget .mp_wrapper {
	padding:10px 0;
	position:relative;
}
.widget-area #bbp-search-form {
	margin-top:10px;
}
.widget-area #bbp_search{
	width:60%;
}
.widget-area #bbp_search_submit {
	line-height:29px;
}
/* Page Content */
.textwrap {
	max-width: 1200px;
	margin: 0 auto;
}
.textwrap:after {
	clear: both;
	display: block;
	content: '';
}
/* Footer */

#site-footer {
	clear: both;
	padding: 0px;
	background-color:#FFF;
	position: relative;
z-index: 100;
	}
.warranty-info {
	background-color: #e9e9e9;
	padding: 35px 20px;
	
}
.warranty-info .textwrap {
	max-width: 440px;
	font-size:12px;
	color: #5e6060;
	line-height: 1.6em;
}

.site-info {
	background-color: #3b3643;
	color:#FFF;
	padding: 20px 20px 40px;

}
/* menu widgets */
#footer-menus.widget-area .widget {
	width: 47%;
	padding-right: 3%;
	float: left;
	color: #FFF;
	font-size:14px;
}
#footer-menus .widget + .widget + .widget {
	clear:both;
}
#footer-menus.widget-area .widget h3 {
	color: #FFF;
	margin-bottom: 10px;
}
#footer-menus.widget-area ul {
	margin: 0;
}
#footer-menus.widget-area li {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	text-indent: 0;
}
#footer-menus.widget-area a {
	color: #FFF;
}
#footer-menus.widget-area a:hover {
	color: #8bc53f;
}

/* end footer banner */
.credits-and-copyright {
	padding: 20px;
	background-color: #000;
}

.credits-and-copyright {
	color:#a0a0a0;
	clear:both;
	padding: 30px 20px 3em;
	font-size:16px;
	line-height:normal;
}
.credits-and-copyright a {
	color: #8bc53f;
	text-decoration: none;
}
.credits-and-copyright a:hover {
	color: #8bc53f;
	text-decoration:none;
}
.credits-and-copyright #mini-left {
	margin-bottom:15px;
}
.anmar-logo {
	width: 165px;
	height: auto;
}
#mini-right { margin-top: -30px;  float:right;}
#mini-right .fa {	font-size: 30px; }



/* =Main content and comment content
-------------------------------------------------------------- */
#main {
	padding-left:0px;
	padding-right:0px;
	margin-top: 100px; /*allow space for header art*/
	position: relative;
	z-index: 100;
	background-color: #FFF;
}
.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	
}
.entry-header .entry-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-meta a {
	color: #757575;
}
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 24px;
	
	text-align: center;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6
{
	margin: 0 0 0.5em;
	line-height:normal;
	color: #728699;
}
.entry-content h1 {
	line-height: 1.5;
	font-size : 22px;
  	letter-spacing : 1.5px;
	font-weight: 300;
	text-align: center;
}
.entry-content h1 strong {
	font-weight: 600;
}
.entry-content h2 {
	line-height: 1.5;
	 font-size : 22px;
  letter-spacing : 1.3px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 1em;
}
.entry-content h3 {
	font-size: 16px;
	font-weight:600;
	letter-spacing : 0.6px;
  	color : #111;
	margin-bottom: 20px;
}
.entry-content h3 em {
	color:#76777a;
	letter-spacing : 0.2px;
	font-weight: normal;
	font-style: normal;
}

.entry-content h4{
	font-size: 14px;
}
.entry-content h5 {
	font-size: 14px;
	background-color: #a6a8ab;
	padding: 2px 5px;
	color: #FFF;
}
.entry-content h6 {
	font-size: 12px;
	
}
.entry-content p,
.entry-summary p{
	margin: 0 0 24px;
	line-height:1.5;
}
.entry-content ol,
.entry-content ul{
	margin: 0 0 24px;
	line-height:1.5;
}
.entry-content ul ul
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li {
	margin: 0 0 8px 36px;
	line-height: normal;
}
.entry-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	
	line-height: 2;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code {
	display: block;
}
.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	
}
.entry-content dl {
	margin: 0 24px;
}
.entry-content dt {
	font-weight: bold;
}
.entry-content dd {
	margin-bottom: 24px;
	
}
.entry-content table {
	font-size: inherit;
	line-height: normal;
	margin: 0 0 1em;
	width: 100%;
}
.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}

.moretag {
	font-size: 13px;
	color: #B1B1B1;
}
.entry-content td,
.comment-content td {
	padding: 6px 10px 6px 0;
}
/*.site-content article {
	margin-bottom: 20px;
	padding-bottom: 20px;
}*/
.hentry:after {
	clear:both;
	display:table;
	content:'';
}
.page-links {
	clear: both;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	color: #757575;
	border-top:1px dotted #CCC;
	padding-top:10px;
}
.single-author .entry-meta .by-author {
	display: none;
}

.edit-link {
	position: absolute;
	top: 10px;
	right: 10px;
}
a.post-edit-link {
	font-size: 13px;
	background-color: #FFF;
	padding: 3px 5px;
	color: #6D6D6D;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.clearfix:after {
	clear:both;
	display:table;
	content:'';
}




/* =Archives
-------------------------------------------------------------- */

.archive-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}

/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}

/* = COMMON CONTENT FEATURES
-------------------------------------------------------------- */
.box-textblock-500,
.box-textblock-700,
.box-textblock-760,
.box-textblock-820,
.box-textblock-900,
.box-textblock-1000,
.box-textblock-1100,
.box-textblock-1200{
	width: 100%;
	padding: 35px 20px;
	box-sizing: border-box;
	margin: 0 auto;
	clear: both;
}
.box-textblock-500:after,
.box-textblock-700:after,
.box-textblock-760:after,
.box-textblock-820:after,
.box-textblock-900:after,
.box-textblock-1000:after,
.box-textblock-1100:after,
.box-textblock-1200:after{
	clear: both;
	display: block;
	content: '';
}
.box-textblock-500{	max-width: 500px;}
.box-textblock-700{	max-width: 700px;}
.box-textblock-760{	max-width: 760px;}
.box-textblock-820 {	max-width: 820px;}
.box-textblock-900 {	max-width: 920px;}
.box-textblock-1000 {	max-width: 1000px;}
.box-textblock-1100 {	max-width: 1100px;}
.box-textblock-1200 {	max-width: 1200px;}

.down-btn {
	text-align: center;
	padding-top:10px;
	font-size: 30px;
}
.lightgrey {
	background-color: #f4f4f4;
}
/*Sub Groups*/
.subgroup-half,
.subgroup-half-width,
.subgroup-two-fifths,
.subgroup-one-fifths,
.subgroup-third,
.subgroup-thirds,
.subgroup-two-thirds,
.subgroup-quarter,
.subgroup-sixth,
.subgroup-four-fifths {
	box-sizing: border-box;
}

.subgroup-quarter {
	width: 50%;
	padding-right: 3%;
	float: left;
}
.subgroup-sixth {
	width: 50%;
	padding-right: 3%;
	float: left;
}
	
@media screen and (min-width:640px) {
	.subgroup-half,
	.subgroup-half-width{
		width: 50%;
		padding-right: 2%;
		float: left;
	}
	.subgroup-two-fifths {
		width: 40%;
		padding-right: 2%;
		float: left;
	}
	.subgroup-one-fifths {
		width: 20%;
		padding-right: 2%;
		float: left;
	}
	.subgroup-third,
	.subgroup-thirds{
		width: 33%;
		padding-right: 2%;
		float: left;
	}
    .subgroup-third.centeringIndent {
        margin-left: 17%;
    }
	.clearX3 {
		clear: both;
	}
	.subgroup-two-thirds{
		width: 65%;
		padding-right: 2%;
		float: left;
	}
	
	#box-lifestyle-slab-swatches .subgroup-two-thirds{
		width: 59%;
	}
	#box-lifestyle-slab-swatches .subgroup-third {
		width: 40%;
	}
	.subgroup-quarter {
		width: 50%;
	}
	.subgroup-sixth {
		width: 32%;
	}
	.subgroup-four-fifths {
		width: 80%;
		padding-right: 2%;
		float: left;
	}
}

@media screen and (min-width:760px) {
	.subgroup-quarter {
		width: 25%;
	}
	.subgroup-sixth {
		width: 16%;
		padding-right: 1%;
	}
}

/*Image Sizing Sub Groups*/
.imagesx1 img {
	width: 98%;
	height: auto;
	margin-bottom: 10px;
}
.imagesx2 img {
	width: 48%;
	height: auto;
	margin-right: 2%;
	margin-bottom: 10px;
}
.imagesx2 img + img {
	margin-right: 0;
}
.imagesx3 img {
	width: 32%;
	height: auto;
	margin-right: 2%;
	margin-bottom: 10px;
}
.imagesx3 img + img + img{
	margin-right: 0;
}
.linksX2,
.linksX3{
	clear: both;
	margin-bottom: 20px;
}
.linksX2:after,
.linksX3:after{
	clear: both;
	content: '';
	display: block;
}
.linksX1 a,
.linksX2 a,
.linksX3 a,
.linksX4 a{
	/*font-size: 10px;*/
	color: #5f6060; /*#4C4C4C;*/
	margin-right: 1.9%;
	display: block;
	float: left;
	margin-bottom: 15px;
}
.linksX1 a:hover,
.linksX2 a:hover,
.linksX3 a:hover,
.linksX4 a:hover {
	color: #000;
}

.linksX2 a {
	width: 48%;
}
.linksX2 a + a {
	margin-right: 0;
}
.linksX3 a {
	width: 31%;
}
.linksX3 a + a + a{
	margin-right: 0;
}
.linksX3 p a + p a + p a{
	margin-right: 0;
}
.linksX4 a {
	width: 47%;
}
.linksX4 a + a + a + a{
	margin-right: 0;
}
	
@media screen and (min-width:640px) {
	.linksX4 a {
		width: 23%;
	}
}

/*Column overrides*/
@media screen and (max-width:639px) {
	#box-benches-cat1.linksX3 a {
    	width: 48%;
	}
}

/*Preappended labels*/
.img-label {line-height: 20px; text-transform: uppercase; font-size: 12px; display: block;}


#fancybox-title {
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
    font-size: 14px;
    z-index: 1102;
	display: none !important;
}

.tableX2 table {
	width: 47%;
	height: auto;
	margin-right: 3%;
	float: left;
}
.tableX2 table + table {
	margin-right: 0%;
}
.entry-content .tableX1mobX2 table td,
.entry-content .tableX1 table td,
.entry-content .tableX2 table td,
.entry-content .tableX3 table td, 
.entry-content .tableX4 table td {
	line-height: 1.3em;
	padding-right: 0;
	font-size:12.5px;
}
.entry-content .tableX1mobX2 table p,
.entry-content .tableX1 table p,
.entry-content .tableX2 table p,
.entry-content .tableX3 table p,
.entry-content .tableX4 table p {
	line-height: 1.3em;
	margin-bottom: 0.75em;
	font-size:12.5px;
}

.entry-content .tableX1mobX2 img,
.entry-content .tableX1 img,
.entry-content .tableX2 img,
.entry-content .tableX3 img,
.entry-content .tableX4 img {
	margin-top: 5px;
}

.tableX2 table li,
.tableX4 table li {
	margin: 0 9px 3px 14px;
	line-height: normal;
}
/*.tableX2 table img,
.tableX4 table img {
    max-width: 95%;
}*/
.entry-content .add-gap {
	margin-top:6px;
	margin-right: 3%;
}
/*4 column tables*/
@media screen and (min-width:640px) {
    .tableX4 table {
        width: 47%;
        height: auto;
        margin-right: 3%;
        float: left;
    }
    .tableX4 table:nth-child(even) {
        margin-right: 0%;
    }
    .tableX4 table:nth-child(odd) {
        clear: both;
    }
}
@media screen and (min-width:1000px) {
    .tableX4 table {
        width: 22%;
        margin-right: 3%;
        float: left;
        clear: none !important;
    }
    .tableX4 table:nth-child(even) {
        margin-right: 3%;
    }
    
}
/*Column overrides for taps*/
@media screen and (max-width:639px) {
	.tableX1mobX2 table tr {
		display: block;
    	width: 48%;
		float: left;
		margin-right:2%;
		overflow: hidden;
	}
	.tableX1mobX2 table tr + tr + tr {
		clear: both;
	}
	.tableX1mobX2 table td {
		display: block;
    	width: 100%;
	}
}
/*6 burners override*/
@media screen and (max-width:480px) {
    #box-lifestyle-config-appliances .tableX2 table {
        width: 100%;
        height: auto;
        margin-right: 0;
        float: none;
    }
}
/*page header*/
#box-intro {
	background-color: #f4f4f4;
	text-align: center;
}
#box-intro h1 {
	margin-bottom: 25px;
}
#box-intro p {
	font-size: 15px;
}
/*Parallax Banners*/
.parallax-banner {
	width: 100%;
	height: 130px;
	background-color: #555555;
	background-image: url('http://squigloo.com.au/wp/wp-content/themes/squiglooblue/images/get-in-touch.jpg');
	background-position: center top;
	background-size:cover;
}
/*Hero button*/
#box-lifestyle-faqs p {
	text-align: center;
}
#box-urban-selection p a,
#box-lifestyle-faqs p a,
 p.hero-link a {
	background-color: #8bc53f;
	color: #FFF;
	padding: 5px 20px;
	display: inline-block;
	margin: 0 auto;
	font-weight: bold;
	font-size:20px;
	
}
#box-urban-selection p a:hover,
#box-lifestyle-faqs p a:hover,
 p.hero-link a:hover{
	background-color: #7BB035;
}
/* = HOME PAGE
-------------------------------------------------------------- */
.home #main {
	overflow:hidden;
}
.home .site-content article {
    margin-bottom: 0px;
    padding-bottom: 0px;
	
}

.home .entry-content h2{
	font-size : 30px;
	font-weight:500;
	text-align:center;
}
.home .entry-content h3 {
	font-size : 30px;
	font-weight:500;
	text-align:center;
}


#box-intro .textwrap {
	padding: 40px 20px;
}
#box-urban-intro {
	border-bottom: 5px solid #6c5853;
	background-image: url(images/bg-urban-landscape-base-tm.jpg);
	background-position: bottom center;
	/*background-repeat: no-repeat;
	background-size: cover;*/
	background-repeat: repeat-x;
	padding: 40px 20px 210px;
	position: relative;
}

#box-lifestyle-intro {
	border-bottom: 5px solid #6c5853;
	background-image: url(images/bg-living-landscape-tm.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
	padding: 40px 20px 260px;
	position: relative;
}
@media screen and (max-width:1440px) {
	#box-urban-intro {
		background-image: url(images/bg-urban-landscape-base-HR.jpg);
		background-size: contain;
	}
	#box-lifestyle-intro {
		background-image: url(images/bg-living-landscape-HR.jpg);
		background-size: contain;
	}
	
}
@media screen and (max-width:640px) {
	#box-urban-intro {
		background-image: url(images/bg-urban-landscape-mobile.jpg);
		background-size: contain;
	}
	#box-lifestyle-intro {
		background-image: url(images/bg-living-landscape-mobile.jpg);
		background-size: contain;
	}
}



@media screen and (min-width:960px) {
	/*add leaves bg for big screens*/
	#box-urban-intro:before,
	#box-lifestyle-intro:before{
		content: '';
		position: absolute;
		top: 0;
		height: 100%;
		background-repeat: no-repeat;
	}
	#box-urban-intro:before {
		width: 250px;
		background-image: url(images/bg-urban-leaves.png);
		background-position: bottom right;
		right: -200px;
		transition: right 900ms ease-in-out;
	}
	#box-lifestyle-intro:before{
		left: -200px;
		width: 440px;
		background-image: url(images/bg-lifestyle-leaves.png);
		background-position: top left;
		transition: left 900ms ease-in-out;
	}
	
	#box-urban-intro.in-view:before {
		right: 0;
	}
	#box-lifestyle-intro.in-view:before {
		left: 0;
	}
	
}

#box-urban-intro .textwrap,
#box-lifestyle-intro .textwrap {
	max-width: 600px;
	position: relative;
}
#box-urban-intro h2,
#box-lifestyle-intro h2 {
	text-align:center;
}
#box-urban-intro .textwrap p,
#box-lifestyle-intro .textwrap p {
	background-color: rgba(255,255,255,0.9);
	margin: 0;
	padding: 10px 20px;
}
#box-urban-intro .textwrap p.hero-link,
#box-lifestyle-intro .textwrap p.hero-link {
	background-color:transparent;
	
}
#box-urban-intro .textwrap p.hero-link a,
#box-lifestyle-intro .textwrap p.hero-link a{
	background-color: #8bc53f;
	/*transition: background-color 700ms ease-out;
	transition-delay: 500s;*/
}
#box-urban-intro .textwrap p.hero-link a:hover,
#box-lifestyle-intro .textwrap p.hero-link a:hover{
	background-color: #75A832;
}
/*#box-urban-intro.in-view  .textwrap p.hero-link a,
#box-lifestyle-intro.in-view  .textwrap p.hero-link a{
	background-color: #8bc53f !important;
}*/
#box-lifestyle-faqs {
    background-color: #f4f4f4;
}

#box-safety-banner .textwrap {
	max-width: 540px;
	padding-top: 50px;
	padding-left:20px;
	padding-right:20px;
}
@media screen and (min-width: 640px) {
}


/* = URBAN PAGE
-------------------------------------------------------------- */
#box-urban-selection {
	background-color: #f4f4f4;
}
#box-urban-selection .textwrap {
	padding: 20px;
	max-width: 500px;
	text-align: center;
}
#box-urban-selection .textwrap ul,
#box-urban-selection .textwrap ol,
#box-urban-selection .textwrap li {
	text-align: left;
	line-height: 1.4em;
	letter-spacing: 0.5px;
	font-weight: 600;
}
#box-urban-selection .textwrap ul,
#box-urban-selection .textwrap ol {
	margin-bottom: 30px;
}
#box-urban-selection .textwrap li  {
	margin-bottom: 0.5em;
}
#box-urban-selection .textwrap li em {
	font-size: 0.9em;
	
}
#box-urban-selection p {
	font-size: 20px;
}
#box-urban-config1 {
	padding-top: 5px;
}
#box-urban-config2 h3,
#box-urban-config3 h3{
	border-bottom: 1px solid #aaaaab;
	padding-bottom: 10px;
}
#box-urban-config2 p,
#box-urban-config3 p,
#box-urban-config4 p {
	font-size: 11px;
	line-height: normal;
	clear: both;
}
#box-urban-config4 h3 em{
	color:#82bc00;
	font-weight: normal;
}
#box-urban-config4 h5 {
	font-size:13px;
}
#box-urban-config4 td {
	font-size: 13px;
	padding-top: 0;
}

#box-urban-config2 .linksX2 {
	clear: none;
}

@media screen and (max-width: 440px) {
	#box-styleAB.imagesx2 img {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 10px;
		float: none;
	}
}


/* = LIFESTYLE PAGE
-------------------------------------------------------------- */
.feature-box {
	padding-left: 65px;
	background-image: url(images/icon-australian.png);
	background-position: top left;
	background-size: 57px 31px;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}
.feature-box p {
	font-size: 0.95em;
	margin-bottom: 5px;
}

#box-feature-uv { background-image: url(images/icon-uv.png)}
#box-feature-water { background-image: url(images/icon-water.png)}
#box-feature-heat { background-image: url(images/icon-heat.png)}
#box-feature-custom { background-image: url(images/icon-custom.png)}
#box-feature-warranty { background-image: url(images/icon-warranty.png)}


/*COnfigs*/

#box-lifestyle-config-bbqs .textwrap {
	padding-top: 1px;
	padding-bottom: 1px;
}
#box-lifestyle-config-bbqs img {
	max-height: 170px;
	width: auto;
	clear: left;
}
#box-lifestyle-config-bbqs em{
	font-size: 12px;
}
#box-lifestyle-config-bbqs .bbq-table img {
	margin-top: 5px;
    height: 250px;
    max-height: 500px;
}
#box-lifestyle-config-bbqs-wide img {
	max-height: 155px;
	width: auto;
	clear: left;
}
a .img-label {
	color:#5f6060;
}
#box-lifestyle-config-bbqs .img-label,
#box-lifestyle-config-bbqs-wide .img-label{
	margin-left: 10px;
}
#box-lifestyle-config-bbqs-wide .textwrap {padding-top: 1px;}

#box-lifestyle-config-bbqs .singlecentered {
	max-width: 560px;
	margin: 0 auto;
}
#box-lifestyle-config-bbqs img {
	display: block;
	clear: both;
}

#box-lifestyle-config-bbqs .linksX1,
#box-lifestyle-config-bbqs .linksX2 {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
}

/*Cabinets*/

#box-lifestyle-config-cabinets h3 {
	margin-bottom: 5px;
}
#box-lifestyle-config-cabinets .textwrap > p{
	margin-bottom: 40px;
}

#box-lifestyle-config-cabinets h4,
#box-lifestyle-config-bbqs .img-label,
#box-lifestyle-config-bbqs-wide .img-label{
	background-color:#8dc640;
	padding: 5px 8px;
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 5px;
	font-size:14px;
	font-weight: bold;
}
#box-lifestyle-config-bbqs .img-label:after,
#box-lifestyle-config-bbqs-wide .img-label:after{
	display: block;
	content: '';
	clear: both;
}
.pink-label .img-label,
#box-lifestyle-config-cabinets h4.pink-label {    background-color:#e6adcd !important; }
.purple-label .img-label,
#box-lifestyle-config-cabinets h4.purple-label {    background-color:#a47fb5 !important; }
.blue-label .img-label,
#box-lifestyle-config-cabinets h4.blue-label {    background-color:#7bcddb !important; }

.jade-label .img-label,
#box-lifestyle-config-cabinets h4 {    background-color:#38ac9f !important; }

@media screen and (max-width: 640px) {
	#box-lifestyle-config-bbqs .linksX3 a {
		width: 48%;
	}
	#box-lifestyle-config-bbqs .linksX3 a.mobilefullwidth {
		clear: both;
		width: 98%;
	}
	#box-lifestyle-config-bbqs .img-label,
	#box-lifestyle-config-bbqs-wide .img-label{
		margin-left: 0px;
	}
}

/*#box-lifestyle-config-cabinets .cabinet p{
	margin-bottom: 10px;
}*/
#box-lifestyle-config-cabinets img{
	width:100%;
	height: auto;
	max-width: 150px;
	margin-right: 10px;
}

/*Materials*/
#box-lifestyle-materials h3 {
    border-bottom: 1px solid #aaaaab;
    padding-bottom: 10px;
}
#box-lifestyle-materials h3 em {
	font-style: italic;
}
/*Colours */
#box-lifestyle-colours h3 {
	margin-bottom: 0px;
}
#box-lifestyle-colours h3 em {
	font-style: italic;
}
#box-lifestyle-colours h4 {
	color: #8dc640;
	font-weight: normal;
	 border-bottom: 1px solid #aaaaab;
    padding-bottom: 2px;
	margin-bottom: 15px;
}
#box-fascias h3 {
	border-bottom: 1px solid #aaaaab;
	min-height: 51px;
	margin-bottom: 15px;
}
.op-label {
    display: inline-block;
    color: #FFF;
    font-weight: bold;
    background-color:#8dc640;
    padding: 2px 5px;
    text-transform: uppercase;
}
/*Stone Benchtops*/
#box-lifestyle-slabs {
	padding-bottom: 5px;
}
#box-lifestyle-slab-swatches h3 {
	margin-bottom: 2px;
}
#box-lifestyle-slab-swatches h3 em{
	font-style: italic;
}
#box-benches-cat1 h3,
#box-benches-cat2 h3 {
	color:#8dc640;
	border-bottom: 1px solid #aaaaab;
	margin-bottom: 15px;
}
#box-benches-cat1 h3 em,
#box-benches-cat2 h3 em{
	color:#8dc640;
}
	
#box-benches-cat1:after {
	clear: none;
}
#box-benches-cat2 {
	clear: none;
}
#box-benches-cat2:after {
	clear: both;
	display: block;
	content: '';
}
#box-lifestyle-slab-swatches > p {
	clear: both;
	max-width: 500px;
	margin-left:auto;
	margin-right:auto;
}
/* Anatomy */
#box-lifestyle-anatomy .anatomy-art{
	position: relative;
}
#box-lifestyle-anatomy .legend-art{
	position: absolute;
	top: 0;
	left: 0;
}
#box-lifestyle-anatomy h4 {
	margin-bottom: 0px;
	position: relative;
	padding-left: 35px;
}
#box-lifestyle-anatomy > p {
	margin-top: -5px;
	padding-bottom: 5px;
}

#box-lifestyle-anatomy .subgroup-half p {
	padding-left: 35px;
	margin-bottom: 15px;
}
#box-lifestyle-anatomy strong {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	color: #FFF;
	line-height: 25px;
	border-radius: 25px;
	text-align: center;
	background-color: #8dc640;
}
/*Plain image banner*/
#box-lifestyle-image-banner {
	padding: 5px 20px;
	text-align: center;
}
#box-lifestyle-image-banner p {
	margin: 0;
}
/*Appliances */
#box-lifestyle-config-appliances h3 {
	margin-bottom: 10px;
}
#box-lifestyle-config-appliances h4 {
	color:#8dc640;
	border-bottom: 1px solid #aaaaab;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 0px;
	margin-right: 3%;
	padding-bottom: 8px;
}
#box-lifestyle-config-appliances td p {
	margin-bottom: 1em;
	font-size: 12px;
}
#box-lifestyle-config-appliances .subgroup-third  h6 {
	font-weight: normal;
}
#box-lifestyle-config-appliances .subgroup-third + .subgroup-third + .subgroup-third h6 {
	min-height: 50px;
}
.beverage p {
	margin-bottom: 1em;
	font-size: 12px;
}
/* Accessories */
#box-topmounts {
	clear: none;
}
#box-undermounts {
	clear: none;
	/*padding-top: 22px;*/
}
#box-lifestyle-accessories h3 {
	border-bottom: 1px solid #aaaaab;
	padding-bottom: 8px;
}
#box-optional-extras p {
	font-size: 12.5px;
}
/*Small print */
#box-lifestyle-config-appliances > p,
#box-lifestyle-beverages > p,
#box-lifestyle-accessories > p,
#box-lifestyle-colours > p,
#box-lifestyle-slab-swatches > p,
#box-benchcats > p,
#box-door-panels > p {
	clear: both;
	max-width: 500px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	font-size:12px;
}
/*Beverage Centers */
#box-lifestyle-beverages h3 em{
	color: #8dc640;
}
#box-lifestyle-beverages .beverage img {
    max-width: 200px;
} 
/*Accessories */
#box-lifestyle-accessories h3 em{
	color: #8dc640;
}
#box-taps a {
	clear: both;
	display: block;
}
/*FAQs*/
#box-lifestyle-faqs  .textwrap {
	padding: 20px;
	max-width: 700px;
}
.hrf-faq-list {
	margin-bottom: 30px;
}
/* = SAFETY PAGE
-------------------------------------------------------------- */
#box-safety-specs h3 {
	color: #4D4D53;
	font-size: 27px;
}
/* CONTACT PAGE
-------------------------------------------------------------- */
#box-contact-info > p {
	text-align: center;
}
#box-contact-dets .textwrap{
	padding: 20px 20px 1px;
	font-size:13px;
}
.form-toggle {
	display: inline-block;
	background-color:#FAFAFA;
	border:1px solid #CCC;
	padding: 5px 10px;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 3px 0 0 3px;
	color: #383838;
	letter-spacing: 0.5px;
}
#lifestyle-btn.form-toggle,
#hide-btn.form-toggle {
	border-radius: 0 3px 3px 0;
	border-left: none;
}
.form-toggle:hover {
	background-color: #E1E1E1;
}
.form-toggle.current {
	background-color:#8bc53f;
	color: #FFF;
}
div.wpcf7 {
	padding: 0px !important;
	margin-bottom: 40px !important;
	clear: both;
}
div.wpcf7:after {
	clear: both;
	display: block;
	content: '';
}
.wpcf7 form {
	padding:0px;
}
div.wpcf7 .fields {
	background-color: #f4f4f4;
	padding: 15px;
	margin-bottom: 10px;
}
div.wpcf7 .group1 {
	margin-bottom:10px;
}
.wpcf7 h4 {
	padding-top: 5px;
}
.wpcf7 p {
	clear:both;
	line-height:32px;
	margin:0 0 3px;
	min-height:40px;
	position: relative;
}
.wpcf7 p.req:after {
	content: '*';
	position: absolute;
	right: -4px;
	color: #D15C02;
	font-weight: bold;
	top: 2px;
}
.wpcf7 .hidelabels p label {
	/*display:block;
	float:left;
	width:25%;
	text-transform:uppercase;
	font-weight:bold;
	line-height:32px;*/
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.wpcf7 .mm-tooltip-cf7.mm-tooltip-cf7-title-underline {
    font-weight: normal;
    border-bottom: 1px dotted;
}
.wpcf7 p.submit-row {
	clear: both;
	padding-bottom:5px;
	padding-right:5px;
}

.wpcf7 input.wpcf7-text,
.wpcf7 input.wpcf7dtx-dynamictext,
.wpcf7 select,
.wpcf7 textarea{
	width:99%;
}

.wpcf7 p input.wpcf7-text:focus,
.wpcf7 p select:focus,
.wpcf7 p textarea:focus  {
	border-color:#3f4ea0;
}

.wpcf7 .showlabels p label {
	display:block;
	float:left;
	width:29%;
	min-height:32px;
	line-height: 15px;
	padding-top: 5px;
	box-sizing:border-box;
	padding-right: 1%;
	font-size:13px;
}
.wpcf7 .showlabels input.wpcf7-text,
.wpcf7 .showlabels input.wpcf7dtx-dynamictext,
.wpcf7 .showlabels select,
.wpcf7 .showlabels textarea{
	width:70%;
	float: left;
}

@media screen and (max-width:440px) {
	.wpcf7 .showlabels p label {
		float:none;
		width:100%;
	}
	.wpcf7 .showlabels input.wpcf7-text,
	.wpcf7 .showlabels input.wpcf7dtx-dynamictext,
	.wpcf7 .showlabels select,
	.wpcf7 .showlabels textarea{
		width:99%;
		float: none;
	}
}

input.wpcf7-submit {
	background-color: #8bc53f;
	background-image: none;
	color: #FFF;
	text-transform: uppercase;
	/*box-shadow: 3px 3px 0 0 #DBDBDB;*/
	border: none;
	outline: none;
	-webkit-appearance: none;
	border-radius: 3px;
	padding: 3px 24px;
	line-height: 30px;
	font-weight: bold;
	cursor: pointer;
}

input.wpcf7-submit:hover  {
	background-color: #444444;
	background-image:none; 
	color:#fff;
}
span.wpcf7-not-valid-tip {
    color: #D15C02;
	display: inline;
	font-size: 0.9em;
	clear: both;
	z-index: 1;
}
.wpcf7-not-valid {
	border-color:#D15C02;
}
div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	background-color: #FFFBCA;
	line-height:normal;
	
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #8bc53f;
	background-color:#8bc53f;
	color: #FFF;
	font-weight: bold;
}
div.wpcf7-response-output {
    margin: 2em 0 0;
    padding: 5px;
}


/* =Media queries
-------------------------------------------------------------- */
@media screen and (min-width: 440px) {
	.login-bar {
		float:left;
		padding-right:10px;
		position:relative;
		top:0;
		left:auto;
		display:block;
	}
}
/* Minimum width of 640 pixels. */
@media screen and (min-width: 640px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		}
	.author-description {
		float: right;
		width: 80%;
	}
	.wrap {
		margin: 0 auto;
		max-width: 1100px;
	
	}
	
	body .site-content {
		width: 100%;
	}
	body.sidebar-width .site-content {
		float: left;
		width: 67%;
	}

	#secondary.widget-area {
		float: right;
		width: 26.041666667%;
	}
	/*Header*/
	.site-header {
		padding: 30px 20px 15px;
	}
	.logo {	
		width: 200px;
		margin:0px auto 0;
		float: none;
	}
	.mobileNav {
		display: block;
		opacity:1;
	}
	.hideNav {
		display:none;
	}
	.main-navigation {
		float:none;
		margin-top:15px;
		background-color: #000;
		clear: both;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #a0a0a0;
		line-height: 1.8;
		white-space: nowrap;
		padding: 0 13px;
		transition: background 300ms;
	}
	.main-navigation li a:hover {
		color: #FFF;
		background-color: #8dc640;
	}
	.main-navigation li {
		margin: 0 -2px;
		position: relative;
	}
	.main-navigation li li {
		margin: 0 0 0 0px;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul {
		border-top: 1px solid #333;
	}
	.main-navigation li ul li a {
		background: #000;
		border-bottom: 1px solid #333;
		display: block;
		font-size: 13px;
		
		line-height: 18px;
		padding: 8px 10px;
		width: 180px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background-color: #8dc640;
		color: #FFF;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		font-weight: bold;
		background-color: #8dc640;
		color: #FFF;
	}
		
	/*.main-navigation li > a {
		position:relative;
	}
	.main-navigation li > a:after {
	  color: inherit;
	  content: "\f107";
	  font-family: FontAwesome; 	
	  margin-left: 5px;
	  vertical-align: middle;
	}
	
	.main-navigation li > a:only-child:after {
	  content: '';
	}*/
	
	.menu-toggle {
		display: none;
	}
	
	#hero-banner {
		height: 440px;
	}
	#hero-banner .vimeo-player {
		height: 440px;
	}
	#main {
		margin-top:220px;
	}
	/*Page content*/
	.entry-content h1,
	.entry-content h2 {
		line-height: 1.5;
		font-size : 30px;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	/* Sub Group Styles*/
	.parallax-banner {
		height: 200px;
	}

	/*Footer */
	#footer-menus.widget-area .widget {
		width: 22%;
		padding-right: 3%;
		font-size:15px;
	}
	#footer-menus .widget + .widget + .widget {
		clear:none;
	}
	.credits-and-copyright #mini-left {
		float:left;
		width: 33%;
	}
	.credits-and-copyright #mini-center {
		float:left;
		width: 33%;
		margin-left: 0.5%;
		text-align: center;
	}
	.credits-and-copyright #mini-right {
		float:right;
		text-align:right;
		width: 33%;
		margin-top:-5px;
	}

}


/* Minimum width of 870 pixels. */
@media screen and (min-width: 870px) {
	/*move nav*/
	.logo {	
		width: 242px;
		margin:0px;
		float: left;
	}
	.main-navigation {
		float:right;
		margin-top:25px;
		clear: none;
	}
	.main-navigation li a {
		padding: 0 15px;
	}
		/* Lifestyle Page*/
	.feature-box {
		padding-left: 120px;
		background-size: 114px 62px;

	}
	/*Footer */
	.site-info .social {
		float:right;
	}
}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {}
	
	.sidebar-width .wrapper {
		max-width:1200px;
		margin:0 auto;
	}	
	.home #main {
		overflow:visible;
	}
	#hero-banner {
		height: 500px;
	}
	#hero-banner .vimeo-player {
		height: 500px;
	}
	#main {
		margin-top:320px;
	}
	/* Sub Group Styles*/
	.clearX2 {
		clear: none;
	}
	.clearX3 {
		clear: both;
	}
	/*Content*/
	.parallax-banner {
		height: 340px;
	}
}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 1100px) {
	#hero-banner {
		height: 600px;
	}
	#hero-banner .vimeo-player {
		height: 600px;
	}
	#main {
		margin-top:420px;
	}
	#box-lifestyle-config-bbqs img {
		height: 170px;
	}
}
@media screen and (min-width: 1200px) {
	#box-lifestyle-config-bbqs img {
		height: 200px;
		max-height: 200px;
	}
	#box-lifestyle-config-appliances ul {
		min-height: 190px;
	}
	#box-lifestyle-config-appliances .subgroup-third + .subgroup-third + .subgroup-third ul {
		min-height: 290px;
	}
}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 1400px) {
	#hero-banner {
		height: 700px;
	}
	#hero-banner .vimeo-player {
		height: 700px;
	}
	#hero-banner {
		background-color: #f4f4f4;
	}
	#hero-banner .slide,
	#hero-banner .art {
		background-size: contain;
		background-repeat: no-repeat;
	}
	#main {
		margin-top:520px;
	}
}
/*Adminbar fixes*/
@media screen and (max-width: 600px) {
	#wpadminbar {
		top:-46px;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
			text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	
}