/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
// 0 - Bootstrap variables and mixins
 1.0 - Reset
 2.0 - Typography
 3.0 - Elements
 4.0 - Utilities
 5.0 - Main
	5.1 - Structure
 6.0 - Navigation
	6.1 - Top Menu
	6.2 - Main Menu
	6.3 - Footer Menu
	6.4 - Brand Category Menu
 7.0 - Header
 8.0 - Content
	8.1 - Columns
	8.2 - Featured area
	8.3 - Post & Pages
	8.4 - Error page
	8.5 - Navigation
	8.6 - Comments
	8.7 - Elements
	8.8 - Breadcrumbs
 9.0 - Media
	9.1 - Galleries
10.0 - Page/Post Layouts
11.0 - Sidebar
12.0 - Widgets
13.0 - Footer
	13.1 - Footer Widgets
	13.2 - Social icons
	13.3 - Copyright & Credits
14.0 - Extras (alignment)
15.0 - Accessibility
16.0 - Plugin specific styles
	16.1 - WooCommerce
	16.2 - Jetpack
17.0 - Bootstrap Carousel Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 1.0 - Reset
--------------------------------------------------------------*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, 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: transparent;
}

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

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

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	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;
}

:focus {
	outline: 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;
	-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;
}

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

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	a,	 a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,	 a[href^="#"]:after {
		content: "";
	}

	pre,	 blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,	 img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,	 h2,	 h3 {
		orphans: 3;
		widows: 3;
	}

	h2,	 h3 {
		page-break-after: avoid;
	}

	select {
		background: #fff !important;
	}

	.navbar {
		display: none;
	}

	.table td,	 .table th {
		background-color: #fff !important;
	}

	.btn > .caret,	 .dropup > .btn > .caret {
		border-top-color: #000 !important;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table-bordered th,	 .table-bordered td {
		border: 1px solid #ddd !important;
	}
}
::selection {
    background: rgba(150, 56, 33, 0.9);
    text-shadow: none;
    color: #FFF;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Overpass', sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #52524e;
	background-color: #fff;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #963821;
    text-decoration: none;
}
a:hover, a:focus {
	color: #963821;
    text-decoration: none;
}
a:focus {
	outline: thin dotted;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #dddddd;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

/*--------------------------------------------------------------
 2.0 - Typography
--------------------------------------------------------------*/
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.1.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/**
 * Typography
*/
/* HEADINGS ===================*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Kameron', serif;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #999999;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
	font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
	font-size: 75%;
}

h1, .h1 {
	font-size: 36px;
	margin: 0.35em 0;
    font-weight: normal;
}

h2, .h2 {
	font-size: 30px;
}

h3, .h3 {
	font-size: 24px;
}

h4, .h4 {
	font-size: 18px;
}

h5, .h5 {
	font-size: 14px;
}

h6, .h6 {
	font-size: 12px;
}

/* BODY TEXT ===================*/
p {
	margin: 0 0 10px;
}

/* EMPHASIS ===================*/
small, .small {
	font-size: 85%;
}

cite {
	font-style: normal;
}

mark, .mark {
	background-color: #fcf8e3;
	padding: .2em;
}

/* LISTS ===================*/
ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul, ul ol, ol ul, ol ol {
	margin-bottom: 0;
}

/* DESCRIPTION LISTS ===================*/
dl {
	margin-top: 0;
	margin-bottom: 20px;
}

dt, dd {
	line-height: 1.42857;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* MISC ===================*/
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
	float: left;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #999999;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0';
}

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

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857;
}

/*--------------------------------------------------------------
 3.0 - Elements
--------------------------------------------------------------*/
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 0;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: whitesmoke;
	border: 1px solid #cccccc;
	border-radius: 0;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

table {
	max-width: 100%;
	background-color: transparent;
}

th {
	text-align: left;
}

table {
	width: 100%;
	margin-bottom: 20px;
}
table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}
table > caption + thead > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > th, table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
table > tbody + tbody {
	border-top: 2px solid #dddddd;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

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

input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple], select[size] {
	height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555555;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder {
	color: #999999;
	opacity: 1;
}
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder {
	color: #999999;
}
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder {
	color: #999999;
}
select[disabled], select[readonly], fieldset[disabled] select, textarea[disabled], textarea[readonly], fieldset[disabled]
textarea, input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled]
input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled]
input[type="password"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled]
input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled]
input[type="datetime-local"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled]
input[type="date"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled]
input[type="month"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled]
input[type="time"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled]
input[type="week"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled]
input[type="number"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled]
input[type="email"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled]
input[type="url"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled]
input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled]
input[type="tel"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled]
input[type="color"] {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}

