<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Main Stylesheet
 *
 * @package Vanda
 * @since Vanda 1.0
 */

/**
 * Table of Contents:
 *
 * 1.0 - Body
 * 2.0 - Helpers
 * 3.0 - Multimedia
 * 4.0 - WordPress
 *		4.1 - Smiley
 *		4.2 - Accessibility
 *		4.3 - Alignments
 *		4.4 - Captions
 *		4.5 - Galleries
 * 5.0 - Content
 *		5.1 - Links
 *		5.2 - Tables
 *		5.3 - Pagination
 *		5.4 - Error Page
 *		5.5 - Tooltips
 * 6.0 - Header
 *		6.1 - Main Menu
 *		6.2 - Labels
 *		6.3 - Mobile Menu
 *		6.4 - Logo
 *		6.5 - Navigation Buttons
 *		6.6 - Search
 *      6.7 - Top Bar
 * 7.0 - Page Headings
 * 8.0 - Single Post
 *		8.1 - Previous / Next Arrows
 *		8.2 - Reader Mode
 *		8.3 - Infobox
 *		8.4 - Posts navigation
 *		8.5 - Author
 *		8.6 - Comments
 *		8.7 - Related
 *		8.8 - Gallery Post
 *		8.9 - Recipe Post
 * 9.0 - Social Share
 * 10.0 - Featured Area
 *		10.1 - Panes Slider
 *		10.2 - Carousel
 *		10.3 - Slider
 *		10.4 - Slider 2
 *		10.5 - Tabs
 *      10.6 - Stacked
 *		10.7 - Banners
 * 11.0 - Owl Carousel
 * 12.0 - Transitions
 * 13.0 - Loop
 *		13.1 - Posts Content
 *		13.2 - Post Meta
 *		13.3 - Post Labels
 *		13.4 - Post Likes
 * 14.0 - Post Styles
 *		14.1 - Grid
 *		14.2 - Big
 *		14.3 - Medium
 *		14.4 - Solid
 *		14.5 - Sponsored
 * 15.0 - Widgets
 *		15.1 - Flying Sidebar
 *		15.2 - Calendar
 *		15.3 - Tag Cloud
 *		15.4 - Search
 *		15.5 - Menu
 *		15.6 - Recent Comments
 *		15.7 - Text
 *		15.8 - Recent Posts
 *		15.9 - Banner
 *		15.10 - Socialize
 *		15.11 - Feedburner Subscribe
 *		15.12 - Pinterest
 *		15.13 - Instagram
 * 16.0 - Footer
 *		16.1 - Back Top
 *		16.2 - Popular Slider
 *		16.3 - Instagram
 *		16.4 - Social Networks
 *		16.5 - Copyright
 *		16.6 - Logo
 *		16.7 - Menu
 *		16.8 - Widgets
 * 17.0 - Contact Form 7
 * 18.0 - Social Networks
 * 19.0 - Loader
 * 20.0 - Advertising
 * 21.0 - Responsive Styles
 * -----------------------------------------------------------------------------
 */
 
/*-----------------------------------------------------------------------------------*/
/*	1.0 - Body
/*-----------------------------------------------------------------------------------*/
body {
	font-family: 'Roboto', Arial, Helvetica, serif;
	font-size: 14px;
	line-height: 20px;
	background: #FFFFFF;
	color: #333;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

a {
	color: #D8A252;
	outline: none;
	text-decoration: none;
}

a:hover,
a:focus { 
	color: #333333;
	outline: none;
	text-decoration: none;
}

::-moz-selection {
	background: #F3F3F3;
}

::selection {
	background: #F3F3F3;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Playfair Display', Arial, Helvetica, serif;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: .5px;
	margin-bottom: 15px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

h1 {
	font-size: 30px;
}

h2{
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	margin-bottom: 15px;
}

blockquote {
	font-family: 'Georgia', serif;
	font-size: 15px;
	font-style: italic;
	margin: 10px 0 20px;
	padding: 20px 60px;
	line-height: 1.5;
	position: relative;
	color: #929292;
	border-left: 6px solid #bdbdbd;
}

blockquote:before {
  display: block;
  content: "\201C";
  font-size: 70px;
  position: absolute;
  left: 9px;
  top: 0px;
  color: #bdbdbd;
}

blockquote p {
	margin: 0;
}

cite {
	color: #999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
	font-style: normal;
}

cite:before {
	content: "\2014 \2009";
}

em,
i {
	font-style: italic;
}

strong {
	font-weight: 700;
}

img,
video,
object,
embed {
	height: auto;
	max-width: 100%;
}

caption,
th,
td {
	text-align: left
}

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

sub {
	bottom:-3px;
}

sup {
	top:-4px;
}

label {
    letter-spacing: 1px;
}

input,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #BBBBBB;
    background: #FAFAFA;
    border: 1px solid #eaeaea;
    font-size: 12px;
    line-height: 1em;
    padding: 14px;
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #333;
	background: #fff;
	border-color: #aaa;
}

.button,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #D8A252;
	color: #fff;
	padding: 16px 25px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.button:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background-color: #333;
	outline: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #555;
	outline: none;
}

select {
    padding: 15px;
    font-size: 12px;
    color: #aaa;
    border: 1px solid #eaeaea;
    background: #fafafa;
    outline: none;
    cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/*	2.0 - Helpers
/*-----------------------------------------------------------------------------------*/
.fixed {
	position: fixed !important;
	-webkit-transform: translatez(0) !important;
    -moz-transform: translatez(0) !important;
    -ms-transform: translatez(0) !important;
    -o-transform: translatez(0) !important;
    transform: translatez(0) !important;
}

.shadowed:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	margin-left: 0;
	border: solid transparent;
	height: 0;
	width: 0;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #111;
	border-width: 7px 0 0 6px;
}

.sticky {
	display: block;
}

.bypostauthor {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

.overflow-hidden {
	overflow: hidden;
}

.window-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100vh;
	z-index: 9998;
}

.window-overlay.open {
	display: block;
}

.vertical-alignment-wrap {
	display:table;
	height: 100%;
	width: 100%;
	pointer-events: none;
}

.vertical-align-center {
	display: table-cell;
	vertical-align: middle;
	pointer-events: none;
}

/*-----------------------------------------------------------------------------------*/
/*	3.0 - Multimedia
/*-----------------------------------------------------------------------------------*/
.video-container {
    display: block;
    margin-bottom: 40px;
}

.audio-container {
    display: block;
    margin-top: 0px;
    padding-bottom: 35px;
}

.audio-container.self-hosted {
    display: block;
    position: relative;
    bottom: 70px;
    left: 0;
    width: 100%;
    z-index: 9;
}

.audio-container iframe,
.audio-container object,
.audio-container embed,
.audio-container video {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 300px;
	height: auto;
	z-index: 1;
}

/*-----------------------------------------------------------------------------------*/
/*	4.0 - WordPress
/*	4.1 - WP:: Smiley
/*-----------------------------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	4.2 - WP:: Accessibility
/*-----------------------------------------------------------------------------------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-webkit-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;
}

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

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

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

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

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

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

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

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

.wp-caption .wp-caption-text {
	font-size: 12px;
	padding: 10px;
	color: #999;
	background-color: #f9f9f9;
	border: 1px solid;
	border-color: #EEEEEE #F2F2F2;
	border-top: none;
	text-align: center;
	letter-spacing: 1px;
}

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

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

.gallery-columns-999 .gallery-item {
    width: 100%;
	height: auto;
	padding: 0;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
    position: absolute;
    bottom: 10px;
    right: 5%;
    width: 90%;
    font-size: 11px;
    padding: 6px 10px;
    color: #ddd;
    background-color: rgba(0,0,0,.7);
    z-index: 99;
}

.gallery-columns-999 .gallery-caption {
	bottom: 13px;
	right: 8px;
	width: auto;
	font-size: 12px;
	padding: 10px 20px;
}

.mfp-arrow:focus,
.mfp-arrow:hover,
.mfp-close:hover {
    background: none;
}

/*-----------------------------------------------------------------------------------*/
/*	5.0 - Content
/*-----------------------------------------------------------------------------------*/
.layout-boxed {
    max-width: 1260px;
    margin: 0 auto;
    background: #fff;
}

