/*
Theme Name: Tiffani
Author: Braizen
Author URI: http://braizen.com
Version: 1
Description: Custom WordPress theme designed by Braizen for Tiffani Theissen.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI: http://tiffanitheissen.com
*/
@font-face {
	font-family: 'insta';
	src: url('fonts/insta.eot?usgquf');
	src: url('fonts/insta.eot?usgquf#iefix') format('embedded-opentype'), url('fonts/insta.ttf?usgquf') format('truetype'), url('fonts/insta.woff?usgquf') format('woff'), url('fonts/insta.svg?usgquf#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.wpcf7-form .row:after,
.subscribe-form .row:after,
.search-form .row:after,
.post-password-form .row:after,
.comment-form .row:after {
	content: " ";
	display: block;
	clear: both;
}

.widget ul,
#nav ul,
.post-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	margin: 0;
	padding: 0;
	max-height: 1000000px;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 14px;
}

html,
body,
div,
span,
applet,
embed,
object,
iframe,
frameset,
p,
q,
sub,
sup,
a,
abbr,
acronym,
font,
img,
small,
center,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
big,
u,
ins,
i,
cite,
em,
var,
dfn,
address,
s,
strike,
del,
dl,
dt,
dd,
ol,
ul,
li,
pre,
code,
kbd,
samp,
tt,
fieldset,
legend,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	background: none;
}

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

/* 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. */
}

body {
	color: #2f2f2f;
	font: 16px/22px "brandon-grotesque", sans-serif;
	background: #fff;
	overflow-y: scroll;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

a {
	color: #a9a9a9;
	outline: none;
	text-decoration: none;
	-webkit-transition: color, ease, .3s;
	transition: color, ease, .3s;
}

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

.recipe {
	font-family: ff-ernestine-web-pro, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-stretch: normal;
	line-height: 18px;
	text-transform: none;
	border-bottom: 1px solid #525252;
	padding-right: 10px;
	padding-left: 10px;
}

.blog-title-new {
	text-align: center;
	display: block;
	padding: 0 0 10px;
	border-bottom: 2px solid #525252;
	letter-spacing: 2px;
	font-weight: 600;
}

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

video,
iframe,
object,
embed {
	max-width: 100%;
}

input,
textarea,
select {
	font: 100% "brandon-grotesque", sans-serif;
	color: #bebbb5;
	vertical-align: middle;
}

input[type="submit"]:hover {
	color: #ffffff;
	background-color: #d7d3ce;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="submit"] {
	margin: 0;
	border: 2px solid #d7d3ce;
	padding: 6px 18px;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: #fff;
	margin: 0;
	border: 2px solid rgba(255, 255, 255, 1);
	padding: 6px 18px;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 2px solid #e0e0df;
}

label {
	vertical-align: middle;
}

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

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

input[type="search"] {
	-webkit-appearance: none;
}

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

input[type="search"]::-webkit-search-decoration {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
	font-weight: bold;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}

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

u,
ins {
	text-decoration: underline;
}

s,
strike,
del {
	text-decoration: line-through;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
	quotes: none;
}

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

blockquote {
	font: 400 15px/18px "ff-ernestine-web-pro", sans-serif;
	font-size: 17px;
	line-height: 1.5em;
	border-top: 2px solid #525252;
	border-bottom: 2px solid #525252;
	padding: 20px;
	margin-bottom: 20px;
}

blockquote p {
	margin-bottom: 0 !important;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	border: 1px solid #ccc;
	padding: 3px 7px;
	text-align: left;
	vertical-align: top;
}

th {
	border-color: #999;
	text-align: center;
	vertical-align: middle;
}

ul {
	margin-left: 1px;
}

ul,
ol {
	padding-left: 1em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 1em;
	margin: 0;
}

ul > li {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: 4px;
	font-weight: bold;
}

pre {
	max-width: 100%;
	overflow: auto;
}

p {
	margin: 0 0 21px;
}

h1 {
	font: 400 21px/24px "ff-ernestine-web-pro", sans-serif;
	letter-spacing: 2px;
}

h2 {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 2px;
}

h3 {
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 2px;
}

h4 {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 2px;
}

h5 {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h6 {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 2px;
}

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

::-moz-placeholder {
	opacity: 1;
	color: #bebbb5;
}

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

:-ms-input-placeholder {
	color: #bebbb5;
}

.placeholder {
	color: #bebbb5;
}

.widget {
	margin-bottom: 30px;
	overflow: hidden;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form textarea,
.comment-form input[type="text"],
.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.post-password-form label {
	vertical-align: top;
}

.post-password-form input[type="password"],
.search-form input[type="search"] {
	width: 150px;
}

.commentlist {
	margin: 0 0 14px;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist-item .commentlist-item {
	padding: 0 0 0 3em;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 14px;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 14px 4px 0;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	padding: 3px 4px;
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	overflow: hidden;
	margin: 0 0 14px;
}

.navigation .next {
	float: left;
}

.navigation .prev {
	float: right;
}

.wp-caption {
	max-width: 98%;
	clear: both;
	border: 1px solid #ccc;
	padding: 5px;
}

.wp-caption img {
	vertical-align: top;
}

.wp-caption p {
	margin: 10px 0 0;
}

div.aligncenter {
	margin: 0 auto 14px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 14px 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 14px;
}

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

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-pinterest:before {
	content: "\e600";
}

.icon-twitter:before {
	content: "\e610";
}

.icon-mail:before {
	content: "\e612";
}

.icon-camera:before {
	content: "\e60c";
	font-size: 78px;
}

.icon-facebook:before {
	content: "\e60e";
}

.is-hover-device .post-carousel .btn-prev,
.is-hover-device .post-carousel .btn-next {
	opacity: 0;
	visibility: hidden;
}

.is-hover-device .post-carousel:hover .btn-prev,
.is-hover-device .post-carousel:hover .btn-next {
	opacity: 1;
	visibility: visible;
}

.widget ul {
	padding: 0;
	text-align: center;
}

.widget ul li {
	margin-bottom: 2px;
	list-style-type: none !important;
}

.widget ul a {
	color: #303030;
}

.widget ul a:hover {
	color: #636363;
}

#wp-calendar {
	display: inline-block;
	vertical-align: top;
}

.hidden {
	display: none !important;
}

#overlayPP {
	max-width: inherit;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#header {
	padding: 33px 0 20px;
}

#main {
	max-width: 950px;
	margin: 0 auto;
	padding: 0 20px;
}

.main-block {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px 62px;
	overflow: hidden;
}

.logo-holder {
	max-width: 930px;
	padding: 0 24px 22px 10px;
	margin: 0 auto;
}

.logo {
	width: 200px;
	height: 110px;
	margin: 0 auto;
}

.logo:hover a {
	opacity: .8;
}

.logo a {
	display: block;
}

.logo img {
	width: 100%;
	height: auto;
}

.nav-holder {
	background: #f8f8f6;
}

#nav {
	max-width: 1200px;
	padding: 19px 10px 10px;
	margin: 0 auto;
	text-transform: uppercase;
	font: 700 14px/16px "brandon-grotesque", sans-serif;
	text-align: center;
}

#nav ul {
	letter-spacing: -4px;
}

#nav li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	letter-spacing: 3px;
	padding: 0 16px 10px;
	list-style-type: none;
}

#nav li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -1px;
	width: 3px;
	height: 3px;
	margin-top: -7px;
	background: #e2ded7;
	border-radius: 50%;
}

#nav li:last-child:after {
	display: none;
}

#nav li.hidden {
	display: none !important;
}

/* Dropdown menu */

#nav li.menu-item-has-children {
	position:relative;
	padding-bottom:0;
}