textarea {
	height: 200px;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	display: inline-block;
	height: 34px;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	background-image: none;
	border: none;
	white-space: nowrap;
	padding: 8px 12px;
	font-family: 'FontAwesome';
	font-size: 14px;
	line-height: 1.42857;
	color: #fff;
	background-color: #9a8a79;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"].active, .open > input[type="submit"].dropdown-toggle, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="reset"].active, .open >
input[type="reset"].dropdown-toggle, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="button"].active, .open >
input[type="button"].dropdown-toggle {
	color: #fff;
	background-color: #9a8a79;
	border-color: #9a8a79;
}
input[type="submit"]:active, input[type="submit"].active, .open > input[type="submit"].dropdown-toggle, input[type="reset"]:active, input[type="reset"].active, .open >
input[type="reset"].dropdown-toggle, input[type="button"]:active, input[type="button"].active, .open >
input[type="button"].dropdown-toggle {
	background-image: none;
}
input[type="submit"].disabled, input[type="submit"].disabled:hover, input[type="submit"].disabled:focus, input[type="submit"].disabled:active, input[type="submit"].disabled.active, input[type="submit"][disabled], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus, input[type="submit"][disabled]:active, input[type="submit"][disabled].active, fieldset[disabled] input[type="submit"], fieldset[disabled] input[type="submit"]:hover, fieldset[disabled] input[type="submit"]:focus, fieldset[disabled] input[type="submit"]:active, fieldset[disabled] input[type="submit"].active, input[type="reset"].disabled, input[type="reset"].disabled:hover, input[type="reset"].disabled:focus, input[type="reset"].disabled:active, input[type="reset"].disabled.active, input[type="reset"][disabled], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="reset"][disabled]:active, input[type="reset"][disabled].active, fieldset[disabled]
input[type="reset"], fieldset[disabled]
input[type="reset"]:hover, fieldset[disabled]
input[type="reset"]:focus, fieldset[disabled]
input[type="reset"]:active, fieldset[disabled]
input[type="reset"].active, input[type="button"].disabled, input[type="button"].disabled:hover, input[type="button"].disabled:focus, input[type="button"].disabled:active, input[type="button"].disabled.active, input[type="button"][disabled], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="button"][disabled]:active, input[type="button"][disabled].active, fieldset[disabled]
input[type="button"], fieldset[disabled]
input[type="button"]:hover, fieldset[disabled]
input[type="button"]:focus, fieldset[disabled]
input[type="button"]:active, fieldset[disabled]
input[type="button"].active {
	background-color: #a24832;
	border-color: #a24832;
}
input[type="submit"] .badge, input[type="reset"] .badge, input[type="button"] .badge {
	color: #9a8a79;
	background-color: #fff;
}
input[type="submit"]:focus, input[type="submit"]:active:focus, input[type="submit"].active:focus, input[type="reset"]:focus, input[type="reset"]:active:focus, input[type="reset"].active:focus, input[type="button"]:focus, input[type="button"]:active:focus, input[type="button"].active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"]:hover, input[type="button"]:focus {
	color: #a24832;
	text-decoration: none;
}
input[type="submit"]:active, input[type="submit"].active, input[type="reset"]:active, input[type="reset"].active, input[type="button"]:active, input[type="button"].active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/*--------------------------------------------------------------
 5.0 Main
--------------------------------------------------------------*/
body {
	word-wrap: break-word;
	background: #fff;
	font-size: 1.6rem;
}
#container.site {
	border-top: 4px solid #6f2614;
}
/*--------------------------------------------------------------
 5.1 Structure
--------------------------------------------------------------*/
.container, .content-area, .home-widgets, #footer #footer-wrapper {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	/*
	@media (min-width: $screen-sm-min) {
		width: $container-sm;
	}
	@media (min-width: $screen-md-min) {
		width: $container-md;
	}
	*/
}
.container:before, .content-area:before, .home-widgets:before, #widgets.home-widgets-full-width:before, #footer #footer-wrapper:before, .container:after, .content-area:after, .home-widgets:after, #widgets.home-widgets-full-width:after, #footer #footer-wrapper:after {
	content: " ";
	display: table;
}
.container:after, .content-area:after, .home-widgets:after, #widgets.home-widgets-full-width:after, #footer #footer-wrapper:after {
	clear: both;
}
@media (min-width: 1200px) {
	.container, .home-widgets, #footer #footer-wrapper {
		width: 1180px;
	}
}
.container-full-width, .home-widgets {
	margin-right: auto;
	margin-left: auto;
}
/*--------------------------------------------------------------
 6.0 Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 6.1 Top Menu
--------------------------------------------------------------*/
#top-menu-container {
	padding: 0;
    position: absolute;
    left: 0;
    right: 0;
}
#top-menu-container .top-menu {
	float: right;
	margin: 0;
	background: #963821;
    display: block;
    color: white;
    padding: .25rem 1rem;
    text-transform: uppercase;
    border-radius: 0 0 5px 5px;
	z-index: 100;
    position: relative;
}
#top-menu-container .top-menu li {
	float: left;
	list-style: none;
	padding-right: 1rem;
}
#top-menu-container .top-menu li.extranet:after {
	content: '';
	background: url("images/icon_button_open.svg") no-repeat center;
	width:18px;
	height: 18px;
	position: absolute;
	padding-right: 1rem;
}
#top-menu-container .top-menu li a {
	text-decoration: none;
	margin-right: 1rem;
	color: #fff;
}
#top-menu-container .top-menu li a:hover {
	text-decoration: underline;
	color: #fff;
}

/*--------------------------------------------------------------
 6.2 Main Menu
--------------------------------------------------------------*/
.mainnav-container {
	float: right;
	margin-top: 5rem;
}