.layout-boxed .nav-section.fixed {
    max-width: 1260px;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.site-content {
	margin: 30px 0 0;
}

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

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

.no-results {
	background: #fff;
	padding: 30px;
}

.styled {
	position: relative;
	padding: 20px;
	margin-bottom: 30px;
	background: #FFF;
	border: 1px solid #eaeaea;
}

.styled-title h3 {
    display: inline-block;
    line-height: 36px;
    color: #DDD;
    background: #FFF;
    padding: 0px 25px;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.styled-title {
    position: absolute;
    left: 0;
    top: -18px;
    text-align: center;
    z-index: 2;
}

/*-----------------------------------------------------------------------------------*/
/*	5.1 - Content:: Links
/*-----------------------------------------------------------------------------------*/
.page-links {
	clear: both;
	margin: 0 0 20px;
	padding-top: 20px;
	font-weight: 700;
	border-top: 1px dashed #333;
	letter-spacing: 1px;
	text-align: right;
}

.page-links a {
    display: inline-block;
    border: 1px solid;
    padding: 3px 10px;
    margin: 0 3px;
    color: #d4d4d4;
}

/*-----------------------------------------------------------------------------------*/
/*	5.2 - Content:: Tables
/*-----------------------------------------------------------------------------------*/
.entry-content table {
    width: 100%;
    margin-bottom: 20px;
}

.entry-content table a {
    border: none;
}

.entry-content table tr:hover {
    background: #fbfbfb;
}

.entry-content table td,
.entry-content table th {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

/*-----------------------------------------------------------------------------------*/
/*	5.3 - Content:: Pagination
/*-----------------------------------------------------------------------------------*/
.pagination {
	display: block;
	margin: 10px 0 0;
	padding: 20px 0;
	border-top: 1px solid #eaeaea;
}

.pagination ul {
	display: block;
	padding: 0;
	margin: 0;    
	text-align: center;
}

.pagination li {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	width: 36px;
	text-align: center;
}

.pagination li a {
	display: block;
	color: #aaa;
	font-size: 12px;
	border: 1px solid transparent;
	background: transparent;
}

.pagination li i {
    font-weight: 400;
}

.pagination li a:hover,
.pagination li.active a {
	color: #333;
	border-color: #333;
}

.pagination li a:hover {
	color: #333;
}

/*-----------------------------------------------------------------------------------*/
/*	5.4 - Content:: Error Page
/*-----------------------------------------------------------------------------------*/
.error-404 {
	text-align: center;
}

.error-404 h5.error-message {
    font-size: 105px;
    line-height: 1em;
    margin: 50px 0 0;
}

.error-404 p {
	color: #a5a5a5;
	margin-top: 30px;
	margin-bottom: 90px;
}

.error-404 h1.page-title {
	color: #a5a5a5;
	font-size: 30px;
}

.error-404 a.error-home {
	font-size: 40px;
	float: left;
	margin-top: 10px;
}

.error-404 span.screen-reader-text {
	display: none;
}

h2.center-heading {
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
}

/*-----------------------------------------------------------------------------------*/
/*	5.5 - Content:: Tooltips
/*-----------------------------------------------------------------------------------*/
.tooltip &gt; .tooltip-inner {
	padding: 5px 10px;
    font-size: 10px;
    font-weight: 700;
	text-transform: uppercase;
	border-radius: 0;
	box-shadow: 0 1px 6px -1px #333;
	-webkit-box-shadow: 0 1px 6px -1px #333;
}

/*-----------------------------------------------------------------------------------*/
/*	6.0 - Header
/*-----------------------------------------------------------------------------------*/
.site-header {
    display: block;
    position: relative;
    background: #fff;
    z-index: 999;
}

.site-header .fixed-placeholder {
	height: 0px;
	display: block;
	position: relative;
	content: "";
}

.nav-section-wrap {
	line-height: 70px;
	border-bottom: 1px solid #eee;
}

h1.site-title {
	font-size: 60px;
	line-height: 1em;
}

h2.site-description {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	6.1 - Header:: Main Menu
/*-----------------------------------------------------------------------------------*/
.site-navigation {
	display: inline-block;
}

.nav-section {
    position: relative;
    background: #fff;
}

.nav-section.fixed {
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
}

body.admin-bar .nav-section.fixed {
	top: 32px;
}

.site-navigation .main-navigation {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

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

.main-navigation ul.menu li {
    display: inline-block;
}

.main-navigation ul.menu li a {
    display: block;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

.main-navigation ul.menu li:hover &gt; a {
    color: #d8a252;
}

.main-navigation ul.menu li {
	position: relative;
}

.main-navigation ul.menu li &gt; ul.sub-menu {
	display: block;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width: 220px;
	width: auto;
	height: auto;
	top: 100%;
	left: 0;
	padding: 0;
	margin: 0;
	margin-top: 1px;
	background-color: #ffffff;
	border: 1px solid #eaeaea;
	border-top: 0;
	z-index: 9998;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.main-navigation ul.menu li:hover &gt; ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

.main-navigation ul.menu ul.sub-menu li &gt; ul.sub-menu {
	left: 100%;
	top: 0;
	border: 1px solid #eaeaea;
}

.main-navigation ul.menu ul.sub-menu li {
	padding: 0;
	display: block;
}

.main-navigation ul.menu ul.sub-menu li a {
	font-size: 11px;
	padding: 8px 20px;
	line-height: 1.5em;
}

.main-navigation ul.menu ul.sub-menu li a:hover {
	color: #777;
	background: #f3f3f3;
}

.header-one .site-navigation,
.header-one .nav-icons,
.header-six .site-navigation,
.header-six .nav-icons  {
    display: inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*	6.2 - Header:: Labels
/*-----------------------------------------------------------------------------------*/
.main-navigation ul.menu li span.menu-label {
    position: absolute;
    top: 1px;
    right: 50%;
    padding: 4px 10px;
    color: #fff;
    background: #d8a252;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-size: 9px;
    letter-spacing: 1px;
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.main-navigation ul.menu li span.menu-label:after {
    border-top-color: #d8a252;
    border-width: 4px 7px 0 7px;
    left: 50%;
    right: 0;
    margin-left: -7px;
}

.header-three .main-navigation ul.menu li span.menu-label,
.header-four .main-navigation ul.menu li span.menu-label {
    top: -8px;
	padding: 5px 10px;
}

.nav-section.fixed .main-navigation ul.menu li span.menu-label {
    top: 1px;
	padding: 4px 10px;
}

/*-----------------------------------------------------------------------------------*/
/*	6.3 - Header:: Mobile Menu
/*-----------------------------------------------------------------------------------*/
.mobile-menu-wrapper {
	display: block;
	position: fixed;
	left: -300px;
	top: 0;
	background-color: #fff;
	width: 300px;
	max-width: 85%;
	height: 100vh;
	padding: 30px;
	text-align: left;
	line-height: 2em;
	z-index: 9999;
	transition: left 0.4s;
	-webkit-transition: left 0.4s;
	-moz-transition: left 0.4s;
}

.mobile-menu-wrapper.open {
	left: 0;
}

.mobile-bar {
    display: block;
    position: relative;
    background-color: #fff;
    line-height: 60px;
    text-align: center;
}

.mobile-bar-wrapper {
    border-bottom: 1px solid #eaeaea;
}

.mobile-bar img {
    max-height: 60px;
    width: auto;
    padding: 5px 0;
}

.mobile-logo {
    display: inline-block;
}

.mobile-button {
	display: block;
	line-height: 40px;
	background: #333;
	padding: 0 20px;
	text-align: left;
}

.mobile-button a {
    display: block;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.mobile-cart a {
	position: relative;
}

.mobile-search,
.mobile-cart,
.mobile-extras {
	display: inline-block;
	width: 32px;
}

.mobile-bar a.header-cart-trigger,
.mobile-bar a.header-search-trigger,
.mobile-bar a.header-extras-trigger {
	font-size: 16px;
	font-weight: 400;
	color: #333;
}

.mobile-cart sup.cart-count {
    top: -10px;
    left: 10px;
}

#mobile-menu {
	padding: 0 0 10px;
}

#mobile-menu span.subtrigger {
	padding: 3px 0px;
	float: right;
	font-size: 20px;
}

#mobile-menu span.subtrigger.open {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

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

ul.mobile-navigation li {
	display: block;
}

ul.mobile-navigation li a {
	display: block;
	width: 100%;
	padding: 3px 0;
	font-size: 13px;
	font-weight: 700;
	color: #444;
	text-transform: uppercase;
	border-bottom: 1px solid #f5f5f5;
}

ul.mobile-navigation li a:hover {
	color: #333;
}

ul.mobile-navigation li &gt; ul.sub-menu li a {
	font-size: 11px;
	color: #999;
}

ul.mobile-navigation li &gt; ul.sub-menu {
	display: none;
	padding-left: 15px;
	margin: 5px 0;
}

ul.mobile-navigation li.menu-item-has-children &gt; a:after {
	display: none;
}

.mobile-menu-wrapper ul.social-icons li a {
	font-size: 15px;
}

.mobile-menu-wrapper .header-search {
	display: block;
	float: none;
	margin: 0;
	padding: 10px 0;
}

.mobile-menu-wrapper .header-search input.search-field {
	width: 210px;
	max-width: 85%;
}

.mobile-menu-wrapper .header-search:before {
	top: 12px;
}

/*-----------------------------------------------------------------------------------*/
/*	6.4 - Header:: Logo
/*-----------------------------------------------------------------------------------*/
.site-branding {
    display: block;
    text-align: center;
    padding: 20px 0;
    /* background-color: #fff; */
    border-bottom: 1px solid #eee;
}

.header-one .site-branding,
.header-six .site-branding {
    display: inline-block;
    padding: 0;
    margin-right: 15px;
	border: none;
}

.header-one .site-branding img,
.header-six .site-branding img {
    max-height: 70px;
}

/*-----------------------------------------------------------------------------------*/
/*	6.5 - Header:: Navigation Buttons
/*-----------------------------------------------------------------------------------*/
.header-extras,
.header-search,
.header-cart {
    display: inline-block;
    line-height: 60px;
    min-width: 20px;
}

.nav-icons a.header-search-trigger,
.nav-icons a.header-cart-trigger,
.nav-icons a.header-extras-trigger {
    display: block;
    width: 27px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.nav-icons {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #eee;
}

.header-socials {
    display: inline-block;
}

.header-socials ul.social-icons li {
    margin: 0 4px;
}

.header-socials ul.social-icons a {
    width: 15px;
    font-size: 15px;
    color: #aaa;
}

.header-socials ul.social-icons a:hover {
    color: #333;
    background: none;
}

/*-----------------------------------------------------------------------------------*/
/*	6.6 - Header:: Search
/*-----------------------------------------------------------------------------------*/
.header-cart a.header-cart-trigger {
	position: relative;
}

.header-search a.header-search-close {
	display: none;
}

.header-search-wrapper {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 0px 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999;
}

.header-search-wrapper .search-form {
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
}

.header-search-wrapper .search-form input.search-submit {
	display: none;
}

.header-search-wrapper input.search-field {
    display: block;
    width: 100%;
    max-width: 1140px;
    padding: 0;
    height: 60px;
    background: none;
    outline: none;
    background: transparent;
    color: #ccc;
    border: none;
    font-size: 13px;
    letter-spacing: 2px;
    text-align: center;
}

.header-search-wrapper input.search-field:focus {
	color: #fff;
	border-color: #fff;
}

.header-search-wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ddd;
}
.header-search-wrapper ::-moz-placeholder { /* Firefox 19+ */
	color: #ddd;
}
.header-search-wrapper :-ms-input-placeholder { /* IE 10+ */
	color: #ddd;
}
.header-search-wrapper :-moz-placeholder { /* Firefox 18- */
	color: #ddd;
}

/*-----------------------------------------------------------------------------------*/
/*	6.7 - Header:: Top Bar
/*-----------------------------------------------------------------------------------*/
.top-navigation ul li a,
.topbar-text {
    font-size: 12px;
    letter-spacing: 1px
}

.header-search-wrapper input.search-field:focus {
    color: #fff;
    border-color: #fff
}

.top-bar {
    color: #ddd;
    background: #333;
    padding: 10px 0
}

.top-bar .header-socials ul.social-icons a,
.top-bar a {
    color: #cecece
}

.top-bar .header-socials ul.social-icons a:hover,
.top-bar a:hover {
    color: #fff
}

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

.top-navigation ul li {
    display: inline-block;
    margin-right: 10px
}

.top-navigation ul li:last-child {
    margin-right: 0
}

.top-navigation ul li a {
    display: block;
    font-weight: 700
}

.top-navigation ul.menu li {
    position: relative
}

.top-navigation ul.menu li&gt;ul.sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 220px;
    width: auto;
    height: auto;
    top: 100%;
    left: 0;
    padding: 0;
    margin: 1px 0 0;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-top: 0;
    text-align: left;
    z-index: 9998;
    transition: all .2s ease-in-out
}

.top-navigation ul.menu li:hover&gt;ul.sub-menu {
    opacity: 1;
    visibility: visible
}

.top-navigation ul.menu ul.sub-menu li&gt;ul.sub-menu {
    left: 100%;
    top: 0;
    border: 1px solid #eaeaea
}

.top-navigation ul.menu ul.sub-menu li {
    padding: 0;
    display: block;
    margin: 0
}

.top-navigation ul.menu ul.sub-menu li a {
	color: #aaa;
    font-size: 11px;
    padding: 8px 18px;
    line-height: 1.4em
}

.top-navigation ul.menu ul.sub-menu li a:hover {
    color: #777;
    background: #f3f3f3
}

.top-bar .nav-icons {
    display: inline-block;
    padding: 0;
    margin: 0;
    border-left: none
}

.top-bar .nav-icons a {
    color: inherit;
    font-size: 16px;
    line-height: 1
}

.top-bar .nav-icons a:hover {
    color: inherit
}

.top-bar .nav-icons .cart-count {
    top: -7px;
    left: 16px;
    width: 15px;
    height: 15px;
    line-height: 15px
}

.top-bar .header-cart-wrapper,
.top-bar .header-search-wrapper {
    margin-top: 10px
}

/*-----------------------------------------------------------------------------------*/
/*	7.0 - Page Headings
/*-----------------------------------------------------------------------------------*/
header.page-header {
    padding: 20px 30px;
    margin-bottom: 20px;
    margin-top: 0;
}

header.page-header h1 {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
}

header.page-header i {
    margin-right: 15px;
}

header.page-header p {
    margin: 10px 0 0;
}

header.page-header h1.achive-title span {
	color: #D8A252;
	margin-left: 10px;
	text-transform: none;
}

header.search-results-header span {
	color: #D8A252;
}

header.page-header .taxonomy-description {
    color: #999;
    border-top: 1px solid #eee;
    margin-top: 10px;
    font-size: 13px;
}

.single-page-content header.entry-header h1 {
	margin: 0 0 15px;
}

header.entry-header {
    position: relative;
}

h2.contacts-title {
    margin: 0 0 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	8.0 - Single Post
/*-----------------------------------------------------------------------------------*/
article.sticky {
    outline: 3px solid #333;
    outline-offset: 3px;
}

.single-post-container {
	display: block;
	margin: 0 auto;
	max-width: 1024px;
	margin-bottom: 20px;
}

.single-post-content article.post {
	margin-bottom: 30px;
}

.single-post-content iframe,
.single-page-content iframe {
	max-width: 100%;
}

.single-post-container .entry-content.with-infobox {
    clear: both;
}

.single-post-content .entry-wrapper {
	position: relative;
	padding: 20px;
	min-height: 360px;
}

.single-post-content header.entry-header {
    position: relative;
    min-height: 40px;
}

.single-post-content h1.entry-title {
	position: relative;
	margin: 0;
	margin-bottom: 40px;
	padding: 0 30px 20px;
}

.single-post-content h1.entry-title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;
    width: 50px;
    height: 3px;
    background-color: #d8a252;
}

.left-infobox h1.entry-title {
	margin-left: 310px;
}

.right-infobox .entry-infobox {
    float: right;
    margin-right: -20px;
    border-right: none;
    border-left: 1px solid #eee;
}

.right-infobox h1.entry-title {
    padding: 0 30px 20px 0px;
    margin-right: 310px;
}

.right-infobox h1.entry-title:after {
    left: 0px;
}

.no-infobox .single-post-content h1.entry-title {
    padding: 0 0 20px;
}

.no-infobox .single-post-content h1.entry-title:after {
    left: 0;
}

.single-post-content ul.post-categories {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.single-post-content ul.post-categories li {
    display: inline-block;
}

.single-post-content footer.entry-footer,
.single-page-content footer.entry-footer {
    border-top: 1px solid #ccc;
    padding: 25px 0 10px;
    text-align: center;
    position: relative;
}

.single-page-content footer.entry-footer {
	margin-top: 30px;
	padding: 30px 0 0;
}

.label-placeholder {
	display: block;
	height: 20px;
}

footer.entry-footer span.share-title {
    position: absolute;
    width: 220px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    top: -15px;
    left: 50%;
    margin-left: -110px;
    background-color: #fff;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 3px;
}

/*-----------------------------------------------------------------------------------*/
/*	8.1 - Single Post:: Previous / Next Arrows
/*-----------------------------------------------------------------------------------*/
nav.prevnext-navigation {
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 99;
}

.prevnext-navigation a {
	position: absolute;
	top: 50%;
	display: block;
	outline: none;
	text-align: left;
	z-index: 1000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.prevnext-navigation a.prev {
	left: 0;
}

.prevnext-navigation a.next {
	right: 0;
}

.prevnext-navigation .icon-wrap {
	position: relative;
	display: block;
	width: 40px;
	padding: 25px 0;
	font-size: 24px;
	color: #aaa;
	border: 0px solid #fff;
	background: #fff;
	box-shadow: 0 1px 6px -2px #aaa;
	-webkit-box-shadow: 0 1px 6px -2px #aaa;
	text-align: center;
	-webkit-transition: border 0.3s 0.15s;
	transition: border 0.3s 0.15s;
	z-index: 100;
}

.prevnext-navigation .mini-post {
	position: absolute;
	top: 50%;
	padding: 20px;
	width: 440px;
	height: 144px;
	background: #fff;
	box-shadow: 0 1px 6px -2px #aaa;
	-webkit-box-shadow: 0 1px 6px -2px #aaa;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.prevnext-navigation a.prev .mini-post {
	left: 0;
	padding: 20px 140px 20px 70px;
	text-align: right;
	-webkit-transform: translateY(-50%) translateX(-100%) scale(0.75);
	transform: translateY(-50%) translateX(-100%) scale(0.75);
}

.prevnext-navigation a.next .mini-post {
	right: 0;
	padding: 20px 70px 20px 140px;
	-webkit-transform: translateY(-50%) translateX(100%) scale(0.75);
	transform: translateY(-50%) translateX(100%) scale(0.75);
}

.prevnext-navigation span {
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #eaeaea;
	color: #ccc;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.2;
}

.prevnext-navigation h3 {
	margin: 0;
	padding: 8px 0 10px;
	font-size: 16px;
	line-height: 1.25;
}

.prevnext-navigation img {
	position: absolute;
	top: 20px;
}

.prevnext-navigation a.prev img {
	right: 20px;
}

.prevnext-navigation a.next img {
	left: 20px;
}

.prevnext-navigation a:hover .icon-wrap {
	border-top-width: 20px;
	border-bottom-width: 20px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.prevnext-navigation a:hover .mini-post {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transform: translateY(-50%) translateX(0) scale(1);
	transform: translateY(-50%) translateX(0) scale(1);
}

/*-----------------------------------------------------------------------------------*/
/*	8.2 - Single Post:: Reader Mode
/*-----------------------------------------------------------------------------------*/
button.reader-trigger {
    position: absolute;
    top: -40px;
    right: 0px;
    width: 50px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 14px;
    z-index: 99;
}

.right-infobox button.reader-trigger {
	left: 0;
	right: auto;
}

button.reader-trigger:after,
.entry-infobox:after {
	border-width: 8px 0 0 10px;
}

.reader-mode.open button.reader-trigger {
	display: none;
}
.reader-mode.open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px 0 0;
    background-color: #fff;
    z-index: 99999;
	overflow: auto;
}

.reader-mode.open h1.entry-title {
    margin-bottom: 15px;
    padding: 0 0 10px;
}

.reader-mode.open .entry-infobox {
	display: none;
}

.reader-mode.open .entry-content a {
	border-bottom: 1px solid;
	transition: none;
}

.reader-mode.open.dark-scheme .entry-content a {
	color: #fff;
}

.reader-mode.open.dark-scheme {
	color: #eee;
	background-color: #222;
}

.reader-mode.open .entry-content {
	width: 100%;
	max-width: 670px;
	margin: 0 auto;
	line-height: 2em;
}

.reader-mode.open h1.entry-title {
	max-width: 670px;
	margin: 0 auto;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.reader-mode.open h1.entry-title:after {
    left: 0;
}

.reader-mode.open.default-font .entry-content {
	font-size: 14px;
}

.reader-mode.open.reduced-font {
	font-size: 12px;
}

.reader-mode.open.reduced-font h1 {
	font-size: 28px;
}

.reader-mode.open.reduced-font h2 {
	font-size: 24px;
}

.reader-mode.open.reduced-font h3 {
	font-size: 20px;
}

.reader-mode.open.reduced-font  h4 {
	font-size: 18px;
}

.reader-mode.open.reduced-font h5 {
	font-size: 16px;
}

.reader-mode.open.reduced-font h6 {
	font-size: 15px;
}

.reader-mode.open.enlarged-font {
	font-size: 16px;
}

.reader-mode.open.enlarged-font h1 {
	font-size: 32px;
}

.reader-mode.open.enlarged-font h2 {
	font-size: 28px;
}

.reader-mode.open.enlarged-font h3 {
	font-size: 24px;
}

.reader-mode.open.enlarged-font h4 {
	font-size: 22px;
}

.reader-mode.open.enlarged-font h5 {
	font-size: 20px;
}

.reader-mode.open.enlarged-font h6 {
	font-size: 18px;
}

.reader-mode .reader-bar {
	display: none;
}

.reader-mode.open .reader-bar {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	height: 40px;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
	text-align: center;
	overflow-y: scroll;
	z-index: 2;
}

.reader-actions {
	table-layout: fixed;
	width: 100%;
	height: 100%;
	max-width: 670px;
	margin: 0 auto;
}

.reader-actions td {
	height: 100%;
	border-right: 1px solid #eaeaea;
}

.reader-actions td:first-child {
	border-left: 1px solid #eaeaea;
}

.reader-actions button {
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 12px;
    background: none;
    color: #aaa;
    box-shadow: none;
	-webkit-box-shadow: none;
}

.reader-actions button:hover {
    background: #fafafa;
}

.reader-actions button i {
	font-size: 14px;
	font-weight: 400;
}

body.admin-bar .reader-mode.open .reader-bar {
    top: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*	8.3 - Single Post:: Infobox
/*-----------------------------------------------------------------------------------*/
.entry-infobox {
	float: left;
	position: relative;
	width: 330px;
	padding: 30px 20px 0;
	margin-right: 30px;
	background: #FFF;
	margin-left: -20px;
	margin-bottom: 30px;
	text-align: left;
	border-right: 1px solid #eee;
	z-index: 9;
}

.has-post-thumbnail .entry-infobox {
	margin-top: -60px;
}

.hide-single-image .entry-infobox {
	margin-top: 0;
}

.infobox {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
}

ul.infobox &gt; li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

ul.infobox &gt; li:last-child {
    border: none;
}

ul.infobox &gt; li.post-stats {
    padding: 0 0 10px;
}

ul.infobox .infobox-title {
    font-weight: 700;
    margin-right: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul.infobox i {
    margin: 0 6px;
}

.infobox a {
	border-bottom: 1px solid;
	color: #333;
}

.infobox a:hover {
	border-color: #ddd;
}

.infobox a.post-like-button,
.infobox a.comments-link {
    border: none;
}

ul.infobox li.post-tags a:before {
    content: "#";
    margin-right: 2px;
}

/*-----------------------------------------------------------------------------------*/
/*	8.4 - Single Post:: Posts navigation
/*-----------------------------------------------------------------------------------*/
.post-navigation {
	position: relative;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    display: inline-block;
    float: left;
    width: 49%;
    padding: 0 50px;
}

.post-navigation .nav-next {
	float: right;
	text-align: right;
}
.post-navigation .nav-previous h4,
.post-navigation .nav-next h4 {
	margin: 0;
	font-size: 16px;
	line-height: 1.25em;
	white-space: nowrap;
	word-wrap: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    color: #333;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    color: #D8A252;
}

.post-navigation .nav-subtitle {
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 700;
    color: #ddd;
    text-transform: uppercase;
    letter-spacing: 1px;
}

span.post-navigation-vr {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 1px;
	background: #eee;
}

.post-navigation .nav-previous i,
.post-navigation .nav-next i {
    position: absolute;
    right: 25px;
    top: 12px;
    font-size: 60px;
    color: #eee;
}

.post-navigation .nav-previous i {
    right: auto;
	left: 25px;
}

/*-----------------------------------------------------------------------------------*/
/*	8.5 - Single Post:: Author
/*-----------------------------------------------------------------------------------*/
.post-author {
    display: block;
    position: relative;
}

.post-author .author-image {
    float: left;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #eee;
}

.post-author .author-info {
    vertical-align: top;
    overflow: hidden;
}

.post-author .author-info h5 {
    margin: 0;
}

.post-author .author-info h5 a {
    color: #333;
}

.post-author .author-info h5 a:hover {
    color: #D8A252;
}

.post-author .author-info p {
    margin: 10px 0 15px;
}

.post-author .author-label.shadowed,
span.related-label.shadowed {
    position: absolute;
    left: -6px;
    top: 15px;
    background-color: #C66F51;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
}

.author-networks {
    display: inline-block;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.post-author .author-networks a {
	padding-right: 8px;
	color: #ccc;
}

.post-author .author-networks a:hover {
	color: #333;
}

/*-----------------------------------------------------------------------------------*/
/*	8.6 - Single Post:: Comments
/*-----------------------------------------------------------------------------------*/
.comments-area {
	display: block;
	position: relative;
}

.comments-area form {
    margin: 15px 0 0;
}

.comments-area .comment-list {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.comments-area .comment-content td {
    padding: 10px;
}

.comments-area .comment-content dt {
    padding: 10px 0;
}


.comments-area .comment-list li {
	margin-top: 30px;
    margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.comments-area .comment-list li:last-child {
	border-bottom: none;
}

.comments-area .comment-list .children {
    list-style: none;
	margin-bottom: 20px;
	padding-left: 80px;
}

.comment-list .comment-meta .comment-author img {
    float: left;
    margin-right: 20px;
}

.comment-list .comment-meta .says {
    display: none;
}

.comment-metadata a {
    display: block;
    margin: 5px 0 10px;
    color: #aaa;
    font-size: 11px;
    text-transform: uppercase;
}

.comment-list .comment-meta p.comment-awaiting-moderation,
.comment-list .comment-meta a.comment-edit-link {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    line-height: 26px;
    font-size: 0;
    margin: 0;
    padding: 0 10px;
    color: #333;
    border: 2px solid;
    text-transform: uppercase;
}

.comment-list .comment-meta p.comment-awaiting-moderation:after,
.comment-list .comment-meta a.comment-edit-link:after {
    font-family: 'FontAwesome';
    content: '\f040';
    font-size: 14px;
    font-weight: 400;
}

.comment-list .comment-meta p.comment-awaiting-moderation:hover,
.comment-list .comment-meta a.comment-edit-link:hover {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.comment-list .comment-meta p.comment-awaiting-moderation:hover:after,
.comment-list .comment-meta a.comment-edit-link:hover:after {
    margin-left: 10px;
}

.comment-list .comment-meta .comment-author b.fn {
    font-size: 16px;
}

.comment-list .comment-body .reply a {
    font-size: 10px;
    font-weight: 700;
    padding: 8px 10px;
    color: #fff;
    background: #d8a252;
    margin-left: 80px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.comment-list .comment-body .reply a:hover {
    background: #333;
}

.comment-list .comment-body .comment-content {
    margin-left: 80px;
    font-size: 13px;
    line-height: 1.5em;
}

.comment-list .comment-body {
    position: relative;
	margin-bottom: 30px;
}

.comments-area h3.comment-reply-title {
    margin: 0 0 20px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.comment-list .comment-respond {
	padding-left: 80px;
}

.comments-area h3.comment-reply-title small a {
    font-size: 10px;
    font-weight: 700;
    margin-left: 20px;
    border: 2px solid;
    color: #333;
    padding: 8px 10px;
}


form.comment-form p.comment-form-author,
form.comment-form p.comment-form-email,
form.comment-form p.comment-form-url {
    display: block;
    margin: 10px 0;
}

form.comment-form p.form-submit input.submit {
	width: 100%;
}

form.comment-form input {
    width: 300px;
}

form.comment-form textarea {
    width: 100%;
    padding: 15px;
}

/*-----------------------------------------------------------------------------------*/
/*	8.7 - Single Post:: Related
/*-----------------------------------------------------------------------------------*/
.related-posts {
    position: relative;
}

.related-carousel {
    margin-top: 10px;
}

.related-posts .related-carousel .related-item {
	width: 100%;
}

.related-posts .related-item h4.entry-title {
	font-size: 16px;
	line-height: 1.25em;
	margin: 15px 0 5px;
}

.related-posts .related-item span.date {
    font-size: 12px;
    color: #aaa;
}

.related-posts .related-item h4.entry-title a {
    color: #333;
}

.related-posts .related-item h4.entry-title a:hover {
    color: #D8A252;
}

.related-carousel .owl-controls {
    position: relative;
    margin: 10px 0 0;
    color: #333;
    text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*	8.8 - Single Post:: Gallery Post
/*-----------------------------------------------------------------------------------*/
.gallery-post .owl-controls .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 50%;
    margin-bottom: -20px;
}

.gallery-post .owl-controls .owl-nav .owl-prev {
    margin-left: 20px;
    float: left;
	font-size: 0;
}

.gallery-post .owl-controls .owl-nav .owl-next {
    float: right;
    margin: 0;
    margin-right: 20px;
	font-size: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	8.9 - Single Post:: Recipe Post
/*-----------------------------------------------------------------------------------*/
.recipe-content {
    margin: 20px 0;
}

.recipe-content h3 {
    margin: 0 0 20px;
}

.recipe-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.recipe-content-wrapper {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.details-column {
    display: table-cell;
    padding-right: 30px;
    vertical-align: top;
}

.preparation-column {
    display: table-cell;
    background: #f5f5f5;
    padding: 30px;
    width: 55%;
    vertical-align: top;
}

.recipe-content ul.recipe-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.recipe-content ul.recipe-box li {
    font-size: 13px;
    padding: 4px 0;
}

.recipe-content ul.recipe-box li i {
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
}

span.recipe-box-title {
    font-weight: 700;
    letter-spacing: 1px;
}

.recipe-content ul.recipe-ingredients {
    /* padding: 20px; */
}

.recipe-content ul.recipe-ingredients li {
    position: relative;
    margin-bottom: 10px;
    font-size: 13px;
    color: #777;
    line-height: 2em;
    cursor: pointer;
    padding-left: 30px;
}

.recipe-content ul.recipe-ingredients li:before {
	content: '\f10c';
	font-family: 'FontAwesome';
	font-size: 22px;
	position: absolute;
	left: 0;
	top: 2px;
	display: inline-block;
	width: 20px;
}

.recipe-content ul.recipe-ingredients li.checked:before {
	content: '\f058';
	color: green;
}

.recipe-content ul.recipe-steps {
    padding: 0;
}

.recipe-content ul.recipe-steps li {
    position: relative;
    padding: 10px 0;
    padding-left: 30px;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.7em;
    color: #777;
    cursor: pointer;
}

.recipe-content ul.recipe-steps li.done {
    text-decoration: line-through;
}

.recipe-content ul.recipe-steps span.step-number {
	position: absolute;
	left: 0;
	top: 13px;
	font-size: 22px;
	font-weight: 700;
	font-style: normal;
}

.reader-mode.open .recipe-content {
    display: block;
    max-width: 670px;
    margin: 20px auto;
}

.reader-mode.dark-scheme .recipe-content .preparation-column {
    color: #777;
}

/*-----------------------------------------------------------------------------------*/
/*	9.0 - Social Share
/*-----------------------------------------------------------------------------------*/
ul.social-share {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.social-share li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

ul.social-share li a {
    display: block;
    font-size: 16px;
    width: 40px;
    height: 34px;
    line-height: 34px;
    color: #bbb;
    box-shadow: 0 0 0 1px;
    -webkit-box-shadow: 0 0 0 1px;
    text-align: center;
}

ul.social-share li i {
	margin: 0;
}

ul.social-share li a:hover {
    
}

li.facebook a:hover {
	background: #3b5998;
	color: #fff;
}

li.twitter a:hover {
	background: #00aced;
	color: #fff;
}

li.google-plus a:hover {
	background: #dd4b39;
	color: #fff;
}

li.linkedin a:hover {
	background: #007bb6;
	color: #fff;
}

li.pinterest a:hover {
	background: #cb2027;
	color: #fff;
}

li.instagram a:hover {
	background: #517fa4;
	color: #fff;
}

li.tumblr a:hover {
	background: #32506d;
	color: #fff;
}

li.vimeo a:hover {
	background: #aad450;
	color: #fff;
}

li.youtube a:hover {
	background: #bb0000;
	color: #fff;
}

li.vkontakte a:hover {
	background: #45668e;
	color: #fff;
}

li.linkedin a:hover {
	background: #007bb6;
	color: #fff;
}

li.behance a:hover {
	background: #1769FF;
	color: #fff;
}

li.snapchat a:hover {
	background: #FFFA37;
	color: #fff;
}

li.vine a:hover {
	background: #00bf8f;
	color: #fff;
}

li.flikr a:hover {
	background: #ff0084;
	color: #fff;
}

li.rss a:hover {
	background: #F25B0D;
	color: #fff;
}

li.email a:hover {
	background: #555555;
	color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	10.0 - Featured Area
/*	10.1 - Featured Area:: Panes Slider
/*-----------------------------------------------------------------------------------*/
.pull-me-right {
	transform: translateX(5%);
}

.pull-me-left {
	transform: translateX(0%);
}

.panes-slider {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 49%;
}

.panes-slider .pane-image {
	display: block;
	position: absolute;
	left: 5%;
	top: 5%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.panes-slider .pane-image .pane-image-holder {
	background-position: center center no-repeat;
	background-size: cover;
	padding-bottom: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.panes-slider .pane-image.pull {
	transform: translateX(1000px);
	-webkit-transform: translateX(1000px);
	-moz-transform: translateX(1000px);
}

.panes-slider .info-separator {
	height: 2px;
	margin: 20px auto;
	width: 5%;
	background: #fff;
}

.panes-slider .pane-info {
	position: absolute;
	bottom: 0%;
	left: 0;
	width: 100%;
	padding: 30px 25px;
	text-align: center;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.panes-slider ul.loop-post-meta {
    position: relative;
    bottom: 0;
    margin-bottom: 10px;
    padding: 0;
    background: none;
}

.panes-slider ul.loop-post-meta li,
.panes-slider ul.loop-post-meta a {
    font-size: 11px;
    color: #fff;
}

.panes-slider .pane-info a {
	text-decoration: none;
}

.panes-slider .pane-info h3 {
	font-size: 26px;
	max-width: 70%;
	margin: 0 auto;
}

.panes-slider .pane-info h3 a {
	color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	10.2 - Featured Area:: Carousel
/*-----------------------------------------------------------------------------------*/
.featured-carousel {
	margin-bottom: 30px;
}

.featured-carousel-item {
    background: #fff;
    text-align: center;
    padding: 15px;
    border: 1px solid #eee;
    border-right: none;
}

.featured-carousel-item figure.post-image {
	background-position: center center;
    background-size: cover;
    height: 330px;
}

.featured-carousel-item:hover figure.post-image {
    opacity: 0.8;
}

.featured-item-info {
    position: relative;
    height: 90px;
    padding: 25px 20px 0;
}

.featured-carousel-item h3 a {
}

.featured-carousel-item h3 a:hover {
    color: #D8A252;
}

.featured-carousel-item h3.entry-title {
    margin: 0;
    font-size: 16px;
}

.featured-carousel-item .post-label {
    top: auto;
    bottom: 100%;
    margin-bottom: -12px;
}

.featured-carousel-item ul.loop-post-meta {
    position: relative;
    background: none;
    width: 100%;
    bottom: 0;
}

.featured-carousel-item ul.loop-post-meta li,
.featured-carousel-item ul.loop-post-meta a {
    color: #fff;
}

.featured-carousel-item .post-hover {
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 100%;
	left: 0;
	padding-top: 15px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.featured-carousel.owl-carousel .owl-controls {
    padding: 0 30px;
}

/*-----------------------------------------------------------------------------------*/
/*	10.3 - Featured Area:: Slider
/*-----------------------------------------------------------------------------------*/
.featured-slider {
	margin-top: 30px;
	margin-bottom: 30px;
}

.featured-slider .owl-stage-outer {
	border: none;
	background-color: #fff;
}

.featured-slider .post-image {
    height: 460px;
    background-position: center center;
	background-attachment: scroll;
    background-size: cover;
}

.featured-slider-info {
    display: block;
    position: absolute;
    width: 320px;
    height: 400px;
    top: 30px;
    left: 30px;
    padding: 30px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.95);
    outline: 2px solid #fff;
    outline-offset: 5px;
}

.featured-item-info ul.loop-post-meta li,
.featured-item-info ul.loop-post-meta a {
    /* font-size: 11px; */
    color: #eee;
}

.featured-slider-info .post-label {
    position: relative;
    bottom: 0;
    margin-top: 25px;
}

.featured-slider-info h3.entry-title {
    font-size: 20px;
    margin: 20px 0;
}

.featured-slider-info .date {
    color: #aaa;
    font-size: 12px;
    margin-bottom: 20px;
}

.featured-slider-info .excerpt {
    display: block;
    font-size: 13px;
}

.featured-slider-info .read-more a {
    font-weight: 700;
    border-bottom: 1px solid;
}

.featured-slider .owl-controls .owl-nav {
    position: absolute;
    right: 45px;
    bottom: 30px;
    opacity: 0;
    visibility: hidden;
}

.featured-slider:hover .owl-controls .owl-nav {
	opacity: 1;
    visibility: visible;
}

.featured-slider-item .post-label span {
    font-size: 10px;
}

.featured-slider .owl-controls {
    bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	10.4 - Featured Area:: Slider 2
/*-----------------------------------------------------------------------------------*/
.featured-slider-two {
    margin-bottom: 30px;
}

.featured-slider-two .slider-info {
    position: absolute;
    bottom: 0;
    left: 50%;
	margin-left: -230px;
    width: 460px;
    text-align: center;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.featured-slider-two .owl-item.active .slider-info {
    bottom: 30%;
	-moz-transform: translateY(30%);
	-webkit-transform: translateY(30%);
	-o-transform: translateY(30%);
	-ms-transform: translateY(30%);
	transform: translateY(30%);
	opacity: 1;
}

.featured-slider-two .featured-slider-item {
	position: relative;
    background: #000;
}

.featured-slider-two .slider-info h3 a {
    color: #fff;
}

.featured-slider-two .slider-info h3 a:hover {
	color: #ddd;
}

.featured-slider-two .post-image {
    height: 460px;
    background-position: center center;
	background-attachment: scroll;
    background-size: cover;
	opacity: 0.8;
}

.featured-slider-two .slider-info h3 {
    font-size: 30px;
    margin: 0 0 20px;
}

.featured-slider-two .slider-info .post-label,
.featured-slider-two .slider-info ul.loop-post-meta {
    position: relative;
    bottom: 0;
    background: none;
    margin: 20px 0 15px;
    z-index: 2;
}

.featured-slider-two .slider-info ul.loop-post-meta li,
.featured-slider-two .slider-info ul.loop-post-meta a {
    color: #fff;
}

.featured-slider-two .owl-controls {
    padding: 0 40px;
    margin-bottom: -20px;
}

/*-----------------------------------------------------------------------------------*/
/*	10.5 - Featured Area:: Tabs
/*-----------------------------------------------------------------------------------*/
.featured-tabs-navigation {
    display: table-cell;
    vertical-align: middle;
    width: 360px;
    border-top: 1px solid #eee;
}

.featured-tabs-content {
    display: table-cell;
    height: 400px;
    width: 780px;
}

.featured-tab-meta ul.loop-post-meta {
    left: 0;
    right: auto;
}

.featured-tabs-content .featured-tabs-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.featured-tabs-image a.tab-link {
    display: block;
    height: 100%;
    width: 100%;
}

.featured-tabs {
    display: table;
    padding: 0;
    margin-bottom: 30px;
}

.featured-tabs .post-label {
    top: 20px;
    left: 22px;
}

.featured-tabs-image {
	position: relative;
}

.featured-tabs-navigation ul.navigation &gt; li {
    display: block;
    position: relative;
    height: 100px;
    border-bottom: 1px solid #eee;
}

.featured-tabs-navigation ul.navigation {
    list-style: none;
    padding: 0;
    margin: 0;
}

.featured-tabs-navigation ul.navigation &gt; li h4 {
    color: #333;
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.25;
}

.featured-tabs-navigation ul.navigation &gt; li.active,
.featured-tabs-navigation ul.navigation &gt; li:hover {
    background: #fff;
}

.featured-tabs-navigation ul.navigation &gt; li.active:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -51px;
	left: -102px;
	border: 51px solid transparent;
	border-right-color: #fff;
}

.featured-tabs-navigation a.tab-wrapper {
    display: block;
    padding: 20px;
}

.featured-tab-likes {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 8px 12px;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
}

/*-----------------------------------------------------------------------------------*/
/*	10.6 - Featured Area:: Stacked
/*-----------------------------------------------------------------------------------*/
.featured-stacked {
    margin: -5px;
}

.featured-stacked-item {
    position: relative;
    display: inline-block;
    float: left;
    width: 25%;
    padding: 5px;
}

.featured-stacked-item .post-image {
    height: 230px;
    background-position: center center;
    background-size: cover;
}

.featured-stacked-item:first-child,
.featured-stacked-item:nth-child(2) {
    width: 50%;
}

.featured-stacked-item:first-child .post-image {
    height: 470px;
}

.featured-stacked-item .featured-item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
	padding: 5px;
    z-index: 9;
}

.featured-stacked-item:hover .post-image {
	opacity: 0.8;
}

.featured-stacked-item .featured-item-info-content {
	padding: 25px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.featured-stacked-item .featured-item-info .post-label {
    position: relative;
    bottom: 0;
}

.featured-stacked-item .featured-item-info .loop-post-meta {
    position: relative;
    display: inline-block;
    background: none;
    padding: 0;
}

.featured-stacked-item .featured-item-info h3 {
    margin: 15px 0 0;
    font-size: 15px;
}

.featured-stacked-item:first-child .featured-item-info h3 {
    font-size: 18px;
}

.featured-stacked-item .featured-item-info h3 a {
    color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	10.7 - Featured Area:: Banners
/*-----------------------------------------------------------------------------------*/
.featured-banners {
    margin: 30px 0;
}

.banner-item {
	position: relative;
	display: table;
	height: 240px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.banner-inner {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.banner-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-inner h5 {
    position: relative;
    display: inline-block;
    background: #fff;
    margin: 0;
    padding: 8px 16px;
    font-size: 14px;
	/* outline: 2px solid transparent; */
    z-index: 9;
}

.banner-item:hover .banner-inner h5 {
    /* outline: 2px solid #fff;
    outline-offset: 4px; */
}

.banner-link:after {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: 1;
}

.banner-item:hover .banner-link:after {
    opacity: 0;
}

.featured-banners.without-overlay .banner-link:after {
    display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	11.0 - Owl Carousel
/*-----------------------------------------------------------------------------------*/
.owl-controls {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    font-size: 0;
    float: left;
}

.owl-carousel .owl-nav .owl-next {
    float: right;
}

.featured-slider.owl-theme .owl-controls .owl-next,
.featured-slider.owl-theme .owl-controls .owl-prev,
.footer-carousel.owl-theme .owl-controls .owl-next,
.footer-carousel.owl-theme .owl-controls .owl-prev {
    font-size: 0;
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 1;
    background: none;
}

.owl-controls .owl-next {
    float: right;
}

.owl-controls .owl-prev:before,
.owl-controls .owl-next:before {
    font-family: 'FontAwesome';
    font-size: 13px;
    content: '\f177';
    background: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #111;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.owl-controls .owl-next:before {
    content: '\f178';
}

.owl-dot.active span {
    background: #333;
}

.owl-dot span {
    background: #aaa;
}

.owl-dots {
    display: inline-block;
}

.owl-dot {
    display: inline-block;
    float: left;
    margin: 0 4px;
}

.owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.featured-slider.owl-carousel .owl-controls .owl-next {
    margin-left: 6px;
}

/*-----------------------------------------------------------------------------------*/
/*	12.0 - Transitions
/*-----------------------------------------------------------------------------------*/
a,
input,
textarea,
.owl-controls .owl-nav,
.post-hover,
.post-hover-inner,
.back-top,
.post-label,
.posts-loop article,
button.reader-trigger,
h3.entry-title:after,
.post-excerpt:before,
.post-image,
.featured-tabs-navigation ul.navigation &gt; li,
.banner-link:after,
.banner-inner h5,
span.menu-label,
.medium-item .entry-thumbnail {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*-----------------------------------------------------------------------------------*/
/*	13.0 - Loop
/*	13.1 - Loop:: Posts Content
/*-----------------------------------------------------------------------------------*/
.posts-loop article {
    position: relative;
    padding: 15px;
}

.posts-loop article:hover {
	border-color: #ccc;
}

.entry-thumbnail {
    display: inline-block;
    height: 100%;
    width: 100%;
    background-size: cover;
	z-index: 1;
}

.posts-loop figure.post-image {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 20px;
    max-height: 100%;
}

.posts-loop h3.entry-title {
    font-size: 16px;
    margin: 25px 0 10px;
}

.list-content h3.entry-title {
    margin: 5px 0 15px;
    font-size: 18px;
}

h3.entry-title {
    position: relative;
    max-height: 3em;
    overflow: hidden;
}

h3.entry-title a {
	display: block;
	color: #333;
}

h3.entry-title a:hover {
    color: #D8A252;
}

.post-excerpt {
    position: relative;
    font-size: 13px;
}

a.read-more {
    display: inline-block;
    background: none;
    border: 2px solid #fff;
    color: #fff;
}

a.read-more:hover {
    background: #fff;
    color: #333;
}

.posts-loop .entry-footer {
    margin: 0;
    text-align: left;
}

.entry-footer span.read-more {
    text-align: right;
    float: right;
}

.entry-footer span.read-more a {
    font-weight: 700;
    font-size: 12px;
    border-bottom: 1px solid;
}

.entry-footer span.date {
    font-style: italic;
    font-size: 12px;
    color: #aaa;
}

.post-hover span.post-views,
.post-hover span.post-comments {
    color: #fff;
    margin-left: 10px;
}

.posts-loop article:hover figure,
.posts-loop article:hover .entry-thumbnail {
    opacity: 0.85;
}

.clean_posts .posts-loop article {
    padding: 0 0 20px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.clean_posts .solid-item article {
    padding: 20px;
    border: none;
}

.not_overlayed_posts .post-excerpt:before {
    display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	13.2 - Loop:: Post Meta
/*-----------------------------------------------------------------------------------*/
ul.loop-post-meta {
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 20px;
	line-height: 20px;
	background: #fff;
	bottom: -10px;
	right: 0;
	padding: 0 20px;
	font-family: "Roboto";
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 2;
}

ul.loop-post-meta li {
    display: inline-block;
    margin-right: 5px;
    color: #bbb;
    /* font-size: 11px; */
    /* font-weight: 700; */
    /* text-transform: uppercase; */
}

ul.loop-post-meta li a {
    color: #d8a252;
}

ul.loop-post-meta li i {
    margin-right: 5px;
    font-weight: 400;
}

span.loop-post-date:after {
    font-family: 'FontAwesome';
    font-size: 6px;
    content: '\f111';
    vertical-align: middle;
    margin: 0 10px;
}

span.post-views-count {
    cursor: default;
}

span.post-views i,
span.post-comments i {
    margin-right: 6px;
}

/*-----------------------------------------------------------------------------------*/
/*	13.3 - Loop:: Post Labels
/*-----------------------------------------------------------------------------------*/
.post-label {
	list-style: none;
	position: absolute;
	width: 100%;
	bottom: -11px;
	left: 0;
	margin: 0;
	padding: 0;
	height: 26px;
	line-height: 26px;
	z-index: 9;
}

.post-label span {
	display: inline-block;
	padding: 0 13px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 28px;
	text-transform: uppercase;
	color: #fff;
	background: #D8A252;
}

.post-label span.post-label-format {
	font-size: 14px;
	font-weight: 400;
}

.post-label span a {
	display: block;
	color: #fff;
}

.post-label,
.loop-post-meta {
	font-family: 'Montserrat', sans-serif;
}

/*-----------------------------------------------------------------------------------*/
/*	13.4 - Loop:: Post Likes
/*-----------------------------------------------------------------------------------*/
.icon-gear:before,
.icon-like:before,
.icon-unlike:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
}

.icon-like:before { content: "\f004"; }
.icon-unlike:before { content: "\f08a"; }
.icon-gear:before { 
	content: "\f104";
}

a.post-like-button {
	width: auto;
}

a.post-like-button i {
    margin-right: 5px;
    font-weight: 400;
}

/*-----------------------------------------------------------------------------------*/
/*	14.0 - Post Styles
/*	14.1 - Post Styles:: Grid
/*-----------------------------------------------------------------------------------*/
.posts-loop .grid-item article {
    height: 400px;
    text-align: center;
}

.posts-loop.full-width-layout .grid-item article {
    height: 440px;
}

.grid-item .post-excerpt:before,
.big-item .post-excerpt:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	height: 120px;
	width: 100%;
	z-index: 2;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.grid-item article:hover .post-excerpt:before,
.big-item article:hover .post-excerpt:before {
    height: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	14.2 - Post Styles:: Big
/*-----------------------------------------------------------------------------------*/
.big-item .entry-content h3.entry-title {
    font-size: 20px;
}

.big-item .post-label {
	text-align: right;
	padding-right: 20px;
}

.big-item ul.loop-post-meta {
    right: 0;
    left: auto;
}

.big-item .post-excerpt:before {
	height: 60px;
}

/*-----------------------------------------------------------------------------------*/
/*	14.3 - Post Styles:: Medium
/*-----------------------------------------------------------------------------------*/
.posts-loop .medium-item article {
    height: 400px;
}

.posts-loop.full-width-layout .medium-item article {
    height: 440px;
}

.posts-loop .medium-item .entry-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 100%;
	padding: 30px 50px 30px 30px;
	z-index: 2;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%); /* IE10 preview */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.medium-item .entry-content h3.entry-title {
    font-size: 20px;
}

.medium-item .entry-content h3.entry-title a:hover {
	color: #111;
}

.medium-item .entry-content .post-excerpt:before {
	display: none;
}

.medium-item .post-label {
	position: relative;
	bottom: 0;
	margin-top: 20px;
}

.medium-item ul.loop-post-meta {
    right: 0;
    left: auto;
}

/*-----------------------------------------------------------------------------------*/
/*	14.4 - Post Styles:: Solid
/*-----------------------------------------------------------------------------------*/
.solid-item article {
	height: 400px;
	color: #fff;
	background: #d8a252;
	border-color: #d8a252;
	padding: 20px;
	text-align: center;
}

.posts-loop.full-width-layout .solid-item article {
    height: 440px;
}

.solid-item article:hover {
	opacity: 0.9;
	border-color: transparent;
}

.solid-item .entry-content h3.entry-title {
	font-size: 18px;
	margin: 10px 0 20px;
}

.solid-item .entry-content h3.entry-title a {
	color: #fff;
}

.solid-item .post-label {
	position: inherit;
	margin-top: 30px;
}

.solid-item .entry-content .post-excerpt:before {
	display: none;
}

.solid-item ul.loop-post-meta {
	position: inherit;
	background: none;
	margin-top: 30px;
	padding: 0;
}

.solid-item .post-label span {
    background: none;
    border: 2px solid;
}

.solid-item ul.loop-post-meta li,
.solid-item ul.loop-post-meta a {
    color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	14.5 - Post Styles:: Sponsored
/*-----------------------------------------------------------------------------------*/
.sponsored-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 10px #d8a252;
    -webkit-box-shadow: 0 0 0 10px #d8a252;
	z-index: 0;
}

.sponsored-inner {
    float: right;
    position: relative;
    top: 30px;
    right: 0;
    padding: 8px 20px;
    color: #fff;
    background: #d8a252;
	z-index: 2;
}

.sponsored-inner a {
    display: block;
    color: #fff;
    font-weight: 700;
    letter-spacing: .5px;
}

.sponsored-inner span.sponsored-label {
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.posts-loop .entry-content {
    position: relative;
    z-index: 1;
}

/*-----------------------------------------------------------------------------------*/
/*	15.0 - Widgets
/*-----------------------------------------------------------------------------------*/
#sidebar .widget {
    display: block;
    position: relative;
}

.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget ul li {
	list-style: none;
	padding: 5px 0;
	font-size: 13px;
	border-bottom: 1px solid #eee;
}

.widget ul.children {
    padding-left: 10px;
}

.widget ul.children li {
    border: none;
    font-size: 13px;
}

.widget ul.children li:before {
    content: '\f105';
    font-family: "FontAwesome";
    margin-right: 10px;
}

h3.widget-name {
	font-size: 14px;
}

.widget-area select {
    width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	15.1 - Flying Sidebar
/*-----------------------------------------------------------------------------------*/
#flying-sidebar {
    position: fixed;
    right: -330px;
    top: 0;
    width: 330px;
    height: 100%;
    padding: 25px;
    padding-right: 15px;
    overflow-y: auto;
    background: #fff;
    z-index: 9999;
}

#flying-sidebar.active {
	right: 0;
}

.flying-overlay {
	opacity: 0;
	visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9998;
}

.flying-overlay.active {
	opacity: 1;
	visibility: visible;
}

#flying-sidebar,
.flying-overlay {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

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

#flying-sidebar h3.widget-name {
    color: #aaa;
    font-family: "Roboto", sans-serif;
    margin: 0 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #eaeaea;
}

/*-----------------------------------------------------------------------------------*/
/*	15.2 - Widgets:: Calendar
/*-----------------------------------------------------------------------------------*/
#calendar_wrap {
	width: 100%;
}
table#wp-calendar {
	width: 100%;
	font-size: 12px;
	border: none;
	background: #fff;
}
#wp-calendar caption {
	background: #D8A252;
	color: #fff;
	font-weight: 700;
	padding: 10px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
table.wp-calendar thead {
	padding: 7px;
}
#wp-calendar th {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	color: #555;
	text-align: center;
	font-weight: 700;
}
#wp-calendar td {
	padding: 6px;
	font-size: 11px;
	text-align: center;
	color: #999;
}
#wp-calendar td a {
	font-weight: 700;
}
#wp-calendar td.pad:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
}
#wp-calendar td:hover {
	position: relative;
	color: #333;
	box-shadow: 0 0 0 1px #555;
	-webkit-box-shadow: 0 0 0 1px #555;
	z-index: 99;
}
#wm_calendar tfoot {
	border: none;
}
#wp-calendar tfoot td {
	border: none;
}
#wp-calendar td.pad:hover,
#wp-calendar td#prev:hover,
#wp-calendar td#next:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
}

/*-----------------------------------------------------------------------------------*/
/*	15.3 - Widgets:: Tag Cloud
/*-----------------------------------------------------------------------------------*/
.widget_tag_cloud .tagcloud a {
	border: 1px solid;
	background: none;
	color: #aaa;
	padding: 0 10px;
	line-height: 24px;
	margin: 3px 0;
	display: inline-block;
	-webkit-border-radius: 15px;
	border-radius: 4px;
	font-size: 11px !important;
}

.widget_tag_cloud .tagcloud a:hover {
	border: 1px solid;
	color: #333;
}

/*-----------------------------------------------------------------------------------*/
/*	15.4 - Widgets:: Search
/*-----------------------------------------------------------------------------------*/
.widget_search .search-form select {
	display: none;
}
.searchform label.screen-reader-text {
	display: none;
}
.widget_search form.search-form button {
	position: absolute;
	top: 0;
	right: 5px;
	background: none;
	border: 0;
	font-size: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	padding: 0;
	font-weight: 400;
}
.widget_search form.search-form input.search-field {
	width: 100%;
}

.widget_search form.search-form label {
    display: block;
    margin: 0 0 10px;
}

.widget_search form.search-form span.screen-reader-text {
    display: none;
}

.widget_search form.search-form input.search-submit {
    display: block;
    width: 100%;
    font-size: 11px;
}

/*-----------------------------------------------------------------------------------*/
/*	15.5 - Widgets:: Menu
/*-----------------------------------------------------------------------------------*/
.widget_nav_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_nav_menu li {
	display: block;
	position: relative;
	border-bottom: 1px solid #eee;
}

.widget_nav_menu li:last-child {
	border-bottom: none;
}

.widget_nav_menu a {
	display: block;
	padding: 3px 0;
	font-weight: 700;
	text-transform: uppercase;
}

.widget_nav_menu ul.sub-menu {
	display: none;
	padding-left: 10px;
}

.widget_nav_menu ul.sub-menu a {
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
}

.widget_nav_menu li.menu-item-has-children &gt; a:after,
.widget_nav_menu li.menu-item-has-children &gt; a.open:after {
	content: '\f067';
	font-family: "FontAwesome";
	font-weight: 400;
	float: right;
}

.widget_nav_menu li.menu-item-has-children &gt; a.open:after {
	content: '\f068';
}

/*-----------------------------------------------------------------------------------*/
/*	15.6 - Widgets:: Recent Comments
/*-----------------------------------------------------------------------------------*/
.widget_recent_comments li.recentcomments span.comment-author-link:before {
    content: '\f0e5';
    font-family: "FontAwesome";
    margin-right: 10px;
    font-weight: 400;
}

.widget_recent_comments li.recentcomments span.comment-author-link {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.widget_recent_comments li.recentcomments span.comment-author-link a {
    color: #333;
}

.widget_recent_comments li.recentcomments a,
.widget_recent_comments li.recentcomments span {
    font-weight: 700;
}

/*-----------------------------------------------------------------------------------*/
/*	15.7 - Widgets:: Text
/*-----------------------------------------------------------------------------------*/
h2.text-widget-heading {
	font-size: 32px;
	margin: 20px 0;
}

.text-widget-content {
	margin: 10px 0 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	15.8 - Widgets:: Recent Posts
/*-----------------------------------------------------------------------------------*/
.widget_recent_entries ul li a {
    display: block;
    max-width: 90%;
    font-weight: 700;
    white-space: nowrap;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
}

.widget_recent_entries ul li a:before {
    content: '\f0f6';
    font-family: "FontAwesome";
    font-weight: 400;
    margin-right: 10px;
    color: #333;
}

.widget_recent_entries ul li span.post-date {
    font-size: 11px;
    font-weight: 700;
    float: right;
}

ul.mini-posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.mini-posts li {
	border: none;
}

ul.mini-posts li span.post-date {
    color: #aaa;
    font-size: 10px;
    text-transform: uppercase;
}

ul.mini-posts &gt; li:after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #d8a252;
    margin: 15px auto 5px;
}

ul.mini-posts li .mini-content h4 {
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 1.25em;
    max-height: 2.5em;
    overflow: hidden;
}

ul.mini-posts li .mini-image {
    float: left;
    margin-right: 10px;
}

ul.mini-posts li .mini-image img {
    width: 55px;
    height: auto;
}

ul.mini-posts li h4 a {
    color: #333;
}

ul.mini-posts li:hover h4 a {
    color: #D8A252;
}

ul.mini-posts ul.loop-post-meta li {
    margin-right: 2px;
    font-size: 10px;
}

ul.mini-posts ul.loop-post-meta {
    position: relative;
    width: auto;
    top: 0;
    bottom: 0;
    background: none;
}

/*-----------------------------------------------------------------------------------*/
/*	15.9 - Widgets:: Banner
/*-----------------------------------------------------------------------------------*/
.widget_vanda_banner {
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*	15.10 - Widgets:: Socialize
/*-----------------------------------------------------------------------------------*/
.widget_vanda_socialize ul.social-icons {
    text-align: center;
}

.widget_vanda_socialize ul.social-icons li {
	border: none;
}

.widget_vanda_socialize ul.social-icons li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #bbb;
    font-size: 14px;
    border-bottom: 2px solid;
    border-radius: 100%;
}

.widget_vanda_socialize ul.social-icons li a:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	15.11 - Widgets:: Feedburner Subscribe
/*-----------------------------------------------------------------------------------*/
.widget_vanda_feedburner_subscribe form.feedburner-subscribe {
    width: 100%;
}

.widget_vanda_feedburner_subscribe form.feedburner-subscribe input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*	15.12 - Widgets:: Pinterest
/*-----------------------------------------------------------------------------------*/
.widget_vanda_pinterest_board a:hover {
	opacity: 0.8;
}

.widget_vanda_pinterest_board &gt; span {
    max-width: 100% !important;
}

.widget_vanda_pinterest_board span {
    box-shadow: none;
}

/*-----------------------------------------------------------------------------------*/
/*	15.13 - Widgets:: Instagram
/*-----------------------------------------------------------------------------------*/
ul.instagram-pics {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.instagram-pics li {
    display: inline-block;
    width: 50%;
    padding: 3px;
    border: none;
}

ul.instagram-pics li img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	transform: translate3D(0,0,0);
    -webkit-transform: translate3D(0,0,0);
}

ul.instagram-pics li img:hover {
    opacity: 0.7;
}

/*-----------------------------------------------------------------------------------*/
/*	16.0 - Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
    margin-top: 30px;
}

.footer-bottom {
    padding: 30px 0;
    color: #aaa;
    background-color: #252525;
}

.footer-one .footer-bottom {
    text-align: center;
}

.footer-bottom a {
    color: #aaa;
}

.footer-bottom a:hover {
	color: #ddd;
	background: none;
}

/*-----------------------------------------------------------------------------------*/
/*	16.1 - Footer:: Back Top
/*-----------------------------------------------------------------------------------*/
.back-top {
	display: none;
	position: fixed;
	-webkit-transform: translateZ(0);
	bottom: 0px;
	right: 30px;
	color: #333;
	background: #fff;
	font-size: 22px;
	height: 45px;
	line-height: 40px;
	width: 45px;
	cursor: pointer;
	text-align: center;
	z-index: 99;
}

.back-top:hover {
	color: #ccc;
	box-shadow: 0 2px 10px -2px #aaa;
	-webkit-box-shadow: 0 2px 10px -2px #aaa;
}

/*-----------------------------------------------------------------------------------*/
/*	16.2 - Footer:: Popular Slider
/*-----------------------------------------------------------------------------------*/
.footer-carousel-area {
    margin-top: 30px;
}

.footer-carousel-item {
	position: relative;
	overflow: hidden;
	background: #111;
	padding: 15px;
	height: 220px;
}

.footer-item-info {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px;
    z-index: 2;
}

.footer-carousel-item .post-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transform: translate3D(0, 0, 0);
    -webkit-transform: translate3D(0, 0, 0);
}

.footer-carousel-item:hover .post-image {
	opacity: 0.8;
}

.footer-carousel-item .post-label {
    position: relative;
    top: 0;
}

.footer-item-info h3.entry-title {
    margin: 20px 0 10px;
    padding: 0;
    font-size: 16px;
}

.footer-item-info h3.entry-title a {
    color: #fff;
}

.footer-carousel-item ul.loop-post-meta {
    position: relative;
    background: none;
    bottom: 0;
    padding: 0;
}

.footer-item-info ul.loop-post-meta li,
.footer-item-info ul.loop-post-meta a {
    color: #fff;
}

.footer-item-info ul.loop-post-meta li:after {
    content: "|";
    margin-left: 10px;
    color: #aaa;
}

.footer-item-info ul.loop-post-meta li:last-child:after {
    display: none;
}

.footer-carousel .owl-controls .owl-next,
.footer-carousel .owl-controls .owl-prev {
    position: relative;
    float: none;
    margin-right: 0;
}

.footer-carousel .owl-controls .owl-next {
    margin-right: 0;
    margin-left: 0;
}

.footer-carousel .owl-controls {
    bottom: 100%;
    width: 100%;
    text-align: center;
}

.footer-carousel .owl-controls .owl-nav .owl-prev:before,
.footer-carousel .owl-controls .owl-nav .owl-next:before {
    color: #333;
    border: none;
    font-size: 18px;
    width: 30px;
    background: none;
}

/*-----------------------------------------------------------------------------------*/
/*	16.3 - Footer:: Instagram Carousel
/*-----------------------------------------------------------------------------------*/
#footer-instagram {
    position: relative;
}

#footer-instagram ul.instagram-pics li {
    display: block;
    width: auto;
    padding: 0;
    border: none;
}

#footer-instagram p.clear {
    position: absolute;
    bottom: 50%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    z-index: 99;
}

#footer-instagram p.clear a {
    color: #fff;
    background: #111;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    outline: 2px solid #111;
    outline-offset: 2px;
}

#footer-instagram p.clear a:before {
    content: "\f16d";
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: 400;
    margin-right: 10px;
    vertical-align: bottom;
}

/*-----------------------------------------------------------------------------------*/
/*	16.4 - Footer:: Social Networks
/*-----------------------------------------------------------------------------------*/
.footer-one .footer-bar-networks {
    display: inline-block;
}

.footer-bottom ul.social-icons li {
    margin: 0 1px;
}

.footer-bottom ul.social-icons li a {
    font-size: 13px;
    padding: 0 5px;
}

.footer-bottom ul.social-icons li a:hover {
	background: none;
}

/*-----------------------------------------------------------------------------------*/
/*	16.5 - Footer:: Copyright
/*-----------------------------------------------------------------------------------*/
.copyright-text {
	margin-top: 10px;
	font-size: 11px;
	letter-spacing: 1px;
}

.footer-one .copyright-text {
	margin-top: 15px;
}

/*-----------------------------------------------------------------------------------*/
/*	16.6 - Footer:: Logo
/*-----------------------------------------------------------------------------------*/
.footer-one .footer-logo {
	margin-bottom: 15px;
}

.footer-four .footer-logo {
	margin-right: 15px;
    border-right: 1px solid;
    padding-right: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	16.7 - Footer:: Menu
/*-----------------------------------------------------------------------------------*/
.footer-navigation {
    margin-bottom: 10px
}

.footer-one .footer-navigation {
    display: inline-block;
    margin-bottom: 0
}

.footer-one .footer-navigation ul {
    padding-right: 10px
}

.footer-one .footer-navigation&gt;ul:after {
    content: '|';
    display: inline-block
}

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

.footer-navigation ul li {
    display: inline-block;
    margin-right: 10px
}

.footer-navigation ul li:last-child {
    margin-right: 0
}

.footer-one .footer-navigation ul li:last-child {
    margin-right: 10px
}

.footer-navigation ul li a {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px
}

.footer-navigation ul.menu li {
    position: relative
}

.footer-navigation ul.menu li&gt;ul.sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 220px;
    width: auto;
    height: auto;
    bottom: 100%;
    left: 0;
    padding: 0;
    margin: 1px 0 0;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-top: 0;
    text-align: left;
    z-index: 9998;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.footer-navigation ul.menu li:hover&gt;ul.sub-menu {
    opacity: 1;
    visibility: visible
}

.footer-navigation ul.menu ul.sub-menu li&gt;ul.sub-menu {
    left: 100%;
    bottom: 0;
    border: 1px solid #eaeaea
}

.footer-navigation ul.menu ul.sub-menu li {
    padding: 0;
    display: block;
    margin: 0
}

.footer-navigation ul.menu ul.sub-menu li a {
    font-size: 11px;
    padding: 8px 18px;
    line-height: 1.4em
}

.footer-navigation ul.menu ul.sub-menu li a:hover {
    color: #777;
    background: #f3f3f3
}

/*-----------------------------------------------------------------------------------*/
/*	16.8 - Footer:: Widgets
/*-----------------------------------------------------------------------------------*/
.footer-widgets {
    padding: 30px 0 0;
    color: #eee;
    background: #252525;
}

.footer-widgets a {
    color: #aaa !important;
}

.footer-widgets a:hover {
    opacity: 0.7;
}

.footer-widgets h3 {
    margin: 0 0 20px;
}

.footer-widgets .widget {
    margin-bottom: 15px;
}

.footer-widgets .widget_nav_menu ul a {
    font-size: 12px;
    text-transform: none;
}

.footer-widgets .widget_nav_menu ul li {
    border-color: #696969;
}

.footer-widgets hr {
    margin: 50px auto 0;
    border-color: #5d5d5d;
}

/*-----------------------------------------------------------------------------------*/
/*	17.0 - Contact Form 7
/*-----------------------------------------------------------------------------------*/
textarea.wpcf7-textarea,
input.wpcf7-text,
input.wpcf7-submit {
    width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	18.0 - Social Networks
/*-----------------------------------------------------------------------------------*/
ul.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.social-icons li {
    display: inline-block;
    padding: 0;
    margin: 5px 4px;
    text-align: center;
}

ul.social-icons li a {
    display: block;
    font-weight: 400;
}

/*-----------------------------------------------------------------------------------*/
/*	19.0 - Loader
/*-----------------------------------------------------------------------------------*/
.page-loading {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: #fff;
	text-align: center;
	display: table;
	z-index: 99999;
}

.page-loading .page-loading-content {
	display: table-cell;
	vertical-align: middle;
}

.page-loading .page-loader {
	display: block;
}

.page-loading .page-loading-logo,
.page-loading .page-loader,
.page-loading {
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.page-loading-animate {
	opacity: 0;
	visibility: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	20.0 - Advertising
/*-----------------------------------------------------------------------------------*/
.advertisement-banner {
	display: block;
	margin: 30px 0;
}

.advertisement-banner.above-banners {
    margin-bottom: 0;
}

.advertisement-banner.below-banners {
    margin-top: 0;
}

figure.advertising {
	text-align: center;
}

.adnsense-banner {
    display: block;
    text-align: center;
}

.modal-content {
	width:inherit;
	height:inherit;
	margin: 0 auto;
	pointer-events: all;
}

.modal-content {
    border-radius: 0;
}

.modal-body {
    padding: 0;
}

.modal button.close {
    opacity: 1;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #949494;
    background: #222;
    border-radius: 100%;
    text-shadow: none;
    z-index: 9;
}

.modal button.close:hover {
    opacity: 1;
    background: #222;
}

.cookies-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(0, 0, 0, 0.85);
    z-index: 999;
}

.cookies-bar-buttons .button {
    font-size: 10px;
    letter-spacing: 1px;
    padding: 8px 10px;
    opacity: 0.9;
}

.cookies-bar-text {
    letter-spacing: 1px;
}

.mobile-advertising {
    margin: 30px 0 0;
}

/*-----------------------------------------------------------------------------------*/
/*	21.0 - Responsive Styles
/*-----------------------------------------------------------------------------------*/
/*	Large Devices, Wide Screens */
@media (max-width: 1200px) {
	.header-search-wrapper input.search-field {
		padding: 0 20px;
	}
	.header-search-wrapper .search-form label {
		width: 100%;
	}
}

/*	Medium Devices, Desktops */
@media (max-width: 1024px) {
	#sidebar form.search-form input.search-submit {
		display: none;
	}
	ul.post-labels.category-format-hover li.post-format {
		opacity: .9;
		visibility: visible;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	ul.mini-posts ul.loop-post-meta li:first-child {
		/* display: none; */
	}
}

@media (max-width: 992px) {
	.featured-slider-info {
		height: auto;
		padding: 20px;
	}
	.featured-slider-info span.excerpt,
	.featured-slider-info span.date	{
		display: none;
	}
	.featured-slider .owl-controls .owl-nav {
		opacity: 1;
		visibility: visible;
	}
	.posts-loop .grid-item article,
	.posts-loop .medium-item article,
	.posts-loop .solid-item article {
		height: 440px;
	}
	#sidebar form.search-form input.search-submit {
		display: block;
	}
	.featured-tabs-content {
		width: 400px;
	}
	.back-top {
		display: none !important;
	}
	.cookies-bar-buttons {
		margin-top: 15px;
		float: left !important;
	}
}

/*	Small Devices, Tablets */
@media (max-width: 768px) {
	.text-right {
		text-align: center;
	}
	button.reader-trigger {
		display: none;
	}
	.footer-bottom {
		height: auto;
		line-height: 2em;
		padding: 20px 0;
		text-align: center;
	}
	.single-post-container .entry-content.with-infobox {
		margin-left: 0;
	}
	.footer-bar-networks {
		float: none !important;
	}
	.right-infobox .entry-infobox,
	.left-infobox .entry-infobox {
		float: none;
		display: inline-block;
		left: 50%;
		margin-left: -165px;
		border: none;
	}
	.single-post-content h1.entry-title {
		padding: 0 0 20px;
		font-size: 26px;
		margin: 0 0 20px;
	}
	.single-post-content h1.entry-title:after {
		left: 0;
	}
	.footer-logo {
		margin-top: 10px;
	}
	.footer-two .footer-logo {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.footer-four .footer-logo {
		border: none;
		padding-right: 0;
		margin-right: 0;
	}
	
	.banner-item {
		margin: 15px 0;
	}

}

/*	Tablets &amp; Phones */
@media (max-width: 640px) {
	.posts-loop .grid-item article,
	.posts-loop .medium-item article,
	.posts-loop .solid-item article {
		height: 400px;
	}
	.single-post-content footer.entry-footer .post-share,
	.single-post-content footer.entry-footer .post-tags {
		float: none;
		display: block;
	}
	.single-post-content footer.entry-footer .post-tags {
		margin-bottom: 15px;
	}
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		display: block;
		float: none;
		width: 100%;
	}
	.post-navigation .nav-next {
		padding-top: 15px;
	}
	.post-navigation .nav-previous {
		padding-bottom: 15px;
	}
	span.post-navigation-vr {
		top: 50%;
		left: 0;
		height: 1px;
		width: 100%;
	}
	.post-navigation .nav-next i {
		bottom: 20px;
		top: auto;
	}
	.footer-one .footer-navigation {
		display: block;
		float: none;
		margin: 0;
	}
	.footer-navigation ul li {
		display: block;
		margin-right: 0;
		padding: 5px 0;
		border-bottom: 1px solid #555;
	}
	.footer-one .footer-navigation ul:after {
		display: none;
	}
	.footer-one .footer-bar-networks {
		display: block;
		padding-bottom: 10px;
		border-bottom: 1px solid #555;
	}
	.footer-bottom .copyright-text,
	.footer-bar-networks {
		margin-top: 10px;
	}
	.details-column,
	.preparation-column {
		display: block;
		width: 100%;
		margin: 0 0 30px
	}
	.footer-navigation ul.menu li&gt;ul.sub-menu,
    .top-navigation ul.menu li&gt;ul.sub-menu li {
        width: 100%
    }
    .footer-navigation ul.menu li&gt;ul.sub-menu li,
    .top-navigation ul.menu li&gt;ul.sub-menu li {
        border-bottom-color: #ddd
    }
    .footer-navigation ul.menu ul.sub-menu li&gt;ul.sub-menu,
    .top-navigation ul.menu ul.sub-menu li&gt;ul.sub-menu {
        left: 0;
        background: #f3f3f3
    }
}

/*	Extra Small Devices, Phones */
@media (max-width: 480px) {
	.masonry-item {
		width: 100%;
	}
	.posts-loop .grid-item article,
	.posts-loop .solid-item article {
		height: auto;
	}
	.posts-loop .medium-item article {
		height: 400px;
	}
	.featured-slider-info {
		display: none;
	}
	.featured-slider .owl-controls .owl-nav {
		opacity: 1;
		visibility: visible;
	}
	.posts-loop h3.entry-title {
		font-size: 16px;
		white-space: normal;
	}
	.post-author {
		text-align: center;
	}
	.post-author .author-image {
		float: none;
		margin: 0 0 20px;
		padding: 0;
		border: none;
		border-bottom: 1px solid #eee;
	}
	.footer-subscribe input.subscribe-email {
		width: 100%;
	}
	.footer-subscribe input.subscribe-submit {
		width: 100%;
		margin-top: 10px;
	}
	.single-post-content h1.entry-title {
		font-size: 20px;
	}
	.comments-area .comment-list .children {
		padding-left: 0;
		background: #eee;
		padding: 0 20px;
	}
	.comments-area .comment-list .children li {
		display: inline-block;
	}
	.comments-area .comment-list .children article {
		margin: 0;
	}
	.comment-list .comment-respond {
		padding-left: 80px;
	}
	.comments-area h3.comment-reply-title {
		margin: 20px 0;
	}
	.comments-area h3.comment-reply-title small a {
		display: block;
		margin-top: 15px;
	}
	.sponsored-inner {
		float: none;
		position: relative;
		top: -10px;
		right: 0;
		padding: 8px 30px;
	}
}

@media (max-width: 420px) {
	.comment-list .comment-body .comment-content {
		margin-left: 0;
	}
	.comment-list .comment-meta .comment-author img {
		display: block;
		float: none;
		margin: 0 0 15px;
	}
	.comment-list .comment-body .reply a {
		margin: 0;
	}
	#sidebar form.search-form input.search-submit {
		display: none;
	}
	.post-navigation .nav-next {
		padding-left: 0;
	}
	.right-infobox .entry-infobox,
	.left-infobox .entry-infobox {
		display: inline-block;
		width: 100%;
		left: 0;
		margin-top: 0;
		margin-left: 0;
		padding: 0;
	}
}

/*	Custom iPhone Retina */
@media (max-width: 375px) {
	#sidebar h3.widget-title {
		font-size: 14px;
	}
	.comments-area .comment-list .children {
		padding-left: 20px;
	}
	form.comment-form input {
		width: 100%;
	}
	ul.loop-post-meta li {
		font-size: 10px;
	}
}

/*	Print Styles */
@media print {
	a[href]:after {
		content: none !important;
	}
}</pre></body></html>