#nav .sub-menu {
	margin-top:8px;
	margin-bottom:8px;
}

#nav .sub-menu li {
	padding:10px 0;
}

#nav .sub-menu a{
	text-transform: capitalize;
	font-family:'ff-ernestine-web-pro', sans-serif;
	font-size:16px;
	font-weight:400;
	letter-spacing: 0;
}

/* dropdown menu - desktop */

@media all and (min-width:1024px) {

	#nav li.menu-item-has-children .sub-menu{
		display:none;
		position:absolute;
		z-index:999999;
		min-width: 180px;
		left: -50%;
		background-color:#f8f8f6;
		padding: 18px 0 10px 0;
		top:auto;
	}

	#nav li.menu-item-has-children a:hover .sub-menu,
	#nav li.menu-item-has-children:hover .sub-menu {
		display:block;
	}

	#nav .sub-menu {
		margin-top:0;
		margin-bottom:0;
	}

	#nav .sub-menu li {
		display:block;
		width:100%;
		padding:0;
	}

	#nav .sub-menu li:first-of-type {
		border-top:2px solid #2f2f2f;
	}

	#nav .sub-menu li:first-of-type a {
		padding:20px 10px 15px 10px;
	}

	#nav .sub-menu a{
		display:block;
		padding:15px 10px;
	}
} 
/* 768 minimum */

/* end of dropdown menu */

#nav a {
	color: #2f2f2f;
	text-decoration: none;
}

#nav a:hover {
	color: #bebbb5;
}

#nav .nav-opener {
	display: none;
	padding: 0;
}

.nav-opener {
	width: 33px;
	height: 17px;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #4d4d4d;
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	height: 2px;
	margin-top: -2px; /* height/2 */
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 2px;
}

.nav-opener:after {
	top: 9px;
}

.nav-opener:hover {
	opacity: .8 !important;
}

.nav-opener.close {
	display: none;
	position: absolute;
	top: 23px;
	right: 26px;
	width: 33px;
	height: 33px;
	z-index: 1000;
}

.nav-opener.close:before,
.nav-opener.close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 3px;
	top: 16px;
	left: 0;
	right: 0;
	border-radius: 2px;
}

.nav-opener.close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .nav-opener {
	opacity: 0;
}

.nav-active .nav-opener.close {
	opacity: 1;
	display: block;
}

.nav-active #nav .drop {
	opacity: 1;
	visibility: visible;
	overflow: auto;
	height: auto;
}

.carousel-block {
	margin: 0 0 20px;
}

.post-carousel {
	position: relative;
	overflow: hidden;
}

.post-carousel .mask {
	width: 80%;
	margin: 0 auto;
	overflow: visible;
}

.post-carousel .slideset {
	width: 100% !important;
	white-space: nowrap;
	letter-spacing: -4px;
	float: left;
	position: relative;
}

.post-carousel .post-slide {
	width: 100% !important;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	white-space: normal;
	position: relative;
	margin: 0 -1px;
}

.post-carousel .post-slide.active {
	z-index: 2;
}

.post-carousel .post-slide img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.post-carousel .btn {
	position: absolute;
	z-index: 1;
	bottom: 61px;
	left: 0;
	width: 100%;
	padding: 0 30px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
	color: #303030;
}

.post-carousel .btn span {
	display: inline-block;
	vertical-align: top;
	margin: 7px 0;
}

.post-carousel .title-holder {
	display: inline-block;
	vertical-align: top;
	padding: 20px;
	background: rgba(255, 255, 255, .8);
	-webkit-transition: color, ease, .3s;
	transition: color, ease, .3s;
}

.post-carousel .title-holder:hover {
	background: white;
}

.post-carousel .title-frame {
	padding: 0 30px;
	border: 2px solid #525252;
	border-width: 2px 0;
}

.post-carousel .btn-prev,
.post-carousel .btn-next {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 8.7%;
	width: 47px;
	height: 47px;
	margin-top: -24px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .8);
	overflow: hidden;
	text-indent: -9999px;
}

.post-carousel .btn-prev:hover,
.post-carousel .btn-next:hover {
	background: white;
}

.post-carousel .btn-prev:after,
.post-carousel .btn-next:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 12px;
	left: 14px;
	width: 15px;
	height: 24px;
	background: url(images/sprite.png) no-repeat;
}

.post-carousel .btn-next {
	left: auto;
	right: 8.7%;
}

.post-carousel .btn-next:after {
	left: auto;
	right: 14px;
	background-position: -24px 0;
}

.post {
	overflow: hidden;
	padding-bottom: 14px;
}

.post .visual {
	float: left;
	width: 47.6%;
	margin-right: 30px;
	margin-bottom: 10px;
}

.post .visual img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.visual-link:hover img {
	opacity: 0.7;
}

.post .text-holder {
	overflow: visible;
	padding-top: 3px;
}

.heading {
	padding-bottom: 7px;
	text-align: center;
}

.heading h2,
.heading h3 {
	display: inline-block;
	vertical-align: top;
	padding: 0 30px 10px;
	margin: 0 0 5px;
	border-bottom: 2px solid #525252;
	font: 400 16px/18px "ff-ernestine-web-pro", sans-serif;
	letter-spacing: 2px;
}

.box-item {
	padding-bottom: 22px;
	font: bold 14px/19px "brandon-grotesque", sans-serif;
	color: #303030;
}

.box-item .heading {
	padding-bottom: 14px;
}

.box-item .row {
	overflow: hidden;
	margin: 0 -8px;
	text-align: center;
}

.box-item .row.add {
	margin: 0;
}

.box-item .box {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 23%;
	margin: 0 8px 19px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	box-sizing: border-box;
}

.box-item .box.large {
	width: 31.5%;
	margin: 0 7px 19px;
}

.box-item .box.large .title {
	padding: 9px 18px;
}

.box-item .box.big {
	width: 48.05%;
}

.box-item .box.big .title {
	display: inline-block;
	vertical-align: middle;
	padding: 9px 39px;
}

.box-item .box.full-box {
	width: 100%;
	margin: 0 0 19px;
}

.box-item .box.full-box .title {
	display: inline-block;
	vertical-align: middle;
	padding: 9px 39px;
}

.box-item .box .holder {
	position: relative;
}

.box-item .box.add {
	display: block;
	float: left;
	width: 33.2%;
	margin: 0;
	padding: 0 9px 27px;
}

.box-item .box.add .text-holder {
	display: block;
}

.box-item .box.add .text-frame {
	display: table;
	width: 100%;
	height: 100%;
}

.box-item .box.add .title {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.box-item .box.add .title span {
	display: block;
	padding: 9px 13px;
	border: 2px solid #525252;
	border-width: 2px 0;
}

.box-item .box.active .text-holder,
.box-item .box.hover .text-holder {
	opacity: 1;
}

.box-item img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.box-item .text-holder {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	padding: 20px;
	background: rgba(255, 255, 255, .8);
	-webkit-transition: all, ease, .3s;
	transition: all, ease, .3s;
}

.box-item .text-holder:hover{
	opacity: 1;
}

.box-item .text-frame {
	display: table;
	width: 100%;
	height: 100%;
}

.box-item .text-area {
	display: table-cell;
	vertical-align: middle;
}

.box-item .title {
	display: block;
	padding: 9px 13px;
	border: 2px solid #525252;
	border-width: 2px 0;
}

.box-item a {
	color: #303030;
}

.heading-box {
	margin-bottom: 33px;
	background: #f7f7f7;
	text-transform: uppercase;
	font: 700 12px/14px "brandon-grotesque", sans-serif;
	letter-spacing: 3px;
	text-align: center;
}

.heading-box.add {
	margin-top: -17px;
}

.heading-box > a {
	padding: 20px;
	background: #f7f7f7;
	display: block;
}

.heading-box > a:hover {
	background: #ccc;
}

.heading-box .link {
	display: inline-block;
	vertical-align: middle;
	margin: 0 11px;
	color: #303030;
}

.heading-box .logo {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	margin: 0;
}

.heading-box .logo img {
	display: block !important;
}

#content {
	float: left;
	width: 70.2%;
	margin: 6px 20px 0 0;
}