.mainnav {
	font-size: 1.8rem;
	list-style: none;
	margin: 0;
	z-index: 10;
}
@media (max-width: 765px) {
  .mainnav {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    width: 100%;
    background: rgba(150, 56, 33, 0.95);
    list-style: none;
    border-bottom: 3px solid #6f2614;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    transition: opacity 0.2s ease-out 0s, visibility 0s linear 0.4s;
    padding: 1em;
  }
  .mainnav li {
    border-bottom: 1px solid #a24832;
    margin: 0;
    display: inline-block;
    width: 100%;
  }
  .mainnav a {
    display: block;
    padding: 0.2em 0;
  }
  .mainnav a:link, .mainnav a:visited {
    color: #e1ddcf;
  }
  .mainnav a:hover, .mainnav a:focus {
    color: #f9f9f7;
  }
  .open .mainnav {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
  .mainnav > li {
    position: relative;
  }
  .mainnav > li > a {
    width: 70%;
  }
  .mainnav > li.active > a {
    color: #9a8a79;
  }
  .mainnav li ul {
    margin: 0;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.2s ease-out 0s, visibility 0s linear 0.4s, max-height 0s linear 0.4s;
  }
  .mainnav li.open ul {
    visibility: visible;
    opacity: 1;
    max-height: none;
    transition-delay: 0s;
  }
  .mainnav li.open ul > li.active a {
    color: #9a8a79;
  }
  .mainnav .mobile-sub-trigger {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 99;
    width: 24px;
    height: 24px;
    padding: 5px;
    background: url(images/mobile-trigger.svg) center no-repeat;
    background-size: 14px;
  }
  .mainnav li.open .mobile-sub-trigger {
    transform: rotate(180deg);
  }
}
@media (min-width: 766px) {
  .mainnav {
    padding-right: 0;
  }
  .mainnav a:link, .mainnav a:visited {
    color: #614d3c;
  }
  .mainnav a:hover, .mainnav a:focus {
    color: #9a8a79;
  }
  .mainnav > li {
    float: left;
    margin-bottom: 0;
  }
  .mainnav > li > a {
    display: inline-block;
    padding: 0.5em 0.75em;
  }
  .mainnav > li.last > a {
    padding-right: 0;
  }
  .mainnav > li.active a {
    color: #9a8a79;
  }
  .mainnav .mobile-sub-trigger {
    display: none;
  }
  .mainnav li.active ul li.active a {
    color: #9a8a79;
  }
}
@media (min-width: 766px) {
  .mainnav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    width: 100%;
    background: rgba(150, 56, 33, 0.95);
    list-style: none;
    border-bottom: 3px solid #6f2614;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
    transition: opacity 0.2s ease-out 0s, visibility 0s linear 0.4s;
    -moz-column-count: 4;
         column-count: 4;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 2em;
  }
  .mainnav li ul li {
    border-bottom: 1px solid #a24832;
    margin: 0;
    display: inline-block;
    width: 100%;
  }
  .mainnav li ul a {
    display: block;
    padding: 0.2em 0;
  }
  .mainnav li ul a:link, .mainnav li ul a:visited {
    color: #e1ddcf;
  }
  .mainnav li ul a:hover, .mainnav li ul a:focus {
    color: #f9f9f7;
  }
}
@media (min-width: 1140px) {
  .mainnav li ul {
    padding: 2em calc(50% - 570px);
  }
}
@media (min-width: 766px) {
  .mainnav > li:hover ul {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
}

.mainnav-trigger {
  position: absolute;
  right: 5%;
  top: 3em;
  font-size: 1.6rem;
}
.mainnav-trigger:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 14px;
  height: 14px;
  background: url(images/mobile-trigger-red.svg) center no-repeat;
  background-size: contain;
}
.open .mainnav-trigger:after {
  transform: rotate(180deg);
}
@media (min-width: 766px) {
  .mainnav-trigger {
    display: none;
  }
}
/*--------------------------------------------------------------
 6.3 Footer Menu
--------------------------------------------------------------*/
#footer-menu-container .footer-menu {
	margin: 0;
	padding: 0;
}
@media (min-width: 992px) {
	#footer-menu-container .footer-menu {
		float: left;
	}
}
#footer-menu-container .footer-menu li {
	list-style: none;
	margin: .25rem 0;
}

/*--------------------------------------------------------------
 6.4 Brand Category Menu
--------------------------------------------------------------*/
#brand-cat-menu-container {
    text-align: center;
    border-top: 1px solid #e1ddcf;
    border-bottom: 1px solid #e1ddcf;
    background: white;
	text-transform: uppercase;
}
ul#menu-brands-menu {
    padding: .5rem;
	margin: 0;
}
.brand-cat-menu li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}
/*--------------------------------------------------------------
 7.0 - Header
--------------------------------------------------------------*/
#header {
    position: relative;
	box-shadow: rgba(0, 0, 0, 0.1) 2px 0px 5px;
	z-index: 10;
}
#header .container {
    width: 100%;
    padding: 0;
	max-width: 1180px;
}
.header-row {
}
.header-row:before, .header-row:after {
	content: " ";
	display: table;
}
.header-row:after {
	clear: both;
}


#site-branding .site-name a {
	color: #333333;
}
#site-branding .site-description {
	font-size: 20px;
}

#site-branding {
	width: 50%;
	float: left;
	padding: 0 15px 1rem;
}
@media (min-width: 766px) {
  #site-branding{
	width: 230px;
  }
}
@media (min-width: 960px) {
  #site-branding {
  	width: auto;
  }
}

#logo {
	max-width: 300px;
	margin-top: 3rem;
}
@media screen and (min-width:768px) {
	#logo {
		margin-top: 2rem;
	}
}
#secondary-header {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
}
@media (min-width: 992px) {
	#secondary-header {
		float: left;
		width: 33.33333%;
	}
}

/*--------------------------------------------------------------
 8.0 - Structure
--------------------------------------------------------------*/
.content-area {
	padding: 0;
	background: #fff;
}
.content-area:before, .content-area:after {
	content: " ";
	display: table;
}
.content-area:after {
	clear: both;
}
.front-page .content-area {
	width: 100%;
	padding: 0;
	margin: 0;
}

main:before, main:after {
	content: " ";
	display: table;
}
main:after {
	clear: both;
}

