/*
	Theme Name: Kitchen Kreation
	Theme URI: http://www.oracledigital.com.au
	Description: Created for the Genesis Framework.
	Author: Oracle Digital Inc.
	Author URI: http://www.oracledigital.com.au

	Version: 2.0.0

	Tags: black, white, one-column, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

 
/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
		- Gravity Forms
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Post Formats
		- Pagination
		- Comments
	- Footer Widgets
	- Site Footer
	- Color Styles
		- Expose Pro Blue
		- Expose Pro Green
		- Expose Pro Pink
		- Expose Pro Teal
	- Media Queries
		- max-width: 1023px
		- max-width: 767px

*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

/* @font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
 */

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/** SS Changes **/

#mainNav.wrap{top:128px !important;}
#ez-home-top-1{margin-bottom:-24px !important;}
/*#ez-home-top-1 #go-now{bottom:24px !important;}*/


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.author-box:before,
.clearfix:before,
.entry:before,
.entry-comments:before,
.entry-meta:before,
.footer-widgets:before,
.nav-primary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.author-box:after,
.clearfix:after,
.entry:after,
.entry-comments:after,
.entry-meta:after,
.footer-widgets:after,
.nav-primary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #000;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
	background: #fff!important;
}

a,
a img:hover,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #82152a;
	text-decoration: none;
}

a:hover {
	color: #82152a;
	text-decoration: none;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
	font-family: 'omnes-pro', serif;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #000;
	color: #ddd;
}

cite {
	font-style: normal;
}

a, a:visited, button, input[type="button"], input[type="submit"], .btn, #ez-home-middle-1 .widget-wrap {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	font-family: 'PT Sans', sans-serif;
	font-weight: 300;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

.footer-widgets input {
	border: none;
}

input:focus,
textarea:focus {
	outline: none;
}

.content input:focus,
.content textarea:focus {
	/* border: 1px solid #333; */
}

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

::-webkit-input-placeholder {
	color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'PT Sans', sans-serif;
	font-weight: 300;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	/* background-color: #ff7256; */
}

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

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 0 auto;
	max-width: 960px;
	/* border-top: 2px solid #82152a; */
	/* box-shadow: 0 4px 10px -1px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 4px 10px -1px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 4px 10px -1px rgba(0, 0, 0, .5); */
}

.home .site-container{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#ez-home-top-container,
#ez-home-middle-1 section,
#ez-home-bottom-container,
.site-header,
.nav-primary,
.content-sidebar-wrap,
#footer-showroom{
	box-shadow: 0 4px 10px -1px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 4px 10px -1px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 4px 10px -1px rgba(0, 0, 0, .5);
}

.expose-landing .site-container {
	/*max-width: 768px;*/
	max-width: 1500px;
	min-width:1200px;
	min-height:1000px;
}


/* Column Widths and Positions
--------------------------------------------- */

/* Content */


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.site-header .avatar,
.site-header .site-avatar img {
	border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;
	float: none;
	height: 128px;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
	width: 128px;
}

.author-box .avatar {
	box-shadow: 0 0 0 5px #fff;
	height: 70px;
	margin-right: 40px;
	margin-right: 4rem;
	width: 70px;
}

.entry-comments .avatar {
	height: 50px;
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
	width: 50px;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	overflow: hidden;
	padding: 5px;
	padding: 0.5rem;
	width: 100%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.archive-description,
.author-box {
	background-color: #ff7256;
	color: #fff;
	padding: 80px 100px;
	padding: 8rem 10rem;
}

.archive-description,
.author-box,
.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description a,
.author-box a {
	color: #fff;
	font-weight: 400;
}

.archive-description a:hover,
.author-box a:hover {
	border-bottom: 1px dotted #fff;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.author-box-title {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.breadcrumb {
	text-align: center;
}

/* Headings
--------------------------------------------- */

.entry-title,
.widgettitle {
	font-weight: 400;
}

.entry-title,
.page.page-template-page_blog-php .entry-title {
	text-align: left;
	color: #82152a;
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
}

.single .entry-title,
.page .entry-title {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.entry-title a {
	text-decoration: none;
}

.widgettitle {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	text-transform: uppercase;
}

.site-header .widgettitle {
	color: #000;
}

.archive-title {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	margin-d: 0;
	text-align: center;
	text-transform: uppercase;
}

.search .archive-title {
	font-size: 20px;
	font-size: 2rem;
}


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

.widget {
	word-wrap: break-word;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: left;
}

.featured-content .entry-header .entry-meta {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	border: none;
	box-shadow: none;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 16px 24px 15px;
	padding: 1.6rem 2.4rem 1.5rem;
	width: 100%;
}

.content .enews-widget input:focus {
	border: none;
}

.enews-widget input[type="submit"] {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 16px 24px 15px;
	padding: 1.6rem 2.4rem 1.5rem;
}

.enews-widget #subscribe input[type="submit"]:hover {
	background-color: #000;
	color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	color: #000;
	padding: 10px 0 10px;
	padding: 1rem 0 1rem;
	text-align: center;
	position: fixed;
	top: 0px;
	width: 960px;
	z-index: 888;
	border-top: 2px solid #82152a;
	border-bottom: 1px solid #82152a;
}

.admin-bar .site-header { top: 28px; }

.nav-primary,
.site-inner,
.site-footer,
#footer-showroom{
	position: relative;
	top: 125px;
}