.category-heading {
	overflow: hidden;
	margin-bottom: 33px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	letter-spacing: 2px;
}

.category-heading .heading-holder {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.category-heading .heading-holder:before,
.category-heading .heading-holder:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	width: 9999px;
	height: 2px;
	margin-top: 2px;
	background: #525252;
	text-align: left;
}

.category-heading .heading-holder:after {
	right: auto;
	left: 100%;
}

.category-heading .heading-holder i {
	width: 128px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.category-heading .heading-holder i img {
	vertical-align: top;
}

.category-heading .heading-holder i.align-right {
	left: auto;
	right: 0;
}

.category-heading .header-frame {
	position: relative;
	padding: 13px 128px;
	max-width: 600px;
}

.category-heading.feast i {
	left: 26px;
	margin-top: -28px;
}

.category-heading.feast i.align-right {
	left: auto;
	right: -30px;
	margin-top: -30px;
}

.category-heading.create .header-frame {
	padding: 13px 99px 13px 106px;
}

.category-heading.create i {
	left: 26px;
}

.category-heading.create i.align-right {
	left: auto;
	right: 24px;
}

.category-heading.forage .header-frame {
	padding: 13px 116px 13px 111px;
}

.category-heading.forage i {
	left: 55px;
}

.category-heading.forage i.align-right {
	left: auto;
	right: 30px;
}

.category-heading.tribe .header-frame {
	padding: 13px 105px;
}

.category-heading.tribe i {
	left: 35px;
}

.category-heading.tribe i.align-right {
	left: auto;
	right: 24px;
}

.category-heading.habitat .header-frame {
	padding: 13px 112px;
}

.category-heading.habitat i {
	left: 36px;
}

.category-heading.habitat i.align-right {
	left: auto;
	right: 30px;
}

.category-heading.gather .header-frame {
	padding: 13px 111px;
}

.category-heading.gather i {
	left: 21px;
}

.category-heading.gather i.align-right {
	left: auto;
	right: 35px;
}

.category-heading h1 {
	font: 400 21px/24px "ff-ernestine-web-pro", sans-serif;
	margin: 0 0 6px;
}

.category-heading .description {
	display: block;
	font-size: 14px;
	line-height: 16px;
}

.single-post {
	padding-bottom: 67px;
}

.single-post .heading {
	padding-bottom: 19px;
}

.single-post .heading h2 a {
	color: #2f2f2f;
}

.single-post .heading h2 {
	padding: 0 30px 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 11px;
	font: 700 15px/18px "brandon-grotesque", sans-serif;
}

.single-post .heading .date {
	display: block;
	font: 500 15px/18px "ff-ernestine-web-pro", sans-serif;
}

.single-post .visual {
	margin-bottom: 20px;
}

.single-post .visual img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.single-post p {
	margin: 0 0 20px;
}

.single-post .jcf-scrollbar-horizontal {
	display: none !important;
}

/*========================================
=            Affiliate Slider            =
========================================*/
.affiliate-content p {
	text-align: center;
	background-color: #f9f8f6;
	padding: 15px 0;
}

.affiliate-slider {
	margin: 36px 0;
}

.affiliate-slide,
.affiliate-slide img {
	position: relative;
	z-index: 1;
}

.affiliate-slide {
	display: block;
	max-width: 187px;
	margin: 0 15px 0 0;
	color: #303030;
}

.affiliate-slide h3 {
	display: none;
	position: absolute;
	top: 50%;
	left: 45%;
	width: 80%;
	transform: translate(-50%, -50%);
	z-index: 2;
	font-size: 16px;
	text-transform: uppercase;
	border-color: #303030;
	border-top: 2px solid;
	border-bottom: 2px solid;
	text-align: center;
	padding: 10px 0;
}

.affiliate-slide:hover h3,
.affiliate-slide:focus h3 {
	display: block;
}

.affiliate-slide:hover img,
.affiliate-slide:focus img {
	opacity: 0.1;
	background: white;
	-webkit-transition: all, ease, .3s;
	transition: all, ease, .3s;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	top: 45%;
	position: absolute;
	width: 12px;
	height: 22px;
	border: none;
	z-index: 10;
	background-size: contain;
}

.slick-prev {
	left: 0;
	background: url('images/slide-prev.svg') center no-repeat;
}

.slick-next {
	right: 0;
	background: url('images/slide-next.svg') center no-repeat;
}

@media all and (min-width:1000px) {
	.slick-prev {
		margin-left: -20px;
	}

	.slick-next {
		margin-right: -15px;
	}

	/* 	.slick-arrow {
			width: 20px;
			height: 20px;
		} */
	.affiliate-slide h3 {
		left: 50%;
	}

}

.slick-arrow:focus {
	outline: none;
}

/*=====  End of Affiliate Slider  ======*/
.panel {
	margin-bottom: 10px;
	font: 700 13px/16px "brandon-grotesque", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #303030;
}

.panel.active-slide .view-comment .visible {
	display: none !important;
}

.panel.active-slide .view-comment .hidden {
	display: inline-block !important;
	vertical-align: top;
	padding-left: 1px;
}

.panel .panel-holder {
	width: 100%;
	display: inline-block;
	padding: 17px 0 13px;
	border: 2px solid #525252;
	border-width: 2px 0;
}

.panel .opener {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 15px;
	color: #303030;
}

.panel .opener:hover {
	color: #bebbb5;
}

.panel .opener:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -7px;
	width: 3px;
	height: 3px;
	margin-top: -2px;
	background: #e2ded7;
	border-radius: 50%;
}

.panel .opener.write-comment:after {
	display: none;
}

.panel form {
	max-width: 100%;
}

.slide-form {
	padding: 32px 20px 10px;
	background: #f8f8f6;
}

.slide-comments {
	padding-top: 25px;
	text-transform: none;
	letter-spacing: 0;
	background: #f8f8f6;
}

.slide-comments .jcf-scrollable,
.slide-comments .jcf-scrollable-wrapper {
	width: 100% !important;
}

.slide-comments .jcf-scrollable {
	height: 250px;
}

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #e3e3e3;
	width: 5px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-vertical .jcf-scrollbar-inc {
	background: #bbb;
	height: 14px;
	width: 5px;
	left: 0;
	top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
	top: auto;
	bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #525252;
	height: 1px;
	width: 5px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	background: #bbb;
	height: 14px;
	width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
	left: auto;
	right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
	background: #e3e3e3;
}

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

.commentlist-item {
	padding: 0 50px;
	font: 15px/22px "brandon-grotesque", sans-serif;
}

.commentlist-item .comment {
	padding-bottom: 5px;
}

.commentlist-item .name {
	display: inline-block;
	vertical-align: top;
	font-family: "ff-ernestine-web-pro", sans-serif;
	font-weight: 400;
	color: #1a1a1a;
}

.commentlist-item a {
	color: #b3b3b3;
}

.commentlist-item a:hover {
	color: gray;
}

.commentlist-item p {
	margin: 0 0 10px;
}

.wpcf7-form,
.subscribe-form,
.search-form,
.post-password-form,
.comment-form {
	margin: 0;
}

.wpcf7-form .row,
.subscribe-form .row,
.search-form .row,
.post-password-form .row,
.comment-form .row {
	letter-spacing: -4px;
	margin: 0 0 20px;
}