/*--------------------------------------------------------------
 8.1 - Columns
--------------------------------------------------------------*/
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	width: 100%;
	margin: 0;
	position: relative; 
	float: none;
}
@media screen and (min-width: 768px) {
	.one_half {
		width:48%;
	}
	.one_third { 
		width:30.66%;
	}
	.two_third {
		width:65.33%;
	}
	.one_fourth { 
		width:22%;
	}
	.three_fourth { 
		width:74%;
	}
	.one_fifth { 
		width:16.8%;
	}
	.two_fifth { 
		width:37.6%;
	}
	.three_fifth { 
		width:58.4%;
	}
	.four_fifth { 
		width:67.2%;
	}
	.one_sixth { 
		width:13.33%;
	}
	.five_sixth { 
		width:82.67%;
	}
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth { 
		position:relative; 
		margin-right:4%; 
		float:left;
	}
}
.last {
	margin-right:0 !important; 
	clear:right;
}

.clearboth	{
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	width:100%;
}

/*--------------------------------------------------------------
 8.2 - Featured area
--------------------------------------------------------------*/
main#featured-image {
	float: left;
    width: 100%;
    padding: 0;
	margin-bottom: 40px;
	color: #fff;
}
main#featured-image h1, main#featured-image h2, main#featured-image p {
	text-align: center;
}
main#featured-image h1 {
	font-size: 4rem;
	margin: 0.5em 0;
}
main#featured-image h2 {
	font-size: 3rem;
    display: block;
    margin-bottom: 1.2rem;
}
main#featured-image p {
	margin-bottom: 0;
}
.call-to-action {
    margin: 0 auto;
    display: block;
    text-align: center;
}
#home-main-content {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    text-align: left;
    display: block;
    padding-top: 3rem;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
/*--------------------------------------------------------------
 8.3 - Post & Pages
--------------------------------------------------------------*/
#main {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	#main {
		float: left;
		width: 66.66667%;
	}
}

#main article {
	padding-bottom: 20px;
	border-bottom: 1px solid #e1ddcf;
	width: 100%;
	margin: 0 auto 3rem;
}
#main article:before, #main article:after {
	content: " ";
	display: table;
}
#main article:after {
	clear: both;
}

#main article.brand {
	max-width: 1180px;
}
.single #main article {
	padding-top: 1rem;
}
@media screen and (min-width:992px) {
	.single #main article {
		padding-top: 4rem;
	}
}
.entry-header {
	margin-bottom: 20px;
}
/* brand page fix 20200903 */
.brand .entry-header {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 15px;
}
/* ends */
.entry-thumbnail {
	margin-bottom: 20px;
}
.item.active h1.entry-title.post-title {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
	font-size: 4rem;
    color: #fff;
    text-align: center;
	z-index: 3;
}
.post-entry {
	max-width: 980px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.full-width-page main#main.brands-main {
	margin: 0 auto 6rem;
    max-width: 1170px;
    padding: 0 15px;
    width: 100%;
    float: none;
}
#brands-header {
	padding: 5rem 0 6rem;
	max-width: 980px;
}
#brands-header h1 {
	font-size: 4rem;
	letter-spacing: 0.5px;
	text-align: center;
}
@media screen and (min-width:768px) {
	#brands-header h1 {
		font-size: 5rem;
	}
}
#content-archive-brand section#department, #content-archive-brand section#wines, #content-archive-brand section#spirits {
    clear: both;
    position: relative;
    width: 100%;
    display: block;
    float: left;
}
#content-archive-brand h2 {
    margin: 3rem 0 1rem;
    position: relative;
    float: left;
}
.full-width-page main#main.brands-main article.brand {
	float: left;
    position: relative;
    width: 50%;
    padding-bottom: 30%;
    border: 1px solid #e1ddcf;
    margin: -1px 0 0 -1px;
}
@media screen and (min-width:570px) {
	.full-width-page main#main.brands-main article.brand {
		width: 25%;
    	padding-bottom: 15%;
	}
}
@media (min-width: 960px) {
  .full-width-page main#main.brands-main article.brand {
    width: 20%;
    padding-bottom: 12%;
  }
}
.full-width-page main#main.brands-main article.brand a {
    display: block;
    padding: 10px 22px;
    position: absolute;
	left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.full-width-page main#main.brands-main article.brand a:hover {
	background: #f9f9f7;
}
.brand-logo img {
    padding-top: 5%;
}
.single-brand .bottleshot {
	margin: 0 auto;
	text-align: center;
}
.single-brand h1.entry-title.post-title {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.single-brand .brand-specs {
	padding-top: 1rem;
	border-top: 1px solid #e1ddcf;
}
.single-brand .brand-website {
	display: inline-block;
	margin-right: 1rem;
}
.single-brand .brand-website a {
	padding-right: 4rem;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
}
.single-brand .brand-website a:after {
	content: '';
	background: url("images/icon_button_open.svg") no-repeat center;
	width:18px;
	height: 18px;
	position: absolute;
	margin-left: 1rem;
}
.single-brand .pagination {
	display: block;
	margin: 0 auto 2rem;
	font-size: 2.5rem;
	text-align: center;
}
.single-brand .pagination a:before {
	content: '\f104';
	font-family: 'FontAwesome';
	margin-right: .5rem;
}
.news-list-header {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.news-archives-title {
	margin: 3rem 0;
}
.news-archives-select {
	margin: 3rem 0;
}
@media screen and (min-width:768px) {
	.news-archives-title {
		width: 80%;
		float: left;
	}
	.news-archives-select {
		width: 20%;
		float: right;
	}	
}
.news-archives-title h1 {
    margin: 0;
}
.post-type-archive-news.full-width-page main#main {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1180px;
    margin: 0 auto;
    float: none;
}
#main article.news {
    box-shadow: rgba(0, 0, 0, 0.15) 2px 1px 5px;
    border-width: 5px;
    border-style: solid;
    border-color: white;
}
@media screen and (min-width: 992px) {
	.post-type-archive-news #main article.news {
		margin: 0px 1.5% 3em;
		width: 47%;
		float: left;
		min-height: 860px;
	}
}