.site-header a,
.site-header a:hover {
	color: #000;
	text-decoration: none;
}

.header-image .site-header {
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.site-description {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	margin-top: 38px;
	margin-top: 3.8rem;
	font-family: 'Droid Serif';
	font-style: italic;
	color: #811428;
}

.site-description a{
	display: block;
	min-height: 105px;
	padding-top: 38px;
	padding-top: 3.8rem;
}

.site-description a,
.site-description a:hover {
	color: #811428;
	text-decoration: none;
}

.site-description {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 400;
	margin: 0;
	
}

/* Widget Area
--------------------------------------------- */

.header-widget-area .widget {
	margin-top: 28px;
	margin-top: 2.8rem;
}

.header-widget-area .search-form {
	margin: 0 auto;
	width: 50%;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-primary {
	background-color: #fff;
	display: block;
	text-align: center;
	width: 100%;
	/* top: 0;
	position: fixed;
	z-index: 999; */
}

.admin-bar .nav-primary {
	/* top: 28px; */
}

.genesis-nav-menu {
	clear: both;
	color: #000;
	line-height: 1.5;
	text-align: center;
	/* width: 100%; */
	display: inline-block;
}

.genesis-nav-menu li {
	float: left;
	list-style-type: none;
	border-right: 1px solid #bc3f5d;
}

.ie7 .genesis-nav-menu li { float: left; }

.genesis-nav-menu li.last { border-right: none; }

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
}

.genesis-nav-menu .menu-item-home a {
	/* font-weight: 700; */
}

.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	padding: 15px;
	padding: 1.5rem 1.2rem;		/* 1.5rem 1.75rem; */
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
	background: #730b1e;
}

.genesis-nav-menu > .menu-item > a {
	/* text-transform: uppercase; */
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #82152a;				/* #fff; */
	border: 1px solid #bc3f5d;				/* #eee; */
	border-top: none;
	border-right: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 6px 10px;
	padding: 0.6 rem 1rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover{
	background: #730b1e;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 50%;
	margin-left: -100px;
	opacity: 1;
}

.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
	left: 199px;
	margin-left: 0px;
	opacity: 1;
}

.genesis-nav-menu > .right {
	display: inline-block;
}

.genesis-nav-menu > .right,
.genesis-nav-menu > .rss > a {
	padding: 20px;
	padding: 2rem;
	text-transform: uppercase;
}

.genesis-nav-menu > .search {
	padding: 5px 0;
	padding: 0.5rem 0;
}