.wpcf7-form .row.add,
.subscribe-form .row.add,
.search-form .row.add,
.post-password-form .row.add,
.comment-form .row.add {
	margin-left: -20px;
	margin-right: -20px;
}

.wpcf7-form .row-holder,
.subscribe-form .row-holder,
.search-form .row-holder,
.post-password-form .row-holder,
.comment-form .row-holder {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 0 10px;
	letter-spacing: 0;
}

.wpcf7-form .form-submit,
.subscribe-form .form-submit,
.search-form .form-submit,
.post-password-form .form-submit,
.comment-form .form-submit {
	margin: 0;
}

.wpcf7-form .form-submit i,
.subscribe-form .form-submit i,
.search-form .form-submit i,
.post-password-form .form-submit i,
.comment-form .form-submit i {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 10px;
	font: 700 13px/16px "brandon-grotesque", sans-serif;
	color: #bebbb5;
}

.wpcf7-form .form-submit input[type="submit"],
.wpcf7-form .form-submit input[type="reset"],
.subscribe-form .form-submit input[type="submit"],
.subscribe-form .form-submit input[type="reset"],
.search-form .form-submit input[type="submit"],
.search-form .form-submit input[type="reset"],
.post-password-form .form-submit input[type="submit"],
.post-password-form .form-submit input[type="reset"],
.comment-form .form-submit input[type="submit"],
.comment-form .form-submit input[type="reset"] {
	vertical-align: middle;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="search"],
.wpcf7-form textarea,
.subscribe-form input[type="text"],
.subscribe-form input[type="email"],
.subscribe-form input[type="password"],
.subscribe-form input[type="tel"],
.subscribe-form input[type="search"],
.subscribe-form textarea,
.search-form input[type="text"],
.search-form input[type="email"],
.search-form input[type="password"],
.search-form input[type="tel"],
.search-form input[type="search"],
.search-form textarea,
.post-password-form input[type="text"],
.post-password-form input[type="email"],
.post-password-form input[type="password"],
.post-password-form input[type="tel"],
.post-password-form input[type="search"],
.post-password-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="password"],
.comment-form input[type="tel"],
.comment-form input[type="search"],
.comment-form textarea {
	display: block;
	width: 100%;
	height: 46px;
	padding: 10px 25px;
	border: 1px solid #525252;
	margin: 0;
	outline: none;
	box-shadow: none;
	color: #bebbb5;
	background: #fff;
	font: 500 14px/20px "ff-ernestine-web-pro", sans-serif;
	letter-spacing: 2px;
}

.wpcf7-form textarea,
.subscribe-form textarea,
.search-form textarea,
.post-password-form textarea,
.comment-form textarea {
	min-height: 130px;
	resize: vertical;
	padding: 16px 25px;
}

.wpcf7-form input[type="submit"],
.wpcf7-form input[type="reset"],
.subscribe-form input[type="submit"],
.subscribe-form input[type="reset"],
.search-form input[type="submit"],
.search-form input[type="reset"],
.post-password-form input[type="submit"],
.post-password-form input[type="reset"],
.comment-form input[type="submit"],
.comment-form input[type="reset"] {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 0 10px;
	border: 0;
	background: none;
	font: 700 13px/16px "brandon-grotesque", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #bebbb5;
	-webkit-transition: color, ease, .3s;
	transition: color, ease, .3s;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="reset"]:hover,
.subscribe-form input[type="submit"]:hover,
.subscribe-form input[type="reset"]:hover,
.search-form input[type="submit"]:hover,
.search-form input[type="reset"]:hover,
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="reset"]:hover,
.comment-form input[type="submit"]:hover,
.comment-form input[type="reset"]:hover {
	color: #8e897f;
}

.wpcf7-form label,
.subscribe-form label,
.search-form label,
.post-password-form label,
.comment-form label {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 9px;
	font-family: "ff-ernestine-web-pro", sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
}

.panel .comment-form input[type="text"],
.panel .comment-form input[type="email"],
.panel .comment-form input[type="password"],
.panel .comment-form input[type="tel"],
.panel .comment-form input[type="search"],
.panel .comment-form textarea {
	border: 0;
}

.widget .subscribe-form input[type="text"],
.widget .subscribe-form input[type="email"],
.widget .subscribe-form input[type="search"],
.widget .search-form input[type="text"],
.widget .search-form input[type="email"],
.widget .search-form input[type="search"] {
	border: 0 !important;
}

.navigation,
.wpcf7-form,
.post-password-form,
.comment-form,
.search-form {
	max-width: 500px;
}

.navigation {
	max-width: 100%;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"],
.subscribe-form input[type="search"],
.search-form input[type="text"],
.search-form input[type="email"],
.search-form input[type="search"] {
	text-align: center;
}

.search-form input[type="submit"],
.post-password-form input[type="submit"] {
	margin: 10px 0;
}

.widget .subscribe-form,
.widget .search-form {
	text-align: center;
	max-width: 100%;
	padding: 0 10px;
}

.post-item h1 {
	font: 20px/22px "ff-ernestine-web-pro", sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 0 0 20px;
	text-align: center;
}

.post-list {
	letter-spacing: -4px;
	margin: 0 -10px;
	text-transform: uppercase;
}

.post-list li {
	display: inline-block;
	vertical-align: top;
	width: 47.5%;
	margin: 0 1.2% 7px;
	letter-spacing: 0;
	text-align: center;
}

.post-list .visual {
	margin-bottom: 20px;
}

.post-list .visual img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.post-list h2 {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 18px;
}

.post-list h2 a {
	color: #303030;
}

.post-list h2 a:hover {
	color: #a9a9a9;
}

.social-network-widget.widget {
	margin-bottom: 0;
}

.content .search-form button,
.content .search-form input[type="submit"],
.content .search-form input[type="button"],
#sidebar .search-form button,
#sidebar .search-form input[type="submit"],
#sidebar .search-form input[type="button"] {
	display: none;
}

#sidebar {
	overflow: hidden;
	padding: 20px;
	background: #f8f8f6;
}

#sidebar .social-network {
	display: block;
	padding-bottom: 12px;
	text-align: center;
}

#sidebar .social-network i {
	position: static;
}

#sidebar .widget_meta,
#sidebar .widget_categories,
#sidebar .widget_calendar,
#sidebar .widget_calendar,
#sidebar .widget_pages,
#sidebar .widget_tag_cloud {
	text-align: center;
}

#sidebar .widget_search,
#sidebar .widget_search.add {
	text-align: center;
}

#sidebar .sidebar-block {
	display: block !important;
	position: static !important;
}

#sidebar .visual {
	margin: 0 0 20px;
}

#sidebar .visual img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#sidebar .text-widget {
	margin: 0;
}

#sidebar .text-widget p {
	margin: 0 0 14px;
}

#sidebar .subscribe_widget {
	text-align: center;
}

#sidebar .subscribe_widget .social-network {
	display: block;
	padding-bottom: 12px;
	text-align: center;
}

#sidebar .heading-box {
	position: relative;
	padding: 12px 70px 18px 8px;
	margin: 0;
	background: none;
}

#sidebar .heading-box i {
	position: absolute;
	top: 1px;
	right: 3px;
	cursor: default;
}

#sidebar .heading-box .holder {
	display: inline-block;
	vertical-align: top;
	border-bottom: 2px solid #525252;
	padding: 0 12px 9px;
}

#sidebar .heading-box .title {
	display: block;
	margin-bottom: 8px;
	font: 400 15px/18px "ff-ernestine-web-pro", sans-serif;
	text-transform: none;
}

#sidebar .heading-box h2 {
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 5px;
}