.single-news #main article.news {
    max-width: 780px;
    margin-top: 3rem;
}
.news-logo {
	margin: 0 auto;
	position: relative;
	display: block;
	text-align: center;
}
.news-logo img {
	width:100%;
	max-width: 400px;
}

/* news page update 20200819 */
.news-flex-wrap {
	display:  flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding: 15px;
}
.post-type-archive-news .entry-header h2.entry-title,
.type-news .entry-header h2.entry-title,
.post-type-archive-news .entry-header h1.entry-title,
.type-news .entry-header h1.entry-title  {
	padding-left:15px;
	padding-right:15px;
}
.post-type-archive-news article.news img {
	padding: 15px 15px 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.post-type-archive-news article.news footer {
	display: none;
}
.post-entry {
	font-size: 16px;
	font-size: 1.6rem;
}
.read-presser a + a {
	margin-left: .5em;
}
@media screen and (min-width: 992px) {
	.news-flex-wrap {
		padding: 0;
	}
	.post-type-archive-news #main article.news {
		min-height: auto;	
		float: none;
		display: inline-block;
		margin-left: calc(15px);
		margin-right: calc(15px);
		width: 46.7%;
		width: calc(50% - 30px);
		vertical-align: top;
		font-size: 0;
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}
}
/* headline shadow for audiobook page: tfewines.com/trinchero-audio-book  */
.post-1563 .item.active h1.entry-title.post-title {
	text-shadow: 0 0 10px #000;
}

/* Timeline */

.timeline-list {
  margin-top: 3em;
}
.timeline-list ul, .timeline-list {
  list-style: none;
  padding: 0;
}
.timeline-list > li {
  *zoom: 1;
  position: relative;
  margin: 0;
  padding-bottom: 2em;
}
.timeline-list > li:before, .timeline-list > li:after {
  content: "";
  display: table;
}
.timeline-list > li:after {
  clear: both;
}
.timeline-list > li:before {
  content: '';
  display: block;
  position: absolute;
  left: 20%;
  top: 0;
  height: 100%;
  width: 2px;
  background: #e1ddcf;
}
.timeline-list h4, .timeline-list h5 {
  margin: 0;
}
.timeline-list h5 {
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 5px;
}
@media (min-width: 570px) {
  .timeline-list h5 {
    font-size: 2.4rem;
  }
}

.timeline-year {
  color: #9a8a79;
  font-size: 1.8rem;
  width: 20%;
  float: left;
  position: relative;
}
@media (min-width: 570px) {
  .timeline-year {
    font-size: 2.4rem;
  }
}
@media (min-width: 960px) {
  .timeline-year {
    font-size: 3.2rem;
  }
}
.timeline-year:after {
  content: '';
  display: block;
  width: 20%;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  background: #e1ddcf;
}
@media (min-width: 570px) {
  .timeline-year:after {
    width: 35%;
  }
}
@media (min-width: 960px) {
  .timeline-year:after {
    width: 50%;
  }
}

.timeline-list ul {
  overflow: hidden;
  margin: 0;
}

.timeline-item {
  *zoom: 1;
  padding: 0 2em 0;
}
.timeline-item:before, .timeline-item:after {
  content: "";
  display: table;
}
.timeline-item:after {
  clear: both;
}
.timeline-item + .timeline-item {
  margin-top: 2em;
}

@media (min-width: 570px) {
  .timeline-content {
    float: left;
    width: 63%;
    padding-right: 1em;
  }
}

@media (min-width: 570px) {
  .timeline-image {
    float: left;
    width: 37%;
  }
}
.timeline-image img {
  border: 5px solid white;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.15);
}

/*--------------------------------------------------------------
 8.4 - Error Page
--------------------------------------------------------------*/
#main.error-page {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	#main.error-page {
		float: left;
		width: 100%;
	}
}

/*--------------------------------------------------------------
 8.5 - Navigation
--------------------------------------------------------------*/
.site-main [class*="navigation"] {
	overflow: hidden;
}

.navigation {
	margin-top: 20px;
}
.navigation .nav-previous {
	float: left;
	width: 50%;
}
.navigation .nav-next {
	float: right;
	width: 50%;
	text-align: right;
}

/*--------------------------------------------------------------
 8.6 - Comments
--------------------------------------------------------------*/
#comments {
	max-width: 1180px;
	margin: 0 auto;
}
.comment-content {
	clear: both;
}
.comment-content a {
	word-wrap: break-word;
}

.comment-body {
	padding: 10px;
}
.comment-body .comment-meta {
	text-align: left;
}
.comment-body .comment-meta a {
	font-size: 11px;
}

.commentlist {
	list-style: none;
	padding-left: 0;
}
.commentlist li.alt > article {
	background: #f9f9f9;
}
.commentlist .children {
	list-style: none;
}
.commentlist .avatar {
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}