.genesis-nav-menu > .right > a,
.genesis-nav-menu .search-form {
	display: inline;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	padding: 10px 0;
	padding: 1rem 0;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #000;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 1.6rem;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-align: center;
	text-transform: none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry,
.entry-content {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry {
	background-color: #fff;
}

.page .entry-content,
.page .entry {
	/* padding-bottom: 24px;
	padding-bottom: 2.4rem; */
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.page.expose-landing .entry {
	margin: 40px 0;
	margin: 4rem 0;
}

.entry-content a {
	font-weight: 400;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	border-top: 1px solid #000;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding-top: 20px;
	padding-top: 2rem;
	display: none;
}

.entry-author,
.entry-categories,
.entry-time {
	margin-right: 2%;
}

.entry-categories,
.entry-time {
	width: 24%;
}

.entry-author,
.entry-comments-link {
	width: 23%;
}

.entry-author,
.entry-categories,
.entry-comments-link,
.entry-time {
	border-bottom: 1px solid #000;
	float: left;
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.entry-comments-link {
	margin-right: 0;
}

.oops-404 {
	background-color: #000;
	color: #fff;
	font-size: 96px;
	font-size: 9.6rem;
	font-weight: 400;
	padding: 10px 0;
	padding: 10rem 0;
	text-align: center;
}

.oops-404 p {
	margin-bottom: 0;
}

/* Post Formats
--------------------------------------------- */

.format-gallery,
.format-link,
.format-quote {
	background: #ff7256;
	font-size: 20px;
	font-size: 2rem;
}

.format-gallery.entry {
	padding-bottom: 36px;
	padding-bottom: 3.6rem;
}

.format-gallery .entry-content,
.format-link .entry-content,
.format-quote .entry-content {
	margin: 0;
}

.format-quote p.source {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	margin-bottom: 0;
	text-transform: uppercase;
}

.format-gallery,
.format-gallery a,
.format-gallery a:hover,
.format-link,
.format-link a,
.format-link a:hover,
.format-quote,
.format-quote a,
.format-quote a:hover,
.format-quote blockquote,
.format-quote blockquote::before {
	color: #fff;
}

.format-link a:hover,
.format-quote a:hover {
	border-bottom: 1px dotted #fff;
}

.format-gallery p:last-child,
.format-link p:last-child,
.format-quote blockquote,
.format-quote blockquote::before {
	margin: 0;
}

.format-quote blockquote::before {
	font-size: 60px;
	font-size: 6rem;
	left: -32px;
	top: -24px;
}

.format-gallery .gallery-item {
	margin: 0 !important;
}

.format-gallery .gallery-icon {
	margin: 20px !important;
	margin: 2rem !important;
}

.format-gallery img {
	border: 5px solid #fff !important;
}

.format-gallery a img:hover {
	border: 5px solid #000 !important;
}


/* Pagination
--------------------------------------------- */

.archive-pagination {
	background-color: #fff;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 20px 100px;
	padding: 2rem 10rem;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #ff7256;
	color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 80px 100px;
	padding: 8rem 10rem;
}

.comment-list .comment-respond {
	padding: 0;
}

.entry-comments .comment a,
.reply a {
	font-weight: 400;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-pings {
	padding-bottom: 56px;
	padding-bottom: 5.6rem;
}

.entry-comments .comment {
	border-bottom: 1px solid #333;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

ul.children {
	margin-left: 40px;
	margin-left: 4rem;
}

.form-allowed-tags,
.ping-list .reply {
	display: none;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	clear: both;
	color: #383838;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 30px 50px;			/* 80px 100px 40px; */
	padding: 3rem 5rem;			/* 8rem 10rem 4rem; */
}

.footer-widgets h4.widgettitle{
	font-size: 32px;
	font-size: 3.2rem;
	color: #82152a;
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
	text-align: left;
}


.footer-widgets a {
	color: #fff;
	font-weight: 400;
}

.footer-widgets a:hover {
	border-bottom: 1px dotted #fff;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2 {
	width: 48%;			/* 340px; */
}

.footer-widgets-1 {
	float: left;
}

.footer-widgets-2 {
	float: right;
	background: #f3f3f3;
}

.footer-widgets-2 .widget-wrap{
	padding: 35px 40px 0 40px;
	padding: 3.5rem 4rem 0 4 rem;;
}

.footer-widgets-2 h4.widgettitle{
	font-size: 24px;
	font-size: 2.4rem;
	color: #383838;
	background: url(images/home-contact-head-bg.png) no-repeat center center;
	text-align: center;
}

.footer-widgets .widget {
	margin-bottom: 27px;
	margin-bottom: 2.7rem; 
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .simple-social-icons ul li {
	margin: 0 10px !important;
	margin: 0 1rem !important;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	text-align: center;
	padding-top: 1rem;
}

.site-footer p, 
.site-footer a {
	margin-bottom: 0;
	color: #525252;
	font-size: 14px;
}

/*
Custom edits, globals
---------------------------------------------------------------------------------------------------- */

.hide{ display: none; }

.error {
	border: 1px solid #C89797!important;
	background: #FFDFE0!important;
	color: #790000;
}

::-webkit-input-placeholder {
   color: #9c9c9c;
}

:-moz-placeholder { /* Firefox 18- */
   color: #9c9c9c;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #9c9c9c;  
}

:-ms-input-placeholder {  
   color: #9c9c9c;  
}

header.site-header,
nav.nav-primary,
#ez-home-top-container{
	background: #fff;
}


/** header */
.site-title{
	text-indent: -999em;
	display: none;
}

.site-header .wrap{
	background: url(images/logo.png) no-repeat top center;
	min-height: 105px;
}

.title-area{
	width: 61%;
	float: left;
	text-align: left;
}

.site-header .widget-area{
	width: 39%;
	float: right;
	text-align: right;
}

.site-header .widget-area h3{
	background: url(images/ico-phone.png) no-repeat left center;
	display: inline;
	padding-left: 20px;
}

.site-header .widget-area h3,
.site-header .widget-area h3 a{
	font-family: 'Droid Serif';
	color: #82152a;
	font-size: 32px;
	font-size: 3.2rem;
}

.nav-primary{
	max-width: 100%;
	margin: 0 auto;
	/* padding: 0 50px;
	padding: 0 5rem; */
	text-align: center;
	width: 100%;
}

.nav-primary .wrap{
	background: #821529;
	max-height: 54px;
}

.site-header .wrap{
	padding: 0 50px;
}

/** Homepage widgets */
#ez-home-top-container{
	/* padding: 0 50px; */
	margin-bottom: 35px;
}

#ez-home-top-1{
	width: 100%;
	margin: 0;			/* 0 0 35px; */
	position: relative;
}

#ez-home-top-1 #go-now{
	background: url(images/peel-bg.png) no-repeat;
	width: 229px;
	height: 207px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-indent: -999em;
	z-index: 111;
}

#ez-home-top-2{ display: none; }

/** Homepage Slider */
#soliloquy-container-165 .soliloquy-direction-nav a.soliloquy-prev,
#soliloquy-container-165 .soliloquy-direction-nav a.soliloquy-next{
	width: 43px!important;
	height: 43px!important;
	bottom: 0px;
	top: auto!important;
}

#soliloquy-container-165 .soliloquy-direction-nav a.soliloquy-prev{
	left: 0!important;
	background: url(images/arrow-prev.png ) no-repeat center center!important;
}

#soliloquy-container-165 .soliloquy-direction-nav a.soliloquy-next{
	right: 0!important;
	background: url(images/arrow-next.png ) no-repeat center center!important;	
}