#sidebar .heading-box.add {
	padding: 22px 11px 45px 66px;
}

#sidebar .heading-box.add i {
	top: 4px;
	right: auto;
	left: 17px;
}

#sidebar .heading {
	padding-bottom: 10px;
}

#sidebar .heading h2 {
	padding-bottom: 7px;
	margin: 0 0 10px;
	font: 400 15px/18px "ff-ernestine-web-pro", sans-serif;
}

#sidebar .img-box {
	padding: 5px 0 0;
	font: 600 16px/27px "ff-ernestine-web-pro", sans-serif;
	text-align: center;
}

#sidebar .img-box .holder {
	position: relative;
}

#sidebar .img-box .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-weight: 400;
	letter-spacing: 1px;
	min-height: 100%;
	width: 100%;
	white-space: nowrap;
}

#sidebar .img-box .title:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

#sidebar .img-box .title a {
	color: #303030;
}

#sidebar .img-box .title a:hover {
	color: #636363;
}

#sidebar .img-box .title-holder {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	padding: 20px 10px;
	white-space: normal;
	background: rgba(255, 255, 255, .8);
	-webkit-transition: all, ease, .3s;
	transition: all, ease, .3s;
}

#sidebar .img-box .title-holder:hover {
	background: white;
}

#sidebar .img-box img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#sidebar h2 a {
	color: #303030;
}

#sidebar h2 a:hover {
	color: #636363;
}

#sidebar .widget_archive {
	text-align: center;
}

#sidebar .widget_archive .slide {
	display: block !important;
	position: static !important;
}

#sidebar .widget_archive .opener {
	display: none;
	height: 46px;
	position: relative;
	background: #fff;
	overflow: hidden;
	text-indent: -9999px;
}

#sidebar .widget_archive .opener:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 18px;
	width: 24px;
	height: 15px;
	margin-top: -9px;
	background: url(images/sprite.png) no-repeat 0 -53px;
}

#sidebar .widget_archive.active .opener:after {
	background-position: 0 -32px;
}

#sidebar .widget_archive.active .slide {
	padding: 23px 0;
	opacity: 1;
	position: static !important;
}

#sidebar .text-area {
	text-align: center;
}

#sidebar .copyright {
	margin: 0 0 20px;
	font-size: 12px;
	line-height: 19px;
	color: #999;
}

#sidebar .copyright a {
	color: #999;
}

#sidebar .copyright a:hover {
	color: #4d4d4d;
}

#sidebar .link-holder {
	display: none;
	margin-bottom: 27px;
	text-transform: uppercase;
	text-align: center;
}

#sidebar .link-holder .opener-sidebar,
#sidebar .link-holder .back-to-top {
	display: inline-block;
	vertical-align: top;
	margin: 0 63px;
	padding: 0;
	background: none;
	position: static;
	width: auto;
	color: #bebbb5;
}

#sidebar .link-holder .opener-sidebar:hover,
#sidebar .link-holder .back-to-top:hover {
	color: #8e897f;
}

.active-block .main-block {
	padding-bottom: 0;
}

.active-block #sidebar {
	padding-top: 20px;
}

.active-block .opener-sidebar {
	display: none;
}

#footer {
	max-width: 930px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
	color: #a6a6a6;
}

.social-network {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 12px;
	color: #d7d3ce;
}

.social-network.add {
	padding: 0 17px 0 0;
	vertical-align: middle;
	color: #4d4d4d;
}

.social-network.add span,
.social-network.add .mail {
	margin: 0 7px;
}

.social-network.add .mail {
	width: 25px;
	height: 16px;
	color: #4d4d4d;
}

.social-network.add .mail i {
	position: static;
	font-size: 15px;
}

.social-network.add i {
	font-size: 21px;
}

.social-network.add i.icon-facebook {
	font-size: 21px;
}

.social-network.add i.icon-twitter {
	font-size: 17px;
}

.social-network.add .mail:hover,
.social-network.add .st_facebook_large:hover,
.social-network.add .st_pinterest_large:hover,
.social-network.add .st_twitter_large:hover {
	color: #b3b3b3;
}

.social-network.add .st_facebook_large {
	width: 12px;
	height: 21px;
}

.social-network.add .st_facebook_large .stLarge {
	width: 12px;
	height: 21px;
}

.social-network.add .st_pinterest_large {
	width: 18px;
	height: 21px;
}

.social-network.add .st_pinterest_large .stLarge {
	width: 18px;
	height: 21px;
}

.social-network.add .st_twitter_large {
	width: 23px;
	height: 17px;
}

.social-network.add .st_twitter_large .stLarge {
	width: 23px;
	height: 17px;
}

.social-network .stButton {
	margin: 0 !important;
}

.social-network .stButton .stLarge {
	position: relative;
	background: none !important;
	margin: 0 !important;
}

.social-network a,
.social-network span,
.social-network .mail {
	display: inline-block !important;
	vertical-align: middle;
	margin: 0 11px 11px;
	-webkit-transition: none;
	transition: none;
}

.social-network .mail,
.social-network .st_facebook_large,
.social-network .st_pinterest_large,
.social-network .st_twitter_large,
.social-network .facebook,
.social-network .pinterest,
.social-network .twitter {
	position: relative;
	cursor: pointer;
	-webkit-transition: color, ease, .3s;
	transition: color, ease, .3s;
}

.social-network .mail:hover,
.social-network .st_facebook_large:hover,
.social-network .st_pinterest_large:hover,
.social-network .st_twitter_large:hover,
.social-network .facebook:hover,
.social-network .pinterest:hover,
.social-network .twitter:hover {
	color: #bebbb5;
}

.social-network a {
	color: #d7d3ce;
}

.social-network .mail {
	width: 25px;
	height: 16px;
}

.social-network .facebook,
.social-network .st_facebook_large {
	width: 12px;
	height: 26px;
}

.social-network .facebook .stLarge,
.social-network .st_facebook_large .stLarge {
	width: 12px;
	height: 26px;
}

.social-network .pinterest,
.social-network .st_pinterest_large {
	width: 19px;
	height: 25px;
}

.social-network .pinterest .stLarge,
.social-network .st_pinterest_large .stLarge {
	width: 19px;
	height: 25px;
}

.social-network .twitter,
.social-network .st_twitter_large {
	width: 28px;
	height: 23px;
}

.instagram.movel {
	padding: 0 !important;
	margin: 0 !important;
}

.social-network .twitter .stLarge,
.social-network .st_twitter_large .stLarge {
	width: 28px;
	height: 23px;
}

.social-network i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 25px;
}

.social-network i.icon-facebook {
	font-size: 26px;
}

.social-network i.icon-twitter {
	font-size: 23px;
}

.social-network .title {
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px 0 0;
}

.copyright {
	font: 12px/14px "brandon-grotesque", sans-serif;
}

.copyright a {
	color: #a9a9a9;
}

.copyright a:hover {
	color: #2f2f2f;
}

.back-to-top,
.opener-sidebar {
	padding: 20px;
	background: rgba(255, 255, 255, .8);
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #bebbb5;
	-webkit-transition: all, ease, .3s;
	transition: all, ease, .3s;
}

.back-to-top:hover,
.opener-sidebar:hover {
	color: #2f2f2f;
}

.back-to-top:hover,
.opener-sidebar:hover {
	background: white;
}

.back-to-top {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
}

.back-to-top.visible {
	opacity: 1;
	visibility: visible;
}

.opener-sidebar {
	display: none;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(images/fancybox/fancybox.png);
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
	box-sizing: content-box;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0 solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(images/fancybox/fancybox.png) -40px 0;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left,
#fancybox-right {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(images/fancybox/blank.gif);
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0;
}

#fancybox-right {
	right: 0;
}

