/*
Theme Name: stoneace
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stoneace
Tags:

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

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

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

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

@import url(https://fonts.googleapis.com/css?family=Alex+Brush);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:700,400,300);

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

@font-face {
    font-family: 'Merriweather';
    src: url('fonts/Merriweather_Light.woff') format('woff');
	font-weight: 300;
}

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

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 34px;
	margin: 0 0 20px;
}
h2 {
	font-size: 30px;
	margin: 0 0 16px;
}
h3 {
	font-size: 26px;
	margin: 0 0 14px;
}
h4 {
	font-size: 22px;
	margin: 0 0 12px;
}
h5 {
	font-size: 18px;
	margin: 0 0 6px;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'FuturaBT-Light',sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
}

p {
	margin: 0 0 16px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

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

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

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

ul,ol {list-style: none; padding: 0; margin: 0;}
.entry-content ul,
.entry-content ol {
	margin: 0 0 1.5em 0;
	padding: 0 0 0 1.5em;
}

.entry-content ul {
	list-style-image: url('images/tick.png');	
}

.entry-content ol {
	list-style: decimal;
}
.entry-content li {
	margin-bottom: 6px;	
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	border-radius: 3px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#887968+0,574e44+100 */
	background: rgb(136,121,104); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(136,121,104,1) 0%, rgba(87,78,68,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(136,121,104,1)), color-stop(100%,rgba(87,78,68,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(136,121,104,1) 0%,rgba(87,78,68,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(136,121,104,1) 0%,rgba(87,78,68,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(136,121,104,1) 0%,rgba(87,78,68,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(136,121,104,1) 0%,rgba(87,78,68,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#887968', endColorstr='#574e44',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-size: 18px;
	line-height: 1;
	padding: 18px 24px;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #000000;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #9e9e9e;
	border: 1px solid #e1e1e1;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #666666;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 14px;
	width: 100%;
}


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

a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: #000000;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	padding: 0 20px;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation #primary-menu > li > a {
	color: #aea59b;	
	padding: 54px 12px 24px;
	font-size: 14px;
	font-family: 'Merriweather';
}
.main-navigation #primary-menu > li.current-menu-item > a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#887969+0,564d43+100 */
	background: rgb(136,121,105); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(136,121,105,1) 0%, rgba(86,77,67,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(136,121,105,1)), color-stop(100%,rgba(86,77,67,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(136,121,105,1) 0%,rgba(86,77,67,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(136,121,105,1) 0%,rgba(86,77,67,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(136,121,105,1) 0%,rgba(86,77,67,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(136,121,105,1) 0%,rgba(86,77,67,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#887969', endColorstr='#564d43',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

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

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

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

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

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

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

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

.menu-toggle:before {
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	position: relative;
	top: 1px;
	display: inline-block;
	content: "\2b";
	margin-right: 10px;
}
.toggled .menu-toggle:before {
	
	content: "\2212";
}



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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

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

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

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

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

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

.widget {
	margin: 0 0 2.5em;
}

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

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

.widget-title {
	font-size: 28px; 
	color: #4c443c;
	border-bottom: solid 1px #ececec;	
	margin: 0 0 12px;
	text-transform: uppercase;
}

.widget_categories li { 
    padding-left: 1em; 
    text-indent: -.7em;
}
.widget_categories li a {color: #686b6c;}

.widget_categories li:before {
    content: "• ";
    color: #eecb6e; /* or whatever color you prefer */
}

.widget_categories li.current-cat {background: #ececec;}

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
	padding-top: 6px;
	margin: 0;
	font-size: 16px;
	word-break: break-word;
}

/*--------------------------------------------------------------
# GENERALS
--------------------------------------------------------------*/

.text-center {text-align: center;}
.no-padding {padding: 0;}
.add-margin {margin-bottom: 64px !important;}
.add-margin-minor {margin-bottom: 32px !important;}

h1.site-title {
	
}
h2.site-title {
	font-family: 'FuturaBT-Light';
	font-size: 48px;
	color: #4c443c;
	margin: 0 0 16px;
}
h3.site-title {
	font-family: 'FuturaBT-Light';
	font-size: 36px;
	color: #4c443c;
	margin: 0 0 16px;
}
h4.site-title {
	font-family: 'FuturaBT-Light';
	font-size: 30px;
	color: #4c443c;
	margin: 0 0 16px;
}
h5.site-title {
	
}

.entry-content table {table-layout: fixed; width: 100%;}
.entry-content table td {padding: 0 20px;vertical-align: top;}
.entry-content table table td {padding-left: 0;}

.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom: 24px;
	background: #584f44;
}
 
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parallax-box {
	margin: 0 auto;
	width: 100%;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	transition: 0s linear;
    transition-property: background-position;
}
.parallax-box:before {
	content: "";
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.parallax-box.subpage-header:before {background: none;}

.parallax-box .pbox-content {padding-top: 120px; padding-bottom: 120px; z-index: 10; position: relative;}
.parallax-box .pbox-content h1,
.parallax-box .pbox-content h2,
.parallax-box .pbox-content h3,
.parallax-box .pbox-content h4,
.parallax-box .pbox-content h5 {font-weight: 700;}

.home .parallax-box .pbox-content {padding-bottom: 60px;}

.parallax-box .entry-header h1 {text-transform: uppercase; margin: 0 0 6px;}
.parallax-box .breadcrumbs a {color: #fff;}


.cat-listing {
	margin: 0 0 40px;
	text-align:center;
}
.cat-listing li {display: inline; padding: 0 14px;}
.cat-listing li:not(:last-child) {border-right: solid 1px #7c7c7c;}
.cat-listing li a {color: #7c7c7c; line-height: 1; font-size: 18px; font-family: 'FuturaBT-Light'; text-transform: uppercase;}
.cat-listing li a:hover {color: #000000;}
.cat-listing li.selected a {color: #000000;}

.error-404 {margin-bottom: 60px;}

/*--------------------------------------------------------------
# HEADERS
--------------------------------------------------------------*/

.site-header {background: #131313;}

.site-branding {position: relative;}
.site-branding .site-title {
	position: absolute; z-index: 10; top: 0; left: 0; margin: 0; padding: 10px 0; background: #ffffff;
	-webkit-box-shadow: 0 10px 6px -6px #CECECE;
	   -moz-box-shadow: 0 10px 6px -6px #CECECE;
	        box-shadow: 0 10px 6px -6px #CECECE;
}


.site-quote {position: relative; z-index: 25;}
.site-quote .request-quote {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f90000+0,9f0808+100 */
	background: rgb(249,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,0,0,1) 0%, rgba(159,8,8,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,0,0,1)), color-stop(100%,rgba(159,8,8,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,0,0,1) 0%,rgba(159,8,8,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,0,0,1) 0%,rgba(159,8,8,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(249,0,0,1) 0%,rgba(159,8,8,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(249,0,0,1) 0%,rgba(159,8,8,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f90000', endColorstr='#9f0808',GradientType=0 ); /* IE6-9 */
	position: absolute; 
	top: 0;
	right: 0;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	padding: 6px 12px;
}
.site-quote .request-quote p {color: #fff; font-size: 12px; margin: 0; font-family: 'Merriweather';}


/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/

.site-footer {background: #131313; padding: 36px 0; text-align: center;font-family: 'FuturaBT-Light'; color: #929191;}
.site-footer ul {margin: 0 0 36px;}
.site-footer ul li {display: inline; padding: 0 5px;}
.site-footer ul li a {color: #786a5c;}
.site-footer p {margin: 0;}

/*--------------------------------------------------------------
# FRONT PAGE TEMPLATE
--------------------------------------------------------------*/

.main_banner {position: relative; margin: 0 0 60px;}
.main_banner ul {list-style: none; padding: 0; margin: 0 0 20px;}
.bx-wrapper .bx-viewport {margin: 0; box-shadow: none; border: 0; padding: 0; left: 0;}

.main_banner .floating-caption {position: absolute; bottom: 0; left: 0; background: #fff; padding: 14px 14px 14px 10%;}
.main_banner .floating-caption p {margin: 0;color: #4c443c; line-height: 1;}
.main_banner .floating-caption p.first {font-family: 'BebasNeue'; font-size: 48px; }
.main_banner .floating-caption p.second {font-family: 'Alex Brush'; font-size: 48px; }

.sliding-list {margin-bottom: 100px;}


.sliding-list a {color: inherit;}

.sliding-list .post-listing {
	position: relative; padding-left: 50px; padding-right: 50px;	
}
.sliding-list .post-listing .owl-nav {position: absolute; top: 10%; left: 0; width: 100%;}
.sliding-list .post-listing .owl-nav > div {position: absolute; padding: 60px 8px; background: #ededed; font-size: 20px;}
.sliding-list .post-listing .owl-nav .owl-next {right: 0;}
.sliding-list .circle-frame {border-radius: 50%; overflow: hidden; padding-top: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.55);
	-moz-box-shadow:    0px 0px 5px 0px rgba(150, 150, 150, 0.55);
	box-shadow:         0px 0px 5px 0px rgba(150, 150, 150, 0.55);
}
.sliding-list .item h2 {
	font-size: 30px;
	color: #4c443c;
	text-transform: uppercase;
	line-height: 1.1;
	margin: 24px 0 14px;	
}
.sliding-list h5 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 10px;
	color: #a9abae;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.sliding-list hr {
	margin: 16px 0;
	background-color: #27282a;
	height: 3px;	
}
.sliding-list p {
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	color: #6f7174; 
	margin: 0 12px 12px;
	line-height: 1.8;
}


.home-more-featured {padding: 60px 0; background: #f8f8f8; }
.home-more-featured h2.site-title {margin: 0;}
.home-more-featured h4.site-title {margin: 0; line-height: 1.1;}
.home-more-featured h4.site-title a {color: inherit;}

.home-contact-us {margin: 60px 0 40px;}
.home-contact-us h2.site-title {margin: 0;}
.home-contact-us {font-family: 'FuturaBT-Light';}
.home-contact-us .company-info p {line-height: 1.1; font-size: 18px;}

.wpcf7 p {margin: 0 10px 12px;}

/*--------------------------------------------------------------
# SUB PAGES
--------------------------------------------------------------*/

.entry-title {font-size: 60px;}

.cat-listing.subpage-cat-list {margin-top: 36px;
	padding-bottom: 30px;
	border-bottom: solid 1px #ececec;
}

/*--------------------------------------------------------------
# ABOUT US TEMPLATE
--------------------------------------------------------------*/

.about-section .section-content {
	padding-top: 50px; padding-bottom: 50px;	
}
.about-section .section-content h1 {margin: 0 0 6px;}
.about-section .section-content p {line-height: 2;}

/*--------------------------------------------------------------
# PRODUCT & GALLERY PAGE TEMPLATE
--------------------------------------------------------------*/

.tax-post-listing {margin-bottom: 40px;}
.tax-post-listing > div {text-align: center; padding-bottom: 24px;}
.tax-post-listing img {margin: 0 0 20px;}
.tax-post-listing p {font-size: 20px; }
.tax-post-listing p a {color: #4c443c;} 

/*--------------------------------------------------------------
# NEWS PAGE TEMPLATE
--------------------------------------------------------------*/

.news-post-listing {margin-bottom: 64px;}
.news-block-content {padding-top: 26px; padding-bottom: 26px;}
.news-block-content .date {font-size: 15px; text-align: right; line-height: 1.2; color: #000;}
.news-block-content .author {border-top: solid 1px #ececec;border-bottom: solid 1px #ececec;
	padding: 10px 0;
	font-family: 'Ubuntu';
	font-weight: 300;
	font-size: 12px;
}
.news-block-content h4 {font-size: 24px; line-height: 1.2; margin: 0 0 6px;}
.news-block-content h4 a {color: #4c443c;}
.news-block-content p.excerpt {font-size: 12px; color: #6f7174;}

/*--------------------------------------------------------------
# BLOG PAGE TEMPLATE
--------------------------------------------------------------*/

.blogs-post-listing {margin-bottom: 64px;}
.blogs-post-listing > div {margin-bottom: 24px;}
.blogs-post-listing h3 {font-size: 28px; border-bottom: solid 1px #ececec; text-transform: uppercase; }
.blogs-post-listing h3 a {color: #4c443c;}

/*--------------------------------------------------------------
# PROMOTION PAGE TEMPLATE
--------------------------------------------------------------*/

.promos {margin-bottom: 32px;}

.home-contact-us.subpage-ver {
	background: #f5f5f5;
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 0;	
}

/*--------------------------------------------------------------
# CONTACT US PAGE TEMPLATE
--------------------------------------------------------------*/

.page-template-template-contact-us .iframe-container {padding-bottom: 34.25%;}
.page-template-template-contact-us article .entry-content {margin: 0;}
.contact-us-form {margin: 0 0 32px;}

/*--------------------------------------------------------------
## SINGLE PAGE TEMPLATE
--------------------------------------------------------------*/

.single .parallax-box {background-size: cover !important;}

/*--------------------------------------------------------------
### WP PAGE NAVI
--------------------------------------------------------------*/

.wp-pagenavi a, .wp-pagenavi span {
	border: 0;
	background: rgb(136,121,105); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(136,121,105,1) 0%, rgba(86,77,67,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(136,121,105,1)), color-stop(100%,rgba(86,77,67,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(136,121,105,1) 0%,rgba(86,77,67,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(136,121,105,1) 0%,rgba(86,77,67,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(136,121,105,1) 0%,rgba(86,77,67,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(136,121,105,1) 0%,rgba(86,77,67,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#887969', endColorstr='#564d43',GradientType=0 ); /* IE6-9 */
	color: #ffffff;	
}
.wp-pagenavi span.current {background: #000;}

/*--------------------------------------------------------------
### RESPONSIVES
--------------------------------------------------------------*/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){
	.main-navigation #primary-menu > li > a {
		padding: 54px 12px 24px;
    	font-size: 10px;
	}	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
	.site-branding .site-title {text-align:center; position: relative;}
	.entry-content table td {display: block;}	
	
	
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
	.entry-title {font-size: 42px;}	
	.main_banner .floating-caption p.first,
	.main_banner .floating-caption p.second {font-size: 24px;}
	
	h2.site-title {font-size: 28px;}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){}

/* menu */
@media screen and (max-width: 650px) {
	.main-navigation ul {display: none;}
	.menu-toggle,
	.main-navigation.toggled ul {
		display: block;
	}
	
	.main-navigation li {float: none;}
	.main-navigation #primary-menu > li > a {
		padding: 12px;	
	}
	
	.site-header {position: relative; z-index: 20;}
	.main_banner .floating-caption {position: relative;}
}