#soliloquy-thumbnails-container-165{
	padding: 0 0 20px 0;
}



/** Homepage Middle Widgets */
#ez-home-middle-1{
	margin-bottom: 35px;
	margin-bottom: 3.5rem;
}

#ez-home-middle-1 section{ 
	background: #82152a;
	width: 23%;
	float: left;
	margin: 0 2.66% 0 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

#ez-home-middle-1 section .textwidget{
	
}

#ez-home-middle-1 section.column-1{ }
#ez-home-middle-1 section.column-2{ }
#ez-home-middle-1 section.column-3{ }
#ez-home-middle-1 section.column-4{ 
	margin-right: 0px;
	float: right;
}

#ez-home-middle-1 section .widget-wrap{
	padding: 22px 8px 25px 8px;
	min-height: 270px;
	max-height: 270px;
	position: relative;
}

#ez-home-middle-1 .hover{
	background: #550413;
}

#ez-home-middle-1 section .widget-wrap:hover{
	cursor: pointer;
}

#ez-home-middle-1 .hover img,
#ez-home-middle-1 .hover h4,
#ez-home-middle-1 .hover p{
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#ez-home-middle-1 section .widget-wrap p{
	margin-bottom: 0px;
}

#ez-home-middle-1  a.more-icon{ 
	display: none; 
}

#ez-home-middle-1 .hover a.more-icon{
	background: url(images/readmore-icon.png) no-repeat center center;
	width: 211px;
	height: 270px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	text-indent: -9999em;
}

#ez-home-middle-1 a.more-icon:hover{
	
}

#ez-home-middle-1 section h4{
	margin-top: 10px;
	margin-top: 1rem;
}

#ez-home-middle-1 section h4 a{
	color: #fff;
}


#ez-home-middle-1 .column-5{
	width: 100%;
	margin-top: 2.66%;
	background: #82152a;
}

#ez-home-middle-1 section.column-5 .widget-wrap{
	padding: 0px;
	min-height: 0px;
	max-height: 182px;
	min-height: 182px;
}

#ez-home-middle-1 .column-5 h4{
	float: left;
	width: 35%;
	position: relative;
	font-size: 40px;
	top: 35px;
	margin-bottom: 0px;
	left: 5%;
}

#ez-home-middle-1 .column-5 p{
	color: #fff;
	float: right;
	width: 40%;
	font-size: 21px;
	text-align: center;
	padding-right: 25px;
	position: relative;
	top: 40px;
}

#ez-home-middle-1 .column-5 .hover a.more-icon {
	background: url(images/readmore-icon.png) no-repeat center center;
	width: 100%!important;
	height: 182px!important;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	text-indent: -9999em;
}

/* #ez-home-middle-1 section h4 a:hover{
	color: #d35400;
} */

#ez-home-middle-container{ margin-bottom: 0px; }

/** Home Bottom Widget */
#ez-home-bottom-container{
	background-color: #fff;
	clear: both;
	color: #383838;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 30px 50px 0 50px;
	padding: 3rem 5rem 0 5rem;
}

#ez-home-bottom-1 .widget{
	float: left;
	width: 48%;
}

#ez-home-bottom-1 .gform_widget{ 
	float: right; 
	background: #f3f3f3;
}

#ez-home-bottom-container h4.widgettitle {
	font-size: 32px;
	font-size: 3.2rem;
	color: #82152a;
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
	text-align: left;
}

#ez-home-bottom-container .gform_widget h4.widgettitle {
	font-size: 24px;
	font-size: 2.4rem;
	color: #383838;
	background: url(images/home-contact-head-bg.png) no-repeat center center;
	text-align: center;
}

#ez-home-bottom-container .gform_widget .widget-wrap {
	padding: 35px 40px 20px 40px;
	padding: 3.5rem 4rem 2rem 4rem;
}

#ez-home-bottom-1{ 
	margin-bottom: 0px; 
	text-align: justify;
}

/** Contact Forms */
.gform_wrapper {
	max-width: 100%!important;
}

.gform_wrapper form{}
.gform_wrapper input[type="text"],
.gform_wrapper textarea{
	background: #fff url(images/input-bg.png) repeat-x top center;
	border: 1px solid #d5d5d5;
	font-style: italic;
	width: 100%!important;
	padding: 2% 3%!important;
}

.gform_wrapper input[type="text"]:focus,
.gform_wrapper textarea:focus{
	outline: none;
	border-color: #6690a9;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(56, 71, 182, 0.75);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(56, 71, 182, 0.75);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(56, 71, 182, 0.75);
}