#fancybox-left-ico,
#fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(images/fancybox/fancybox.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(images/fancybox/fancybox.png);
	background-position: -40px -60px;
}

#fancybox-left:hover,
#fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(images/fancybox/fancybox-x.png);
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(images/fancybox/fancybox.png);
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(images/fancybox/fancybox-y.png);
	background-position: -20px 0;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(images/fancybox/fancybox.png);
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(images/fancybox/fancybox-x.png);
	background-position: 0 -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(images/fancybox/fancybox.png);
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(images/fancybox/fancybox-y.png);
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(images/fancybox/fancybox.png);
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(images/fancybox/fancy_title_over.png);
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(images/fancybox/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #fff;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(images/fancybox/fancybox-x.png) 0 -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(images/fancybox/fancybox.png) -55px -90px no-repeat;
}

#gform_wrapper_2,
#gform_wrapper_3,
#gform_wrapper_4,
#gform_wrapper_5,
#gform_wrapper_12,
#gform_wrapper_13,
#gform_wrapper_14,
#gform_wrapper_15 {
	background-color: #f8f8f6 !important;
	padding: 16px;
}

#gform_wrapper_2 ul.gform_fields,
#gform_wrapper_3,
#gform_wrapper_4,
ul.gform_fields {
	text-align: center;
}

#gform_wrapper_2 .top_label input.medium,
#gform_wrapper_3,
#gform_wrapper_4,
.top_label input.medium {
	width: 98%;
}

.gform_wrapper input {
	outline: none;
}

.gform_wrapper .top_label .gfield_label {
	text-transform: uppercase;
	font: 700 14px/16px "brandon-grotesque", sans-serif;
	letter-spacing: 2px;
}

.gform_wrapper div.validation_error {
	text-align: center;
	color: #b12781 !important;
	font-size: 1.2em;
	font-weight: 400 !important;
	margin-bottom: 1.6em;
	border-top: 2px solid #b12781 !important;
	border-bottom: 2px solid #b12781 !important;
	padding: 1em 0;
	clear: both;
	width: 97.5%;
}

.gform_wrapper .gfield_error .gfield_label {
	color: #b12781 !important;
}

.gform_wrapper .validation_message {
	color: #b12781 !important;
	font-weight: 400 !important;
	letter-spacing: normal;
}

.gform_wrapper li.gfield_error input[type=email],
.gform_wrapper li.gfield_error input[type=number],
.gform_wrapper li.gfield_error input[type=password],
.gform_wrapper li.gfield_error input[type=tel],
.gform_wrapper li.gfield_error input[type=text],
.gform_wrapper li.gfield_error input[type=url],
.gform_wrapper li.gfield_error textarea {
	border: 0px solid #790000 !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border-top: 0px solid #C89797 !important;
	border-bottom: 0px solid #C89797 !important;
}

@media all and (max-width:1279px) {
	.post-carousel .btn-prev,
	.post-carousel .btn-next {
		left: 7.6%;
	}

	.post-carousel .btn-next {
		left: auto;
		right: 7.8%;
	}

}

@media all and (max-width:1599px) {
	.post-carousel .btn-prev,
	.post-carousel .btn-next {
		left: 8.4%;
	}

	.post-carousel .btn-next {
		left: auto;
		right: 5%;
	}

}

@media all and (min-width:1024px) {
	.post-carousel .post-slide {
		width: auto !important;
		max-width: 60vw !important;
		left: 15%;
	}

}

@media all and (min-width:1450px) and (max-height:1400px) {
	.post-carousel .btn {
		bottom: 80px;
	}

	.post-carousel .post-slide {
		max-width: 80vw !important;
	}

	.post-carousel .post-slide img {
		max-width: 1800px !important;
	}

}

@media all and (min-width:1450px) {
	.post-carousel .btn {
		bottom: 80px;
	}

	.post-carousel .post-slide {
		max-width: 65vw !important;
		left: 10%;
	}

	.post-carousel .post-slide img {
		max-width: 500px !important;
	}

}

@media all and (max-width:1023px) {
	body {
		font: 17px/22px "brandon-grotesque", sans-serif;
	}

	.widget ul li {
		display: inline-block;
		vertical-align: top;
		margin: 0 9px 5px;
	}

	#header {
		padding-top: 36px;
	}

	#nav li {
		padding: 0 12px 10px;
	}

	.carousel-block {
		padding: 0 20px 15px;
	}

	.post-carousel .mask {
		height: auto !important;
		width: 100%;
	}

	.post-carousel .slideset {
		white-space: normal;
	}

	.post-carousel .post-slide {
		width: 100% !important;
		margin-bottom: 20px;
	}

	.post-carousel .post-slide .visual {
		overflow: hidden;
		max-height: 468px;
		margin-bottom: 15px;
	}

	.post-carousel .btn span {
		margin: 0;
	}

	.post-carousel .btn {
		display: block;
		position: static;
	}

	.post-carousel .title-holder {
		padding: 0;
		background: none;
	}

	.post-carousel .title-frame {
		display: inline-block;
		vertical-align: top;
		border-width: 0 0 2px;
		padding: 0 30px 7px;
	}

	.post-carousel .btn-prev,
	.post-carousel .btn-next {
		display: none;
	}

	.post {
		padding-bottom: 7px;
	}

	.post .visual {
		width: 48.1%;
		margin: 0 20px 20px 0;
	}

	.post .text-holder {
		overflow: visible;
	}

	.heading h2 {
		letter-spacing: 1px;
	}

	.box-item {
		padding-bottom: 13px;
		font: bold 16px/15px "brandon-grotesque", sans-serif;
		line-height: 1.2em;
	}

	.box-item .row {
		margin: 0 -6px;
	}

	.box-item .box.large {
		width: 31.4%;
		margin: 0 6px 12px;
	}

	.box-item .box.add {
		width: 33.3%;
		margin: 0;
		padding: 0 8px 22px;
	}

	.box-item .box {
		margin: 0 6px 12px;
	}

	.box-item .text-holder {
		padding: 15px;
	}

	.box-item .title {
		padding: 6px;
	}

	#content {
		float: none;
		width: 100%;
		margin: 0;
	}

	#content.same-height-left,
	#content.same-height-right {
		min-height: inherit !important;
	}

	.single-post {
		padding-bottom: 76px;
	}

	.single-post .visual {
		margin-bottom: 15px;
	}

	.single-post p {
		margin: 0 0 18px;
	}

	.panel {
		padding-top: 7px;
	}

	.slide-comments {
		padding-bottom: 0;
		margin-bottom: -50px;
	}

	#sidebar {
		margin: 0 -20px;
		padding: 0 20px;
		text-align: center;
	}

	#sidebar.same-height-left,
	#sidebar.same-height-right {
		min-height: inherit !important;
	}

	#sidebar .sidebar-holder {
		overflow: hidden;
		text-align: center;
	}

	#sidebar .sidebar-holder .heading h2,
	#sidebar .sidebar-holder .heading h3,
	#sidebar .sidebar-holder h2,
	#sidebar .sidebar-holder h3 {
		text-align: center;
		font-family: "ff-ernestine-web-pro", sans-serif;
		font-weight: 600;
		margin: 0 0 9px;
		padding: 0;
		border: none;
	}

	#sidebar .widget {
		margin-bottom: 22px;
	}

	#sidebar .social-network.hidden {
		display: block !important;
		text-align: center;
	}

	#sidebar .widget_search,
	#sidebar .widget_search.add {
		display: inline-block;
		vertical-align: top;
		width: 33.5%;
		margin: 0 15px 22px;
	}

	#sidebar .widget_search .heading-box,
	#sidebar .widget_search.add .heading-box {
		display: none;
	}

	#sidebar .sidebar-block {
		position: absolute !important;
	}

	#sidebar .visual {
		display: none;
	}

	#sidebar .text-widget {
		display: none;
	}

	#sidebar .subscribe_widget .social-network {
		display: none;
	}

	#sidebar .subscribe_widget {
		display: inline-block;
		vertical-align: top;
		width: 33.5%;
		margin: 0 15px 22px;
	}

	#sidebar .subscribe_widget .heading-box,
	#sidebar .subscribe_widget p {
		display: none;
	}

	#sidebar .heading {
		padding-bottom: 8px;
	}

	#sidebar .heading h2 {
		padding: 0 45px 13px;
	}

	#sidebar .widget_text {
		display: none;
	}

	#sidebar .img-box {
		display: none;
	}

	#sidebar .text-area {
		margin-top: -10px;
	}

	#sidebar .copyright {
		font-size: 10px;
		line-height: 12px;
	}

	#sidebar .copyright br {
		display: none;
	}

	#sidebar .link-holder {
		display: block;
	}

	.active-block #sidebar {
		padding: 20px 30px 0;
	}

	.active-block #sidebar .sidebar-block {
		display: block !important;
		position: static !important;
	}

	.social-network.add {
		padding: 0 8px 0 0;
	}

	.back-to-top,
	.opener-sidebar {
		display: none;
	}

	.opener-sidebar {
		display: block;
	}

	#fancybox-close {
		right: 0;
	}

}

