/*
Theme Name: Meridia
Theme URI: https://deothemes.com/freebies/meridia-free-lifestyle-blog-wordpress-theme/
Author: DeoThemes
Author URI: https://deothemes.com
Description: Meridia is a minimal elegant Gutenberg ready blogging WordPress Theme. If you are passionate about fashion, travel, food, health and lifestyle then Meridia Blog WordPress theme is for you. It includes theme customizer options, social media integrations and much more. Meridia is fast, lightweight, mobile friendly and SEO optimized. Make your perfect blog today. Check the demo here: https://demo.deothemes.com/meridia/
Version: 2.0.1
Tested up to: 5.4.2
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meridia
Tags: blog, news, theme-options, grid-layout, post-formats, left-sidebar, right-sidebar, custom-background, featured-images, footer-widgets, e-commerce, block-styles, wide-blocks


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*-------------------------------------------------------*/
/* Table of Content

1.General
  1.1.Typography
2.Common Elements
3.Blog
4.About me
5.Contact
6.Navigation
7.Footer

/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
.clearfix {
	*zoom: 1; }
	.clearfix:before, .clearfix:after {
		display: table;
		line-height: 0;
		content: ""; }
	.clearfix:after {
		clear: both; }

.clear {
	clear: both; }

.oh {
	overflow: hidden; }

.relative {
	position: relative; }

.mobile section {
	background-attachment: scroll !important; }

.bg-dark {
	background-color: #171717; }

.bg-light {
	background-color: #f8f8f8; }

.bg-color {
	background-color: #c0945c; }

.white {
	color: #fff; }

.static {
	position: static; }

.block {
	display: block; }

.left {
	float: left; }

.right {
	float: right; }

.valign {
	position: absolute;
	top: 50%;
	transform: translateY(-50%); }

.container-fluid.semi-fluid {
	padding: 0 50px; }

.img-fw {
	width: 100%; }

.last {
	margin-bottom: 0 !important; }

@media (max-width: 991px) {
	.md-text-center {
		text-align: center; } }

@media (max-width: 767px) {
	.sm-text-center {
		text-align: center; } }

@media (max-width: 480px) {
	.xs-text-center {
		text-align: center; } }

img.alignleft {
	float: left;
	margin: 5px 30px 30px 0; }

img.alignright {
	float: right;
	margin: 5px 0 30px 30px; }

::-moz-selection {
	color: #000;
	background-color: #fbedc4; }

::-webkit-selection {
	color: #000;
	background-color: #fbedc4; }

::selection {
	color: #000;
	background-color: #fbedc4; }

a {
	text-decoration: none;
	color: #c0945c;
	transition: color 0.1s ease-in-out; }
	a:hover {
		text-decoration: none;
		color: #171717; }
	a:focus {
		color: #c0945c;
		text-decoration: none; }
	a:active {
		outline: 0; }

body {
	margin: 0;
	padding: 0;
	font-family: "Open Sans", serif;
	font-size: 15px;
	line-height: 1.5;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	background: #fff;
	outline: 0;
	overflow-x: hidden;
	overflow-y: auto;
	color: #343434; }
	body img {
		border: none;
		max-width: 100%;
		-webkit-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		-ms-user-select: none;
		    user-select: none; }

video {
	height: 100%;
	width: 100%; }

/*-------------------------------------------------------*/
/* Preloader
/*-------------------------------------------------------*/
.loader-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 99999; }

.loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	font-size: 0;
	color: #c0945c;
	display: inline-block;
	margin: -25px 0 0 -25px;
	text-indent: -9999em;
	transform: translateZ(0); }
	.loader div {
		background-color: #c0945c;
		display: inline-block;
		float: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 50px;
		height: 50px;
		opacity: .5;
		border-radius: 50%;
		-webkit-animation: ballPulseDouble 2s ease-in-out infinite;
		animation: ballPulseDouble 2s ease-in-out infinite; }
	.loader div:last-child {
		-webkit-animation-delay: -1s;
		animation-delay: -1s; }

@-webkit-keyframes ballPulseDouble {
	0%, 100% {
		transform: scale(0); }
	50% {
		transform: scale(1); } }

@keyframes ballPulseDouble {
	0%, 100% {
		transform: scale(0); }
	50% {
		transform: scale(1); } }

/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
ul {
	margin: 0;
	padding: 0; }

h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway", sans-serif;
	margin-top: 0;
	color: #000000;
	font-weight: 600;
	line-height: 1.5; }

h1, .h1 {
	font-size: 2.125rem; }

h2, .h2 {
	font-size: 2rem; }

h3, .h3 {
	font-size: 1.75rem; }

h4, .h4 {
	font-size: 1.5rem; }

h5, .h5 {
	font-size: 1.25rem; }

h6, .h6 {
	font-size: 1.125rem; }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
	color: inherit; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	color: #000000;
	font-size: 70%; }

p {
	margin: 0 0 15px; }

.text-center {
	text-align: center; }

.text-right {
	text-align: right; }

.text-left {
	text-align: left; }

@media only screen and (max-width: 1199px) {
	.text-lg-center {
		text-align: center; } }

@media only screen and (max-width: 991px) {
	.text-md-center {
		text-align: center; } }

@media only screen and (max-width: 767px) {
	.text-sm-center {
		text-align: center; } }

@media only screen and (max-width: 575px) {
	.text-xs-center {
		text-align: center; } }

.uppercase {
	text-transform: uppercase;
	letter-spacing: 0.1em; }

.small {
	font-size: 15px; }