.gform_wrapper .gform_button{
	/* text-transform: uppercase;
	color: #fff;
	background: url(images/input-button-bg.png) repeat-x center center;
	font-weight: 700; */
	
	text-transform: uppercase;
	color: #fff;
	background: url(images/input-button-bg.png) repeat-x center center;
	font-weight: 700;
	border: 1px solid #34740e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	display: inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	background-color: #4ba614;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
	background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
	background-image: -moz-linear-gradient(top, #4ba614, #008c00);
	background-image: -ms-linear-gradient(top, #4ba614, #008c00);
	background-image: -o-linear-gradient(top, #4ba614, #008c00);
	background-image: linear-gradient(to bottom, #4ba614, #008c00);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4ba614, endColorstr=#008c00);
}

.gform_wrapper .gform_button:hover{
	border:1px solid #224b09;
	 background-color: #36780f; background-image: -webkit-gradient(linear, left top, left bottom, from(#36780f), to(#005900));
	 background-image: -webkit-linear-gradient(top, #36780f, #005900);
	 background-image: -moz-linear-gradient(top, #36780f, #005900);
	 background-image: -ms-linear-gradient(top, #36780f, #005900);
	 background-image: -o-linear-gradient(top, #36780f, #005900);
	 background-image: linear-gradient(to bottom, #36780f, #005900);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#36780f, endColorstr=#005900);
}

.gform_wrapper .gform_footer{
	text-align: center;
	padding-bottom: 0px!important;
	padding: 8px 0 0 0!important;
}

.book .gform_wrapper .gform_footer{ text-align: left; }

#gform_wrapper_2 .ginput_container{ position: relative; }

.gform_wrapper a.tooltip{
	width: 16px;
	height: 16px;
	background: url(images/question.png) no-repeat;
	display: block;
	position: absolute;
	top: 8px;
	right: 5px;

}

/** Content & Sidebars */
.content-sidebar-wrap{
	background: #fff;
	overflow: hidden;
	padding: 30px 50px;
	padding: 3rem 5rem;
	margin-bottom: 3rem;
}

.content-sidebar-wrap .content{
	float: left;
	padding-top: 0px;
	width: 65%;
}

.accordion .content-sidebar-wrap .content{ width: 70%; }

.full-width-content .content-sidebar-wrap .content,
.contact-us .content-sidebar-wrap .content{
	width: 100%;
	float: none;
}

.contact-us .mapp-layout{ 
	overflow: auto; 
	margin-top: 20px;
}

.clear{ clear: both; }

.page .content-sidebar-wrap .content h1.entry-title,
.single .content-sidebar-wrap .content h1.entry-title{
	display: none;
}

.page .soliloquy-container{
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.content-sidebar-wrap .sidebar{
	background-color: #f3f3f3;
	float: right;
	width: 32%;
}

.accordion .content-sidebar-wrap .sidebar{ width: 28%; }

.content-sidebar-wrap .sidebar .widget-wrap{
	padding: 15px;
	padding: 1.5rem;
}

.sidebar h4.widgettitle{
	font-size: 24px;
	font-size: 2.4rem;
	color: #383838;
	background: url(images/home-contact-head-bg.png) no-repeat center center;
	text-align: center;
}

/** Footer */
#footer-showroom{
	background: #82152a;
}

#footer-showroom .widget-wrap{
	overflow: hidden;
	height: 182px;
}

#footer-showroom-bg h4{
	float: left;
	width: 40%;
	position: relative;
	font-size: 40px;
	top: 40px;
	margin-bottom: 0px;
}

#footer-showroom-bg h4 a{
	color: #fff;
}

#footer-showroom-bg p{
	color: #fff;
	float: right;
	width: 40%;
	font-size: 21px;
	text-align: center;
	padding-right: 25px;
	position: relative;
	top: 40px;
}

#footer-showroom .hover {
	background-color: #550413!important;
}

#footer-showroom-bg  a.more-icon{ display: none; }

#footer-showroom .hover a.more-icon{
	background: url(images/readmore-icon.png) no-repeat center center;
	width: 100%;
	height: 182px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	text-indent: -9999em;
}

/** Tooltip */
#tooltip
{
	text-align: center;
	text-shadow: 0 1px rgba( 0, 0, 0, .5 );
	line-height: 1.5;
	color: #fff;
	background: #333;
	background: -webkit-gradient( linear, left top, left bottom, from( rgba( 0, 0, 0, .6 ) ), to( rgba( 0, 0, 0, .8 ) ) );
	background: -webkit-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: -moz-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: -ms-radial-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: -o-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	background: linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #fff;
	-webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	-moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
	position: absolute;
	z-index: 100;
	padding: 5px 10px;
	font-size: 13px;
}
 
    #tooltip:after /* triangle decoration */
    {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #111;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }
 
        #tooltip.top:after
        {
            border-top-color: transparent;
            border-bottom: 10px solid #111;
            top: -20px;
            bottom: auto;
        }
 
        #tooltip.left:after
        {
            left: 10px;
            margin: 0;
        }
 
        #tooltip.right:after
        {
            right: 10px;
            left: auto;
            margin: 0;
        }

.embed-container{
   position: relative;
   padding-bottom: 56.25%; /* 16:9 ratio */
   padding-top: 30px; /* IE 6 workaround*/
   height: 0;
   overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}		

/** Products */
.product-list .product-item{
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}
.product-list .visual{ float: left; }
.product-list .details{ padding-left: 120px; }
.product-list .details h3{ font-size: 20px; margin-bottom: 10px; }
.product-list .details p{
	line-height: 1.3em;
	margin-bottom: 0px;
	font-size: 15px;
}
.product-list .details a.more-link{ font-weight: 700; }

/** Accordion & Styled Tables */
#accordion .ui-accordion-content{ height: auto!important; }
#accordion strong{ font-family: 'omnes-pro', serif; }
.ui-widget-content{ border: 1px solid #ddd!important; }

.ui-accordion .ui-accordion-content{
	padding: 0.25em!important;
}

a.download{
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 -12px 0 rgba(0, 0, 0, 0.15) inset;
	background: none repeat scroll 0 0 #82152a;
	border: 1px solid;
	color: white;
	cursor: pointer;
	margin: 20px auto 0 auto;
	display: inline-block;
	padding: 3px 10px;
}

a.download:hover{ background: none repeat scroll 0 0 #550413; }

#accordion h3{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-family: 'omnes-pro', serif;
	font-weight: bold;
}

#accordion h3:focus{
	outline: none;
}

table.styled{
	font-family: 'omnes-pro', serif;
	text-align: center;
	border-collapse: collapse;
}

table.styled th{
	background: #F6EAEC;
	border-top: 4px solid #975F6A;
	border-bottom: 1px solid #fff;
	color: #82152a;
	padding: 0px 2px;
	font-size: 11px;
	text-align: center;
}

table.styled td{
	background: #F8F3F4;
	border-bottom: 1px solid #fff;
	border-top: 1px solid transparent;
	padding: 0 2px;
	font-size: 13px;
	text-align: center;
}

table.styled td.product-name{ background-color: #ffc7ce; }
table.styled td.dimensions{ background-color: #c6efce; }
table.styled td.col { background-color: #e3e3e3; }
table.styled td.draw { background-color: #ffeb9c; }

table.simple td{ border-top: 0px; }
table.simple tbody{ border-bottom: 0px; }

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
/** Tablets */
@media only screen and (max-width: 1023px) {

	.site-container {
		max-width: 768px;
	}

	.archive-description,
	.author-box,
	.entry,
	.comment-respond,
	.entry-comments,
	.entry-pings,
	.footer-widgets {
		padding: 40px 60px;
		padding: 4rem 6rem;
	}

	.format-gallery.entry {
		padding-bottom: 4px;
		padding-bottom: 0.4rem;
	}

	.footer-widgets {
		padding: 60px 60px 20px;
		padding: 6rem 6rem 2rem;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		width: 284px;
	}

}

@media only screen and (max-width: 1023px) and (orientation: portrait) {
	/** Heading, Menu */
	.site-container{
		padding: 0 2%;
		overflow: auto;
	}
	.site-header{
		max-width: 721px;
	}
	
	.site-header .wrap {
		padding: 0px;
	}
	.genesis-nav-menu a,
	.genesis-nav-menu .sub-menu a{
		padding: 10px;
		font-size: 13px;
	}
	
	.nav-primary .wrap{ max-height: 38px; }
	
	
	/** Homepage Widgets */
	#ez-home-top-1 #go-now{
		background: url(images/peel-bg-tab.png) no-repeat;
		width: 172px;
		height: 155px;
	}
	
	#ez-home-middle-1 section .widget-wrap p{
		font-size: 13px;
	}
	
	#ez-home-middle-1 section.column-5 .widget-wrap p{
		font-size: 19px;
		top: 25px;
	}
	
	#ez-home-middle-1 section.column-5 .widget-wrap h4{
		top: 30px;
	}
	
	#ez-home-bottom-container{
		padding: 3rem 2rem 0 2rem;
	}

	#ez-home-bottom-1 .widget{
		text-align: justify;
	}
	
	/** Content Area */
	.single .entry-title, 
	.page .entry-title{
		margin-bottom: 1.5rem;
	}
	
	.content-sidebar-wrap{
		padding: 3rem 1rem;
	}
	
	.content .entry{
		padding: 2rem 0rem;
	}
	
	.content img.alignright,
	.content img.alignleft{
		max-width: 50%;
	}
	
	/** Accordion content */
	.ui-accordion .ui-accordion-content{ padding: 1em 0.5em!important; }
	
	/** Footer */
	#footer-showroom-bg p{ top: 20px; }
	
}

@media only screen and (max-width: 980px) and (orientation: landscape) {
	/** Heading, Menu */
	.site-container{
		padding: 0px;
		max-width: 96%;
	}
	.site-header{
		width: 96%;
	}
	
	.site-header .wrap {
		padding: 0px;
	}
	.genesis-nav-menu a,
	.genesis-nav-menu .sub-menu a{
		padding: 10px;
		font-size: 13px;
	}
	
	.nav-primary .wrap{ max-height: 38px; }
	
	#ez-home-middle-1 section .widget-wrap p{
		font-size: 13px;
	}
	
	/** Homepage Widgets */
	#ez-home-top-1 #go-now{
		background: url(images/peel-bg-tab.png) no-repeat;
		width: 172px;
		height: 155px;
	}
	
	#ez-home-bottom-container{
		padding: 3rem 2rem 0 2rem;
	}

	#ez-home-bottom-1 .widget{
		text-align: justify;
	}
	
	/** Content Area */
	.single .entry-title, 
	.page .entry-title{
		margin-bottom: 1.5rem;
	}
	
	.content-sidebar-wrap{
		padding: 3rem 1rem;
	}
	
	.content .entry{
		padding: 2rem 0rem;
	}
	
	.content img.alignright,
	.content img.alignleft{
		max-width: 50%;
	}
}