@media only screen and (max-width:767px) {
	.commentlist-item .commentlist-item {
		padding: 0;
	}

	.affiliate-slide {
		max-width: 100vw;
	}

}

@media all and (max-width:1050px) {
	#nav {
		padding-bottom: 20px;
		text-align: center;
		font: 700 16px/18px "brandon-grotesque", sans-serif;
	}

	#nav > ul {
		padding: 97px 0;
	}

	#nav li {
		display: block;
		padding: 0 0 25px;
	}

	#nav li:after {
		display: none;
	}

	#nav li.hidden {
		display: block !important;
	}

	#nav a {
		display: block;
		padding: 0 20px;
	}

	#nav .drop {
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 999;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .25s linear;
		transition: opacity .25s linear;
		height: 0;
		background: #fff;
	}

	#nav .drop-holder {
		display: table;
		width: 100%;
		height: 100%;
	}

	#nav .drop-frame {
		display: table-cell;
		vertical-align: middle;
	}

	#nav .nav-opener {
		display: inline-block;
		vertical-align: top;
	}

	.nav-opener {
		display: inline-block;
		vertical-align: top;
	}

}

@media all and (max-width:767px) {
	.widget ul li {
		display: block;
		margin: 0 0 5px;
	}

	.widget ul a {
		display: block;
	}

	#nav {
		padding-bottom: 20px;
		text-align: center;
		font: 700 16px/18px "brandon-grotesque", sans-serif;
	}

	#nav > ul {
		padding: 97px 0;
	}

	#nav li {
		display: block;
		padding: 0 0 25px;
	}

	#nav li:after {
		display: none;
	}

	#nav li.hidden {
		display: block !important;
	}

	#nav a {
		display: block;
		padding: 0 20px;
	}

	#nav .drop {
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 999;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .25s linear;
		transition: opacity .25s linear;
		height: 0;
		background: #fff;
	}

	#nav .drop-holder {
		display: table;
		width: 100%;
		height: 100%;
	}

	#nav .drop-frame {
		display: table-cell;
		vertical-align: middle;
	}

	#nav .nav-opener {
		display: inline-block;
		vertical-align: top;
	}

	.nav-opener {
		display: inline-block;
		vertical-align: top;
	}

	.carousel-block {
		padding-bottom: 13px;
		font: 700 14px/22px "brandon-grotesque", sans-serif;
	}

	.post-carousel .post-slide {
		margin-bottom: 10px;
	}

	.post-carousel .post-slide .visual {
		margin-bottom: 11px;
	}

	.post-carousel .btn {
		letter-spacing: 2px;
	}

	.post-carousel .title-frame {
		border: 0;
		padding: 0 30px;
	}

	.post .visual {
		width: 100%;
		margin: 0 0 20px;
	}

	.heading {
		padding-bottom: 12px;
	}

	.heading h2 {
		padding: 0 10px 5px;
	}

	.box-item .row {
		margin: 0;
	}

	.box-item .box.large {
		width: 100%;
		margin: 0 0 10px;
	}

	.box-item .box.big {
		width: 100%;
	}

	.box-item .box.add {
		width: 100%;
		margin: 0;
		padding: 0 0 10px;
	}

	.box-item .box {
		width: 100%;
		margin: 0 0 10px;
	}

	.heading-box > a {
		padding: 15px 5px;
	}

	.category-heading {
		margin-bottom: 26px;
		border-bottom: 2px solid #525252;
	}

	.category-heading .heading-holder i {
		width: 70px;
	}

	.category-heading .heading-holder {
		display: block;
	}

	.category-heading .heading-holder:before,
	.category-heading .heading-holder:after {
		display: none;
	}

	.category-heading .heading-holder i {
		left: 0;
	}

	.category-heading .heading-holder i.align-right {
		left: auto;
		right: 0;
	}

	.category-heading .header-frame {
		padding: 13px 70px 17px !important;
	}

	.category-heading.create i {
		left: 6px;
	}

	.category-heading.create i.align-right {
		left: auto;
		right: 5px;
	}

	.category-heading.forage i {
		left: 6px;
	}

	.category-heading.forage i.align-right {
		left: auto;
		right: 0;
	}

	.category-heading.tribe i {
		left: 6px;
	}

	.category-heading.tribe i.align-right {
		left: auto;
		right: 5px;
	}

	.category-heading.habitat i {
		left: 5px;
	}

	.category-heading.habitat i.align-right {
		left: auto;
		right: 5px;
	}

	.category-heading.gather i {
		left: 0;
	}

	.category-heading.gather i.align-right {
		left: auto;
		right: 5px;
	}

	.category-heading h1 {
		margin: 0 0 3px;
	}

	.single-post {
		padding-bottom: 30px;
	}

	.single-post .heading h2 {
		font: 700 14px/22px "brandon-grotesque", sans-serif;
		margin: 0;
		border: 0;
	}

	.single-post .heading {
		padding-bottom: 13px;
	}

	.single-post .visual {
		margin-bottom: 20px;
	}

	.panel .panel-holder {
		padding: 20px 0;
	}

	.panel .opener {
		display: block;
		padding-bottom: 23px;
	}

	.panel .opener:after {
		display: none;
	}

	.panel .opener.view-comment {
		padding-bottom: 0;
	}

	.slide-comments {
		margin-bottom: 0;
		padding-bottom: 25px;
	}

	.commentlist-item {
		padding: 0 10px;
	}

	.wpcf7-form .row.add,
	.subscribe-form .row.add,
	.search-form .row.add,
	.post-password-form .row.add,
	.comment-form .row.add {
		margin: 0;
	}

	.wpcf7-form .row,
	.subscribe-form .row,
	.search-form .row,
	.post-password-form .row,
	.comment-form .row {
		margin: 0;
	}

	.wpcf7-form .row-holder,
	.subscribe-form .row-holder,
	.search-form .row-holder,
	.post-password-form .row-holder,
	.comment-form .row-holder {
		width: 100%;
		margin: 0 0 20px;
		display: block;
	}

	.wpcf7-form .textarea,
	.subscribe-form .textarea,
	.search-form .textarea,
	.post-password-form .textarea,
	.comment-form .textarea {
		display: block;
		margin-bottom: 20px;
	}

	.widget .subscribe-form,
	.widget .search-form {
		padding: 0;
	}

	.post-list {
		margin: 0;
	}

	.post-list li {
		width: 100%;
		margin: 0 0 6px;
	}

	.post-list .visual {
		margin-bottom: 10px;
	}

	.post-list h2 {
		font-size: 13px;
		line-height: 22px;
		margin: 0 50px 10px;
	}

	#sidebar .widget_search,
	#sidebar .widget_search.add {
		display: block;
		width: 100%;
		margin: 0 0 18px;
	}

	#sidebar .subscribe_widget {
		display: block;
		width: 100%;
		margin: 0 0 23px;
	}

	#sidebar .widget_archive .slide {
		opacity: 0;
		position: absolute !important;
	}

	#sidebar .widget_archive .opener {
		display: block;
	}

	#sidebar .copyright {
		line-height: 18px;
	}

	#sidebar .copyright .text {
		display: block;
	}

	#sidebar .link-holder {
		margin: 0 0 -2px;
	}

	#sidebar .link-holder .opener-sidebar,
	#sidebar .link-holder .back-to-top {
		display: block;
		margin: 0 0 18px;
	}

	#footer {
		padding-bottom: 24px;
	}

	.social-network {
		padding-bottom: 17px;
	}

	.social-network.add {
		display: block;
		padding: 0 0 24px;
	}

	.copyright {
		font: 10px/18px "brandon-grotesque", sans-serif;
	}

	#fancybox-loading div {
		display: none !important;
	}

	#fancybox-overlay {
		display: none !important;
	}

	#fancybox-wrap {
		display: none !important;
	}

	#fancybox-close {
		display: none !important;
	}

	#fancybox-left-ico {
		display: none !important;
	}

	#fancybox-right-ico {
		display: none !important;
	}

	#fancybox-bg-ne {
		display: none !important;
	}

	#fancybox-bg-e {
		display: none !important;
	}

	#fancybox-bg-se {
		display: none !important;
	}

	#fancybox-bg-sw {
		display: none !important;
	}

	#fancybox-bg-nw {
		display: none !important;
	}

	#fancybox-title-float-left {
		display: none !important;
	}

	#fancybox-title-float-right {
		display: none !important;
	}

}