/*--------------------------------------------------------------
 8.7 - Elements
--------------------------------------------------------------*/
blockquote cite {
	display: block;
	text-align: right;
}
nav.navigation.paging-navigation {
    display: block;
    width: 100%;
    margin: 0 auto 15px;
    text-align: center;
    font-size: 2rem;
}
nav.navigation.paging-navigation a {
    margin: 0 1rem;
}
/*--------------------------------------------------------------
 8.8 - Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb-list {
	padding-top: 15px;
}

article .post-data {
	margin-top: 35px;
}
article .post-data .tags-links {
	float: left;
}
article .post-data .entry-meta {
	float: right;
}

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

.wp-caption {
	max-width: 100%;
	margin-bottom: 1.5em;
	border: 1px solid #cccccc;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	max-width: 98%;
	margin: 1.2% auto 0;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

img {
	max-width: 100%;
	height: auto;
}

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

/*--------------------------------------------------------------
 9.1 - Gallery
--------------------------------------------------------------*/
.gallery {
	margin-left: -15px;
	margin-right: -15px;
}
.gallery:before, .gallery:after {
	content: " ";
	display: table;
}
.gallery:after {
	clear: both;
}
.gallery.gallery-columns-1 .gallery-item {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.gallery.gallery-columns-2 .gallery-item {
	position: relative;
	float: left;
	width: 50%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.gallery.gallery-columns-3 .gallery-item {
	position: relative;
	float: left;
	width: 33.33333%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.gallery.gallery-columns-4 .gallery-item {
	position: relative;
	float: left;
	width: 25%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.gallery.gallery-columns-5 .gallery-item {
	position: relative;
	float: left;
	width: 20%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.gallery.gallery-columns-6 .gallery-item {
	position: relative;
	float: left;
	width: 16.66667%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.gallery.gallery-columns-7 .gallery-item {
	position: relative;
	float: left;
	width: 14.28571%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.gallery.gallery-columns-8 .gallery-item {
	position: relative;
	float: left;
	width: 12.5%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.gallery.gallery-columns-9 .gallery-item {
	position: relative;
	float: left;
	width: 11.11111%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

/*--------------------------------------------------------------
10.0 - Page/Post Layouts
--------------------------------------------------------------*/
main#main {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	main#main {
		float: left;
		width: 66.66667%;
	}
}
@media (min-width: 992px) {
	.sidebar-content-page main#main {
		left: 33.33333%;
	}
}
.content-sidebar-half-page main#main {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.content-sidebar-half-page main#main {
		float: left;
		width: 50%;
	}
}
.sidebar-content-half-page main#main {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.sidebar-content-half-page main#main {
		float: left;
		width: 50%;
	}
}
@media (min-width: 992px) {
	.sidebar-content-half-page main#main {
		left: 50%;
	}
}
.full-width-page main#main, .page-template-page-templateslanding-page-php main#main, .page-template-page-templatessitemap-php main#main {
	position: relative;
	min-height: 1px;
	padding: 0;
}
@media (min-width: 992px) {
	.full-width-page main#main, .page-template-page-templateslanding-page-php main#main, .page-template-page-templatessitemap-php main#main {
		float: left;
		width: 100%;
	}
}
main#main.sitemap .sitemap-widgets {
	margin-left: -15px;
	margin-right: -15px;
}
main#main.sitemap .sitemap-widgets:before, main#main.sitemap .sitemap-widgets:after {
	content: " ";
	display: table;
}
main#main.sitemap .sitemap-widgets:after {
	clear: both;
}

.page-template-page-templateslanding-page-php #top-menu-container, .page-template-page-templateslanding-page-php #main-menu-container, .page-template-page-templateslanding-page-php #sub-menu-container, .page-template-page-templateslanding-page-php #footer-menu-container {
	display: none;
}

/*--------------------------------------------------------------
11.0 - Sidebar
--------------------------------------------------------------*/
.default-sidebar, .right-sidebar {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.default-sidebar, .right-sidebar {
		float: left;
		width: 33.33333%;
	}
}

.home-widgets {
	margin-top: 40px;
}

.home-widgets h3 a {
	color: #fff;
	font-size: 4rem;
}
.left-sidebar {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.left-sidebar {
		float: left;
		width: 33.33333%;
	}
}
@media (min-width: 992px) {
	.left-sidebar {
		right: 66.66667%;
	}
}

.left-half-sidebar {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.left-half-sidebar {
		float: left;
		width: 50%;
	}
}
@media (min-width: 992px) {
	.left-half-sidebar {
		right: 50%;
	}
}

.right-half-sidebar {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.right-half-sidebar {
		float: left;
		width: 50%;
	}
}

/*--------------------------------------------------------------
12.0 - Widgets
--------------------------------------------------------------*/
#widgets, main#main.sitemap .sitemap-widgets {
	margin-bottom: 20px;
}
#widgets:before, main#main.sitemap .sitemap-widgets:before, #widgets:after, main#main.sitemap .sitemap-widgets:after {
	content: " ";
	display: table;
}
#widgets:after, main#main.sitemap .sitemap-widgets:after {
	clear: both;
}
#widgets .widget-title, main#main.sitemap .sitemap-widgets .widget-title {
	margin-bottom: 20px;
}
#widgets ul, main#main.sitemap .sitemap-widgets ul {
	padding-left: 5px;
}
#widgets ul li, main#main.sitemap .sitemap-widgets ul li {
	list-style: none;
}

.home-widget {
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 992px) {
	#home_widget_1.home-widget, #home_widget_2.home-widget {
		float: left;
		width: 50%;
	}
}
.home-widget .widget-wrapper .widget-title-home {
	text-align: center;
	margin-top: 0;
}
#widgets.home-widgets-full-width, #widgets.brands-widgets-full-width {
	background: #f9f9f7;
	margin: 0;
    padding: 4rem 0;
}
#home_widget_full.home-widget, #brands_widget_full.brands_widget {
    margin: 0 auto;
    width: 100%;
    max-width: 1180px;
    padding-left: 15px;
    padding-right: 15px;
}
#brand_widget_full.brands-widget {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}
.brands-widget .widget-wrapper h3.widget-title {
    font-size: 3.5rem;
}
.widget-wrapper {
	padding: 15px;
}