/** Mobile */
@media only screen and (max-width: 767px) {

	.footer-widgets-1,
	.footer-widgets-2,
	.site-container,
	.wrap {
		width: 100%;
	}

	.site-container {
		padding-left: 0;
		padding-right: 0;
	}

	.site-header {
		padding: 45px 0 4rem;
		padding: 4.5rem 0 4rem;
		width: 100%;
	}
	
	.site-header,
	.nav-primary,
	.site-inner,
	.site-footer{
		position: relative;
		top: auto!important;
	}

	.archive-description,
	.author-box,
	.entry,
	.comment-respond,
	.entry-comments,
	.entry-pings,
	.footer-widgets {
		padding: 40px;
		padding: 4rem;
	}

	.archive-pagination {
		padding: 20px 40px;
		padding: 2rem 4rem;
	}

	.footer-widgets {
		padding-bottom: 0;
	}

	.nav-primary .responsive-menu {
		display: none;
	}

	.nav-primary #responsive-menu-icon {
		display: block;
	}

	.entry-author,
	.entry-comments-link {
		float: right;
	}

	.entry-author,
	.entry-categories,
	.entry-time {
		margin-right: 0;
	}

	.entry-author,
	.entry-time {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
	
	.entry-author,
	.entry-categories,
	.entry-comments-link,
	.entry-time {
		width: 48%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	/** Custom Edits by freddie@oracledigital.com.au */
	
	.nav-primary, 
	.site-inner, 
	.site-footer, 
	#footer-showroom{
		top: 0px;
	}
	
	#footer-showroom {
		background-image: none!important;
	}
	
	#footer-showroom .widget-wrap{
		height: auto;
		padding: 3%;
	}
	
	#footer-showroom h4{ 
		width: 100%;
		left: auto;
		top: auto!important;
		font-size: 28px;
	}
	
	#footer-showroom p{
		width: 100%;
		top: auto!important;
		padding: 0px;
		font-size: 13px!important;
	}
	
	#footer-showroom img.hide{
		display: block;
		margin: 0 auto;
	}
	
	/** Header, Nav */
	.site-header .widget-area,
	nav.nav-primary{
		display: none;
	}
	
	.site-header{
		padding: 4.5rem 0 1.5rem;
	}
	.title-area{
		width: 100%;
		float: none;
	}
	
	.site-description{ text-align: center; }
	.site-description a{
		padding-top: 120px;
	}
	
	.mm-menu li, 
	#mobile-header{
		width: 100%!important;
	}
	
	.genesis-nav-menu a{
		font-size: inherit;
	}
	
	/** Homepage Widgets */
	
	#ez-home-top-1 #go-now{
		background: url(images/peel-bg-mobile.png) no-repeat;
		width: 115px;
		height: 104px;
	}
	
	#ez-home-top-container{
		margin-bottom: 5%;
	}
	
	.home #soliloquy-thumbnails-container-165{
		display: none;
	}
	
	#soliloquy-container-165 .soliloquy-direction-nav a.soliloquy-prev, 
	#soliloquy-container-165 .soliloquy-direction-nav a.soliloquy-next{
		background: url('images/slider-arrows-horizontal.png') no-repeat scroll 0 -18px!important;
		height: 18px!important;
		margin-top: -8px!important;
		right: 10px!important;
		position: absolute;
		text-indent: -9999px;
		top: 50%!important;
		width: 13px!important;
	}
	
	#soliloquy-container-165 .soliloquy-direction-nav a.soliloquy-prev{
		left: 10px!important;
		background-position: 0 0!important;
	}
	
	#ez-home-middle-1{ margin-bottom: 0px; }
	
	#ez-home-middle-container{
		padding: 0 3%;
	}
	
	#ez-home-middle-1 section{
		width: 48%;
		margin-right: 4%;
	}
	
	#ez-home-middle-1 .column-2,
	#ez-home-middle-1 .column-4{
		margin: 0 0 4% 0;
	}
	
	#ez-home-middle-1 section .widget-wrap{
		padding: 5% 3%;
	}
	
	#ez-home-middle-1 section .widget-wrap p{
		font-size: 14px;
	}
	
	#ez-home-middle-1 section h4{ 
		font-size: 13px;
	}
	
	#ez-home-middle-1 .column-5{
		background-image: none!important;
		margin-bottom: 2.66%;
	}
	
	#ez-home-middle-1 section.column-5 .widget-wrap{
		padding: 3% 0;
	}
	
	#ez-home-middle-1 .column-5 h4{
		width: 100%;
		left: auto;
		top: auto!important;
		font-size: 28px;
	}
	
	#ez-home-middle-1 .column-5 p{
		width: 100%;
		top: auto!important;
		padding: 0px;
		font-size: 13px!important;
	}
	
	#ez-home-middle-1 .column-5 img.hide{
		display: block;
		margin: 0 auto;
	}
	
	#ez-home-bottom-container{
		padding: 0px;
		margin-bottom: 0px;
	}
	
	#ez-home-bottom-1 .widget{
		float: none;
		width: 100%;
	}
	
	#ez-home-bottom-1 .widget .widget-wrap{ padding: 5%; }
	
	#ez-home-bottom-container .gform_widget .widget-wrap {
		padding: 15px 20px 0 20px;
	}
	
	#ez-home-bottom-container h4.widgettitle{
		font-size: 2.5rem;
		text-align: center;
	}
	
	/** Content area */
	.content-sidebar-wrap .content,
	.accordion .content-sidebar-wrap .content,
	.accordion .content-sidebar-wrap .sidebar,
	.content-sidebar-wrap .sidebar{
		width: 100%;
		float: none;
	}
	.page .soliloquy-container{
		margin-bottom: 1.5rem;
	}
	.content .entry{
		text-align: justify;
		padding: 0px;
		margin-bottom: 0px;
	}
	
	.content .entry img.alignnone{
		float: left;
		margin-right: 10px;
	}
	
	.content-sidebar-wrap {
		padding: 1rem;
		margin-bottom: 0px;
	}
	.single .entry-title, .page .entry-title{
		font-size: 2.3rem;
	}
	
	.mapp-layout{
		width: 98%!important;
	}
	.mapp-canvas{
		height: 250px!important;
	}
	
	#accordion .one-fourth, 
	#accordion .one-half, 
	#accordion .one-fifth, 
	#accordion .one-sixth, 
	#accordion .one-third{
		width: auto!important;
	}
	
	.ui-accordion .ui-accordion-content {
		padding: 1em 0.5em!important;
	}
	
}