#gform_1 label.gfield_label {
	display: none;
}

.gform_wrapper .gform_footer {
	float: none;
	text-align: center;
	padding: 0em 0 .625em !important;
}

.gform_wrapper input[type=text] {
	text-align: center;
}

.gform_footer input[type=submit] {
	color: #ffffff;
	background-color: #d7d3ce;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.gform_footer input[type=submit]:hover {
	color: #d7d3ce;
	background-color: #ffffff;
	border: 2px solid #ffffff;
}

form#gform_1 {
	margin-bottom: 0px !important;
}

.widget-3.widget-odd.widget.gform_widget {
	margin-bottom: 10px !important;
}

.icon-vimeo:before {
	content: "\e611";
}

#sidebar .social-network .vimeo {
	padding-top: 4px;
	width: auto;
	height: auto;
}

.social-network.home .vimeo {
	padding-top: 4px;
	width: auto;
	height: auto;
}

.social-network.add i.icon-vimeo {
	font-size: 21px;
}

.social-network .vimeo {
	position: relative;
	cursor: pointer;
	-webkit-transition: color, ease, .3s;
	transition: color, ease, .3s;
}

.social-network .vimeo:hover {
	color: #bebbb5;
}

.social-network .vimeo {
	width: 26px;
	height: 24px;
}

.social-network .vimeo i {
	position: static;
}

.social-network i.icon-vimeo {
	font-size: 23px;
}

.icon-instagram:before {
	content: "\e900";
}

#sidebar .social-network .instagram {
	padding-top: 4px;
	width: auto;
	height: auto;
}

.social-network.home .instagram {
	padding-top: 4px;
	width: auto;
	height: auto;
}

.social-network.add i.icon-instagram {
	font-size: 21px;
}

.social-network .instagram {
	position: relative;
	cursor: pointer;
	-webkit-transition: color, ease, .3s;
	transition: color, ease, .3s;
}

.social-network .instagram:hover {
	color: #bebbb5;
}

.social-network .instagram {
	width: 26px;
	height: 24px;
}

.social-network .instagram i {
	position: static;
}

.social-network i.icon-instagram {
	font-size: 23px;
}

i.icon-instagram {
	font-family: 'insta' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
	content: "\e900";
}

.instagram-pics {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Cookbook Page =========== */
#cookbook-header {
	display: flex;
	width: 100%;
	margin: 10px auto;
	float: left;
}

#cookbook-header-left {
	display: block;
	width: 48%;
	float: left;
	margin-right: 2%;
}

#cookbook-header-left img {
	vertical-align: bottom !important;
}

#cookbook-header-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 48%;
	float: left;
	background: #f8f8f6;
	padding: 40px;
}

#cookbook-header-right h1,
#cookbook-header-right h2 {
	text-align: center;
}

#cookbook-header-right h2 {
	font-size: 14px;
}

#cookbook-header-right h1:after {
	content: "";
	display: block;
	height: 2px;
	background: #000;
	width: 80px;
	margin: 10px auto 0;
}

#cookbook-header-right p {
	text-align: justify;
}

#cookbook-header p {
	margin: 0 0 8px;
	line-height: 1.5;
}

#cookbook-header p:last-of-type {
	margin: 0 0 0;
}

#cookbook-middle {
	display: block;
	float: left;
	width: 100%;
	margin-top: 30px;
}

#cookbook-middle h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.4;
}

#cookbook-middle p {
	text-align: center;
}

#cookbook-links {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}

#cookbook-links a {
	display: inline-block;
	width: 23%;
	margin: 10px 1%;
	background-color: #d6d2cc;
	text-align: center;
	text-transform: uppercase;
	color: #2f2f2f;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 14px 0;
}

#cookbook-links a:hover {
	background-color: #bebbb5;
	color: #2f2f2f;
}

@media all and (max-width:920px) {
	#cookbook-header {
		display: block;
	}

	#cookbook-header-left {
		display: block;
		width: 100%;
		float: left;
		margin-right: 0;
		text-align: center;
		margin-bottom: 20px;
	}

	#cookbook-header-right {
		width: 100%;
		display: block;
	}

}

@media all and (max-width:800px) {
	#cookbook-links a {
		max-width: 250px;
		width: 100%;
	}

}

@media all and (max-width:600px) {
	#cookbook-header-right {
		padding: 30px 24px;
	}

}

#booktour {
	display: block;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 30px;
}

#booktour a {
	display: inline-block;
	background-color: #d6d2cc;
	text-align: center;
	text-transform: uppercase;
	color: #2f2f2f;
	font-weight: 600;
	font-size: 11px;
	letter-spacing: 1px;
	margin-top: 10px;
	padding: 4px 10px;
}

#booktour a:hover {
	background-color: #bebbb5;
	color: #2f2f2f;
}

#booktour-column {
	width: 50%;
	display: block;
	float: left;
}

span.tourdate {
	font: 400 15px/18px "ff-ernestine-web-pro", sans-serif;
	padding-bottom: 5px;
	display: inline-block;
}

span.tourlocation {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .05em;
	font-size: 14px;
}

#booktour h2 {
	margin-bottom: 20px;
}

@media all and (max-width:730px) {
	#booktour-column {
		width: 100%;
		display: block;
		float: none;
	}

}

.single-post h6 {
	font-family: ff-ernestine-web-pro, sans-serif !important;
	font-size: 15px !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	line-height: 18px !important;
	text-transform: none !important;
	border-bottom: 1px solid #525252 !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
	letter-spacing: .05em;
	display: inline-block;
}