.widget_calendar #wp-calendar {
	width: 100%;
}
.widget_calendar #wp-calendar caption {
	margin-bottom: 20px;
}
.widget_calendar #wp-calendar thead tr th {
	padding-bottom: 10px;
	text-align: center;
}
.widget_calendar #wp-calendar tbody tr {
	border-bottom: 1px solid #555555;
}
.widget_calendar #wp-calendar tbody tr:last-child {
	border-bottom: none;
}
.widget_calendar #wp-calendar tbody tr td {
	text-align: center;
	padding: 5px;
}
.widget_calendar #wp-calendar tfoot tr td {
	padding-top: 10px;
}

.sitemap .sitemap-widget {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.sitemap .sitemap-widget {
		float: left;
		width: 33.33333%;
	}
}

.widget_search {
	margin-top: 40px;
	text-align: center;
}
@media (min-width: 1200px) {
	.widget_search {
		text-align: right;
	}
}

.search-form {
	position: relative;
}
.search-form .search-field {
	position: relative;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.search-form .search-submit {
	position: relative;
	height: 34px;
	left: -4px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

/*--------------------------------------------------------------
13.0 - Footer
--------------------------------------------------------------*/
#footer {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	background: #e1ddcf;
    color: #614d3c;
    font-size: 1.5rem;
    padding: 2em 0;
}
#footer:before, #footer:after {
	content: " ";
	display: table;
}
#footer:after {
	clear: both;
}
#footer a {
	color: #614d3c;
	text-decoration: underline;
}
#footer h4.site-name {
	font-size: 2rem;
	margin: .25rem 0;
}
#footer h5.site-description {
	font-size: 15.rem;
	font-style: italic;
	margin: .25rem 0;
}
/*--------------------------------------------------------------
13.1 - Footer widgets
--------------------------------------------------------------*/
#footer-widgets-container {
	margin-left: -15px;
	margin-right: -15px;
}
#footer-widgets-container:before, #footer-widgets-container:after {
	content: " ";
	display: table;
}
#footer-widgets-container:after {
	clear: both;
}

#footer-widget {
	margin-bottom: 20px;
}
#footer-widget:before, #footer-widget:after {
	content: " ";
	display: table;
}
#footer-widget:after {
	clear: both;
}
#footer-widget .footer-widget {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
#footer-widget .footer-widget .widget-title {
	color: #999999;
}
#footer-widget .footer-widget ul {
	padding: 0;
}
#footer-widget .footer-widget ul li {
	list-style: none;
}

/*--------------------------------------------------------------
13.2 - Social icons
--------------------------------------------------------------*/
.social-icons {
	padding: 0;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.social-icons li {
	display: inline-block;
	height: 30px;
	width: 30px;
	list-style: none;
	margin-right: 1rem;
}
.social-icons li a {
	color: #9a8a79;
	display: block;
}
.social-icons li a:hover {
	text-decoration: none;
    color: #a24832;
}
.social-icons li.facebook-icon a:before {
	content: "\f09a";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 3rem;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons li.foursquare-icon a:before {
	content: "\f180";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 3rem;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons li.googleplus-icon a:before {
	content: "\f0d5";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 3rem;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons li.instagram-icon a:before {
	content: "\f16d";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 3rem;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons li.linkedin-icon a:before {
	content: "\f0e1";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 3rem;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons li.pinterest-icon a:before {
	content: "\f0d2";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 3rem;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons li.rss-icon a:before {
	content: "\f09e";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 3rem;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons li.stumbleupon-icon a:before {
	content: "\f1a4";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 3rem;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons li.twitter-icon a:before {
	content: "\f099";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 3rem;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons li.vimeo-icon a:before {
	content: "\f194";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 3rem;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons li.yelp-icon a:before {
	content: "\f1e9";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 3rem;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons li.youtube-icon a:before {
	content: "\f167";
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 3rem;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*--------------------------------------------------------------
13.2a - Social icons update 20200826
--------------------------------------------------------------*/
#footer-menu-container {
	position: relative;
	z-index: 1;
	margin-bottom: 16px;
}
#footer-menu-container::after {
	content: "";
	display: table;
	clear: both;
}
.footer-menu-social-links {
	float: left;
	margin-top: 8px;
}
.footer-menu-social-links a {
	display: inline-block;
	margin-right: 4px;
}
.footer-menu-social-links a:hover {
	opacity: 0.8;
}
.footer-menu-social-links a img {
	height: 36px;
	width: 36px;
}
.footer-menu-social-links img:last-of-type {
	margin-right: 0;
}
@media screen and (min-width: 992px) {
	#footer-menu-container {
		margin-bottom: 0;
	}
}
/*--------------------------------------------------------------
13.3 - Copyright & Credits
--------------------------------------------------------------*/
#footer-base {
	margin-left: -15px;
	margin-right: -15px;
	padding: 20px 0;
}
#footer-base:before, #footer-base:after {
	content: " ";
	display: table;
}
#footer-base:after {
	clear: both;
}
#footer-base #footer-site-name, #footer-base #colophon  {
	position: relative;
	min-height: 1px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}
#footer-base nav#footer-menu-container .footer-menu-left, #footer-base nav#footer-menu-container .footer-menu-right {
	width: 50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}
#footer-base #footer-site-name:before, #footer-base #colophon:before, #footer-base nav#footer-menu-container .footer-menu-left:before, #footer-base nav#footer-menu-container .footer-menu-right:before  {
    content: '';
    width: 4px;
    height: 50px;
    position: absolute;
    background: transparent;
    left: 15px;
    top: 0;
    display: block;
}
@media screen and (min-width:992px) {
	#footer-base #footer-site-name, #footer-base #colophon {
		width: 35%;
		float: left;
	}
	#footer-base nav#footer-menu-container {
		width: 30%;
		float: left;
	}
	#footer-base #footer-site-name:before, #footer-base #colophon:before, #footer-base nav#footer-menu-container .footer-menu-left:before, #footer-base nav#footer-menu-container .footer-menu-right:before  {
		background: #9a8a79;
	}
}
#footer-base .copyright {
	font-size: 1.125rem;
}
/*--------------------------------------------------------------
14.0 - Extras
--------------------------------------------------------------*/
/* ALIGNMENT ===================*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto;
}

/*--------------------------------------------------------------
15.0 - Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

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

.accessibile-label {
	font-size: 0;
	height: 1px;
	overflow: hidden;
	display: block;
}

/*--------------------------------------------------------------
16.0 - Plugin specific styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
16.2 - Jetpack
--------------------------------------------------------------*/
/*
 *Infinite scroll
 */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, .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;
}