body.home .site-header .widget-area h3, body.home .site-header .widget-area h3 a{
	color: #82152a;
}

body.home .content-sidebar-wrap{
	padding: 0;
}

body.home .content-sidebar-wrap h1.entry-title{
	margin: 0;
}

body.home .widget a{
	color: #FFFFFF;
}

.home-cta{
	clear: both; overflow: hidden;
}

.home-cta .widget.KKHomeFeatured .widget-wrap{
    background: #82152a;
    width: 22%;
    float: left;
	padding: 10px;
    margin: 15px 1.5% 1.5% 1.5%;
	min-height: 280px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.home-cta .widgettitle a{
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    text-transform: uppercase;
}

.home-products .widget{
    background: #82152a;
    color: #fff;
    font-size: 14px;
    text-align: center;	
}

.home-products .widget .widget-wrap{
	min-height: 180px;
}

.home-products .widget h4{
    float: left;
    width: 35%;
    position: relative;
    font-size: 40px;
    top: 35px;
    margin-bottom: 0px;
    left: 5%;
}

.home-products .widget p{
    color: #fff;
    float: right;
    width: 40%;
    font-size: 21px;
    text-align: center;
    padding-right: 25px;
    position: relative;
    top: 40px;
}

.home-products .widget .widget-wrap:last-child{display: none;}

.home-content{
	padding: 30px 50px 0 50px;
	overflow: hidden;
}

.home-content section.widget.widget_black_studio_tinymce{
	width: 50%;
	float: left;
}

.home-content section.widget.gform_widget{
	width: 48%;
	margin-left: 2%;
	float: left;
	background: #f3f3f3;
}

.home-content section.widget.gform_widget .widget-wrap{
	padding: 35px 40px 20px 40px;
}

.home-content section.widget.widget_black_studio_tinymce h4.widget-title.widgettitle{
    font-size: 32px;
    font-size: 3.2rem;
    color: #82152a;
    text-transform: uppercase;
    font-family: 'Droid Serif', serif;
    text-align: left;
}

.home-content section.widget.gform_widget h4.widget-title.widgettitle{
	font-size: 24px;
    font-size: 2.4rem;
    color: #383838;
    background: url(images/home-contact-head-bg.png) no-repeat center center;
    text-align: center;
}

body.page-id-845 .site-header{
	width: 1500px;
}

#prodboard-container iframe{min-height: 600px !important;}

.vi{float: right; margin-top: -50px;}
.textwidget .sb-btn span{background: transparent !important; line-height: 24px !important; padding: 10px 22px !important;}