.heading-lines {
	text-align: center;
	position: relative;
	overflow: hidden; }
	.heading-lines .widget-title {
		display: inline-block;
		padding: 0 16px;
		position: relative; }
		.heading-lines .widget-title:before, .heading-lines .widget-title:after {
			content: '';
			display: block;
			height: 1px;
			width: 500px;
			position: absolute;
			top: 40%;
			right: 100%;
			background-color: #eaeaea; }
		.heading-lines .widget-title:after {
			right: auto;
			left: 100%; }

.heading-underline {
	font-size: 30px;
	display: inline-block;
	position: relative;
	margin-bottom: 90px;
	padding: 0 24px; }
	.heading-underline:after {
		content: '';
		display: block;
		height: 1px;
		width: 100%;
		position: absolute;
		left: 0;
		margin-top: 20px;
		background-color: #171717; }

.lead {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 32px; }

address {
	font-style: normal;
	margin-bottom: 0;
	line-height: 26px; }

/*-------------------------------------------------------*/
/* Grid
/*-------------------------------------------------------*/
.section-wrap {
	padding: 70px 0;
	overflow: hidden;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat; }
	.mobile .section-wrap {
		background-position: 50% 50% !important;
		background-attachment: scroll !important; }

.container-semi-fluid {
	padding: 0 50px; }
	@media only screen and (max-width: 991px) {
		.container-semi-fluid {
			padding: 0 15px; } }

/* Flexbox
-------------------------------------------------------*/
.flex-parent {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between; }

.flex-child {
	flex: 1 0 0; }

/* Columns With No Gutters
-------------------------------------------------------*/
.no-gutters {
	margin-right: 0;
	margin-left: 0; }
	.no-gutters > [class*="col-"] {
		padding-right: 0;
		padding-left: 0; }

/* Content row
-------------------------------------------------------*/
.content-row {
	margin-left: -35px;
	margin-right: -35px; }
	.content-row > [class*="col-"] {
		padding-left: 35px;
		padding-right: 35px; }

/* Content
-------------------------------------------------------*/
.meridia-left-sidebar .content,
.meridia-right-sidebar .content {
	overflow: hidden; }

.single-post.meridia-fullwidth .content {
	flex: 0 0 79.662%;
	max-width: 79.662%; }

@media only screen and (min-width: 992px) {
	.single-post.meridia-fullwidth .single-post__entry-img-holder {
		margin-left: -120px;
		margin-right: -120px;
		width: auto; } }

/* Sidebar
-------------------------------------------------------*/
@media only screen and (min-width: 1200px) {
	.sidebar {
		max-width: 371px;
		flex: 0 0 371px; }
	.meridia-left-sidebar .sidebar {
		border-right: 1px solid #eaeaea; }
	.meridia-left-sidebar .page-content,
	.meridia-left-sidebar .blog__content {
		order: 2; }
	.meridia-right-sidebar .sidebar {
		border-left: 1px solid #eaeaea; } }

/* Row gutters
-------------------------------------------------------*/
.row.row-4 {
	margin: 0 -2px; }

.row.row-4 > div {
	padding: 0 2px; }

.row.row-10 {
	margin: 0 -5px; }

.row.row-10 > div {
	padding: 0 5px; }

.row.row-12 {
	margin: 0 -6px; }

.row.row-12 > div {
	padding: 0 6px; }

.row.row-16 {
	margin: 0 -8px; }

.row.row-16 > div {
	padding: 0 8px; }

.row.row-20 {
	margin: 0 -10px; }

.row.row-20 > div {
	padding: 0 10px; }

.row.row-35 {
	margin: 0 -35px; }

.row.row-35 > div {
	padding: 0 35px; }

/*-------------------------------------------------------*/
/* Sliders
/*-------------------------------------------------------*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1; }

.owl-carousel .owl-stage {
	position: relative;
	touch-action: manipulation;
	-moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0; }

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none; }

.owl-carousel .owl-item img {
	display: block;
	width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit; }

.owl-carousel.owl-loaded {
	display: block; }

.owl-carousel.owl-loading {
	opacity: 0;
	display: block; }

.owl-carousel.owl-hidden {
	opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab; }

.owl-carousel.owl-rtl {
	direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
	float: right; }

.no-js .owl-carousel {
	display: block; }

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
	z-index: 0; }

.owl-carousel .owl-animated-out {
	z-index: 1; }

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	        animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

@keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

.owl-height {
	transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000; }

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none; }

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%; }

.owl-carousel {
	overflow: hidden; }
	.owl-carousel img {
		width: 100%; }

.owl-pagination {
	bottom: 30px;
	position: absolute;
	left: 0;
	display: block;
	text-align: center;
	width: 100%; }

.owl-page {
	display: inline-block;
	padding: 5px;
	position: relative; }
	.owl-page.active span {
		display: block;
		width: 8px;
		height: 8px;
		margin: 0;
		opacity: 1;
		background: #c0945c;
		border-color: #c0945c; }
	.owl-page span {
		display: block;
		position: relative;
		width: 8px;
		height: 8px;
		border: 1px solid #d5d5d5;
		z-index: 100;
		border-radius: 50%;
		transition: all 0.3s ease-in-out; }
		.owl-page span:hover {
			opacity: 1; }

.owl-buttons {
	position: static; }

.owl-prev {
	left: -40px; }

.owl-next {
	right: -40px; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	text-align: center;
	line-height: 40px;
	z-index: 10;
	width: 40px;
	height: 40px;
	opacity: 0;
	background-color: #fff;
	transition: all 0.3s ease-in-out; }

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
	display: none; }

.owl-next:before {
	left: auto;
	right: 0; }

.owl-prev i,
.owl-next i {
	position: relative;
	font-size: 16px;
	color: #000000; }

.light-arrows .owl-prev i,
.light-arrows .owl-next i {
	color: #fff; }

.owl-carousel:hover .owl-nav button.owl-next {
	opacity: 1;
	right: 0; }

.owl-carousel:hover .owl-nav button.owl-prev {
	opacity: 1;
	left: 0; }

#owl-hero-carousel .owl-prev,
#owl-hero-carousel .owl-next {
	top: 40%; }

/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
.btn {
	display: inline-block;
	vertical-align: middle;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
	line-height: 1.5;
	letter-spacing: 0.1em;
	border: none;
	border-radius: 0;
	transition: all 0.3s ease-in-out;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; }
	.btn:hover {
		transition: all 0.3s ease-in-out;
		color: #fff; }
	.btn:focus {
		color: #fff; }
	.btn-white {
		background-color: #fff;
		color: #000000; }
		.btn-white:hover, .btn-white:focus {
			background-color: #171717;
			color: #fff; }
	.btn-transparent {
		color: #fff;
		background-color: transparent;
		border: 1px solid #fff; }
		.btn-transparent:hover {
			background-color: #c0945c;
			border-color: transparent; }
	.btn-stroke {
		background-color: transparent;
		color: #171717;
		border: 1px solid #c0945c; }
		.btn-stroke:hover {
			background-color: #c0945c;
			color: #fff; }
	.btn-color {
		background-color: #c0945c; }
		.btn-color:hover {
			background-color: #171717; }
	.btn-dark {
		background-color: #171717; }
		.btn-dark:hover {
			background-color: #c0945c; }
	.btn-light {
		color: #000000;
		background-color: #f8f8f8; }

.btn-lg {
	font-size: 11px;
	padding: 14px 34px; }

.btn-md {
	font-size: 10px;
	padding: 12px 34px; }

.btn-sm {
	font-size: 10px;
	padding: 8px 25px; }

.rounded {
	border-radius: 70px; }

/*-------------------------------------------------------*/
/* Social Icons
/*-------------------------------------------------------*/
.social {
	margin: 0 3px 0 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #aaaaaa;
	line-height: 20px;
	text-align: center;
	font-size: 13px;
	transition: all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; }
	.social:last-child {
		margin-right: 0 !important; }
	.social:hover {
		color: #c0945c; }
	.social__text {
		text-transform: uppercase;
		letter-spacing: 0.01em;
		margin-left: 5px;
		font-size: 11px; }

.rounded a {
	border-radius: 50%; }

.socials--white .social {
	color: #fff; }

.socials--large .social {
	border: 1px solid #eaeaea;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 0 5px 0 0; }
	.socials--large .social:hover {
		background-color: #000;
		border-color: transparent;
		color: #fff; }

.socials:not(.text):not(.socials--large) {
	margin-left: -7px; }

/*-------------------------------------------------------*/
/* Form Elements
/*-------------------------------------------------------*/
input,
select,
textarea,
.woocommerce .select2-selection--single {
	height: 42px;
	border: 1px solid #eaeaea;
	border-radius: 0;
	width: 100%;
	margin-bottom: 16px;
	padding: 0 16px;
	transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	font-size: 13px; }

.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #eaeaea; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 42px;
	padding-left: 0; }

.select2-container--default .select2-selection--single,
.select2-search--dropdown .select2-search__field {
	margin-bottom: 0; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 42px;
	right: 10px; }
	.select2-container--default .select2-selection--single .select2-selection__arrow b {
		border-color: #343434 transparent transparent transparent; }

textarea {
	height: auto;
	padding: 8px 16px; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer; }
	button:focus,
	html input[type="button"]:focus,
	input[type="reset"]:focus,
	input[type="submit"]:focus {
		background-color: #171717; }

input[type=search] {
	box-sizing: border-box; }

input:focus,
textarea:focus {
	border-color: #c0945c;
	background-color: #fff;
	box-shadow: none; }

/* Change Color of Placeholders */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #898989; }

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #898989;
	opacity: 1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #898989;
	opacity: 1; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #898989; }

label {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	font-family: "Raleway", sans-serif;
	vertical-align: middle; }

/* Checkboxes & Radio Buttons
-------------------------------------------------------*/
input[type="checkbox"],
input[type="radio"] {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0;
	margin-right: 8px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
	cursor: pointer;
	margin-bottom: 0; }

/*-------------------------------------------------------*/
/* Alert Boxes
/*-------------------------------------------------------*/
.alert {
	padding: 12px 18px;
	margin-bottom: 20px;
	border: none;
	border-radius: 0; }
	.alert strong {
		color: inherit; }

.alert-dismissible .close {
	right: 0;
	top: 0;
	color: inherit;
	position: relative; }

.close {
	opacity: 1;
	text-shadow: none;
	font-weight: normal;
	font-size: 21px; }

.alert-success {
	background-color: #e9f3ed;
	color: #598e6e; }

.alert-info {
	background-color: #e9f1f3;
	color: #589bac; }

.alert-warning {
	background-color: #f3efe9;
	color: #c0945c; }

.alert-danger {
	background-color: #553333;
	color: #bd5c5c; }

/*-------------------------------------------------------*/
/* Tables
/*-------------------------------------------------------*/
table th {
	font-weight: normal; }

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border: 1px solid #eaeaea;
	padding: 10px; }

table > thead > tr > th {
	border-bottom: none; }

table thead tr th {
	font-size: 12px;
	color: #000000;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.05em; }

/*-------------------------------------------------------*/
/* Container Holder
/*-------------------------------------------------------*/
.container-holder {
	background-color: #fff;
	max-width: 1200px;
	padding: 40px 0;
	margin-left: auto;
	margin-right: auto; }

/*-------------------------------------------------------*/
/* Hero Slider
/*-------------------------------------------------------*/
.hero-slider {
	position: relative; }
	.hero-slider:before {
		content: '';
		display: block;
		position: absolute;
		background: #fcf3ec;
		width: 100%;
		height: 500px;
		top: 0; }
	.hero-slider__entry-title {
		font-size: 1.5rem;
		margin-top: 6px;
		margin-bottom: 11px;
		padding: 0 10px; }
		@media only screen and (min-width: 992px) {
			.hero-slider__entry-title {
				font-size: 2.25rem; } }

.hero-holder {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 0;
	padding: 0 15px;
	z-index: 2;
	transform: translateY(-50%); }
	.hero-holder--align-bottom {
		bottom: 20px;
		top: auto;
		transform: none; }
	.hero-holder--short {
		max-width: 600px;
		left: 50%;
		transform: translate(-50%, -50%); }
	.hero-holder__entry-title:hover a {
		color: #fff; }
	.hero-holder .entry-category {
		color: #fff; }
	.hero-holder .entry-category:before,
	.hero-holder .entry-category:after {
		background-color: #fff; }

.hero-bg-img {
	background-size: cover;
	background-position: center;
	background-color: #000;
	height: 600px;
	margin-bottom: 0;
	position: relative; }
	@media only screen and (max-width: 991px) {
		.hero-bg-img {
			height: 450px; } }
	@media only screen and (max-width: 575px) {
		.hero-bg-img {
			height: 350px; } }

/*-------------------------------------------------------*/
/* Hero Carousel
/*-------------------------------------------------------*/
.hero-carousel {
	padding: 70px 11px 65px;
	border-bottom: 1px solid #eaeaea; }
	.hero-carousel__img {
		min-height: 340px;
		-o-object-fit: cover;
		   object-fit: cover; }
	.hero-carousel__entry-title {
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-size: 18px;
		margin-bottom: 5px; }
		.hero-carousel__entry-title:hover a {
			color: #c0945c; }
	.hero-carousel .entry-category-wrap {
		position: absolute;
		background-color: #fff;
		padding: 7px 17px;
		line-height: 1;
		top: -44px;
		left: 50%;
		transform: translateX(-50%); }
		.hero-carousel .entry-category-wrap:before, .hero-carousel .entry-category-wrap:after {
			display: none; }
	.hero-carousel .entry-category {
		font-style: normal;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-size: 10px; }

.hero__entry-date span {
	font-size: 11px;
	font-family: "Libre Baskerville", serif;
	font-style: italic;
	color: #999999; }

/*-------------------------------------------------------*/
/* Hero Image
/*-------------------------------------------------------*/
.hero-img {
	background-size: cover;
	background-position: center;
	padding: 0;
	position: relative; }
	.hero-img > .container {
		height: 700px;
		position: relative; }
		@media only screen and (max-width: 991px) {
			.hero-img > .container {
				height: 500px; } }
		@media only screen and (max-width: 575px) {
			.hero-img > .container {
				height: 350px; } }
	.hero-img__title {
		padding: 0 15px;
		font-weight: 400;
		letter-spacing: normal; }

/*-------------------------------------------------------*/
/* Hero Center Slider
/*-------------------------------------------------------*/
.hero-center-slider__entry-title {
	margin-top: 10px;
	font-size: 28px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-transform: uppercase; }
	.hero-center-slider__entry-title a:hover {
		color: #fff; }

/*-------------------------------------------------------*/
/* Hero Masonry
/*-------------------------------------------------------*/
.hero-masonry {
	margin-top: 20px; }
	.hero-masonry .entry {
		margin-bottom: 20px; }
	.hero-masonry__entry-title {
		margin-top: 10px;
		font-size: 1.125rem; }
	.hero-masonry__small-column .hero-bg-img, .hero-masonry__large-column .hero-bg-img {
		height: 295px; }
	@media only screen and (min-width: 992px) {
		.hero-masonry__large-column .hero-masonry__entry-title {
			font-size: 1.625rem; }
		.hero-masonry__large-column .hero-bg-img {
			height: 610px; } }

/*-------------------------------------------------------*/
/* Promo Boxes
/*-------------------------------------------------------*/
.promo-box {
	display: block;
	position: relative;
	margin-bottom: 20px; }
	.promo-box__holder {
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 60%;
		text-align: center;
		transform: translate(-50%, -50%); }
	.promo-box__text {
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-size: 16px;
		margin-bottom: 0;
		background-color: #fff;
		padding: 20px 24px; }
	.promo-box::after {
		content: '';
		display: block;
		position: absolute;
		top: 16px;
		bottom: 16px;
		right: 16px;
		left: 16px;
		border: 1px solid #eaeaea;
		z-index: -1;
		opacity: 0;
		transform: scale(1.1);
		transition: all 0.3s ease-in-out; }
	.promo-box:hover::after {
		transform: scale(1);
		z-index: 1;
		opacity: 1; }

/*-------------------------------------------------------*/
/* Blog Posts
/*-------------------------------------------------------*/
.entry,
.entry-item {
	word-wrap: break-word;
	position: relative; }

.entry-header {
	text-align: center;
	margin-bottom: 25px; }

.entry-body {
	overflow: hidden; }

.entry-url {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 1; }

.entry-category {
	font-family: "Libre Baskerville", serif;
	font-size: 13px;
	color: #c0945c;
	display: inline-block;
	position: relative; }
	.entry-category-wrap {
		position: relative;
		display: inline-block;
		padding: 0 18px; }

.large-post .entry-title {
	font-size: 23px;
	margin-top: 16px; }

.large-post .entry-header {
	margin-bottom: 32px; }

.entry-title {
	font-size: 18px;
	margin-top: 14px;
	margin-bottom: 5px;
	line-height: 1.2; }
	.entry-title a:hover {
		color: #c0945c; }

.entry-img {
	position: relative;
	display: block;
	margin-bottom: 30px; }
	.entry-img img {
		width: 100%;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden; }

.entry-meta-wrap {
	margin-top: 30px;
	padding: 10px 0;
	border-top: 1px dashed #eaeaea;
	border-bottom: 1px dashed #eaeaea; }
	.entry-meta-wrap .entry-meta {
		float: left; }
	.entry-meta-wrap .entry-share {
		line-height: 30px; }

.entry-meta li {
	color: #999999;
	font-size: 11px;
	font-family: "Libre Baskerville", serif;
	font-style: italic;
	display: inline-block;
	margin-right: 20px;
	line-height: 30px; }
	.entry-meta li:last-child {
		margin-right: 0; }
	.entry-meta li a {
		color: inherit; }
	.entry-meta li a:hover {
		color: #c0945c; }

.entry-share {
	text-align: right; }
	.entry-share span {
		color: #999999;
		font-size: 11px;
		font-family: "Libre Baskerville", serif;
		font-style: italic;
		margin-right: 10px; }

.entry-item {
	margin-bottom: 60px;
	position: relative; }

/* Video Post
-------------------------------------------------------*/
.entry-video iframe {
	width: 100%;
	display: block;
	border: 0; }

/*-------------------------------------------------------*/
/* Pagination
/*-------------------------------------------------------*/
.nav-links {
	display: flex;
	justify-content: center; }

.pagination,
.woocommerce-pagination {
	margin: 0 auto 40px; }
	.pagination span, .pagination a,
	.woocommerce-pagination span,
	.woocommerce-pagination a {
		background-color: #f8f8f8;
		font-size: 14px;
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-right: 5px;
		text-align: center;
		transition: all 0.3s ease-in-out; }
		.pagination span:not(span):hover, .pagination a:not(span):hover,
		.woocommerce-pagination span:not(span):hover,
		.woocommerce-pagination a:not(span):hover {
			background-color: #c0945c;
			border-color: transparent;
			color: #fff; }
		.pagination span i, .pagination a i,
		.woocommerce-pagination span i,
		.woocommerce-pagination a i {
			font-size: 12px; }
			.pagination span i:before, .pagination a i:before,
			.woocommerce-pagination span i:before,
			.woocommerce-pagination a i:before {
				line-height: 40px; }
		.pagination span.current, .pagination a.current,
		.woocommerce-pagination span.current,
		.woocommerce-pagination a.current {
			color: #fff;
			background-color: #171717; }
	.pagination a,
	.woocommerce-pagination a {
		color: #000000;
		vertical-align: middle; }

/* Post Prev/Next
-------------------------------------------------------*/
.entry-navigation {
	padding-top: 15px;
	border-top: 1px solid #eaeaea; }
	.entry-navigation span {
		display: inline-block;
		color: #999999; }
	.entry-navigation i {
		color: #999999;
		font-size: 12px; }
	.entry-navigation a {
		color: #000000; }
		.entry-navigation a:hover {
			color: #c0945c; }
	.entry-navigation--left {
		float: left;
		width: 50%; }
		.entry-navigation--left i {
			margin-right: 7px; }
	.entry-navigation--right {
		float: right;
		width: 50%;
		text-align: right; }
		.entry-navigation--right i {
			margin-left: 7px; }

/*-------------------------------------------------------*/
/* List Post
/*-------------------------------------------------------*/
.post-list {
	overflow: hidden;
	margin-bottom: 40px; }
	.post-list__entry-img {
		width: 45%;
		float: left;
		padding-right: 30px; }
	.post-list .entry-list-body {
		overflow: hidden;
		width: 55%;
		float: left; }
	@media only screen and (max-width: 575px) {
		.post-list__entry-img,
		.post-list .entry-list-body {
			width: 100%;
			float: none; }
		.post-list__entry-img {
			padding-right: 0; } }
	.post-list__entry-header {
		text-align: left; }
	.post-list .entry-category-wrap {
		padding: 0; }
		.post-list .entry-category-wrap:before, .post-list .entry-category-wrap:after {
			display: none; }

/*-------------------------------------------------------*/
/* Horizontal Card Post
/*-------------------------------------------------------*/
@media only screen and (min-width: 992px) {
	.post-horizontal-card {
		display: flex;
		align-items: center; }
		.post-horizontal-card:nth-child(even) {
			flex-direction: row-reverse; }
			.post-horizontal-card:nth-child(even) .entry-body {
				margin-right: -90px;
				margin-left: 0; }
		.post-horizontal-card .entry-img {
			flex: 55.49% 0 0; }
			.post-horizontal-card .entry-img img {
				height: 349px;
				-o-object-fit: cover;
				   object-fit: cover; }
		.post-horizontal-card .entry-body {
			margin-left: -90px; } }

.post-horizontal-card .entry-img {
	margin-bottom: 0; }

.post-horizontal-card .entry-body {
	background-color: #fff;
	padding: 32px;
	position: relative;
	box-shadow: 0px 10px 15px rgba(198, 198, 198, 0.24); }

.post-horizontal-card .entry-header {
	text-align: left; }

.post-horizontal-card .entry-category-wrap {
	padding: 0; }

/*-------------------------------------------------------*/
/* Vertical Card Post
/*-------------------------------------------------------*/
.post-vertical-card__entry-header {
	margin-bottom: 10px; }

.post-vertical-card .entry-wrap {
	text-align: center; }

.post-vertical-card .entry-content {
	margin-top: 14px; }

.post-vertical-card .entry-body {
	position: relative;
	background-color: #fff;
	padding: 32px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: -120px;
	box-shadow: 0px 10px 15px rgba(198, 198, 198, 0.24); }
	@media only screen and (min-width: 768px) {
		.post-vertical-card .entry-body {
			margin-left: 40px;
			margin-right: 40px; } }

.post-vertical-card .entry-img img {
	height: 420px;
	-o-object-fit: cover;
	   object-fit: cover; }

/*-------------------------------------------------------*/
/* Single post style 2
/*-------------------------------------------------------*/
.blog-featured-img {
	padding: 120px 0;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #343434; }
	@media only screen and (min-width: 992px) {
		.blog-featured-img {
			padding: 220px 0; } }
	.blog-featured-img .single-post__entry-header {
		position: relative;
		z-index: 1;
		text-align: center; }
	.blog-featured-img .single-post__entry-title,
	.blog-featured-img .entry-meta li,
	.blog-featured-img .entry-category {
		color: #fff; }

/*-------------------------------------------------------*/
/* Load More
/*-------------------------------------------------------*/
.deo-loading span {
	opacity: 0; }

.deo-loader {
	display: block;
	position: absolute;
	font-size: 0;
	color: #fff;
	left: 50%;
	top: 50%;
	width: 22px;
	height: 22px;
	transform: translateY(-50%) translateX(-50%); }
	.deo-loader > div {
		position: absolute;
		top: 50%;
		left: 50%;
		border-radius: 100%;
		display: inline-block;
		float: none;
		width: 22px;
		height: 22px;
		background: transparent;
		border-style: solid;
		border-width: 2px;
		border-right-color: transparent;
		border-left-color: transparent;
		-webkit-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
		animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }

@-webkit-keyframes ball-clip-rotate-pulse-rotate {
	0% {
		transform: translate(-50%, -50%) rotate(0); }
	50% {
		transform: translate(-50%, -50%) rotate(180deg); }
	100% {
		transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes ball-clip-rotate-pulse-rotate {
	0% {
		transform: translate(-50%, -50%) rotate(0); }
	50% {
		transform: translate(-50%, -50%) rotate(180deg); }
	100% {
		transform: translate(-50%, -50%) rotate(360deg); } }

@-webkit-keyframes ball-clip-rotate-pulse-scale {
	0%, 100% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1); }
	30% {
		opacity: .3;
		transform: translate(-50%, -50%) scale(0.15); } }

@keyframes ball-clip-rotate-pulse-scale {
	0%, 100% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1); }
	30% {
		opacity: .3;
		transform: translate(-50%, -50%) scale(0.15); } }

/*-------------------------------------------------------*/
/* Blog Single Post
/*-------------------------------------------------------*/
.single-post .entry {
	margin-bottom: 0;
	overflow: visible; }

.single-post__entry-title {
	font-size: 34px;
	line-height: 1.3;
	margin-top: 14px; }

.single-post__entry-img-holder {
	margin-bottom: 30px; }

.entry__article > h1,
.entry__article > h2,
.entry__article > h3,
.entry__article > h4,
.entry__article > h5,
.entry__article > h6 {
	margin-top: 36px;
	margin-bottom: 20px; }
	.entry__article > h1:first-child,
	.entry__article > h2:first-child,
	.entry__article > h3:first-child,
	.entry__article > h4:first-child,
	.entry__article > h5:first-child,
	.entry__article > h6:first-child {
		margin-top: 0; }

.entry__article > p,
.entry__article > ul,
.entry__article > ol {
	margin-bottom: 34px; }

.entry__article a:not(.wp-block-button__link):hover {
	text-decoration: underline; }

.entry__article figure {
	margin-bottom: 2em; }

.entry__article ol {
	padding-left: 23px; }

.entry__article ul {
	padding-left: 18px; }

/* Share / Tags
-------------------------------------------------------*/
.entry__share-tags {
	margin-top: 24px;
	padding-top: 15px;
	padding-bottom: 15px; }
	@media only screen and (max-width: 767px) {
		.entry__share-tags .entry-share {
			text-align: left;
			margin-top: 20px; } }

/* Author
-------------------------------------------------------*/
.entry-author {
	margin-top: 30px;
	padding: 40px;
	margin-bottom: 58px;
	position: relative;
	background-color: #f8f8f8; }
	.entry-author__img {
		display: block;
		margin-right: 25px;
		margin-bottom: 14px;
		border-radius: 50%; }
		@media only screen and (min-width: 576px) {
			.entry-author__img {
				float: left; } }
		@media only screen and (max-width: 575px) {
			.entry-author__img {
				width: 40px;
				margin-right: 20px; } }
	.entry-author__info {
		overflow: hidden;
		margin-top: 5px; }
		@media only screen and (max-width: 575px) {
			.entry-author__info {
				margin-top: 0; } }
	.entry-author__name {
		font-size: 15px;
		margin-bottom: 4px; }
	.entry-author__description {
		margin-top: 15px; }
	.entry-author__socials {
		margin-top: 14px;
		margin-left: -6px; }

/* Related Posts
-------------------------------------------------------*/
.related-posts__title {
	font-size: 16px; }

.related-posts .entry-item {
	margin-bottom: 40px; }

.related-posts .entry-img {
	margin-bottom: 25px; }

.related-posts .entry-title {
	font-size: 13px;
	text-align: center; }

.related-posts .entry-meta-wrap {
	border-top: none;
	border-bottom: none;
	text-align: center;
	margin-top: 2px;
	padding: 0; }

.related-posts .entry-meta {
	float: none; }
	.related-posts .entry-meta li {
		line-height: 24px; }

/* Comments
/*-------------------------------------------------------*/
.entry-comments__title {
	font-size: 16px; }

.comment-content > h1,
.comment-content > h2,
.comment-content > h3,
.comment-content > h4,
.comment-content > h5,
.comment-content > h6 {
	margin-top: 36px;
	margin-bottom: 20px; }

.comment-content figure {
	margin-bottom: 34px; }

.comment-content ol {
	padding-left: 23px; }

.comment-content ul {
	padding-left: 18px; }

.comment {
	list-style: none; }
	.comment-list {
		padding-left: 0; }
	@media only screen and (min-width: 576px) {
		.comment .children {
			padding-left: 8%; } }
	.comment-body {
		margin-top: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #eaeaea; }
	.comment-text {
		overflow: hidden; }
		.comment-text p {
			margin-bottom: 10px; }
	.comment-avatar {
		float: left;
		margin-right: 24px;
		display: block;
		border-radius: 50%;
		overflow: hidden; }
		@media only screen and (max-width: 575px) {
			.comment-avatar {
				width: 40px; } }
	.comment-author__name {
		color: #000000;
		font-size: 14px; }
	.comment-author__post-author-label {
		display: inline-block;
		vertical-align: middle;
		margin-left: 10px;
		margin-bottom: 3px;
		background-color: #c0945c;
		color: #fff;
		padding: 3px 8px;
		border-radius: 3px;
		font-weight: 600;
		font-size: 0.6875rem; }
	.comment-author a {
		color: inherit; }
	.comment-date, .comment-edit-link {
		display: inline-block;
		margin-bottom: 10px;
		font-size: 12px;
		color: #999999; }
	.comment-edit-link {
		margin-left: 5px;
		margin-bottom: 0;
		color: #c0945c; }
	.comment-date {
		color: #999999;
		font-size: 11px;
		font-family: "Libre Baskerville", serif;
		font-style: italic; }

/* Comment Form
/*-------------------------------------------------------*/
.comment-form p {
	margin: 0; }

.comment-form__title {
	font-size: 16px; }

.comment-form .logged-in-as {
	margin-bottom: 28px; }

.comment-form-cookies-consent {
	margin-bottom: 24px !important;
	line-height: 1; }
	.comment-form-cookies-consent label {
		color: #343434;
		font-weight: 400; }

.comment-respond {
	margin-top: 70px;
	margin-bottom: 40px; }
	.comment-respond__title {
		margin-bottom: 15px; }
		.comment-respond__title small {
			margin-left: 15px;
			font-size: 60%; }
	.comment-respond__notice {
		margin-bottom: 36px;
		display: inline-block; }

/*-------------------------------------------------------*/
/* Page Title
/*-------------------------------------------------------*/
.page-title {
	padding: 60px 15px;
	background-color: #f8f8f8; }
	.page-title__text-holder {
		position: relative;
		z-index: 1; }
	.page-title__title {
		margin-bottom: 0; }
	.page-title__description {
		margin-top: 14px; }
		.page-title__description p {
			margin-bottom: 0;
			color: #999999;
			font-family: "Libre Baskerville", serif;
			font-style: italic; }

/*-------------------------------------------------------*/
/* Page Title Style 2
/*-------------------------------------------------------*/
.page-title-style-2 {
	padding: 80px 0;
	background-color: #171717;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat; }
	@media only screen and (min-width: 992px) {
		.page-title-style-2 {
			padding: 140px 0; } }
	.page-title-style-2__title {
		margin-bottom: 0;
		position: relative;
		z-index: 1;
		color: #fff; }

/*-------------------------------------------------------*/
/* 404 Page
/*-------------------------------------------------------*/
.page-404 h1 {
	font-size: 200px;
	line-height: 1.2; }

.page-404 a,
.page-404 p {
	font-size: 14px; }

/* Cookies banner
-------------------------------------------------------*/
.cc-window {
	opacity: 1;
	transition: opacity 1s ease; }

.cc-window.cc-invisible {
	opacity: 0; }

.cc-animate.cc-revoke {
	transition: transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
	transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
	transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
	transform: translateY(0); }

.cc-grower {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s; }

.cc-link, .cc-revoke:hover {
	text-decoration: underline; }

.cc-revoke, .cc-window {
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-family: Helvetica,Calibri,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	display: flex;
	flex-wrap: nowrap;
	z-index: 9999; }

.cc-window.cc-static {
	position: static; }

.cc-window.cc-floating {
	padding: 2em;
	max-width: 24em;
	flex-direction: column; }

.cc-window.cc-banner {
	padding: 1em 1.8em;
	width: 100%;
	flex-direction: row; }

.cc-revoke {
	padding: .5em; }

.cc-header {
	font-size: 18px;
	font-weight: 700; }

.cc-btn, .cc-close, .cc-link, .cc-revoke {
	cursor: pointer; }

.cc-link {
	opacity: .8;
	display: inline-block;
	padding: .2em; }

.cc-link:hover {
	opacity: 1; }

.cc-link:active, .cc-link:visited {
	color: initial; }

.cc-btn {
	display: block;
	padding: .4em .8em;
	font-size: .9em;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap; }

.cc-highlight .cc-btn:first-child {
	background-color: transparent;
	border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
	background-color: transparent;
	text-decoration: underline; }

.cc-close {
	display: block;
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 1.6em;
	opacity: .9;
	line-height: .75; }

.cc-close:focus, .cc-close:hover {
	opacity: 1; }

.cc-revoke.cc-top {
	top: 0;
	left: 3em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom {
	bottom: 0;
	left: 3em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em; }

.cc-revoke.cc-left {
	left: 3em;
	right: unset; }

.cc-revoke.cc-right {
	right: 3em;
	left: unset; }

.cc-top {
	top: 1em; }

.cc-left {
	left: 1em; }

.cc-right {
	right: 1em; }

.cc-bottom {
	bottom: 1em; }

.cc-floating > .cc-link {
	margin-bottom: 1em; }

.cc-floating .cc-message {
	display: block;
	margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
	flex: 1 0 auto; }

.cc-window.cc-banner {
	align-items: center; }

.cc-banner.cc-top {
	left: 0;
	right: 0;
	top: 0; }

.cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0; }

.cc-banner .cc-message {
	display: block;
	flex: 1 1 auto;
	max-width: 100%;
	margin-right: 1em; }

.cc-compliance {
	display: flex;
	align-items: center;
	align-content: space-between; }

.cc-floating .cc-compliance > .cc-btn {
	flex: 1; }

.cc-btn + .cc-btn {
	margin-left: .5em; }

@media print {
	.cc-revoke, .cc-window {
		display: none; } }

@media screen and (max-width: 900px) {
	.cc-btn {
		white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
	.cc-window.cc-top {
		top: 0; }
	.cc-window.cc-bottom {
		bottom: 0; }
	.cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
		left: 0;
		right: 0; }
	.cc-window.cc-banner {
		flex-direction: column; }
	.cc-window.cc-banner .cc-compliance {
		flex: 1 1 auto; }
	.cc-window.cc-floating {
		max-width: none; }
	.cc-window .cc-message {
		margin-bottom: 1em; }
	.cc-window.cc-banner {
		align-items: unset; }
	.cc-window.cc-banner .cc-message {
		margin-right: 0; } }

.cc-floating.cc-theme-classic {
	padding: 1.2em;
	border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
	text-align: center;
	display: inline;
	flex: none; }

.cc-theme-classic .cc-btn {
	border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
	min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
	display: inline-block; }

.cc-theme-edgeless.cc-window {
	padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
	margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0;
	padding: .8em 1.8em;
	height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
	margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
	margin-left: 0; }

.cc-container {
	display: flex;
	justify-content: center;
	padding: 0; }

.cc-window {
	background-color: #171717; }

.cc-message {
	margin-right: 20px;
	flex: 0 1 auto !important;
	color: #fff;
	font-weight: 500;
	font-size: 15px; }

.cc-link {
	opacity: 1; }

.cc-link,
.cc-link:active,
.cc-link:visited,
.cc-link:hover,
.cc-link:focus {
	color: #fff; }

a.cc-btn.cc-dismiss {
	font-family: "Raleway", sans-serif;
	font-size: 0.8125rem !important;
	background-color: #c0945c;
	padding: 6px 14px;
	border: 0;
	color: #ffffff;
	border-radius: 0;
	min-width: auto !important; }

a.cc-btn.cc-dismiss:hover, a.cc-btn.cc-dismiss:focus {
	opacity: 0.9; }

/* Recipes
-------------------------------------------------------*/
.wprm-recipe-template-meridia {
	padding: 20px !important; }

/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/
.nav {
	min-height: 60px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 120;
	position: relative;
	transition: height 0.3s ease-in-out;
	background-color: #000;
	/* Dropdowns (large screen) */ }
	@media only screen and (min-width: 992px) {
		.nav {
			height: 60px; } }
	@media only screen and (min-width: 992px) {
		.nav--white {
			background-color: #fff; }
			.nav--white .nav__menu > li > a {
				color: #343434; }
			.nav--white .nav__menu > .active > a {
				color: #c0945c; }
			.nav--white .nav__wrap {
				border-top: 1px solid #eaeaea;
				border-bottom: 1px solid #eaeaea; } }
	@media only screen and (min-width: 992px) {
		.nav--transparent {
			background-color: transparent;
			height: auto;
			min-height: auto; }
		.nav--transparent.sticky {
			background-color: rgba(0, 0, 0, 0.8); } }
	.nav__wrap {
		text-align: center; }
	.nav__menu, .nav__dropdown-menu {
		list-style: none; }
	.nav__menu {
		position: relative;
		display: inline-flex;
		align-items: center;
		flex-wrap: wrap; }
		.nav__menu > li {
			position: relative; }
		.nav__menu > li > a {
			font-family: "Raleway", sans-serif;
			color: #fff;
			font-size: 11px;
			padding: 0 13px;
			font-weight: 600;
			letter-spacing: 0.15em;
			text-transform: uppercase;
			line-height: 60px;
			display: block;
			position: relative; }
			.nav__menu > li > a:hover {
				color: #c0945c; }
		.nav__menu > .active > a {
			color: #c0945c; }
	@media only screen and (min-width: 992px) {
		.nav__dropdown > a::after {
			display: inline-block;
			content: '\f123';
			font-family: 'ui-icons';
			font-size: 8px;
			margin-left: 5px;
			line-height: 1;
			color: inherit;
			opacity: 0.5; }
		.nav__wrap {
			display: block !important;
			height: auto !important; }
		.nav__wrap--text-center {
			text-align: center; }
		.nav__menu > li {
			display: inline-block;
			text-align: center; }
		.nav__dropdown-menu {
			position: absolute;
			top: 100%;
			left: -5px;
			z-index: 1000;
			min-width: 220px;
			width: 100%;
			text-align: left;
			list-style: none;
			background-color: #000;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			display: block;
			visibility: hidden;
			opacity: 0;
			transition: all 0.1s ease-in-out; }
			.nav__dropdown-menu > li > a {
				color: #fff;
				padding: 13px 18px;
				font-size: 11px;
				text-transform: uppercase;
				letter-spacing: 0.05em;
				line-height: 1.3;
				display: block;
				font-family: "Raleway", sans-serif;
				border-top: 1px solid #363636; }
				.nav__dropdown-menu > li > a:hover {
					color: #c0945c; }
		.nav__dropdown-menu.hide-dropdown {
			visibility: hidden !important;
			opacity: 0 !important; }
		.nav__dropdown-menu--right {
			right: 0; }
		.nav__dropdown:hover > .nav__dropdown-menu,
		.nav__dropdown:focus > .nav__dropdown-menu,
		.nav__dropdown.focus > .nav__dropdown-menu {
			opacity: 1;
			visibility: visible; }
		.nav__dropdown-menu .nav__dropdown-menu {
			left: 100%;
			top: 0; }
		.nav__dropdown .nav__dropdown {
			position: relative; }
		.nav__dropdown .nav__dropdown > a:after {
			font-family: "ui-icons";
			position: absolute;
			content: "\e804";
			font-size: 10px;
			right: 20px;
			top: 50%;
			transform: translateY(-50%); }
		.nav__dropdown-trigger {
			display: none; } }

.mobile body {
	cursor: pointer; }

.nav__menu > .current_page_parent > a,
.nav__menu .current-menu-item > a {
	color: #c0945c; }

/*-------------------------------------------------------*/
/* Logo
/*-------------------------------------------------------*/
.logo {
	display: block; }
	.logo-wrap {
		padding: 60px 15px; }
		@media only screen and (max-width: 991px) {
			.logo-wrap {
				padding: 30px 15px; } }

.nav-1 .site-title,
.nav-3 .site-title {
	margin-right: 14px; }

.nav-1 .logo-url,
.nav-3 .logo-url {
	display: flex;
	align-items: center; }

.header-2-logo {
	display: inline-block; }

.site-title {
	font-size: 40px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif; }
	.site-title--dark {
		color: #000000; }

.site-tagline {
	color: #999999;
	font-family: "Libre Baskerville", serif;
	font-style: italic;
	margin-bottom: 0;
	font-size: 13px; }

/* Nav Below Header
-------------------------------------------------------*/
@media only screen and (max-width: 991px) {
	.nav--below-header {
		padding: 0 15px; } }

/* Nav 4
-------------------------------------------------------*/
.nav-4 .nav__wrap {
	text-align: left; }

.nav-4 .nav__menu > li:first-child > a {
	padding-left: 0; }

/* Nav Flexbox
-------------------------------------------------------*/
.nav__flex-parent {
	align-items: center; }
	@media only screen and (min-width: 992px) {
		.nav__flex-parent {
			height: 60px; } }
	@media only screen and (max-width: 991px) {
		.nav__flex-parent {
			display: block; } }

.nav__wrap {
	flex: 4 0 0; }

header .flex-child.flex-right {
	text-align: right; }

.nav--align-right {
	margin-left: auto; }

.nav--align-left {
	margin-right: auto; }
	@media only screen and (min-width: 992px) {
		.nav--align-left {
			margin-left: 60px; } }

/* Nav Search
-------------------------------------------------------*/
.nav__search {
	float: right;
	margin-left: 20px; }
	.nav__search-trigger {
		position: relative;
		display: inline-block;
		width: 21px;
		color: #fff;
		font-size: 16px;
		text-align: center; }
		.nav__search-trigger:hover {
			color: #c0945c; }
	.nav__search--1 {
		margin-left: 0; }
		.nav__search--1 .nav__search-trigger {
			color: #343434;
			font-size: 20px;
			line-height: 1.2;
			height: auto; }

.search-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 121;
	background-color: #fff; }
	.search-wrap .search-form {
		top: 20%;
		width: 50%;
		margin: auto;
		position: relative;
		-webkit-animation: slideInUp .3s;
		        animation: slideInUp .3s; }
	.search-wrap .search-input {
		height: auto;
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 2px solid #eaeaea;
		font-size: 38px;
		line-height: 2;
		margin-bottom: 0;
		color: #000000;
		position: relative; }
	.search-wrap .search-input,
	.search-wrap .search-input:focus {
		background-color: #fff;
		border-color: #c0945c; }
	.search-wrap .search-button {
		font-size: 32px;
		line-height: 36px;
		width: 36px;
		height: 36px;
		position: absolute;
		color: #000000;
		border: none;
		top: 0;
		right: 10px;
		height: 100%;
		background-color: transparent;
		transform: rotateY(-180deg); }
		.search-wrap .search-button:hover {
			color: #c0945c; }

.search-close {
	opacity: 0;
	visibility: hidden;
	font-size: 30px;
	z-index: 121;
	position: fixed;
	top: 42px;
	right: 116px;
	border: 0;
	background-color: transparent;
	color: #000000;
	cursor: pointer; }
	.search-close:hover, .search-close:focus {
		background-color: transparent; }
		.search-close:hover i, .search-close:focus i {
			color: #c0945c; }

.search-close.open {
	opacity: 1;
	visibility: visible; }

.nav-search.open .search-trigger {
	opacity: 0;
	z-index: 20; }

/* Mobile Search */
.nav__search-mobile .search-input {
	height: 46px;
	padding: 0;
	border: none;
	background-color: transparent;
	margin-bottom: 0;
	font-size: 13px;
	color: #fff; }
	.nav__search-mobile .search-input:focus {
		background-color: transparent; }

.nav__search-mobile .search-button {
	width: 30px;
	height: 46px;
	font-size: 18px;
	color: #fff; }

/* Nav Socials
-------------------------------------------------------*/
.nav__socials {
	float: right;
	margin-left: 0 !important; }
	.nav__socials--1 {
		text-align: left;
		line-height: normal; }

.nav__socials-mobile {
	line-height: 51px;
	margin-left: 0 !important; }

/* Nav Icon Toggle (mobile nav)
-------------------------------------------------------*/
.nav__icon-toggle {
	position: relative;
	cursor: pointer;
	margin-left: auto;
	padding: 9px;
	right: -9px;
	background-color: transparent;
	border: none;
	z-index: 50; }
	@media only screen and (min-width: 992px) {
		.nav__icon-toggle {
			display: none; } }
	.nav__icon-toggle-bar {
		background-color: #fff;
		width: 18px;
		display: block;
		height: 2px;
		border-radius: 1px;
		margin-bottom: 4px; }
		.nav__icon-toggle-bar:last-child {
			margin-bottom: 0; }
	.nav__icon-toggle:hover, .nav__icon-toggle:focus {
		background-color: transparent; }
		.nav__icon-toggle:hover .nav__icon-toggle-bar, .nav__icon-toggle:focus .nav__icon-toggle-bar {
			background-color: #c0945c; }

/* Sticky Nav
-------------------------------------------------------*/
@media only screen and (min-width: 992px) {
	.nav--sticky {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		background-color: inherit;
		transition: all 0.3s ease-in-out; } }

.nav--always-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0; }

/* Go to Top
-------------------------------------------------------*/
#back-to-top {
	display: block;
	z-index: 100;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 12px;
	position: fixed;
	bottom: -34px;
	right: 20px;
	line-height: 30px;
	background-color: rgba(0, 0, 0, 0.6);
	box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.03);
	transition: all 0.3s ease-in-out;
	text-decoration: none; }
	#back-to-top i {
		transition: all 0.3s ease-in-out; }
	#back-to-top a {
		display: block;
		color: #fff; }
	#back-to-top.show {
		bottom: 20px; }
	#back-to-top:hover {
		background-color: #c0945c; }
	#back-to-top:hover i {
		color: #fff; }

/*-------------------------------------------------------*/
/* Nav Mobile Styles
/*-------------------------------------------------------*/
@media only screen and (max-width: 991px) {
	.nav__header {
		height: 60px;
		display: flex;
		align-items: center; }
	.nav__wrap {
		text-align: left; }
	.nav__menu {
		display: block; }
	.nav__menu li a {
		padding: 0;
		line-height: 46px !important;
		height: 46px;
		display: block;
		border-bottom: 1px solid #363636; }
	.nav__dropdown-menu a {
		color: #343434; }
		.nav__dropdown-menu a:hover {
			color: #c0945c; }
	.nav__dropdown-menu > li > a {
		padding-left: 10px;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		color: #fff; }
	.nav__dropdown-menu > li > ul > li > a {
		padding-left: 20px; }
	.nav__dropdown-trigger {
		display: block;
		width: 24px;
		min-height: 46px;
		line-height: 46px;
		font-size: 12px;
		text-align: center;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 50;
		cursor: pointer;
		color: #999999;
		background-color: transparent;
		border: 0; }
		.nav__dropdown-trigger i {
			display: inline-block;
			transition: all 0.3s ease-in-out; }
		.nav__dropdown-trigger:hover {
			background-color: transparent; }
	.nav__dropdown-submenu {
		position: relative; }
	.nav__dropdown-menu {
		display: none;
		width: 100% !important; }
	.nav__dropdown-trigger.active + .nav__dropdown-menu {
		display: block; }
	.nav__dropdown-trigger.active > i {
		transform: rotate(180deg); }
	.logo-title {
		display: table;
		height: 60px;
		position: absolute;
		top: 0; }
		.logo-title a {
			display: table-cell;
			vertical-align: middle; }
	.nav__socials {
		line-height: 60px;
		position: absolute;
		top: 0; } }

/*-------------------------------------------------------*/
/* Widgets
/*-------------------------------------------------------*/
.widget {
	margin-bottom: 64px; }
	.widget li {
		list-style: none; }
	.widget-title {
		margin-bottom: 20px;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: 0.1em; }

.widget .sub-menu,
.widget .children {
	padding-left: 15px;
	padding-top: 10px; }
	.widget .sub-menu li:first-child,
	.widget .children li:first-child {
		border-top: 1px solid #eaeaea;
		padding-top: 10px; }

.widget_recent_entries a,
.widget_recent_comments a,
.widget_nav_menu a,
.widget_archive a,
.widget_pages a,
.widget_categories a,
.widget_meta a {
	color: #343434; }
	.widget_recent_entries a:hover, .widget_recent_entries a:focus,
	.widget_recent_comments a:hover,
	.widget_recent_comments a:focus,
	.widget_nav_menu a:hover,
	.widget_nav_menu a:focus,
	.widget_archive a:hover,
	.widget_archive a:focus,
	.widget_pages a:hover,
	.widget_pages a:focus,
	.widget_categories a:hover,
	.widget_categories a:focus,
	.widget_meta a:hover,
	.widget_meta a:focus {
		color: #c0945c; }

/* Widget RSS
-------------------------------------------------------*/
.widget_rss li {
	padding: 16px 0;
	border-bottom: 1px solid #eaeaea; }
	.widget_rss li:first-child {
		padding-top: 0; }

.widget_rss .rsswidget {
	color: #000000; }
	.widget_rss .rsswidget:hover {
		color: #c0945c; }

.widget_rss .rss-date {
	display: block;
	color: #999999;
	font-size: 0.875rem;
	margin: 6px 0 12px; }

.widget_rss .rssSummary {
	margin-bottom: 8px; }
	.widget_rss .rssSummary + cite {
		color: #999999; }

/* Widgets select (Categories, Archives, Text Widget)
-------------------------------------------------------*/
.widget_categories select,
.widget_archive select,
.widget_text select {
	margin-bottom: 0; }

/* Widget Calendar
-------------------------------------------------------*/
#wp-calendar {
	width: 100%; }
	#wp-calendar > thead > tr > th,
	#wp-calendar > tbody > tr > th,
	#wp-calendar > tfoot > tr > th,
	#wp-calendar > thead > tr > td,
	#wp-calendar > tbody > tr > td,
	#wp-calendar > tfoot > tr > td {
		border: 0; }
	#wp-calendar caption {
		caption-side: top;
		text-align: right;
		color: #343434;
		font-size: 12px;
		padding: 0;
		margin-bottom: 15px;
		padding-right: 10px; }
	#wp-calendar thead th {
		padding: 8px;
		text-align: center;
		font-size: 10px; }
		#wp-calendar thead th:first-child {
			padding-left: 0; }
		#wp-calendar thead th:last-child {
			padding-right: 0; }
	#wp-calendar tbody {
		color: #999999; }
		#wp-calendar tbody td {
			text-align: center;
			padding: 8px; }
			#wp-calendar tbody td:first-child {
				padding-left: 0; }
			#wp-calendar tbody td:last-child {
				padding-right: 0; }
		#wp-calendar tbody .pad {
			background: none; }
	#wp-calendar tfoot #next {
		font-size: 10px;
		text-transform: uppercase;
		text-align: right;
		padding-right: 4px; }
	#wp-calendar tfoot #prev {
		font-size: 10px;
		text-transform: uppercase;
		padding-top: 10px;
		padding-left: 4px; }

/* Widget Recent Posts
-------------------------------------------------------*/
.widget-recent-posts__list > li {
	padding: 14px 0; }
	.widget-recent-posts__list > li:first-child {
		padding-top: 0; }
	.widget-recent-posts__list > li:last-child {
		padding-bottom: 0;
		border-bottom: 0; }

.widget-recent-posts__img-holder {
	width: 80px;
	float: left;
	position: relative;
	margin-right: 15px; }
	@media only screen and (max-width: 575px) {
		.widget-recent-posts__img-holder {
			width: 50px; } }

.widget-recent-posts__entry {
	min-height: 60px; }

.widget-recent-posts__entry-title {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 0;
	padding-left: 26px; }
	.widget-recent-posts__entry-title a {
		color: #000000; }
	.widget-recent-posts__entry-title a:hover {
		color: #c0945c; }

/* Widget Popular Posts
-------------------------------------------------------*/
.widget-popular-posts__list > li {
	padding: 15px 0;
	border-bottom: 1px solid #eaeaea; }
	.widget-popular-posts__list > li:first-child {
		padding-top: 0; }
	.widget-popular-posts__list > li:last-child {
		padding-bottom: 0;
		border-bottom: 0; }

.widget-popular-posts__img-holder {
	width: 88px;
	float: left;
	margin-right: 20px; }
	@media only screen and (max-width: 575px) {
		.widget-popular-posts__img-holder {
			width: 60px; } }

.widget-popular-posts__entry {
	overflow: hidden; }

.widget-popular-posts__entry-title {
	font-family: "Open Sans", serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 1px; }
	.widget-popular-posts__entry-title a:hover {
		color: #c0945c; }

.widget-popular-posts__entry-date {
	color: #999999;
	display: inline-block;
	font-family: "Open Sans", serif;
	font-size: 13px;
	white-space: nowrap;
	font-style: italic; }

/* Widget Logo
-------------------------------------------------------*/
.widget-logo__text {
	margin-top: 20px;
	margin-bottom: 0; }

/* Widget Instagram
-------------------------------------------------------*/
.instagram-feed {
	position: relative; }
	.instagram-feed #sb_instagram #sbi_images {
		margin-top: 34px; }
	.instagram-feed__header {
		padding: 0 15px;
		text-align: center; }
	.instagram-feed .sbi_no_avatar .sbi_header_img {
		background-color: transparent; }
	.instagram-feed .sbi_no_avatar .sbi_header_hashtag_icon {
		color: #000000; }
	.instagram-feed__title {
		font-size: 24px;
		margin-bottom: 16px; }
	.instagram-feed--wide #sb_instagram .sb_instagram_header {
		display: flex;
		justify-content: center; }
	.instagram-feed--wide #sb_instagram .sb_instagram_header .sbi_header_text {
		float: none; }
	.instagram-feed--wide #sb_instagram .sb_instagram_header .sbi_header_img {
		width: 24px; }
	.instagram-feed--wide #sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
		padding-top: 10px !important; }
	.instagram-feed--wide #sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio,
	.instagram-feed--wide #sb_instagram .sb_instagram_header .sbi_header_text h3 {
		margin-left: 36px !important; }
	.instagram-feed--wide #sb_instagram .sb_instagram_header .sbi_header_text h3 {
		text-transform: uppercase;
		font-size: 1.5rem; }

/* Widget Twitter
-------------------------------------------------------*/
.ctf-author-box-link + p,
.ctf-tweet-content p {
	margin: 0; }

/* Widget Search
-------------------------------------------------------*/
.search-field {
	margin-bottom: 10px !important; }

.widget-search-input {
	background-color: #fff; }

.widget_search .search-input {
	margin-bottom: 0; }

.widget-search-button,
.search-form__button,
.search-button,
.woocommerce-product-search button[type=submit] {
	position: absolute;
	top: 0;
	height: 42px;
	width: 42px;
	padding: 0 !important;
	background-color: transparent;
	border: 0;
	right: 0;
	font-size: 1rem;
	vertical-align: middle; }
	.widget-search-button:hover, .widget-search-button:focus,
	.search-form__button:hover,
	.search-form__button:focus,
	.search-button:hover,
	.search-button:focus,
	.woocommerce-product-search button[type=submit]:hover,
	.woocommerce-product-search button[type=submit]:focus {
		background-color: transparent; }

.search-form {
	position: relative; }

/* Widget Categories, Recent Entries, Comments, Archives, Meta
-------------------------------------------------------*/
.widget_categories li,
.widget_recent_entries li,
.widget_nav_menu li,
.widget_archive li,
.widget_pages li,
.widget_meta li,
.recentcomments {
	padding: 5px 0; }
	.widget_categories li:first-child,
	.widget_recent_entries li:first-child,
	.widget_nav_menu li:first-child,
	.widget_archive li:first-child,
	.widget_pages li:first-child,
	.widget_meta li:first-child,
	.recentcomments:first-child {
		padding-top: 0; }
	.widget_categories li:last-child,
	.widget_recent_entries li:last-child,
	.widget_nav_menu li:last-child,
	.widget_archive li:last-child,
	.widget_pages li:last-child,
	.widget_meta li:last-child,
	.recentcomments:last-child {
		padding-bottom: 0;
		border-bottom: 0; }

/* Widget Recent Entries, Recent Comments, Meta, Pages, Menu
-------------------------------------------------------*/
.widget_recent_entries li,
.recentcomments,
.widget_nav_menu li,
.widget_pages li,
.widget_categories li,
.widget_meta li {
	padding: 10px 0;
	border-bottom: 1px solid #eaeaea; }

/* Widget Tags / Entry Tags
-------------------------------------------------------*/
.widget_tag_cloud a,
.widget_product_tag_cloud a,
.entry-tags a {
	padding: 9px 13px;
	margin: 0 4px 4px 0;
	font-size: 10px !important;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: inherit;
	display: inline-block;
	background-color: #f8f8f8;
	float: left;
	transition: all 0.3s ease-in-out; }
	.widget_tag_cloud a:hover,
	.widget_product_tag_cloud a:hover,
	.entry-tags a:hover {
		background-color: #000;
		color: #fff;
		border-color: transparent; }

.tagcloud {
	overflow: hidden; }

/* MailChimp Newsletter
-------------------------------------------------------*/
.meridia-mc4wp-form-widget .newsletter__input {
	margin-bottom: 10px; }

.meridia-mc4wp-form-widget__title {
	margin-bottom: 4px; }

.meridia-mc4wp-form-widget__subtitle {
	font-size: 0.875rem; }

.widget_mc4wp_form_widget .newsletter__input {
	margin-bottom: 10px; }

.sidebar .meridia-mc4wp-form-widget {
	background-color: #f9f7f4;
	padding: 32px; }
	.sidebar .meridia-mc4wp-form-widget__content {
		text-align: center; }
	.sidebar .meridia-mc4wp-form-widget__title {
		font-size: 1rem; }
	.sidebar .meridia-mc4wp-form-widget__subtitle {
		margin-bottom: 20px; }

/* Newsletter below featured area
-------------------------------------------------------*/
.newsletter-area .meridia-mc4wp-form-widget {
	background-color: #f9f7f4;
	padding: 32px;
	margin-top: 70px; }

.newsletter-area .meridia-mc4wp-form-widget__title {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 1rem; }
	.newsletter-area .meridia-mc4wp-form-widget__title::before {
		content: '\e800';
		font-family: 'ui-icons';
		position: relative;
		top: -1px;
		opacity: 0.5;
		margin-right: 6px; }

@media only screen and (min-width: 992px) {
	.newsletter-area .meridia-mc4wp-form-widget {
		display: flex;
		align-items: center; }
	.newsletter-area .meridia-mc4wp-form-widget__content {
		padding-right: 15px; }
	.newsletter-area .meridia-mc4wp-form-widget__subtitle,
	.newsletter-area .newsletter__input {
		margin-bottom: 0; }
	.newsletter-area .newsletter__input {
		margin-right: 10px;
		min-width: 180px; }
	.newsletter-area .meridia-mc4wp-form-widget__form {
		margin-left: auto; }
	.newsletter-area .meridia-mc4wp-form-widget__form .mc4wp-form-fields {
		display: flex; } }

/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.footer__widgets {
	padding: 88px 0 0; }

.footer__socials {
	padding: 20px 0;
	border-top: 1px solid #eaeaea;
	text-align: center; }
	.footer__socials .social {
		display: inline;
		margin-right: 24px;
		font-size: 14px;
		color: #343434; }

.footer-bottom {
	padding: 21px 0;
	background-color: #000; }

.copyright {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #999999; }
	.copyright a {
		color: inherit; }
		.copyright a:hover {
			color: #fff; }

/*-------------------------------------------------------*/
/* Spacings
/*-------------------------------------------------------*/
.no-margin {
	margin: 0 !important; }

.no-padding {
	padding: 0 !important; }

.mt-0 {
	margin-top: 0 !important; }

.mt-10 {
	margin-top: 10px; }

.mt-20 {
	margin-top: 20px; }

.mt-30 {
	margin-top: 30px; }

.mt-40 {
	margin-top: 40px; }

.mt-50 {
	margin-top: 50px; }

.mt-60 {
	margin-top: 60px; }

.mt-70 {
	margin-top: 70px; }

.mt-80 {
	margin-top: 80px; }

.mt-90 {
	margin-top: 90px; }

.mt-100 {
	margin-top: 100px; }

.mt-110 {
	margin-top: 110px; }

.mt-120 {
	margin-top: 120px; }

.mt-130 {
	margin-top: 130px; }

.mt-140 {
	margin-top: 140px; }

.mb-0 {
	margin-bottom: 0 !important; }

.mb-10 {
	margin-bottom: 10px; }

.mb-20 {
	margin-bottom: 20px; }

.mb-30 {
	margin-bottom: 30px; }

.mb-40 {
	margin-bottom: 40px; }

.mb-50 {
	margin-bottom: 50px; }

.mb-60 {
	margin-bottom: 60px; }

.mb-70 {
	margin-bottom: 70px; }

.mb-80 {
	margin-bottom: 80px; }

.mb-90 {
	margin-bottom: 90px; }

.mb-100 {
	margin-bottom: 100px; }

.mb-110 {
	margin-bottom: 110px; }

.mb-120 {
	margin-bottom: 120px; }

.mb-130 {
	margin-bottom: 130px; }

.mb-140 {
	margin-bottom: 140px; }

.pt-0 {
	padding-top: 0; }

.pt-10 {
	padding-top: 10px; }

.pt-20 {
	padding-top: 20px; }

.pt-30 {
	padding-top: 30px; }

.pt-40 {
	padding-top: 40px; }

.pt-50 {
	padding-top: 50px; }

.pt-60 {
	padding-top: 60px; }

.pt-70 {
	padding-top: 70px; }

.pt-80 {
	padding-top: 80px; }

.pt-90 {
	padding-top: 90px; }

.pt-100 {
	padding-top: 100px; }

.pt-110 {
	padding-top: 110px; }

.pt-120 {
	padding-top: 120px; }

.pt-130 {
	padding-top: 130px; }

.pt-140 {
	padding-top: 140px; }

.pt-150 {
	padding-top: 150px; }

.pt-160 {
	padding-top: 160px; }

.pt-170 {
	padding-top: 170px; }

.pt-180 {
	padding-top: 180px; }

.pt-190 {
	padding-top: 190px; }

.pt-200 {
	padding-top: 200px; }

.pb-0 {
	padding-bottom: 0; }

.pb-10 {
	padding-bottom: 10px; }

.pb-20 {
	padding-bottom: 20px; }

.pb-30 {
	padding-bottom: 30px; }

.pb-40 {
	padding-bottom: 40px; }

.pb-50 {
	padding-bottom: 50px; }

.pb-60 {
	padding-bottom: 60px; }

.pb-70 {
	padding-bottom: 70px; }

.pb-80 {
	padding-bottom: 80px; }

.pb-90 {
	padding-bottom: 90px; }

.pb-100 {
	padding-bottom: 100px; }

.pb-110 {
	padding-bottom: 110px; }

.pb-120 {
	padding-bottom: 120px; }

.pb-130 {
	padding-bottom: 130px; }

.pb-140 {
	padding-bottom: 140px; }

.pb-150 {
	padding-bottom: 150px; }

.pb-160 {
	padding-bottom: 160px; }

.pb-170 {
	padding-bottom: 170px; }

.pb-180 {
	padding-bottom: 180px; }

.pb-190 {
	padding-bottom: 190px; }

.pb-200 {
	padding-bottom: 200px; }

@media only screen and (max-width: 1199px) {
	.mt-lg-0 {
		margin-top: 0 !important; }
	.mt-lg-10 {
		margin-top: 10px; }
	.mt-lg-20 {
		margin-top: 20px; }
	.mt-lg-30 {
		margin-top: 30px; }
	.mt-lg-40 {
		margin-top: 40px; }
	.mt-lg-50 {
		margin-top: 50px; }
	.mt-lg-60 {
		margin-top: 60px; }
	.mt-lg-70 {
		margin-top: 70px; }
	.mt-lg-80 {
		margin-top: 80px; }
	.mt-lg-90 {
		margin-top: 90px; }
	.mt-lg-100 {
		margin-top: 100px; }
	.mt-lg-110 {
		margin-top: 110px; }
	.mt-lg-120 {
		margin-top: 120px; }
	.mt-lg-130 {
		margin-top: 130px; }
	.mt-lg-140 {
		margin-top: 140px; }
	.mb-lg-0 {
		margin-bottom: 0 !important; }
	.mb-lg-10 {
		margin-bottom: 10px; }
	.mb-lg-20 {
		margin-bottom: 20px; }
	.mb-lg-30 {
		margin-bottom: 30px; }
	.mb-lg-40 {
		margin-bottom: 40px; }
	.mb-lg-50 {
		margin-bottom: 50px; }
	.mb-lg-60 {
		margin-bottom: 60px; }
	.mb-lg-70 {
		margin-bottom: 70px; }
	.mb-lg-80 {
		margin-bottom: 80px; }
	.mb-lg-90 {
		margin-bottom: 90px; }
	.mb-lg-100 {
		margin-bottom: 100px; }
	.mb-lg-110 {
		margin-bottom: 110px; }
	.mb-lg-120 {
		margin-bottom: 120px; }
	.mb-lg-130 {
		margin-bottom: 130px; }
	.mb-lg-140 {
		margin-bottom: 140px; }
	.pt-lg-0 {
		padding-top: 0; }
	.pt-lg-10 {
		padding-top: 10px; }
	.pt-lg-20 {
		padding-top: 20px; }
	.pt-lg-30 {
		padding-top: 30px; }
	.pt-lg-40 {
		padding-top: 40px; }
	.pt-lg-50 {
		padding-top: 50px; }
	.pt-lg-60 {
		padding-top: 60px; }
	.pt-lg-70 {
		padding-top: 70px; }
	.pt-lg-80 {
		padding-top: 80px; }
	.pt-lg-90 {
		padding-top: 90px; }
	.pt-lg-100 {
		padding-top: 100px; }
	.pt-lg-110 {
		padding-top: 110px; }
	.pt-lg-120 {
		padding-top: 120px; }
	.pt-lg-130 {
		padding-top: 130px; }
	.pt-lg-140 {
		padding-top: 140px; }
	.pb-lg-0 {
		padding-bottom: 0; }
	.pb-lg-10 {
		padding-bottom: 10px; }
	.pb-lg-20 {
		padding-bottom: 20px; }
	.pb-lg-30 {
		padding-bottom: 30px; }
	.pb-lg-40 {
		padding-bottom: 40px; }
	.pb-lg-50 {
		padding-bottom: 50px; }
	.pb-lg-60 {
		padding-bottom: 60px; }
	.pb-lg-70 {
		padding-bottom: 70px; }
	.pb-lg-80 {
		padding-bottom: 80px; }
	.pb-lg-90 {
		padding-bottom: 90px; }
	.pb-lg-100 {
		padding-bottom: 100px; }
	.pb-lg-110 {
		padding-bottom: 110px; }
	.pb-lg-120 {
		padding-bottom: 120px; }
	.pb-lg-130 {
		padding-bottom: 130px; }
	.pb-lg-140 {
		padding-bottom: 140px; } }

@media only screen and (max-width: 991px) {
	.mt-md-0 {
		margin-top: 0 !important; }
	.mt-md-10 {
		margin-top: 10px; }
	.mt-md-20 {
		margin-top: 20px; }
	.mt-md-30 {
		margin-top: 30px; }
	.mt-md-40 {
		margin-top: 40px; }
	.mt-md-50 {
		margin-top: 50px; }
	.mt-md-60 {
		margin-top: 60px; }
	.mt-md-70 {
		margin-top: 70px; }
	.mt-md-80 {
		margin-top: 80px; }
	.mt-md-90 {
		margin-top: 90px; }
	.mt-md-100 {
		margin-top: 100px; }
	.mt-md-110 {
		margin-top: 110px; }
	.mt-md-120 {
		margin-top: 120px; }
	.mt-md-130 {
		margin-top: 130px; }
	.mt-md-140 {
		margin-top: 140px; }
	.mb-md-0 {
		margin-bottom: 0 !important; }
	.mb-md-10 {
		margin-bottom: 10px; }
	.mb-md-20 {
		margin-bottom: 20px; }
	.mb-md-30 {
		margin-bottom: 30px; }
	.mb-md-40 {
		margin-bottom: 40px; }
	.mb-md-50 {
		margin-bottom: 50px; }
	.mb-md-60 {
		margin-bottom: 60px; }
	.mb-md-70 {
		margin-bottom: 70px; }
	.mb-md-80 {
		margin-bottom: 80px; }
	.mb-md-90 {
		margin-bottom: 90px; }
	.mb-md-100 {
		margin-bottom: 100px; }
	.mb-md-110 {
		margin-bottom: 110px; }
	.mb-md-120 {
		margin-bottom: 120px; }
	.mb-md-130 {
		margin-bottom: 130px; }
	.mb-md-140 {
		margin-bottom: 140px; }
	.pt-md-0 {
		padding-top: 0; }
	.pt-md-10 {
		padding-top: 10px; }
	.pt-md-20 {
		padding-top: 20px; }
	.pt-md-30 {
		padding-top: 30px; }
	.pt-md-40 {
		padding-top: 40px; }
	.pt-md-50 {
		padding-top: 50px; }
	.pt-md-60 {
		padding-top: 60px; }
	.pt-md-70 {
		padding-top: 70px; }
	.pt-md-80 {
		padding-top: 80px; }
	.pt-md-90 {
		padding-top: 90px; }
	.pt-md-100 {
		padding-top: 100px; }
	.pt-md-110 {
		padding-top: 110px; }
	.pt-md-120 {
		padding-top: 120px; }
	.pt-md-130 {
		padding-top: 130px; }
	.pt-md-140 {
		padding-top: 140px; }
	.pt-md-150 {
		padding-top: 150px; }
	.pb-md-0 {
		padding-bottom: 0; }
	.pb-md-10 {
		padding-bottom: 10px; }
	.pb-md-20 {
		padding-bottom: 20px; }
	.pb-md-30 {
		padding-bottom: 30px; }
	.pb-md-40 {
		padding-bottom: 40px; }
	.pb-md-50 {
		padding-bottom: 50px; }
	.pb-md-60 {
		padding-bottom: 60px; }
	.pb-md-70 {
		padding-bottom: 70px; }
	.pb-md-80 {
		padding-bottom: 80px; }
	.pb-md-90 {
		padding-bottom: 90px; }
	.pb-md-100 {
		padding-bottom: 100px; }
	.pb-md-110 {
		padding-bottom: 110px; }
	.pb-md-120 {
		padding-bottom: 120px; }
	.pb-md-130 {
		padding-bottom: 130px; }
	.pb-md-140 {
		padding-bottom: 140px; }
	.pb-md-150 {
		padding-bottom: 150px; } }

@media only screen and (max-width: 767px) {
	.mt-sm-0 {
		margin-top: 0 !important; }
	.mt-sm-10 {
		margin-top: 10px; }
	.mt-sm-20 {
		margin-top: 20px; }
	.mt-sm-30 {
		margin-top: 30px; }
	.mt-sm-40 {
		margin-top: 40px; }
	.mt-sm-50 {
		margin-top: 50px; }
	.mt-sm-60 {
		margin-top: 60px; }
	.mt-sm-70 {
		margin-top: 70px; }
	.mt-sm-80 {
		margin-top: 80px; }
	.mt-sm-90 {
		margin-top: 90px; }
	.mt-sm-100 {
		margin-top: 100px; }
	.mt-sm-110 {
		margin-top: 110px; }
	.mt-sm-120 {
		margin-top: 120px; }
	.mt-sm-130 {
		margin-top: 130px; }
	.mt-sm-140 {
		margin-top: 140px; }
	.mb-sm-0 {
		margin-bottom: 0 !important; }
	.mb-sm-10 {
		margin-bottom: 10px; }
	.mb-sm-20 {
		margin-bottom: 20px; }
	.mb-sm-30 {
		margin-bottom: 30px; }
	.mb-sm-40 {
		margin-bottom: 40px; }
	.mb-sm-50 {
		margin-bottom: 50px; }
	.mb-sm-60 {
		margin-bottom: 60px; }
	.mb-sm-70 {
		margin-bottom: 70px; }
	.mb-sm-80 {
		margin-bottom: 80px; }
	.mb-sm-90 {
		margin-bottom: 90px; }
	.mb-sm-100 {
		margin-bottom: 100px; }
	.mb-sm-110 {
		margin-bottom: 110px; }
	.mb-sm-120 {
		margin-bottom: 120px; }
	.mb-sm-130 {
		margin-bottom: 130px; }
	.mb-sm-140 {
		margin-bottom: 140px; }
	.pt-sm-0 {
		padding-top: 0; }
	.pt-sm-10 {
		padding-top: 10px; }
	.pt-sm-20 {
		padding-top: 20px; }
	.pt-sm-30 {
		padding-top: 30px; }
	.pt-sm-40 {
		padding-top: 40px; }
	.pt-sm-50 {
		padding-top: 50px; }
	.pt-sm-60 {
		padding-top: 60px; }
	.pt-sm-70 {
		padding-top: 70px; }
	.pt-sm-80 {
		padding-top: 80px; }
	.pt-sm-90 {
		padding-top: 90px; }
	.pt-sm-100 {
		padding-top: 100px; }
	.pt-sm-110 {
		padding-top: 110px; }
	.pt-sm-120 {
		padding-top: 120px; }
	.pt-sm-130 {
		padding-top: 130px; }
	.pt-sm-140 {
		padding-top: 140px; }
	.pb-sm-0 {
		padding-bottom: 0; }
	.pb-sm-10 {
		padding-bottom: 10px; }
	.pb-sm-20 {
		padding-bottom: 20px; }
	.pb-sm-30 {
		padding-bottom: 30px; }
	.pb-sm-40 {
		padding-bottom: 40px; }
	.pb-sm-50 {
		padding-bottom: 50px; }
	.pb-sm-60 {
		padding-bottom: 60px; }
	.pb-sm-70 {
		padding-bottom: 70px; }
	.pb-sm-80 {
		padding-bottom: 80px; }
	.pb-sm-90 {
		padding-bottom: 90px; }
	.pb-sm-100 {
		padding-bottom: 100px; }
	.pb-sm-110 {
		padding-bottom: 110px; }
	.pb-sm-120 {
		padding-bottom: 120px; }
	.pb-sm-130 {
		padding-bottom: 130px; }
	.pb-sm-140 {
		padding-bottom: 140px; } }

@media only screen and (max-width: 480px) {
	.mt-xs-0 {
		margin-top: 0 !important; }
	.mt-xs-10 {
		margin-top: 10px; }
	.mt-xs-20 {
		margin-top: 20px; }
	.mt-xs-30 {
		margin-top: 30px; }
	.mt-xs-40 {
		margin-top: 40px; }
	.mt-xs-50 {
		margin-top: 50px; }
	.mt-xs-60 {
		margin-top: 60px; }
	.mt-xs-70 {
		margin-top: 70px; }
	.mt-xs-80 {
		margin-top: 80px; }
	.mt-xs-90 {
		margin-top: 90px; }
	.mt-xs-100 {
		margin-top: 100px; }
	.mt-xs-110 {
		margin-top: 110px; }
	.mt-xs-120 {
		margin-top: 120px; }
	.mt-xs-130 {
		margin-top: 130px; }
	.mt-xs-140 {
		margin-top: 140px; }
	.mb-xs-0 {
		margin-bottom: 0 !important; }
	.mb-xs-10 {
		margin-bottom: 10px; }
	.mb-xs-20 {
		margin-bottom: 20px; }
	.mb-xs-30 {
		margin-bottom: 30px; }
	.mb-xs-40 {
		margin-bottom: 40px; }
	.mb-xs-50 {
		margin-bottom: 50px; }
	.mb-xs-60 {
		margin-bottom: 60px; }
	.mb-xs-70 {
		margin-bottom: 70px; }
	.mb-xs-80 {
		margin-bottom: 80px; }
	.mb-xs-90 {
		margin-bottom: 90px; }
	.mb-xs-100 {
		margin-bottom: 100px; }
	.mb-xs-110 {
		margin-bottom: 110px; }
	.mb-xs-120 {
		margin-bottom: 120px; }
	.mb-xs-130 {
		margin-bottom: 130px; }
	.mb-xs-140 {
		margin-bottom: 140px; }
	.pt-xs-0 {
		padding-top: 0; }
	.pt-xs-10 {
		padding-top: 10px; }
	.pt-xs-20 {
		padding-top: 20px; }
	.pt-xs-30 {
		padding-top: 30px; }
	.pt-xs-40 {
		padding-top: 40px; }
	.pt-xs-50 {
		padding-top: 50px; }
	.pt-xs-60 {
		padding-top: 60px; }
	.pt-xs-70 {
		padding-top: 70px; }
	.pt-xs-80 {
		padding-top: 80px; }
	.pt-xs-90 {
		padding-top: 90px; }
	.pt-xs-100 {
		padding-top: 100px; }
	.pt-xs-110 {
		padding-top: 110px; }
	.pt-xs-120 {
		padding-top: 120px; }
	.pt-xs-130 {
		padding-top: 130px; }
	.pt-xs-140 {
		padding-top: 140px; }
	.pb-xs-0 {
		padding-bottom: 0; }
	.pb-xs-10 {
		padding-bottom: 10px; }
	.pb-xs-20 {
		padding-bottom: 20px; }
	.pb-xs-30 {
		padding-bottom: 30px; }
	.pb-xs-40 {
		padding-bottom: 40px; }
	.pb-xs-50 {
		padding-bottom: 50px; }
	.pb-xs-60 {
		padding-bottom: 60px; }
	.pb-xs-70 {
		padding-bottom: 70px; }
	.pb-xs-80 {
		padding-bottom: 80px; }
	.pb-xs-90 {
		padding-bottom: 90px; }
	.pb-xs-100 {
		padding-bottom: 100px; }
	.pb-xs-110 {
		padding-bottom: 110px; }
	.pb-xs-120 {
		padding-bottom: 120px; }
	.pb-xs-130 {
		padding-bottom: 130px; }
	.pb-xs-140 {
		padding-bottom: 140px; } }

/*-------------------------------------------------------*/
/* Helper Classes
/*-------------------------------------------------------*/
.box-shadow {
	box-shadow: 0px 1px 1px rgba(72, 78, 85, 0.1);
	transition: all 0.2s ease-out; }
	.box-shadow:hover {
		box-shadow: 0 20px 40px rgba(72, 78, 85, 0.1);
		transform: translateY(-15px); }

.hover-scale img {
	transition: all 2s ease-out; }

.hover-scale:hover img {
	transform: scale(1.5, 1.5); }

.hover-fade img {
	transition: opacity 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative; }

.hover-fade:hover img {
	opacity: .8; }

/* Bottom Gradient
-------------------------------------------------------*/
.bottom-gradient::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
	/* IE6-9 */ }

.bg-overlay {
	position: relative; }
	.bg-overlay::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.15); }

.bg-overlay--dark::after {
	background-color: rgba(0, 0, 0, 0.5); }

/* Section Dividers
-------------------------------------------------------*/
.top-divider {
	border-top: 1px solid #eaeaea; }

.bottom-divider {
	border-bottom: 1px solid #eaeaea; }

/* Alignment
-------------------------------------------------------*/
.justify-content-center {
	justify-content: center; }

/*-------------------------------------------------------*/
/* WordPress Styles
/*-------------------------------------------------------*/
body.admin-bar .nav--sticky {
	top: 46px; }

@media only screen and (min-width: 768px) {
	body.admin-bar .nav--sticky {
		top: 32px; } }

img {
	height: auto; }

figcaption {
	display: block;
	color: #999999;
	margin-top: .5em;
	margin-bottom: 1em;
	font-size: 13px; }

/*-------------------------------------------------------*/
/* Alignment
/*-------------------------------------------------------*/
.alignleft,
.alignright {
	max-width: 100% !important;
	float: none; }

@media only screen and (min-width: 576px) {
	.alignleft {
		float: left;
		margin: .5em 2em 2em 0; }
	.alignright {
		float: right;
		margin: .5em 0 2em 2em; }
	.alignleft,
	.alignright {
		max-width: 40% !important; } }

@media only screen and (max-width: 575px) {
	margin-left: 0;
	margin-right: 0;
	float: none; }

.alignnone {
	margin: .5em 0; }

.aligncenter {
	display: block;
	margin: .5em auto; }

.wp-caption,
.gallery-caption {
	max-width: 100%; }

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px; }

/*-------------------------------------------------------*/
/* Screen Readers
/*-------------------------------------------------------*/
.screen-reader-text,
.says {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden; }

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */ }

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #eaeaea;
	padding: 2px; }

/*-------------------------------------------------------*/
/* Galleries
/*-------------------------------------------------------*/
ul.wp-block-gallery {
	padding-left: 0; }

@media only screen and (min-width: 576px) {
	div[class^='gallery-columns-'],
	div[class*=' gallery-columns-'] {
		display: flex;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px; } }

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 100%; }
	.gallery-item img {
		width: 100%; }
	@media only screen and (max-width: 575px) {
		.gallery-item {
			max-width: 100%;
			padding: 0; } }

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%; }

.gallery-item a img {
	display: block;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden; }

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%); }

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0; }

/* Gallery Columns
/*-------------------------------------------------------*/
.gallery-columns-1 .gallery-item {
	width: 100%; }

.gallery-columns-2 .gallery-item {
	max-width: 50%; }

@media only screen and (min-width: 576px) {
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%; }
	.gallery-columns-4 .gallery-item {
		max-width: 25%; } }

@media only screen and (min-width: 768px) {
	.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-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none; }

/*-------------------------------------------------------*/
/* Password
/*-------------------------------------------------------*/
.post-password-form label > input {
	margin-bottom: 24px; }

.post-password-form label + input,
.search-submit {
	line-height: 41px;
	font-size: 11px;
	padding: 0 24px;
	font-family: "Raleway", sans-serif;
	border: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-color: #000;
	color: #fff;
	position: relative;
	top: -6px;
	width: auto; }

/*-------------------------------------------------------*/
/* Sticky Post
/*-------------------------------------------------------*/
.post.sticky .entry-title:before {
	content: '\e801';
	font-family: "ui-icons";
	display: inline-block;
	margin-right: 12px;
	position: relative;
	top: -2px;
	font-size: 18px;
	color: #bbbbbb;
	max-height: 20px; }

/*-------------------------------------------------------*/
/* Post Multipages Pagination
/*-------------------------------------------------------*/
.entry-pages {
	margin-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eaeaea; }
	.entry-pages a {
		min-width: 12px;
		display: inline-block;
		text-align: center; }
	.entry-pages:before {
		content: '';
		display: table;
		clear: both; }

/*-------------------------------------------------------*/
/* Comments Multipages Pagination
/*-------------------------------------------------------*/
.comment-navigation {
	margin: 20px 0; }
	.comment-navigation .nav-previous {
		float: left; }
	.comment-navigation .nav-next {
		float: right; }

/*-------------------------------------------------------*/
/* Gutenberg Front-end Styles
/*-------------------------------------------------------*/
:root .has-gold-background-color {
	background-color: #c0945c; }

:root .has-seashell-background-color {
	background-color: #fcf3ec; }

:root .has-pink-background-color {
	background-color: #d082a6; }

:root .has-grey-background-color {
	background-color: #999999; }

:root .has-white-background-color {
	background-color: #ffffff; }

:root .has-black-background-color {
	background-color: #000000; }

:root .has-gold-color {
	color: #c0945c; }

:root .has-seashell-color {
	color: #fcf3ec; }

:root .has-pink-color {
	color: #d082a6; }

:root .has-grey-color {
	color: #999999; }

:root .has-white-color {
	color: #ffffff; }

:root .has-black-color {
	color: #000000; }

/* Buttons
-------------------------------------------------------*/
.wp-block-button .wp-block-button__link {
	padding: 18px 34px;
	font-size: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	border-radius: 0;
	font-weight: 300;
	line-height: 1.1 !important;
	font-family: "Raleway", sans-serif;
	background-color: #c0945c;
	transition: all 0.3s ease-in-out; }
	.wp-block-button .wp-block-button__link:active, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:hover {
		background-color: #171717;
		border-color: transparent;
		color: #fff; }

.wp-block-button.is-style-outline .wp-block-button__link {
	background-color: transparent; }

/* Full-width Images
-------------------------------------------------------*/
@media only screen and (min-width: 992px) {
	.meridia-fullwidth .entry__article .alignwide {
		margin-left: -120px;
		margin-right: -120px;
		width: auto; }
	.meridia-fullwidth .entry__article .alignfull {
		margin-left: calc( 50% - 50vw);
		margin-right: calc( 50% - 50vw);
		max-width: 100vw;
		position: relative;
		z-index: 1; }
		.meridia-fullwidth .entry__article .alignfull img {
			width: 100vw; } }

/* Images
-------------------------------------------------------*/
.wp-block-image .alignleft {
	margin-right: 2em;
	max-width: 40%; }
	@media only screen and (max-width: 575px) {
		.wp-block-image .alignleft {
			float: none;
			margin-right: 0; } }

.wp-block-image .alignright {
	margin-left: 2em;
	max-width: 40%; }
	@media only screen and (max-width: 575px) {
		.wp-block-image .alignright {
			float: none;
			margin-left: 0; } }

/* Cover
-------------------------------------------------------*/
.wp-block-cover {
	margin: 0 0 1.5em; }

/* Tables
-------------------------------------------------------*/
.wp-block-table {
	width: 100%;
	margin-bottom: 2rem; }

.wp-block-table.is-style-stripes tr:nth-child(odd) {
	background-color: #f8f8f8; }

/* Latest Comments
-------------------------------------------------------*/
ol.wp-block-latest-comments {
	padding-left: 0; }

/* Galleries
-------------------------------------------------------*/
ul.wp-block-gallery,
.wp-block-gallery ul {
	list-style: none;
	padding-left: 0; }

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
	text-align: center; }

/* Separators
-------------------------------------------------------*/
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	overflow: hidden;
	border-top: 1px solid #eaeaea; }

.wp-block-separator.is-style-default {
	max-width: 100px; }

.wp-block-separator.is-style-dots:before {
	font-weight: 700; }

/* Blockquote / Pullquote
-------------------------------------------------------*/
blockquote {
	margin: 0;
	line-height: 1.6; }
	blockquote p {
		margin-bottom: 0;
		font-family: "Libre Baskerville", serif; }
	blockquote cite {
		color: #999999;
		font-size: 0.9375rem;
		margin-top: 1em;
		line-height: 1.8;
		display: inline-block; }

.wp-block-quote {
	padding: 40px;
	background-color: #f8f8f8;
	margin-bottom: 40px;
	margin-top: 40px; }
	.wp-block-quote p {
		color: #000000;
		font-size: 1.25rem; }
	.wp-block-quote.is-large, .wp-block-quote.is-style-large {
		padding: 40px;
		margin-top: 40px;
		margin-bottom: 40px; }
		.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
			font-style: normal;
			position: relative; }
		.wp-block-quote.is-large cite,
		.wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite,
		.wp-block-quote.is-style-large footer {
			font-size: 0.9375rem; }

.wp-block-pullquote {
	text-align: left;
	line-height: 1.5;
	padding: 3em 1em;
	border-top: 4px solid #eaeaea;
	border-bottom: 4px solid #eaeaea;
	color: #000000; }
	.entry__article .wp-block-pullquote {
		margin-bottom: 28px; }
	.wp-block-pullquote cite {
		opacity: .7;
		font-size: 0.9375rem; }
	@media only screen and (min-width: 576px) {
		.wp-block-pullquote.alignleft {
			margin-right: 2em; }
		.wp-block-pullquote.alignright {
			margin-left: 2em; } }
	@media only screen and (max-width: 575px) {
		.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
			max-width: 100%;
			float: none;
			margin-left: 0;
			margin-right: 0; } }

.wp-block-pullquote.is-style-solid-color.alignleft blockquote p,
.wp-block-pullquote.is-style-solid-color.alignright blockquote p {
	font-size: 20px; }

/* Latest Posts / Categories / Comments
-------------------------------------------------------*/
.wp-block-latest-posts,
.wp-block-categories,
.wp-block-latest-comments {
	margin-top: 40px; }

.wp-block-latest-posts li:not(:last-child) {
	margin-bottom: 16px; }

.wp-block-categories li:not(:last-child) {
	margin-bottom: 6px; }

/*# sourceMappingURL=style.css.map */