#infinite-footer .container, #infinite-footer .content-area, #infinite-footer .home-widgets, #infinite-footer #widgets.home-widgets-full-width, #infinite-footer #footer #footer-wrapper, #footer #infinite-footer #footer-wrapper {
	width: 1180px;
}

/*--------------------------------------------------------------
16.1 - WooCommerce
--------------------------------------------------------------*/
#breadcrumb {
	padding: 40px 0 0 0;
}

#breadcrumb a {
	color: #0066cc;
	font-size: 12px;
	font-weight: 400;
}

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

#content-woocommerce {
	margin-top: 40px;
	margin-bottom: 20px;
}

.products ul, ul.products {
	margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
	width: 100%;
}

table.shop_table {
	table-layout: fixed;
	-ms-word-break: break-all;
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

@media screen and (max-width: 767px) {
	table.shop_table {
		font-size: 10px;
	}
}
@media screen and (max-width: 400px) {
	table.shop_table {
		font-size: 8px;
	}
}
table.cart td.actions .coupon .input-text, table.cart td.actions .coupon .input-text {
	cursor: text;
}

/*--------------------------------------------------------------
 17.0 - Bootstrap Carousel Styles
--------------------------------------------------------------*/
#img-carousel {
	width: 100%;
}
.front-page .content-area #img-carousel {
	z-index: 1;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-inner .item {
    width: 100%;
    height: 400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home-widget .carousel-inner .item {
	height: 140px;
}
.single-brand .carousel-inner .item {
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	height: 130px;
}
@media screen and (min-width:768px) {
	.home-widget .carousel-inner .item, .single-brand .carousel-inner .item  {
		height: 240px;
	}
}
@media screen and (min-width:1024px) {
	.carousel-inner .item {
		width: 100%;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.single-brand .carousel-inner .item {
		height: 300px !important;
	}
}
@media screen and (min-width:1200px) {
	.carousel-inner .item {
		width: 100%;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.single-brand .carousel-inner .item {
		height: 420px !important;
	}
}
@media screen and (min-width:1400px) {
	.carousel-inner .item {
		width: 100%;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.single-brand .carousel-inner .item {
		height: 520px !important;
	}
}
.carousel-inner .item:after {
  content: "";
  /*background-color: rgba(0, 0, 0, 0.5); // image overlay opacity */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.carousel-control {
  display: none;
}

.carousel-control .fa {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  font-family: 'FontAwesome';
}
.carousel-control .fa.fa-chevron-right {
  right: 50%;
  margin-right: -10px;
  content: '\f105';
}

@media screen and (min-width: 768px) {
  .carousel-control .fa {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .carousel-control .fa-chevron-left {
    margin-left: -15px;
	content: '\f104';
  }
}
/**
 * Slider caption
 */
.carousel-caption {
	position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
	color: #f9f9f7;
	text-shadow: none;
	z-index: 1000;
}
.home-widgets .carousel-caption {
	top: 12%;
}
@media screen and (min-width:768px) {
	.carousel-caption {
		bottom: 25%;
	}
	.home-widgets .carousel-caption {
		top: 25%;
	}
}
.carousel-caption h2 {
	font-size: 3rem;
	margin-bottom: 0;
	text-shadow: none;
}
.carousel-caption p, main#featured-image .carousel-caption p {
  font-weight: 300;
  font-size: 2.5rem;
  margin: .5rem 0;
}
main#featured-image .carousel-caption p.fine-print {
	font-size: 1rem;
	font-style: italic;
}
.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}
.carousel-indicators {
	display: none;
}
/**
 * Button
 */
.btn, a.btn {
	background: #9a8a79;
	border:1px solid #9a8a79;
	color:#fff;
	font-family: inherit;
	font-size: 1.5rem;
	margin: 1rem auto;
	display: inline-block;
}
.btn:hover, a.btn:hover {
	background: #a24832;
}
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #a24832;
}

.btn-rounded {
  border-radius: 7rem;
}

.btn-large {
  padding: 1.1rem 4.5rem;
  font-size: 1.8rem;
}
.btn-alt, a.btn-alt {
	background: #a24832;
}
.cta-button {
	padding: 1.1rem 2.5rem;
}
/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.carousel-caption .btn, .carousel-caption a.btn {
	text-transform: uppercase;
}
@media print {
  a[href]:after {
    content:none;
  }
}