/*!
Theme Name: ContentBerg
Theme URI: https://contentberg.theme-sphere.com
Version: 1.6.1
Description: A readable blog theme with content focus. Designed by ThemeSphere.
Author: ThemeSphere
Author URI: http://theme-sphere.com
License: ThemeForest Split License
License URI: http://themeforest.net/licenses/standard
Copyright: (c) 2019 ThemeSphere.
Text Domain: contentberg
*/
::-webkit-scrollbar {
	width: 12px;
	height: 3px
}

::-webkit-scrollbar-button {
	background-color: #ccc
}

::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0)
}

::-webkit-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, 0)
}

::-webkit-scrollbar-thumb {
	height: 20px;
	background-color: #ccc;
	border-radius: 1px
}

::-webkit-scrollbar-corner {
	background-color: rgba(0, 0, 0, 0)
}

::-webkit-resizer {
	background-color: #ccc
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
button,
input,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-size: 100%;
	font-family: inherit
}

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

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

textarea {
	overflow: auto
}

a img {
	border: 0
}

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

::-webkit-input-placeholder {
	color: inherit
}

::-moz-placeholder {
	color: inherit;
	opacity: 1
}

:-ms-input-placeholder {
	color: inherit
}

:root {
	--main-color: #971761
}

html {
	font-size: 14px
}

body {
	font-family: "Mulish", sans-serif;
	line-height: 1.8666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-antyaliasing: subpixel-antialiased
}

h1 {
	font-size: 29px
}

h2 {
	font-size: 26px
}

h3 {
	font-size: 22px
}

h4 {
	font-size: 18px
}

h5 {
	font-size: 16px
}

h6 {
	font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 800;
	color: #313131;
	-webkit-font-smoothing: antialiased
}

p {
	margin-bottom: 26px
}

ul {
	list-style: none
}

a {
	opacity: initial;
	color: #313131;
	text-decoration: none;
	transition: all .35s ease-in-out
}

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

hr {
	background-color: rgba(51, 51, 51, .1);
	border: 0;
	height: 1px;
	margin: 3em 0
}

abbr,
acronym {
	border-bottom: 1px dotted #222;
	text-decoration: none
}

q {
	font-style: italic;
	margin: 0;
	font-size: 1.1em;
	margin-right: 8px
}

sup {
	font-size: .8em;
	vertical-align: top
}

sub {
	font-size: .8em;
	vertical-align: bottom
}

dl {
	margin: 0 0 21px 0
}

dt {
	font-weight: 600
}

dd {
	margin-bottom: 21px
}

table {
	max-width: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0)
}

th,
td {
	background: #fff;
	padding: 10px 15px;
	border: 1px solid #e4e4e4;
	border-right: 0;
	border-left: 0
}

th {
	background: rgba(0, 0, 0, 0);
	font-weight: 600
}

tr:nth-child(odd) td {
	background: #fafafa
}

input,
textarea,
select {
	background: #f8f6f0;
	border: 3px double rgba(0, 0, 0, .15);
	box-sizing: border-box;
	padding: 0 16px;
	max-width: 100%;
	outline: 0;
	font-size: 14px;
	color: #989898
}

input {
	height: 3.14286em
}

input[type=checkbox],
input[type=radio] {
	height: auto
}

select {
	line-height: 1;
	padding: 0 14px;
	height: 36px
}

textarea {
	width: 100%;
	padding: 20px 14px;
	line-height: 1.5;
	box-sizing: border-box
}

input:focus,
textarea:focus,
select:focus {
	border-color: #d9d9d9;
	color: #888
}

input[type=submit],
button,
input[type=button],
.button {
	-webkit-appearance: none;
	background: #00474a;
	color: #fafbf8;
	padding: 16px 20px;
	border: 0;
	cursor: pointer;
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	height: auto;
	letter-spacing: .1em;
	text-transform: uppercase
}

.button {
	transition: all .25s ease-in-out
}

.button:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1), 0 3px 6px rgba(0, 0, 0, .07);
	transform: translateY(-1px)
}

input[type=submit]:active,
button:active,
input[type=button]:active {
	opacity: .9
}

blockquote {
	padding-left: 45px;
	color: #989898;
	font-family: "IBM Plex Serif", ff-more-web-pro, "PT Serif", Georgia, serif;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased
}

blockquote:before {
	content: "“";
	float: left;
	margin-top: 18px;
	margin-left: -45px;
	font-family: Georgia, Arial, sans-serif;
	font-style: normal;
	font-size: 52px;
	line-height: .41;
	color: #971761
}

blockquote p:last-child,
blockquote p:last-of-type {
	margin-bottom: 0
}

blockquote cite,
blockquote .wp-block-pullquote__citation {
	color: #9c9c9c;
	font-size: 12px;
	font-weight: 400
}

blockquote p+cite,
blockquote .wp-block-pullquote__citation {
	display: block;
	margin-top: 18px;
	font-size: 15px
}

blockquote cite:before {
	content: "-";
	margin-right: 8px
}

blockquote p>cite {
	margin-left: 16px;
	margin-right: 14px
}

.modern-quote {
	margin: 0
}

.modern-quote,
.wp-block-quote.is-style-large {
	position: relative;
	padding: 0 42px;
	padding-top: 22px;
	color: #252525;
	font-size: 27px;
	line-height: 1.44;
	font-weight: 500;
	text-align: center
}

.modern-quote:before,
.wp-block-quote.is-style-large:before {
	position: absolute;
	z-index: 0;
	margin: 0;
	left: 50%;
	transform: translateX(-50%) translateY(9px) rotate(1deg);
	color: #971761;
	opacity: .13;
	font-size: 132px
}

.modern-quote p,
.wp-block-quote.is-style-large p {
	font-size: inherit;
	line-height: inherit;
	font-style: inherit
}

.modern-quote cite,
.wp-block-quote.is-style-large cite {
	color: #a0a0a0;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .04em
}

.modern-quote cite:before,
.wp-block-quote.is-style-large cite:before {
	display: none
}

.modern-quote p cite:only-child,
.wp-block-quote.is-style-large p cite:only-child {
	display: block
}

.modern-quote p cite:only-child:before,
.wp-block-quote.is-style-large p cite:only-child:before {
	display: none
}

.cf:after,
.cf:before {
	content: "";
	display: table
}

.cf:after {
	clear: both
}

.limit-line {
	overflow: hidden;
	white-space: nowrap
}

.ellipsis {
	text-overflow: ellipsis
}

.ir {
	background-color: rgba(0, 0, 0, 0);
	border: 0;
	overflow: hidden;
	text-indent: -9999px
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%
}

.visuallyhidden,
.screen-reader-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.main-color {
	color: #971761
}

.fade {
	opacity: 0;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.fade-in-up {
	-webkit-animation: .5s fade-in-up ease-out;
	animation: .5s fade-in-up ease-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.fade-in-up-lg {
	-webkit-animation: .65s fade-in-up-lg ease-out;
	animation: .65s fade-in-up-lg ease-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.fade-in-down-lg {
	-webkit-animation: .65s fade-in-down-lg ease-out;
	animation: .65s fade-in-down-lg ease-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.no-transition {
	transition: none !important
}

a.blur {
	outline: none
}

@-webkit-keyframes fade-in-up {
	from {
		opacity: 0;
		transform: translate3d(0, 2px, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@keyframes fade-in-up {
	from {
		opacity: 0;
		transform: translate3d(0, 2px, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@-webkit-keyframes fade-in-up-lg {
	from {
		opacity: 0;
		transform: translate3d(0, 8px, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@keyframes fade-in-up-lg {
	from {
		opacity: 0;
		transform: translate3d(0, 8px, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@-webkit-keyframes fade-in-down-lg {
	from {
		opacity: 0;
		transform: translate3d(0, -8px, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@keyframes fade-in-down-lg {
	from {
		opacity: 0;
		transform: translate3d(0, -8px, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@-webkit-keyframes fade-in {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fade-in {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes pulse {
	0% {
		transform: scale(1)
	}

	25% {
		transform: scale(1.3)
	}

	75% {
		transform: scale(0.8)
	}

	100% {
		transform: scale(1)
	}
}

@keyframes pulse {
	0% {
		transform: scale(1)
	}

	25% {
		transform: scale(1.3)
	}

	75% {
		transform: scale(0.8)
	}

	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes left-right {
	0% {
		left: 8px
	}

	50% {
		left: 15px
	}

	100% {
		left: 8px
	}
}

@keyframes left-right {
	0% {
		left: 8px
	}

	50% {
		left: 15px
	}

	100% {
		left: 8px
	}
}

.show-lg,
.show-md,
.show-sm,
.show-xs,
.show-ty {
	display: none !important
}

.ts-row {
	min-height: 1px;
	margin-right: -15px;
	margin-left: -15px;
	box-sizing: border-box
}

.column,
.ts-row [class*=col-] {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	min-height: 1px;
	box-sizing: border-box
}

.col-12,
.column {
	width: 100%
}

.col-11 {
	width: 91.6666666667%
}

.col-10 {
	width: 83.3333333333%
}

.col-9,
.column.three-fourth {
	width: 75%
}

.col-8,
.column.two-third {
	width: 66.6666666667%
}

.col-7 {
	width: 58.3333333333%
}

.col-6,
.column.half {
	width: 50%
}

.col-5 {
	width: 41.6666666667%
}

.col-4,
.column.one-third {
	width: 33.3333333333%
}

.col-3,
.column.one-fourth {
	width: 25%
}

.col-2 {
	width: 16.6666666667%
}

.col-1 {
	width: 8.3333333333%
}

.column.one-fifth {
	width: 20%
}

.column.two-fifth {
	width: 40%
}

.column.three-fifth {
	width: 60%
}

.column.four-fifth {
	width: 80%
}

.column.right {
	text-align: right
}

.column.left {
	text-align: left
}

.column.center {
	text-align: center
}

body {
	color: #494949;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word
}

.wrap {
	width: 1170px;
	margin: 0 auto;
	text-align: left
}

.wrap,
.main-wrap {
	box-sizing: border-box
}

.main {
	margin: 0 auto;
	margin-top: 65px;
	margin-bottom: 100px
}

.no-sidebar .main .main-content {
	width: 100%
}

.posts-ticker {
	float: left;
	font-size: 13px;
	letter-spacing: 0em
}

.posts-ticker .heading {
	margin-right: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .08em
}

.posts-ticker ul {
	display: inline-block
}

.posts-ticker li {
	display: none;
	color: #656565
}

.posts-ticker li:first-child {
	display: block
}

.posts-ticker a {
	display: inline-flex;
	padding-right: 10px;
	max-width: 450px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.3
}

.posts-ticker em {
	font-style: normal
}

.search-action {
	float: left
}

.search-action .search-submit {
	background: rgba(0, 0, 0, 0);
	padding: 0;
	margin: 0;
	border: 0;
	color: #444;
	font-size: 13px
}

.search-action .search-field {
	padding: 0;
	margin-left: 8px;
	border: 0;
	width: 60px;
	background: inherit;
	color: #b4b4b4;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .1em;
	transition: width .3s ease-in;
	-webkit-font-smoothing: antialiased
}

.search-action .search-field:focus {
	width: 150px
}

.sticky-bar {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 1000 !important
}

.admin-bar .sticky-bar {
	top: 32px
}

.main-head {
	border-bottom: 1px solid #ebebeb
}

.main-head .inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.main-head .parallax {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	z-index: -1
}

.main-head .title {
	font-weight: 400;
	letter-spacing: -0.01em;
	text-rendering: optimizeLegibility;
	padding: 70px 0;
	text-align: center
}

.main-head .title .logo-image {
	display: inline-block;
	margin-bottom: -7px
}

.main-head .title a {
	text-decoration: none;
	color: #2e2e2e;
	font-size: 70px;
	display: inline-block;
	line-height: 1;
	vertical-align: middle
}

.mobile-logo {
	display: none
}

.search-alt .top-bar .search-field {
	width: 0;
	opacity: 0;
	transition: all .5s ease
}

.search-alt .top-bar .search-field.active {
	width: 100px;
	opacity: 1
}

.search-alt .top-bar .search-submit {
	margin-top: -1px;
	display: block;
	float: left;
	line-height: inherit;
	outline: none
}

.search-alt .dark .search-submit {
	color: #969696
}

.search-alt .dark .social-icons a {
	color: #fff
}

.main-head.logo-left .logo-wrap {
	display: flex;
	padding: 45px 0
}

.main-head.logo-left .title {
	padding: 0 !important;
	-ms-grid-row-align: center;
	align-self: center
}

.main-head.logo-left .title a {
	font-size: 40px
}

.main-head.logo-left .title .logo-image {
	margin-bottom: 0
}

.main-head.logo-left .title .text-logo {
	font-size: 45px;
	font-weight: 700
}

.main-head.logo-left .a-right {
	margin-left: auto;
	width: 728px
}

.main-head.logo-left .a-right img {
	display: block;
	margin: 0 auto
}

.main-head.nav-below {
	border: 0
}

.main-head.nav-below .title {
	padding: 65px 0
}

.main-head.nav-below .top-bar {
	min-height: 44px
}

.main-head.nav-below .top-bar .social-icons {
	max-height: 44px
}

.main-head.nav-below .top-bar-content {
	height: 44px;
	line-height: 44px
}

.has-slider .main-head:not(.compact):not(.simple) {
	border-bottom: 0
}

.main-wrap .simple-boxed.no-separator {
	border-bottom: 0;
	box-shadow: none
}

.main-head.simple-boxed.no-separator+.main {
	margin-top: 30px
}

.has-slider-bold .main-head.compact,
.has-slider-bold .main-head.simple,
.has-slider-large .main-head.compact,
.has-slider-large .main-head.simple,
.layout-creative .main-head.compact,
.layout-creative .main-head.simple {
	border-bottom: 0;
	box-shadow: none
}

.head-nav-below:not(.no-separator)+.carousel-slider,
.head-nav-below:not(.no-separator)+.fashion-slider,
.main-head.has-bg+.carousel-slider,
.main-head.has-bg+.fashion-slider {
	margin-top: 55px
}

.head-nav-below:not(.no-separator)+.main-slider,
.main-head.has-bg+.main-slider {
	margin-top: 2px
}

.head-nav-below:not(.no-separator)+.grid-slider,
.head-nav-below:not(.no-separator)+.grid-b-slider,
.main-head.has-bg+.grid-slider,
.main-head.has-bg+.grid-b-slider {
	margin-top: 38px
}

.nav-below-b .navigation {
	position: relative;
	z-index: 999;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .05)
}

.has-slider .nav-below-b .navigation {
	position: static
}

.main-head.full-top {
	position: relative
}

.main-head.full-top .navigation {
	float: none
}

.main-head.full-top .social-icons {
	position: absolute;
	left: 30px;
	z-index: 2
}

.main-head.full-top .actions {
	position: absolute;
	right: 30px;
	top: 0;
	z-index: 2
}

.main-head.alt .top-bar-content>.wrap {
	display: flex
}

.main-head.alt .social-icons {
	order: 2;
	max-height: 48px;
	margin-left: auto
}

.main-head.alt .social-icons li {
	font-size: 12px
}

.main-head.alt .social-icons a:hover {
	opacity: .7
}

.main-head.alt .actions {
	order: 3;
	margin-left: 18px
}

.main-head.top-below .top-bar {
	min-height: 51px
}

.main-head.top-below .top-bar-content {
	height: 51px;
	line-height: 51px
}

.main-head.top-below .social-icons a {
	font-size: 13px
}

.main-head.compact .top-bar {
	min-height: 40px
}

.main-head.compact .top-bar-content {
	height: 40px;
	line-height: 40px
}

.main-head.compact .posts-ticker {
	letter-spacing: .075em
}

.main-head.compact .posts-ticker .heading {
	display: inline-block;
	margin-right: 16px;
	padding: 0 6px;
	background: #971761;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	line-height: 19px
}

.main-head.compact .posts-ticker a {
	color: #ccc;
	text-transform: none;
	letter-spacing: 0
}

.main-head.compact .social-icons li {
	margin-right: 0;
	font-size: 12px;
	float: left
}

.main-head.compact .social-icons a {
	color: #fff
}

.main-head.compact .inner {
	line-height: 90px;
	overflow: visible;
	background: #fff
}

.main-head.compact .inner>.wrap {
	display: flex;
	align-items: center;
	position: relative
}

.main-head.compact .title {
	padding: 0;
	min-width: 210px;
	padding-right: 50px;
	box-sizing: border-box
}

.main-head.compact .title a {
	font-size: 48px;
	line-height: inherit
}

.main-head.compact .title .logo-image {
	display: block;
	margin-bottom: 0;
	max-height: 90px;
	transition: all .25s ease-in-out
}

.main-head.compact .navigation-wrap {
	flex-grow: 1
}

.main-head.compact .menu>li:not(:hover) a:after {
	color: #111
}

.main-head.compact .actions {
	display: none
}

.main-head.compact .inner.sticky-bar {
	line-height: 55px;
	border-bottom: 1px solid #efefef;
	box-shadow: 0 0 20px rgba(0, 0, 0, .05);
	-webkit-animation: .55s fade-in-up-lg ease-out;
	animation: .55s fade-in-up-lg ease-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.main-head.compact .inner.sticky-bar .logo-image {
	max-height: 55px
}

.main-head.simple {
	box-shadow: 0 2px 9px -1px rgba(0, 0, 0, .04);
	border-bottom-color: #efefef
}

.main-head.simple .inner {
	line-height: 96px;
	min-height: 96px;
	overflow: initial;
	background: #fff
}

.main-head.simple .left-contain {
	position: absolute;
	display: flex;
	position: absolute;
	left: 38px;
	height: 100%;
	z-index: 2
}

.main-head.simple .navigation {
	float: none;
	text-align: center
}

.main-head.simple .mobile-nav {
	display: none;
	margin-left: 4px;
	margin-right: 21px;
	font-size: 18px
}

.main-head.simple .title {
	display: flex;
	align-items: center;
	padding: 0;
	box-sizing: border-box
}

.main-head.simple .title a {
	font-size: 30px;
	display: block;
	font-weight: bold;
	letter-spacing: 0
}

.main-head.simple .title .logo-image {
	display: block;
	margin-bottom: 0;
	max-height: 90px;
	transition: all .25s ease-in-out
}

.main-head.simple .inner.sticky-bar {
	line-height: 55px;
	min-height: 55px;
	border-bottom: 1px solid #efefef;
	box-shadow: 0 0 20px rgba(0, 0, 0, .05);
	-webkit-animation: .55s fade-in-up-lg ease-out;
	animation: .55s fade-in-up-lg ease-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.main-head.simple .inner.sticky-bar .logo-image {
	max-height: 45px
}

.main-head.simple-boxed {
	border-top: none
}

.main-head.simple-boxed .inner {
	line-height: 106px;
	min-height: 106px
}

.main-head.simple-boxed .wrap-head {
	position: relative;
	display: flex;
	flex-shrink: 0;
	min-height: inherit
}

.main-head.simple-boxed .navigation-wrap {
	flex-shrink: 0
}

.main-head.simple-boxed .left-contain {
	position: static;
	display: flex;
	flex-shrink: 0;
	height: auto;
	margin-right: 30px
}

.main-head.simple-boxed .title a {
	text-align: left
}

.main-head.simple-boxed .inner:not(.sticky-bar) .navigation {
	margin-top: 18px;
	margin-bottom: 18px;
	line-height: 70px
}

.main-head.simple-boxed .inner:not(.sticky-bar) .menu>li>.sub-menu {
	margin-top: -20px
}

.main-head.simple-boxed .navigation .menu {
	justify-content: left;
	text-align: left;
	flex-wrap: nowrap
}

.main-head.simple-boxed .navigation .menu>li {
	display: flex;
	flex: 0 0 auto;
	align-items: center
}

.the-wrap.head {
	padding: 14px 0;
	margin-bottom: 20px;
	background: #f6f6f6;
	border-bottom: 1px solid #efefef
}

.the-wrap.head>div,
.the-wrap.head>iframe,
.the-wrap.head img {
	display: inline-block;
	vertical-align: middle
}

.navigation {
	float: left;
	text-align: center;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .09em;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased
}

.navigation ul {
	list-style: none;
	position: relative
}

.navigation ul li {
	display: inline-block;
	float: none;
	vertical-align: top
}

.navigation .menu li>a {
	float: left;
	padding: 0;
	color: inherit
}

.navigation .menu>li>a {
	padding: 0 20px
}

.navigation .menu>li:first-child {
	margin-left: -20px
}

.navigation .menu-item-has-children>a:after {
	display: inline-block;
	content: "";
	margin-left: 8px;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: .9;
	color: #a0a0a0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.navigation .menu>li:hover>a,
.navigation .menu>.current-menu-item>a,
.navigation .menu>.current-menu-parent>a {
	color: #971761
}

.navigation .menu>li>ul,
.navigation .menu>li>.sub-menu {
	top: 100%;
	margin-left: 19px;
	margin-top: -1px
}

.navigation .menu>li>.mega-menu {
	margin-left: 0;
	margin-right: 0
}

.navigation .menu li li {
	display: block
}

.navigation .menu>li li a {
	float: none;
	text-align: left;
	display: block;
	text-decoration: none;
	padding: 9px 22px;
	border-top: 1px solid #efefef;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .08em;
	color: #444;
	-webkit-font-smoothing: antialiased;
	pointer-events: none
}

.navigation .menu>li:hover li a {
	pointer-events: auto
}

.navigation .menu ul li,
.navigation .menu .sub-menu li {
	float: none;
	min-width: 240px;
	max-width: 350px;
	border-top: 0;
	padding: 0;
	position: relative
}

.navigation .menu>li li:first-child>a {
	border-top: 0;
	box-shadow: none
}

.navigation .sub-menu li:first-child>.sub-menu {
	margin-top: -1px
}

.navigation .menu ul,
.navigation .menu .sub-menu {
	position: absolute;
	overflow: visible;
	visibility: hidden;
	display: block;
	opacity: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #ebebeb;
	transition: all .25s ease-in;
	z-index: 110;
	line-height: 1.8666
}

.navigation .menu ul .menu-item-has-children>a:after {
	line-height: 1;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 16px;
	color: #a0a0a0
}

.navigation .menu ul ul {
	left: 100%;
	top: 0;
	margin-left: 0
}

.navigation li:hover>ul,
.navigation li:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
	pointer-events: auto
}

.navigation .menu li li:hover>a,
.navigation .menu li li.current-menu-item>a {
	color: #971761
}

.mobile-menu-container {
	display: none
}

.navigation .mega-menu {
	left: 0
}

.navigation .mega-menu .sub-cats {
	display: table-cell;
	float: none;
	vertical-align: top;
	padding: 12px 30px;
	width: 19.5%;
	height: 100%;
	border-right: 1px solid #ebebeb
}

.navigation .mega-menu .sub-cats li {
	min-width: initial;
	max-width: initial
}

.navigation .mega-menu .sub-cats a {
	padding: 11px 0
}

.navigation .mega-menu .sub-cats li:last-child a {
	border-bottom: 1px solid #ebebeb
}

.navigation .menu .mega-menu {
	display: table;
	table-layout: fixed
}

.mega-menu .recent-posts {
	display: table-cell;
	float: none;
	vertical-align: top;
	padding: 25px;
	width: 80.5%
}

.mega-menu .recent-posts .posts {
	display: none;
	margin: 0 -13px;
	margin-bottom: 30px
}

.mega-menu .recent-posts .posts.active {
	display: block;
	-webkit-animation: .5s fade-in-up ease-out;
	animation: .5s fade-in-up ease-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.mega-menu .recent-posts .post {
	padding: 0 13px;
	letter-spacing: 0
}

.mega-menu .recent-posts img {
	display: block;
	-webkit-filter: blur(0)
}

.mega-menu .recent-posts .lazyload {
	display: none
}

.mega-menu .recent-posts .post-title {
	display: block;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #454545;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4
}

.mega-menu .recent-posts .post-title em {
	font-style: normal;
	font-weight: inherit
}

.mega-menu .recent-posts .post-meta {
	font-size: 11px
}

.mega-menu .recent-posts .show-prev {
	margin-right: 1px
}

.mega-menu .recent-posts .show-next,
.mega-menu .recent-posts .show-prev {
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 1px solid #ebebeb;
	color: #b4b4b4;
	font-size: 12px;
	text-align: center;
	line-height: 23px;
	box-sizing: border-box
}

.mega-menu .recent-posts .show-next:hover,
.mega-menu .recent-posts .show-prev:hover {
	border-color: #ddd
}

.mega-menu .recent-posts .fa {
	-webkit-font-smoothing: initial
}

.navigation li:hover>.mega-menu .lazyload {
	display: block
}

.navigation li:not(:hover)>.mega-menu img {
	pointer-events: none
}

.navigation .nav-icons {
	position: relative
}

.navigation .nav-icons .cart-action {
	float: right
}

.navigation .nav-icons .cart-link {
	font-size: 14px;
	color: #8a8a8a
}

.navigation .nav-icons .cart-link .counter {
	margin-left: 23px;
	padding: 0 2px;
	padding-left: 3px;
	min-width: 15px;
	width: auto;
	height: 15px;
	line-height: 15px;
	font-size: 10px
}

.navigation .nav-icons .fa-shopping-cart:before {
	content: ""
}

.navigation .nav-icons .search-link {
	padding-right: 10px
}

.navigation .nav-icons .search-box {
	display: none
}

.navigation .menu .nav-icons a {
	font-size: 14px;
	color: #898989
}

.navigation .menu .nav-icons:hover a {
	color: #898989
}

.navigation .sticky-logo {
	display: none;
	float: left;
	padding-right: 30px
}

.navigation .sticky-logo img {
	display: inline-block;
	max-height: 44px;
	margin-top: -2px;
	vertical-align: middle
}

.sticky-bar .sticky-logo {
	display: block
}

.search-box-overlay {
	position: absolute;
	visibility: hidden;
	top: 100%;
	margin-top: -2px;
	right: 0;
	z-index: 99;
	width: 280px;
	padding: 12px 14px;
	box-sizing: border-box;
	border: 1px solid #efefef;
	line-height: 1;
	background: #fff;
	opacity: 0;
	transition: all .2s ease-in
}

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

.search-box-overlay .search-field {
	float: none;
	width: 100%;
	padding: 0 14px;
	height: 38px;
	border: 1px solid #efefef;
	box-sizing: border-box;
	background: #fff;
	font-size: 13px
}

.search-box-overlay button {
	display: none
}

.navigation.dark {
	color: #ebebeb;
	background: #111
}

.navigation.dark .menu>li ul,
.navigation.dark .menu>li .sub-menu {
	background: #111;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, .12)
}

.navigation.dark .menu>li ul ul,
.navigation.dark .menu>li .sub-menu ul {
	border-left: 1px solid rgba(255, 255, 255, .12)
}

.navigation.dark .menu>li li a {
	color: #b4b4b4;
	border-color: rgba(255, 255, 255, .12)
}

.navigation.dark .menu>li li a:hover {
	color: #fff
}

.navigation.dark .menu>.current-menu-item>a,
.navigation.dark .menu>.current-menu-parent>a,
.navigation.dark .menu>.current-menu-ancestor>a,
.navigation.dark .menu li>a:after {
	color: #ebebeb
}

.navigation.dark .sub-menu li>a:after {
	color: #aaa
}

.navigation.dark .menu>li:hover>a {
	color: #fff
}

.navigation.dark .menu>li li:first-child>a {
	border-top-color: rgba(0, 0, 0, 0)
}

.navigation.dark .mega-menu .sub-cats,
.navigation.dark .mega-menu .sub-cats li:last-child a,
.navigation.dark .mega-menu .recent-posts .show-next,
.navigation.dark .mega-menu .recent-posts .show-prev {
	border-color: rgba(255, 255, 255, .12)
}

.navigation.dark .mega-menu .recent-posts .show-next,
.navigation.dark .mega-menu .recent-posts .show-prev,
.navigation.dark .mega-menu .recent-posts time {
	color: #666
}

.navigation.dark .mega-menu .recent-posts .post-title {
	color: #b4b4b4
}

.navigation.dark .mega-menu .recent-posts .post-title:hover {
	color: #ebebeb
}

.nav-below .dark .social-icons a {
	color: #ebebeb
}

.navigation.below {
	float: none;
	margin-bottom: 0;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	box-sizing: border-box;
	font-size: 14px;
	height: 52px;
	line-height: 52px
}

.navigation.below .menu {
	text-align: center;
	margin-top: -1px
}

.navigation.below .menu>li>.sub-menu {
	margin-top: -1px
}

.navigation.below.light {
	background: #fff
}

.navigation.below.dark {
	border: 0
}

.navigation-wrap {
	min-height: 48px
}

.navigation.inline {
	width: 100%;
	text-align: left
}

.navigation.inline .menu {
	position: static
}

.navigation.inline .menu>li:first-child {
	margin-left: 0
}

.navigation.inline .menu>li>ul,
.navigation.inline .menu>li>.sub-menu {
	margin-left: 0;
	margin-top: 0
}

.navigation.inline .menu>li>a {
	padding: 0 15px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .06em;
	transition-property: opacity, color;
	-webkit-font-smoothing: antialiased
}

.navigation.inline .menu>.current-post-parent:not(:hover)>a {
	color: inherit
}

.navigation.inline .menu>li li a {
	padding: 8px 21px
}

.navigation.inline .menu>li li a,
.navigation.inline .mega-menu .sub-cats a {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	-webkit-font-smoothing: antialiased
}

.navigation.inline .mega-menu .sub-cats a {
	padding-left: 0;
	padding-right: 0
}

.navigation.inline .nav-icons {
	float: right
}

.navigation.inline .nav-icons a,
.navigation.inline .nav-icons .fa {
	font-size: 15px;
	color: #505050
}

.navigation.inline .nav-icons .search-link {
	margin-right: -12px
}

.navigation.inline .cart-action {
	border-left: 0
}

.navigation.inline .search-box-overlay {
	margin-top: 0
}

.navigation.simple {
	text-transform: none;
	color: #525252
}

.navigation.simple .menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

.navigation.simple .menu>li>a {
	padding: 0 18px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased
}

.navigation.simple .menu>li li a {
	border: 0;
	padding: 6px 30px;
	padding-right: 40px;
	font-weight: 500;
	text-transform: none
}

.navigation.simple .mega-menu .sub-cats li:last-child a {
	border: 0
}

.navigation.simple .menu>li li a,
.navigation.simple .mega-menu .sub-cats a {
	font-size: 16px;
	-webkit-font-smoothing: antialiased
}

.navigation.simple .menu>li li:not(:hover) a {
	color: #555
}

.navigation.simple .menu>li:hover>a,
.navigation.simple .menu>.current-menu-item>a,
.navigation.simple .menu>.current-menu-parent>a {
	color: #971761
}

.navigation.simple .menu-item-has-children>a:after {
	margin-left: 6px;
	font-size: 15px
}

.navigation.simple .menu .sub-menu {
	padding: 16px 0;
	padding-top: 14px;
	border: 0;
	box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .15), 0px 4px 18px -2px rgba(0, 0, 0, .15);
	border-radius: 2px
}

.navigation.simple .menu .sub-menu .sub-menu {
	margin-top: -15px
}

.navigation.simple .menu li li>a>span {
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0) inset;
	transition: inherit
}

.navigation.simple .menu ul li:hover>a>span,
.navigation.simple .menu ul li.current-menu-item>a>span,
.navigation.simple .menu .sub-cats li:hover>a>span {
	box-shadow: 0 -7px 0 #f4f4f4 inset;
	padding-bottom: 1px
}

.navigation.simple .menu>.menu-item-has-children>a {
	position: relative
}

.navigation.simple .menu>.menu-item-has-children>a:before {
	content: " ";
	position: absolute;
	top: calc(100% - 13px);
	left: calc(50% - 13px);
	z-index: 111;
	border-style: solid;
	border-width: 0 8px 11px 8px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
	filter: drop-shadow(0px -2px 2px rgba(0, 0, 0, 0.06));
	opacity: 0;
	transition: opacity .3s ease-in
}

.navigation.simple .menu>.menu-item-has-children:hover>a:before {
	opacity: 1
}

.navigation.simple .sub-menu .menu-item-has-children>a:after {
	margin-top: 0;
	right: 28px;
	transform: translateY(-50%);
	color: #999
}

.the-post .featured {
	margin-bottom: 36px
}

.the-post .featured img {
	display: block;
	width: 100%
}

.the-post .featured-vid {
	margin-bottom: 36px
}

.the-post .the-post-header .post-title {
	margin: 14px 0
}

.the-post .the-post-header>:last-child:not(.featured) {
	margin-bottom: 36px
}

.the-post .the-post-meta {
	margin-bottom: 36px
}

.the-post .the-post-meta .post-cat>a {
	font-weight: 600
}

.the-post .the-post-meta .post-cat a+a:before {
	content: "/";
	margin-left: 6px;
	margin-right: 9px;
	color: #c3c3c3;
	font-size: 8px
}

.the-post-header .post-title,
.the-post-header .post-title-alt {
	font-size: 38px;
	line-height: 1.25;
	-webkit-font-smoothing: initial;
	text-align: center
}

.the-post-header .post-meta-b .post-title,
.the-post-header .post-meta-b .post-title-alt {
	margin-top: 16px;
	margin-bottom: 16px
}

.the-post-foot {
	margin-top: 90px
}

.tag-share .post-tags {
	float: left;
	margin-top: -8px;
	max-width: 70%
}

.tag-share .post-tags a {
	display: inline-block;
	margin-top: 8px;
	margin-right: 8px;
	padding: 6px 18px;
	border: 3px double rgba(0, 0, 0, .15);
	color: #313131;
	background: #f8f4e8;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.5;
	text-transform: uppercase
}

.tag-share .post-tags a:hover {
	color: #971761
}

.tag-share .post-tags+.post-share {
	float: right;
	margin-bottom: 25px
}

.post-pagination {
	margin-bottom: 45px
}

.post-top .cat-label {
	position: static
}

.single-cover .featured {
	position: relative;
	margin-top: -10px;
	margin-bottom: 55px
}

.single-cover .featured:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(128, 128, 128, 0) 50%, rgba(0, 0, 0, 0.35) 100%);
	pointer-events: none
}

.single-cover .featured img {
	display: block
}

.single-cover .overlay {
	position: absolute;
	z-index: 2;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 40px;
	box-sizing: border-box;
	color: #fff
}

.single-cover .overlay .post-title {
	margin-top: 18px;
	margin-bottom: 18px;
	color: inherit;
	font-size: 34px;
	max-width: 720px
}

.single-cover .overlay time {
	color: inherit
}

.single-cover .overlay .post-by a {
	color: inherit
}

.single-cover .overlay .meta-sep:before {
	padding: 0 5px
}

.single-cover .overlay .post-cat a {
	display: inline-block;
	padding: 0 7px;
	margin-right: 5px;
	background: #971761;
	color: #fff;
	line-height: 18px;
	letter-spacing: .11em
}

.single-cover .overlay .post-share {
	float: right;
	margin-right: -5px;
	margin-top: -7px
}

.single-cover .overlay .post-share .counters {
	display: none
}

.single-cover .overlay .post-share a {
	border: 0;
	color: #fff;
	width: 25px;
	height: 23px;
	line-height: 23px;
	font-size: 13px
}

.the-post-modern {
	margin: 0 auto
}

.the-post-modern .post-header {
	text-align: center
}

.the-post-modern .post-title-alt {
	font-size: 40px;
	line-height: 1.21;
	-webkit-font-smoothing: initial
}

.the-post-modern .the-post-meta {
	margin-bottom: 40px
}

.the-post-modern .the-post-meta .post-title-alt {
	margin-top: .68em;
	margin-bottom: .68em
}

.the-post-modern .the-post .featured {
	margin-bottom: 50px
}

.single-magazine .post-top .post-title {
	margin-top: 18px;
	margin-bottom: 15px;
	font-size: 36px;
	line-height: 1.3
}

.single-magazine .post-top .sub-title {
	margin-top: -4px;
	margin-bottom: 16px;
	line-height: 1.4;
	font-size: 17px;
	color: gray;
	-webkit-font-smoothing: antialiased
}

.single-magazine .post-top .the-post-meta {
	margin-bottom: 35px
}

.single-magazine .the-post-foot {
	margin-top: 0
}

.single-magazine .tag-share {
	margin-top: 60px
}

.single-magazine.the-post-modern .post-top {
	text-align: center
}

.single-magazine.the-post-modern .post-top .cat-label {
	display: inline-block
}

.single-magazine.the-post-modern .post-top .sub-title {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6
}

.single-magazine.the-post-modern .post-top .post-title {
	font-size: 41px;
	line-height: 1.25;
	margin-bottom: 30px
}

.single-magazine.the-post-modern .post-top .post-share-b {
	display: flex;
	justify-content: center
}

.single-magazine.the-post-modern .post-share-b .show-more {
	line-height: 41px;
	height: 100%
}

.post-share-icons a {
	float: left;
	margin-left: 4px;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	color: #111;
	font-size: 14px;
	line-height: 32px;
	text-align: center
}

.post-share-icons a:first-child {
	margin-left: 0
}

.post-share-icons i {
	line-height: inherit
}

.post-share-icons .fa-google-plus {
	padding-left: 2px
}

.post-share-icons a:hover {
	color: #971761
}

.post-share-icons .likes-count {
	padding: 0 16px;
	width: auto;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
	color: #971761
}

.post-share-icons .fa-heart-o:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	margin-top: 1px
}

.post-share-icons .voted {
	color: #535353
}

.post-share-icons .likes-count:after {
	display: none
}

.post-share-icons .likes-count .number {
	font-weight: 600;
	font-size: 12px
}

.post-share-b {
	margin-bottom: 30px
}

.post-share-b .service {
	float: left;
	width: 240px;
	margin-right: 6px;
	margin-bottom: 6px;
	border-radius: 2px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	will-change: opacity
}

.post-share-b .service:hover {
	filter: brightness(110%)
}

.post-share-b .service i {
	margin-right: 11px;
	font-size: 18px;
	line-height: inherit;
	vertical-align: middle
}

.post-share-b .label {
	font-size: 14px;
	max-width: 66%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.post-share-b .service:nth-child(n+3) {
	display: none;
	width: 50px
}

.post-share-b .service:nth-child(n+3) i {
	margin: 0
}

.post-share-b .service:nth-child(n+3) .label {
	display: none
}

.post-share-b.all .service {
	display: block
}

.post-share-b.all .show-more {
	display: none
}

.post-share-b .show-more {
	float: left;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 2px;
	background: #aaa;
	color: #fff;
	font-size: 16px
}

.post-share-b .facebook {
	background: #3059b0
}

.post-share-b .twitter {
	background: #55acef
}

.post-share-b .gplus {
	background: #e6422e
}

.post-share-b .pinterest {
	background: #ca2128
}

.post-share-b .linkedin {
	background: #02669a
}

.post-share-b .tumblr {
	background: #44546b
}

.post-share-b .email {
	background: #19232d
}

.post-share-b .vk {
	color: #45668e
}

.post-share-float {
	position: absolute;
	margin-left: -120px;
	margin-top: 5px;
	height: 100%;
	opacity: 1;
	transition: opacity .2s ease-in
}

.post-share-float .services {
	background: #fff
}

.post-share-float .service {
	margin-top: -1px;
	margin-bottom: 12px;
	display: block;
	width: 42px;
	height: 42px;
	--shadow-color: rgba(var(--service-color-rgb, 0, 0, 0), 0.18);
	box-shadow: -1px -1px 2px 0px rgba(0, 0, 0, .05), 1px 3px 5px -1px var(--shadow-color);
	border-radius: 50%;
	color: #111;
	font-size: 17px;
	line-height: 44px;
	text-align: center
}

.post-share-float .service:hover {
	background: #fff;
	transform: translateY(-2px)
}

.post-share-float .share-text {
	display: block;
	margin-bottom: 27px;
	color: #111;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1em;
	text-align: center;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	word-wrap: normal;
	overflow-wrap: normal
}

.post-share-float .fa {
	-webkit-font-smoothing: initial
}

.post-share-float .label {
	display: none
}

.post-share-float .facebook {
	color: #135cb6;
	--service-color-rgb: 19, 92, 182
}

.post-share-float .twitter {
	color: #089fc5;
	--service-color-rgb: 8, 159, 197
}

.post-share-float .gplus {
	color: #e6422e;
	--service-color-rgb: 230, 66, 46
}

.post-share-float .pinterest {
	color: #ca2128;
	--service-color-rgb: 202, 33, 40
}

.post-share-float .linkedin {
	color: #02669a;
	--service-color-rgb: 2, 102, 154
}

.post-share-float .tumblr {
	color: #44546b;
	--service-color-rgb: 68, 84, 107
}

.post-share-float .vk {
	color: #45668e;
	--service-color-rgb: 69, 102, 142
}

.post-share-float .sticky-top .services {
	transform: translate3d(0, 50px, 0)
}

.author-box {
	margin-top: 75px;
	margin-bottom: -5px;
	border-top: 1px solid #e1e1e1;
	text-align: center
}

.author-box .image img {
	width: 110px;
	height: 110px;
	display: inline-block;
	margin-top: -77px;
	border-radius: 50%;
	border: 22px solid #fff
}

.author-box .author>span {
	display: none;
	margin-top: -9px;
	color: #971761;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .09em
}

.author-box .author>a {
	display: inline-block;
	margin-top: -5px;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased
}

.author-box .author-bio {
	margin-top: 18px;
	font-size: 1rem
}

.author-box .social-icons {
	margin-top: 25px
}

.author-box .social-icons a {
	color: #c6c6c6;
	-webkit-font-smoothing: initial
}

.author-box .social-icons a:hover {
	color: #aaa
}

.author-box-b {
	border: 3px double #ccc;
	border-radius: 3px;
	padding: 26px 28px;
	background: #eee;
	text-align: left
}

.author-box-b .image {
	float: left
}

.author-box-b .image img {
	display: block;
	margin-top: 6px;
	margin-left: 3px;
	margin-right: 22px;
	border: 0
}

.author-box-b .content {
	overflow: hidden
}

.author-box-b .author>a {
	font-size: 21px
}

.author-box-b .author-bio {
	margin-top: 9px;
	margin-bottom: 0
}

.author-box-b .social-icons {
	margin-top: 10px;
	margin-bottom: -2px
}

.related-posts .posts {
	margin-bottom: -30px;
	padding-top: 58px;
	padding-bottom: 10px
}

.related-posts .post {
	margin-bottom: 30px
}

.related-posts .post:nth-child(3n+1) {
	clear: both
}

.related-posts .image-link img {
	display: block;
	width: 100%
}

.related-posts .post-title {
	display: block;
	margin-top: 25px;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.45
}

.related-posts .post-title em {
	font-style: normal;
	font-weight: inherit
}

.related-posts .post-meta {
	font-size: 11px;
	margin-bottom: 15px
}

.related-posts .content {
	padding-left: 20px;
	padding-right: 20px
}

.related-posts.grid-2 .post:nth-child(3n+1) {
	clear: none
}

.related-posts.grid-2 .post:nth-child(2n+1) {
	clear: both
}

.related-posts.grid-2 .post {
	width: 50%
}

.related-posts.grid-2 .post-title {
	margin-top: 25px;
	margin-bottom: 15px;
	padding: 0;
	font-size: 20px
}

.related-posts.grid-2 .post-meta {
	font-size: 12px
}

.the-post-modern .related-posts {
	position: relative;
	margin-top: 75px;
	margin-bottom: 90px
}

.the-post-modern .related-posts:before {
	content: "";
	background: #f7f7f7;
	position: absolute;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw) !important;
	height: 100%;
	left: 0;
	right: 0;
	top: auto;
	bottom: auto;
	z-index: -1;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1
}

.the-post-modern .related-posts .section-head {
	padding-top: 60px;
	padding-bottom: 2px
}

.the-post-modern .related-posts .section-head:after {
	content: "";
	position: absolute;
	top: 100%;
	left: calc(50% - 12px);
	margin-top: 6px;
	width: 24px;
	height: 2px;
	background: #000
}

.the-post-modern .related-posts .section-head:before {
	display: none
}

.the-post-modern .related-posts .section-head .title {
	background: rgba(0, 0, 0, 0);
	font-size: 24px
}

.the-post-modern .related-posts .posts {
	margin-bottom: 0;
	padding-bottom: 15px
}

.the-post-modern .related-posts .post-title {
	font-size: 20px;
	margin-bottom: 15px
}

.the-post-modern .the-post:last-child .related-posts:last-child {
	margin-bottom: -97px
}

.the-post-modern .the-post:last-child .related-posts:last-child:before {
	background: #fafafa
}

.post-nav {
	display: none;
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #efefef
}

.post-nav .post {
	position: relative;
	display: flex;
	width: 50%;
	padding-right: 25px
}

.post-nav .post.next {
	padding: 0;
	padding-left: 25px
}

.post-nav .post.next:before {
	position: absolute;
	top: 10%;
	left: 0;
	height: 80%;
	border-left: 1px solid #efefef
}

.post-nav .common-heading {
	display: block;
	font-size: 12px
}

.post-nav .label {
	display: block;
	margin-bottom: 16px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .075em
}

.post-nav .content {
	display: flex;
	flex: 1;
	box-sizing: border-box
}

.post-nav .next .content {
	text-align: right;
	justify-content: flex-end
}

.post-nav .image-link {
	flex: 0 0 auto;
	margin-right: 20px
}

.post-nav .next .image-link {
	order: 2;
	margin: 0;
	margin-left: 20px
}

.post-nav .wp-post-image {
	display: block;
	width: 100px;
	height: 86px;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;"
}

.post-nav .post-meta {
	margin: 0
}

.post-nav .data {
	display: flex;
	flex-direction: column;
	justify-content: center
}

.post-nav .post-title {
	margin-bottom: 8px;
	font-family: inherit;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.4
}

.post-nav .post-date {
	display: none
}

.post-nav .nav-icon {
	display: none
}

.post-nav-inline {
	display: flex
}

.post-nav-float {
	display: flex;
	margin: 0;
	border: 0;
	padding: 0
}

.post-nav-float .post {
	display: flex;
	position: fixed;
	width: auto;
	z-index: 1;
	left: 0;
	opacity: 0;
	visibility: hidden;
	top: 50%;
	margin-top: -57px;
	pointer-events: none
}

.post-nav-float .post:hover .content {
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.post-nav-float .post.next {
	left: auto;
	right: 0
}

.post-nav-float .post.active {
	opacity: 1;
	visibility: visible
}

.post-nav-float .content {
	width: 355px;
	height: 112px;
	padding: 22px;
	margin-left: -1px;
	align-items: center;
	border: 1px solid #ebebeb;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .02);
	opacity: 0;
	background: #fff;
	transform: translateX(-100%);
	transition: all .4s ease-in-out;
	pointer-events: auto
}

.post-nav-float .next .content {
	margin-right: -1px;
	transform: translateX(100%)
}

.post-nav-float .wp-post-image {
	display: block;
	width: 70px;
	height: auto;
	border-radius: 50%
}

.post-nav-float .label {
	display: none
}

.post-nav-float .post-date {
	display: block;
	margin-top: 6px;
	letter-spacing: .06em
}

.post-nav-float .nav-icon {
	position: relative;
	display: block;
	width: 30px;
	height: 110px;
	border: 1px solid #ebebeb;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .02);
	background: #f6f6f6;
	color: #000;
	font-size: 18px;
	line-height: 112px;
	text-align: center;
	pointer-events: auto;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	transform: translateX(-34px);
	transition: none
}

.post-nav-float .next .nav-icon {
	order: 2;
	transform: translateX(34px)
}

.post-nav-float .active .nav-icon {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	transition: all .4s ease-in-out
}

.the-page .the-page-title {
	margin-bottom: 28px
}

.the-page .featured img {
	margin-top: 0
}

.page-404 .post-title-alt {
	text-align: center;
	margin-bottom: 55px
}

.page-404 .text-404 {
	font-size: 105px;
	line-height: 1;
	margin-top: -20px;
	text-align: center
}

.page-404 .search-field {
	width: 300px
}

.blocks .main-pagination {
	margin-top: 70px
}

.blocks>.widget-cta {
	margin-top: -15px;
	margin-bottom: 50px
}

.blocks>.widget-cta .boxes {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}

.blocks>.widget-cta .cta-box {
	width: 33.33333%;
	padding: 0 15px;
	box-sizing: border-box
}

.blocks>.widget-cta img {
	transition: transform .5s ease-in;
	will-change: transform
}

.blocks>.widget-cta img:hover {
	transform: scale(1.05, 1.05)
}

.blocks>.widget-cta a {
	position: relative;
	overflow: hidden
}

.blocks>.widget-cta a:after {
	position: absolute;
	content: "";
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	border: 1px solid rgba(255, 255, 255, .95);
	box-shadow: 0 0 0 15px rgba(255, 255, 255, .1);
	will-change: opacity;
	opacity: 0;
	transition: opacity .6s, transform .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	pointer-events: none
}

.blocks>.widget-cta a:hover:after {
	opacity: 1
}

.block .main-pagination {
	margin-top: 65px
}

.block .block-content.loading {
	position: relative
}

.block .block-content.loading:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, .6)
}

.main .sidebar {
	padding-left: 45px
}

.sidebar .widget {
	margin-bottom: 50px
}

.sidebar .widget-title {
	margin-bottom: 35px;
	padding-bottom: 9px;
	box-sizing: border-box;
	border-bottom: 3px double rgba(0, 0, 0, .15);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: 1.5;
	text-transform: uppercase
}

.sidebar.large-title .widget-title {
	font-size: 21px;
	padding-bottom: 7px
}

.main-footer {
	background: #f7f7f7
}

.main-footer .bg-wrap {
	position: relative;
	overflow: hidden
}

.main-footer .bg-wrap:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transform: translate3d(0, 0, 0);
	pointer-events: none
}

.upper-footer {
	position: relative;
	padding-top: 65px;
	padding-bottom: 95px
}

.upper-footer .ts-row {
	margin: 0 -28px
}

.upper-footer .widgets {
	margin-bottom: -65px
}

.upper-footer .widget {
	padding: 0 28px;
	margin-bottom: 65px
}

.upper-footer .widget-title {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
	padding-bottom: 13px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ebebeb
}

.upper-footer .widget-about .about-text {
	font-size: 15px
}

.upper-footer .widget-posts .excerpt>p {
	color: #eee
}

.main-footer.dark {
	background: #59553e
}

.main-footer.dark a {
	color: #fff
}

.main-footer.dark a:hover {
	opacity: .9;
	color: #fff;
	text-decoration: underline !important
}

.main-footer.dark .widget {
	color: #989898
}

.main-footer.dark .post-title,
.main-footer.dark .product-title,
.main-footer.dark .posts .post-title {
	color: #f3efe3;
	font-weight: 400;
	-webkit-font-smoothing: initial
}

.main-footer.dark .post-date {
	color: #cccab5;
	opacity: .4
}

.main-footer.dark .widget-title {
	border-bottom: 0;
	color: #f8f4e8;
	font-weight: 700
}

.main-footer.dark .social-btn {
	background: #222;
	border: 1px solid rgba(255, 255, 255, .08)
}

.main-footer.dark .lower-footer {
	padding: 0
}

.main-footer.dark .lower-footer>.wrap {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .16);
	text-align: center
}

.main-footer.dark .copyright {
	font-weight: 600;
	text-align: left;
	line-height: 1.4
}

.main-footer.dark .copyright span {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 2.1px;
	opacity: .66
}

.main-footer.dark .copyright a {
	color: #eee
}

.main-footer.dark .copyright a:hover {
	color: #f8f4e8
}

.main-footer.dark .back-to-top {
	display: inline-block;
	color: #eee;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase
}

.main-footer.dark .back-to-top:hover {
	color: #b4b4b4
}

.main-footer.dark .back-to-top i {
	font-size: 13px;
	color: #b4b4b4
}

.main-footer.dark .social-strip {
	background: #1e1e1e
}

.main-footer.dark .social-link {
	color: #fff
}

.main-footer.dark .social-link:hover {
	color: #971761
}

.lower-footer {
	position: relative;
	padding: 25px 0;
	color: #b4b4b4;
	font-size: 13px
}

.lower-footer .copyright {
	float: left;
	max-width: 80%;
	max-width: calc(100% - 150px);
	margin-right: 200px;
	margin-bottom: 0
}

.lower-footer .copyright a {
	color: #999
}

.lower-footer a:hover {
	color: #313131
}

.lower-footer .to-top {
	float: right
}

.back-to-top {
	display: block;
	letter-spacing: -0.025em;
	color: #b4b4b4
}

.back-to-top i {
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 2px;
	font-size: 14px
}

.contrast .lower-footer {
	padding: 0;
	background: #313131
}

.contrast .lower-footer .bottom {
	padding: 32px 0
}

.contrast .lower-footer .copyright {
	margin-right: 50px;
	max-width: 50%
}

.contrast .lower-footer a:hover {
	color: #fff
}

.contrast .mid-footer {
	background: #313131
}

.footer-logo {
	padding: 55px 0;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	line-height: 1
}

.lower-footer .social-icons {
	float: right;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .12em
}

.lower-footer .social-icons li:last-child .social-link:after {
	display: none
}

.lower-footer .social-icons .fa {
	margin-right: 6px;
	color: #971761;
	font-size: 12px;
	-webkit-font-smoothing: subpixel-antialiased
}

.lower-footer .social-icons .label {
	font-size: 11px
}

.lower-footer .social-link {
	color: #fafafa
}

.lower-footer .social-link:after {
	content: "/";
	margin-left: 18px;
	margin-right: 4px;
	font-size: 10px;
	font-weight: 400;
	color: #b4b4b4;
	-webkit-font-smoothing: antialiased
}

.lower-footer .social-link:hover {
	opacity: .9
}

.main-footer .social-strip {
	position: relative;
	padding: 24px 0;
	text-align: center
}

.main-footer .social-strip li {
	margin-right: 48px
}

.main-footer .social-strip li:last-child {
	margin-right: 0
}

.main-footer .social-strip .social-link {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .13em
}

.main-footer .social-strip .label {
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px
}

.main-footer .social-strip .fa {
	font-size: 13px
}

.main-footer.classic {
	background: #00474a
}

.main-footer.classic .lower-footer>.wrap {
	border-color: rgba(255, 255, 255, .12)
}

.main-footer.classic .upper-footer {
	padding-top: 60px;
	padding-bottom: 60px
}

.archive-head {
	position: relative;
	padding: 40px 0;
	text-align: center;
	overflow: hidden
}

.archive-head .sub-title {
	display: block;
	z-index: 2;
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase
}

.archive-head .title {
	position: relative;
	z-index: 2;
	margin-top: 16px;
	font-size: 3.5em;
	font-weight: 900;
	line-height: 1
}

.archive-head .background {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #eee;
	opacity: .05;
	font-size: 126px;
	line-height: 1.45;
	font-weight: 300;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	pointer-events: none
}

.archive-head .description {
	max-width: 700px;
	margin-top: 30px;
	margin-bottom: -10px;
	color: #555;
	font-size: 15px;
	text-transform: none;
	text-align: center;
	-webkit-font-smoothing: antialiased
}

.archive-head .description:empty {
	display: none
}

.archive .the-wrap.head {
	margin-bottom: 0
}

.widget-a-wrap+.archive-head {
	background: #fff
}

.widget-a-wrap+.archive-head .background {
	display: none
}

.main-head.simple+.archive-head {
	border-top: 1px solid #efefef
}

.posts-dynamic {
	margin-bottom: -60px
}

.posts-dynamic.grid {
	margin-bottom: -50px
}

.posts-dynamic .large-post,
.posts-dynamic .overlay-post {
	margin-bottom: 60px
}

.posts-dynamic .post-thumb {
	position: relative
}

.posts-dynamic>.col-12 {
	float: none
}

.posts-dynamic .grid-post {
	margin-bottom: 50px
}

.posts-dynamic .posts-wrap {
	display: flex;
	flex-flow: row wrap
}

.posts-dynamic .posts-wrap .col-6,
.posts-dynamic .posts-wrap .col-4 {
	float: none
}

.posts-large .posts-wrap>:last-child,
.posts-overlay .posts-wrap>:last-child {
	margin-bottom: 0
}

.posts-large:last-child,
.posts-overlay:last-child {
	margin-bottom: 0
}

.posts-large .load-more {
	padding: 0 20px
}

.posts-large .load-button {
	width: 100%;
	box-sizing: border-box
}

.posts-list>:last-child .list-post,
.posts-dynamic.list .posts-wrap:last-child>:last-child .list-post {
	margin-bottom: 60px
}

.posts-dynamic.list>.large+.posts-wrap {
	margin-top: -10px
}

.cat-label {
	position: absolute;
	bottom: 0;
	left: 0
}

.cat-label a {
	float: left;
	margin-right: 5px;
	padding: 0 8px;
	color: inherit;
	background: #000;
	color: #f8f5e6;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 24px;
	-webkit-font-smoothing: antialiased
}

.cat-label a:hover {
	background: #971761
}

.cat-label.color a {
	background: #971761
}

.cat-label.color a:hover {
	background: #971761
}

.post-thumb:hover .cat-label a {
	background: #971761
}

.format-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	width: 58px;
	height: 58px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
	background: rgba(0, 0, 0, .4);
	color: #fff;
	font-size: 22px;
	line-height: 55px;
	text-align: center
}

.format-icon>.icon {
	width: auto;
	height: auto;
	line-height: 1;
	vertical-align: baseline;
	vertical-align: initial
}

.format-video>.fa {
	margin-top: -1px;
	margin-left: 4px
}

.text {
	font-size: 15px;
	line-height: 1.6875;
	color: #505050;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased
}

.section-head {
	position: relative;
	margin-top: 60px;
	text-align: center;
	font-size: 0;
	line-height: 28px
}

.section-head:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #eee
}

.section-head .title {
	position: relative;
	display: inline-block;
	padding: 0 18px;
	z-index: 1;
	color: #888;
	background-color: #eee;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	vertical-align: middle
}

.post-title-alt {
	position: relative;
	margin-top: 18px;
	margin-bottom: 18px;
	font-size: 27px;
	font-weight: 900;
	line-height: 1.4;
	text-transform: none
}

.post-title {
	font-size: 25px;
	font-weight: 900;
	line-height: 1.4;
	text-transform: none
}

.post-title-alt a,
.post-title a {
	color: inherit;
	transition: all .3s ease-in
}

.post-title-alt a:hover,
.post-title a:hover {
	color: #971761
}

a.post-title:hover {
	opacity: .8
}

.blocks .block {
	margin-bottom: 60px
}

.block-heading {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
	line-height: 20px;
	font-size: 0
}

.block-heading:before,
.block-heading:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	width: 100%;
	height: 1px;
	background: #ebebeb
}

.block-heading:after {
	margin-top: 0
}

.block-heading .title {
	position: relative;
	display: inline-block;
	padding: 0 24px;
	z-index: 1;
	height: 22px;
	vertical-align: middle;
	background: #fff;
	font-size: 20px;
	font-weight: 600
}

.block-heading .title:before,
.block-heading .title:after {
	content: "";
	position: absolute;
	left: 0;
	top: .22em;
	top: calc(50% - 7px);
	width: 1px;
	height: 12px;
	background: #ebebeb
}

.block-heading .title:after {
	right: 0;
	left: auto
}

.block-head-b {
	margin-bottom: 35px;
	border-bottom: 1px solid #e7e7e7
}

.block-head-b .title {
	display: inline-block;
	margin-bottom: -1px;
	padding: 0 1px;
	padding-bottom: 8px;
	border-bottom: 1px solid #971761;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2
}

.block-head-b .view-all {
	float: right;
	margin-top: 2px;
	padding: 0 3px;
	color: #b6b6b6;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 28px
}

.block-head-b .view-all:hover {
	color: #333
}

.block-head-c {
	display: flex;
	margin-bottom: 35px
}

.block-head-c .title {
	font-size: 27px;
	padding-left: 20px;
	font-weight: 700;
	line-height: 1.2
}

.block-head-c .view-all {
	margin-left: auto;
	color: #9e9e9e;
	font-size: 14px;
	-ms-grid-row-align: center;
	align-self: center;
	-webkit-font-smoothing: antialiased
}

.block-head-c .view-all:hover {
	color: #333
}

.wp-post-image,
.post-content img {
	will-change: opacity;
	transition: opacity .3s ease-in
}

.wp-post-image:hover,
.post-content img:hover {
	opacity: .84
}

.wp-post-image {
	transition: all .3s ease
}

.wp-post-image:hover {
	opacity: 1;
	filter: brightness(1.07)
}

.lazyload,
.lazyloading {
	background: #ddd;
	opacity: .15 !important
}

.lazyloading {
	-webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	mask-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0))
}

.lazyloaded {
	opacity: 1
}

.wpcf7 p {
	font-size: .9em;
	font-style: italic;
	color: #999
}

.wpcf7 .wpcf7-form-control-wrap {
	display: block;
	margin-top: 5px
}

.wpcf7 .wpcf7-not-valid-tip {
	font-size: .9em;
	color: #d24c4c;
	margin-top: 7px
}

.small-post {
	margin-bottom: 25px
}

.small-post:last-child {
	margin-bottom: 0
}

.small-post .image-link img {
	float: left;
	width: auto;
	margin: 0;
	margin-right: 20px
}

.small-post .post-title {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 15px;
	line-height: 1.5
}

.small-post .post-meta {
	margin-top: 10px;
	margin-bottom: 0
}

.small-post .post-meta .meta-sep {
	display: none
}

.small-post .post-meta .post-cat {
	margin-right: 10px
}

.small-post .content {
	margin-top: 2px;
	overflow: hidden
}

.pinit-btn {
	display: none;
	position: absolute;
	border-radius: 2px;
	width: auto !important;
	height: auto !important;
	margin-left: 5px !important;
	margin-top: 5px !important;
	padding: 9px 12px !important;
	z-index: 1;
	background: #ff1616 !important;
	color: #fff !important;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase
}

.pinit-btn i {
	font-size: 22px
}

.pinit-btn .label {
	font-weight: 600;
	margin-left: 10px;
	margin-right: 2px
}

.pinit-btn.show {
	display: flex;
	align-items: center;
	-webkit-animation: .45s fade-in ease-in-out;
	animation: .45s fade-in ease-in-out
}

.social-share,
.social-icons {
	font-size: 0
}

.social-share li,
.social-icons li {
	display: inline-block;
	font-size: 14px;
	margin-right: 14px
}

.social-share a,
.social-icons a {
	color: #454545
}

.social-share li:last-child,
.social-icons li:last-child {
	margin-right: 0
}

.social-share a:hover,
.social-icons a:hover {
	color: #971761
}

.likes-count.fa {
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility
}

.likes-count .number {
	margin-left: 5px;
	font-size: 12px;
	font-weight: 500
}

.likes-count:after {
	content: "";
	display: inline-block;
	height: 11px;
	width: 1px;
	margin: 0 22px;
	margin-right: 7px;
	background: #ebebeb;
	transform: translateY(1px)
}

.likes-count.voted {
	cursor: default
}

.likes-count.voted:before {
	content: ""
}

.likes-count.animate {
	-webkit-animation: .4s pulse ease-in;
	animation: .4s pulse ease-in
}

.post-meta {
	color: #989898;
	font-size: 12px;
	line-height: 1.5;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased
}

.post-meta .post-cat>a {
	color: #971761
}

.post-meta .post-cat>a:hover {
	opacity: .8
}

.post-meta .text-in {
	display: none;
	margin-right: 2px;
	font-style: italic;
	text-transform: none
}

.post-meta .heading {
	text-transform: initial
}

.post-meta .post-cat>a,
.post-meta time,
.post-meta .comments,
.post-meta .meta-item {
	font-weight: 500;
	letter-spacing: .1em
}

.post-meta .date-link {
	color: inherit
}

.post-meta .meta-sep:first-child,
.post-meta .meta-sep:last-child {
	display: none
}

.post-meta .meta-sep:before {
	content: "― ";
	font-size: 1.1675em;
	opacity: .5;
	line-height: 1em;
	padding: 0 3px
}

.post-meta .comments a {
	color: inherit
}

.post-meta .comments a:hover {
	opacity: .9
}

.post-meta-b {
	margin-bottom: 20px
}

.post-meta-b .meta-sep {
	padding: 0
}

.post-meta-b .post-title-alt:after {
	display: none
}

.post-meta-b .post-title-alt {
	margin: 15px 0
}

.post-meta-c {
	margin-bottom: 13px;
	color: #aaa;
	text-align: left;
	font-size: 12px
}

.post-meta-c .post-title-alt:after {
	display: none
}

.post-meta-c .post-title-alt {
	margin: 15px 0;
	margin-bottom: 12px;
	line-height: 1.3
}

.post-meta-c .cat-label {
	position: static;
	bottom: initial
}

.post-meta-c .meta-sep:before {
	padding: 0 4px
}

.post-meta-c .post-author>a {
	color: #971761;
	font-weight: 600
}

.post-meta-c .post-author {
	font-weight: 500;
	letter-spacing: .1em
}

.grid-post {
	margin-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px
}

.grid-post.sticky {
	background: #fdfdfd;
	padding: 20px;
	padding-bottom: 30px;
	box-shadow: 0 2px 6px -2px rgba(0, 0, 0, .12)
}

.grid-post .post-thumb {
	margin-bottom: 35px;
	margin-left: -20px;
	margin-right: -20px;
	transform: translate3d(0, 0, 0)
}

.grid-post .image-link {
	display: block;
	position: relative
}

.grid-post .image-link img {
	display: block;
	width: 100%
}

.grid-post .post-meta-b {
	margin-bottom: 20px
}

.grid-post.has-post-thumbnail .post-meta-c {
	margin-top: -8px
}

.grid-post.no-excerpt .post-meta-c {
	margin-bottom: 0
}

.grid-post .post-title-alt {
	font-size: 24px
}

.grid-post .post-title:after {
	margin-top: 10px
}

.grid-post .post-footer {
	margin-top: 38px;
	text-align: center;
	line-height: 41px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb
}

.grid-post .social-share,
.grid-post .social-icons {
	font-size: 10px;
	width: 100%
}

.grid-post-b {
	text-align: center
}

.grid-post-b .read-more-btn {
	display: inline-block;
	padding: 14px 24px;
	background: #f6f6f6;
	box-shadow: 0 2px 3px rgba(110, 110, 110, .25);
	color: #000;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .1em;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased
}

.grid-post-b .read-more-btn:hover {
	background: #313131;
	border-color: #313131;
	color: #fff
}

.grid-cols-3 .post-title-alt {
	font-size: 22px
}

.list-post {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ebebeb;
	display: flex;
	width: 100%
}

.list-post .post-thumb {
	display: block;
	flex-shrink: 0;
	max-width: 43%
}

.list-post .image-link {
	display: block;
	position: relative
}

.list-post .image-link img {
	display: block;
	max-width: 100%
}

.list-post .content {
	display: block;
	width: 100%;
	padding-left: 30px;
	vertical-align: top
}

.list-post .post-title {
	margin-top: 18px;
	margin-bottom: 18px;
	font-size: 25px;
	line-height: 1.4;
	max-width: 90%
}

.list-post .post-footer {
	overflow: initial;
	margin-top: 10px
}

.list-post .social-share,
.list-post .social-icons {
	margin-left: 2px
}

.list-post-b {
	margin-bottom: 50px;
	padding-bottom: 40px;
	border-bottom: 3px double rgba(0, 0, 0, .15)
}

.list-post-b .content {
	display: block;
	-ms-grid-row-align: center;
	align-self: center
}

.list-post-b .post-meta {
	display: flex;
	flex-wrap: wrap
}

.list-post-b .post-meta .post-cat {
	order: 1
}

.list-post-b .post-meta .meta-sep {
	padding: 0 4px
}

.list-post-b .post-meta .date-link {
	order: -1
}

.list-post-b .post-meta time::before {
	content: "― ";
	font-size: 1.1675em;
	opacity: .5;
	line-height: 1em
}

.list-post-b .post-meta .post-title,
.list-post-b .post-meta .post-title-alt {
	order: 2;
	width: 100%
}

.list-post-b .post-title {
	max-width: 86%;
	margin-top: 16px;
	margin-bottom: 14px;
	font-size: 24px;
	line-height: 1.4
}

.list-post-b .post-footer {
	margin-top: 26px
}

.list-post-b .read-more-btn {
	padding: 13px 23px;
	background: #f6f6f6;
	box-shadow: 0 2px 3px rgba(110, 110, 110, .25);
	color: #000;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .1em;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased
}

.list-post-b .read-more-btn:hover {
	background: #313131;
	color: #fff
}

.overlay-post {
	position: relative
}

.overlay-post .post-meta {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 60%;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	color: #fff
}

.overlay-post .post-meta time {
	color: inherit
}

.overlay-post img {
	display: block
}

.overlay-post:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	pointer-events: none
}

.overlay-post .post-cat a {
	display: inline-block;
	padding: 0 6px;
	background: #000;
	color: #fff;
	line-height: 18px;
	letter-spacing: .11em
}

.overlay-post .post-title {
	margin-top: 18px;
	margin-bottom: 18px;
	font-size: 33px
}

.overlay-post .post-title a {
	color: #fff !important
}

.overlay-post .post-title a:hover {
	opacity: 1;
	box-shadow: none;
	text-shadow: none
}

.overlay-post time {
	color: #fff
}

.large-post {
	display: inline-block;
	margin-bottom: 65px;
	padding: 2em 2.2em;
	background-color: #eee;
	border-radius: 0 0 0 5%;
	transition: all .4s;
	box-shadow: 0 10px 36px -6px rgba(0, 0, 0, .06)
}

.large-post:hover {
	box-shadow: 0 10px 36px -6px rgba(0, 0, 0, .25);
	transform: scale(1.01) translate(0, -3px)
}

.large-post.sticky {
	padding: 40px 30px
}

.large-post .featured img,
.large-post .gallery-slider {
	display: block;
	width: 100%;
	filter: sepia(0.25)
}

.large-post .gallery-slider {
	box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .2), 0 22px 27px -20px rgba(7, 10, 25, .2)
}

.large-post.has-post-thumbnail .post-content {
	width: 55%;
	float: right;
	padding-left: 5%
}

.large-post.has-post-thumbnail .featured,
.large-post.has-post-thumbnail .post-thumb {
	margin-top: 0;
	max-width: 40%;
	float: left
}

.large-post.has-post-thumbnail .read-more {
	padding-top: 10px
}

.large-post .post-meta-c {
	margin-bottom: 28px
}

.large-post .post-meta-b .post-title-alt {
	margin: 18px 0
}

.large-post .post-meta {
	margin-bottom: 21px
}

.large-post .post-title-alt {
	max-width: 88%
}

.large-post .featured-vid {
	margin-bottom: 46px
}

.large-post .featured-vid iframe {
	max-width: 100%
}

.large-post .likes-count .number {
	float: right;
	visibility: hidden;
	width: 0;
	opacity: 0;
	margin: 0;
	margin-top: 1px;
	white-space: nowrap;
	transition: .25s ease-in-out;
	transition-property: margin, visibility, opacity
}

.large-post .likes-count:after {
	display: none
}

.large-post .likes-count:hover .number {
	visibility: visible;
	width: auto;
	margin-left: 5px;
	opacity: 1
}

.post-footer {
	margin-top: 50px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap
}

.post-footer .col {
	border: 1px solid #ebebeb;
	border-right-color: rgba(0, 0, 0, 0);
	text-align: center;
	line-height: 41px;
	box-sizing: border-box;
	flex: 1
}

.post-footer .col:only-child {
	width: 100%;
	text-align: center
}

.post-footer .col:last-child {
	border-right-color: #ebebeb
}

.post-footer .author {
	font-size: 12px;
	color: #b4b4b4
}

.post-footer .author a {
	color: #505050
}

.post-footer .read-more {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: .07em
}

.post-footer .read-more-link {
	margin-left: 2px;
	color: #454545
}

.post-footer .read-more-link:hover {
	opacity: .7
}

.post-footer .social-share,
.post-footer .social-icons {
	display: inline-block;
	line-height: 43px;
	height: 43px
}

.sticky.large-post .post-title-alt:after {
	border-bottom-width: 4px
}

.large-post-b .post-meta-a .post-title-alt {
	margin-bottom: 0
}

.large-post-b .featured {
	margin-top: 0
}

.large-post-b .post-footer {
	margin-top: 44px
}

.large-post-b .post-footer .col {
	border-right: 0;
	border-left: 0
}

.large-post-b .post-footer .author {
	font-size: 11px;
	text-align: left
}

.large-post-b .post-footer .author span {
	margin-right: 2px;
	font-style: italic
}

.large-post-b .post-footer .author a {
	color: #971761;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em
}

.large-post-b .post-footer .author a:hover {
	opacity: .8
}

.large-post-b .post-footer .social-icons {
	text-align: right
}

.large-post-b .post-footer .number {
	float: none;
	margin-left: 5px;
	visibility: visible;
	width: auto;
	opacity: 1
}

.large-post-b .likes-count:after {
	display: inline-block
}

.large-post-c .featured .wp-post-image {
	margin-bottom: 0
}

.large-post-c .meta-title {
	margin: 0 42px;
	padding: 25px 40px;
	padding-bottom: 0;
	background: #fff;
	position: relative;
	margin-top: -48px
}

.large-post-c .post-meta {
	margin-bottom: 0
}

.large-post-c .post-title-alt {
	font-size: 24px
}

.highlights-block .grid-post {
	margin-bottom: 32px
}

.highlights-block .small-post img {
	width: 115px
}

.highlights-block .small-post .post-title {
	margin-top: -0.25em
}

.highlights-block .small-post .post-meta {
	font-size: 11px
}

.news-block .grid-post {
	margin-bottom: 0
}

.news-block .posts-list {
	margin-bottom: -38px
}

.news-block .small-post {
	margin-bottom: 42px
}

.news-block .small-post .content {
	padding-left: 18px;
	padding-right: 18px
}

.news-block .small-post img {
	display: block;
	width: 100%;
	float: none;
	margin: 0;
	margin-bottom: 25px
}

.news-block .small-post .post-title {
	font-size: 19px;
	font-weight: 500;
	line-height: 1.42
}

.news-block .small-post .post-meta {
	display: none
}

.news-block .small-post:nth-child(2n+1) {
	clear: both
}

.main-pagination {
	margin-top: 100px
}

.main-pagination .next a,
.main-pagination .previous a {
	float: left;
	padding-bottom: 3px;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	border-bottom: 1px solid #e1e1e1
}

.main-pagination .next a:hover,
.main-pagination .previous a:hover {
	color: #971761
}

.main-pagination .next a {
	float: right
}

.main-pagination .fa {
	font-size: 12px;
	margin-left: 10px
}

.main-pagination .previous .fa {
	margin: 0;
	margin-right: 10px
}

.main-pagination .previous:empty+.next:empty {
	margin-top: -75px
}

.main-pagination .load-button {
	display: inline-block;
	min-width: initial;
	padding: 16px 50px;
	border: 0;
	background: #f6f6f6;
	color: #000;
	box-shadow: 0 2px 3px rgba(110, 110, 110, .25);
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1;
	-webkit-font-smoothing: antialiased
}

.main-pagination .load-button:hover {
	opacity: .9
}

.main-pagination .load-button .fa:not(.fa-spin) {
	display: none
}

.main-pagination .load-button .fa {
	margin-left: 4px;
	font-size: 11px
}

.main-pagination .load-button:hover,
.main-pagination .load-button.loading {
	color: #fff;
	background: #000;
	border-color: #000
}

.main-pagination.number {
	font-size: 16px;
	color: #313131;
	font-weight: 600;
	letter-spacing: .03em;
	text-align: center
}

.main-pagination.number .inner {
	display: inline-block;
	padding: 5px 26px;
	background-color: #eee;
}

.main-pagination.number .page-numbers {
	padding: 0 5px;
	margin-right: 10px
}

.main-pagination.number .page-numbers:last-child {
	margin-right: 0
}

.main-pagination.number .page-numbers:hover,
.main-pagination.number .page-numbers a:hover {
	color: #777
}

.main-pagination.number .page-numbers,
.main-pagination.number a {
	display: inline-block;
	line-height: 30px
}

.main-pagination.number .current {
	color: #971761;
	font-weight: 600
}

.main-pagination.number .dots {
	color: #b4b4b4;
	font-size: .86em
}

.main-pagination.number .fa {
	font-size: 13px
}

.main-pagination.number .label-prev {
	padding: 0;
	margin-right: 18px
}

.main-pagination.number .label-prev .fa {
	color: #acacac;
	margin: 0;
	margin-right: 8px
}

.main-pagination.number .label-next {
	padding: 0;
	margin-left: 8px
}

.main-pagination.number .label-next .fa {
	color: #acacac;
	margin: 0;
	margin-left: 8px
}

.main-pagination.number .page-numbers .disabled {
	color: #b4b4b4;
	text-decoration: line-through
}

.main-pagination.number .page-numbers .disabled .fa {
	display: none
}

.page-links {
	overflow: hidden
}

.page-links .page-numbers,
.page-links a,
.page-links>span {
	display: block;
	float: left;
	padding: 8px 10px;
	margin-right: 5px;
	border: 1px solid #e1e1e1;
	color: #a0a0a0;
	background: rgba(0, 0, 0, 0);
	line-height: 1;
	font-size: 12px;
	font-weight: 600
}

.page-links .current,
.page-links a:hover,
.page-links>span {
	color: #fff;
	background: #971761;
	border-color: #971761;
	text-decoration: none
}

.main-pagination.load-more {
	text-align: center
}

.post-content>:last-child,
.textwidget>:last-child {
	margin-bottom: 0
}

.post-content h1,
.textwidget h1,
.post-content h2,
.textwidget h2,
.post-content h3,
.textwidget h3,
.post-content h4,
.textwidget h4,
.post-content h5,
.textwidget h5,
.post-content h6,
.textwidget h6 {
	margin-top: calc(13px + 1.2em);
	margin-bottom: calc(10px + .2em);
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased
}

.post-content a,
.textwidget a {
	color: #971761
}

.post-content a:hover,
.textwidget a:hover {
	opacity: .84
}

.post-content a:hover img,
.textwidget a:hover img {
	opacity: 1
}

.post-content ul,
.textwidget ul,
.post-content ol,
.textwidget ol {
	margin: 2em 0;
	margin-left: 35px
}

.post-content ul,
.textwidget ul {
	list-style-type: disc
}

.post-content ol,
.textwidget ol {
	list-style-type: decimal
}

.post-content li>ul,
.textwidget li>ul,
.post-content li>ol,
.textwidget li>ol {
	margin-top: .8em;
	margin-bottom: .8em
}

.post-content table,
.textwidget table {
	margin: 40px 0
}

.post-content blockquote,
.textwidget blockquote,
.post-content .wp-block-quote.is-style-large,
.textwidget .wp-block-quote.is-style-large {
	margin-top: 2em;
	margin-bottom: 2em
}

.post-content blockquote>p,
.textwidget blockquote>p,
.post-content .wp-block-quote.is-style-large>p,
.textwidget .wp-block-quote.is-style-large>p {
	margin-bottom: 26px
}

.post-content .wp-block-pullquote.alignleft,
.textwidget .wp-block-pullquote.alignleft,
.post-content .wp-block-pullquote.alignright,
.textwidget .wp-block-pullquote.alignright {
	margin-top: 0;
	margin-bottom: 0
}

.post-content .modern-quote,
.textwidget .modern-quote,
.post-content .wp-block-quote.is-style-large,
.textwidget .wp-block-quote.is-style-large {
	margin-bottom: 1.7em
}

.post-content li,
.textwidget li {
	padding-left: 5px;
	margin-bottom: .8em
}

.post-content iframe,
.textwidget iframe {
	max-width: 100%
}

.post-content .wp-block-gallery,
.textwidget .wp-block-gallery,
.post-content .wp-block-embed,
.textwidget .wp-block-embed {
	margin: 40px 0
}

.post-content figcaption a,
.textwidget figcaption a,
.post-content .wp-caption-text a,
.textwidget .wp-caption-text a {
	text-decoration: underline
}

.post-content .wp-block-image figcaption,
.textwidget .wp-block-image figcaption,
.post-content .wp-caption-text,
.textwidget .wp-caption-text,
.post-content figcaption,
.textwidget figcaption {
	font-size: 14px;
	font-style: normal;
	color: #777
}

.post-content>:first-child,
.textwidget>:first-child {
	margin-top: 0
}

.post-content {
	line-height: 1.6875;
	color: #505050;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 16px
}

.post-content .has-small-font-size {
	font-size: 14px
}

.post-content .has-regular-font-size {
	font-size: inherit
}

.post-content .has-large-font-size {
	font-size: 1.26316em;
	line-height: 1.71
}

.post-content .has-larger-font-size {
	font-size: 1.57895em;
	line-height: 1.55
}

.post-content .search-field {
	vertical-align: top;
	padding-right: 55px;
	min-width: 300px;
	-webkit-font-smoothing: initial
}

.post-content .search-submit {
	font-size: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	transform: translateX(-100%);
	margin-left: -6px;
	background: rgba(0, 0, 0, 0);
	color: #666
}

.post-content .search-submit .fa {
	font-size: 14px
}

.post-content .gallery {
	margin-top: 32px;
	margin-bottom: 32px
}

.post-content .tiled-gallery,
.post-content .wp-block-media-text {
	margin: 2.5em 0
}

.post-content .alignwide {
	margin-left: -3.896%;
	margin-right: -3.896%;
	max-width: 107.8%
}

.post-content .alignwide.wp-block-image img {
	width: 100%;
	max-width: initial
}

.post-content .wp-block-cover-image.alignwide {
	width: auto
}

.no-sidebar .post-content .alignfull {
	width: 100vw;
	max-width: 100vw;
	box-sizing: border-box
}

.post-content .read-more {
	margin-top: 22px;
	font-weight: 400;
	font-size: 16px
}

.post-content .read-more a {
	display: block;
	color: #313131;
	font-weight: 700;
	transition: all .3s
}

.post-content .read-more a span {
	text-transform: uppercase;
	letter-spacing: .25px;
	color: #971761
}

.post-content .read-more a:hover {
	transform: scale(1.05) translateX(25px)
}

.entry-content {
	font-size: 19px;
	font-weight: 400;
	line-height: 1.79;
	color: rgba(0, 0, 0, .74)
}

.entry-content p {
	margin-bottom: 1.65em
}

.entry-content .modern-quote,
.entry-content .wp-block-quote.is-style-large {
	margin-top: 2em;
	margin-bottom: 1.9em
}

.entry-content>ul,
.entry-content>ol {
	margin-top: 1.65em;
	margin-bottom: 1.65em
}

.entry-content>ul,
.entry-content>ul ul {
	list-style: none
}

.entry-content>ul li:before {
	position: absolute;
	content: "•";
	margin-left: -25px;
	display: inline-block;
	text-align: right;
	opacity: .8;
	transform: scale(1.1);
	-webkit-font-smoothing: antialiased
}

.entry-content>ul ol li:before {
	display: none
}

.entry-content table {
	font-size: 17px
}

.entry-content h1 {
	font-size: 2em
}

.entry-content h2 {
	font-size: 1.6315em
}

.entry-content h3 {
	font-size: 1.368em
}

.entry-content h4 {
	font-size: 1.21em
}

.entry-content h5 {
	font-size: 1.05em
}

.entry-content h6 {
	font-size: 1em
}

.content-spacious>p img.alignnone,
.content-spacious .wp-caption.alignnone,
.content-spacious figure.alignnone,
.content-spacious .alignwide,
.content-spacious .alignfull,
.content-spacious .gallery {
	margin-left: -3.896%;
	margin-right: -3.896%;
	max-width: 107.8%
}

.content-spacious>p img.alignleft,
.content-spacious .wp-caption.alignleft,
.content-spacious figure.alignleft,
.content-spacious .wp-block-pullquote.alignleft {
	margin-left: -3.896%
}

.content-spacious>p img.alignright,
.content-spacious .wp-caption.alignright,
.content-spacious figure.alignright,
.content-spacious .wp-block-pullquote.alignright {
	margin-right: -3.896%
}

.content-spacious>p img.aligncenter,
.content-spacious .wp-caption.aligncenter,
.content-spacious .wp-block-image.aligncenter,
.content-spacious .wp-block-gallery.aligncenter,
.content-spacious .gallery.aligncenter {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%
}

.content-spacious .wp-block-cover-image {
	width: auto
}

.content-spacious-full figure img {
	vertical-align: bottom
}

.content-spacious-full .alignnone,
.content-spacious-full .wp-block-embed,
.content-spacious-full .wp-block-image:not(.alignleft):not(.alignright),
.content-spacious-full .wp-block-gallery {
	margin-top: calc(40px + .25vw);
	margin-bottom: calc(40px + .25vw)
}

.content-spacious-full .wp-caption-text,
.content-spacious-full .wp-block-image figcaption {
	margin-top: 1em
}

.content-spacious-full .alignfull {
	margin-top: calc(40px + 1vw);
	margin-bottom: calc(40px + 1vw)
}

.search-modal {
	-webkit-font-smoothing: antialiased
}

.search-modal.mfp-bg {
	background: #fff;
	opacity: 0;
	transition: .35s ease-in-out;
	will-change: opacity
}

.search-modal.mfp-bg.mfp-ready {
	opacity: .98
}

.search-modal.mfp-bg.mfp-removing {
	opacity: 0
}

.search-modal .search-modal-wrap {
	display: block
}

.search-modal.mfp-ready.mfp-wrap {
	opacity: 1;
	transform: none
}

.search-modal.mfp-wrap,
.search-modal.mfp-removing.mfp-wrap {
	opacity: 0;
	will-change: opacity;
	transition: .4s ease-in-out;
	transform: scale(0.95)
}

.search-modal.mfp-removing.mfp-wrap {
	transition-duration: .2s
}

.search-modal .mfp-close {
	position: absolute;
	z-index: 1046;
	top: 20px;
	right: 20px;
	padding: 0;
	background: rgba(0, 0, 0, 0);
	color: #313131;
	font-size: 60px;
	line-height: 44px;
	opacity: .65;
	-webkit-text-stroke: 2px #f8f4e8
}

.search-modal .mfp-close:active {
	top: 20px
}

.search-modal .search-field {
	padding: 0;
	padding-bottom: 12px;
	margin-bottom: 22px;
	border: 0;
	border-bottom: 1px solid #e1e1e1;
	height: auto;
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	color: #313131;
	background: rgba(0, 0, 0, 0)
}

.search-modal .message {
	font-size: 18px;
	color: #a0a0a0
}

.search-modal-box {
	padding: 0 50px;
	margin: 0 auto;
	max-width: 790px
}

.search-modal-wrap {
	display: none
}

.widget-about .author-image {
	margin-bottom: 18px
}

.widget-about .author-image img {
	margin: 0 auto;
	display: block
}

.widget-about .image-circle {
	position: relative;
	width: 100%;
	margin-bottom: 25px
}

.widget-about .image-circle:before {
	content: "";
	display: block;
	padding-top: 100%
}

.widget-about .image-circle img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	border-radius: 50%
}

.widget-about .about-text {
	padding: 0 8px;
	text-align: center
}

.widget-about .about-text.below {
	margin-top: 32px
}

.widget-about .about-text p:last-child {
	margin-bottom: 0
}

.widget-about .about-footer {
	margin-top: 16px;
	text-align: center
}

.widget-about .more {
	padding-bottom: 3px;
	border-bottom: 1px solid #ebebeb;
	color: #971761;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .09em;
	text-transform: uppercase
}

.widget-about .more:hover {
	opacity: .8
}

.widget-about .social-icons {
	margin-bottom: -5px;
	margin-top: 30px;
	text-align: center
}

.widget-about .social-btn {
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline-block;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	width: 37px;
	height: 37px;
	line-height: 37px;
	font-size: 15px;
	text-align: center
}

.widget-about .social-icons .social-btn:hover {
	color: #971761
}

.widget-about .fa-google-plus {
	padding-left: 2px
}

.widget-posts .post {
	margin-bottom: 25px
}

.widget-posts .post:last-child {
	margin-bottom: 0
}

.widget-posts .image-link img {
	float: left;
	width: auto;
	margin: 0;
	margin-right: 24px
}

.widget-posts .content {
	overflow: hidden
}

.widget-posts .post-meta {
	margin-bottom: 8px;
	margin-top: -2px
}

.widget-posts .posts:not(.full) .meta-sep {
	display: none
}

.widget-posts .posts:not(.full) .post-cat {
	margin-right: 10px
}

.widget-posts .post-title {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.52;
	-webkit-font-smoothing: antialiased
}

.widget-posts .post-title.limit-line {
	text-overflow: ellipsis;
	padding-right: 10px
}

.widget-posts .post-title em {
	font-style: normal
}

.widget-posts .excerpt {
	margin-top: 10px
}

.widget-posts .excerpt>p {
	margin: 0;
	padding-right: 10px;
	color: #b4b4b4;
	font-size: 12px;
	font-style: italic;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-font-smoothing: antialiased
}

.widget-posts .post-title+.post-meta {
	margin-top: 11px;
	margin-bottom: 11px;
	font-size: 10px
}

.widget-posts .content>:last-child {
	margin-bottom: 0
}

.widget-posts .posts.large .post {
	display: flex;
	margin-bottom: 30px
}

.widget-posts .posts.large .post:last-child {
	margin-bottom: 0
}

.widget-posts .posts.large .image-link {
	flex: 0 0 auto
}

.widget-posts .posts.large img {
	width: 124px;
	height: 103px;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;"
}

.widget-posts .posts.large .content {
	margin-top: -0.15em;
	-ms-grid-row-align: center;
	align-self: center
}

.widget-posts .posts.large .post-title {
	font-size: 13px;
	font-weight: 500
}

.widget-posts .posts.full {
	display: flex;
	flex-wrap: wrap;
	counter-reset: posts
}

.widget-posts .posts.full .counter:before {
	counter-increment: posts;
	content: counter(posts);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 10px;
	background: #971761;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 28px;
	-webkit-font-smoothing: antialiased
}

.widget-posts .posts.full .post-title-alt {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.45
}

.widget-posts .grid-post {
	padding-left: 0;
	padding-right: 0
}

.widget-posts .grid-post .post-meta-b {
	margin-bottom: 14px
}

.widget-posts .grid-post img {
	float: none;
	width: 100%
}

.widget-posts .post-thumb {
	margin-left: 0;
	margin-right: 0
}

.widget-posts .post-thumb+.meta-title {
	margin-bottom: 20px
}

.widget-cta .cta-box {
	position: relative;
	margin-bottom: 28px
}

.widget-cta a,
.widget-cta img {
	display: block
}

.widget-cta .label {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 95%;
	text-align: center;
	transform: translateY(-50%) translateX(-50%);
	padding: 7px 18px;
	border: 1px solid #fff;
	background: #fff;
	color: #111;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .1em;
	text-transform: uppercase;
	transition: all .3s ease-in
}

@supports(display: grid) {
	.widget-cta .cta-box>a {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: 1fr;
		grid-template-rows: 1fr
	}

	.widget-cta img,
	.widget-cta .label {
		grid-column: 1/1;
		grid-row: 1/1
	}

	.widget-cta .label {
		position: initial;
		max-width: initial;
		transform: none;
		-ms-grid-row-align: center;
		align-self: center;
		justify-self: center
	}
}

.widget-social {
	text-align: center
}

.widget-social .social-icons {
	margin-bottom: -5px
}

.widget-social .social-link {
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
	border: 1px solid #e4e4e4;
	border-radius: 50%;
	box-sizing: border-box;
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	text-align: center
}

.widget-social .fa-google-plus {
	padding-left: 2px
}

.widget-social .social-link:hover {
	color: #971761
}

.textwidget {
	font-size: 16px;
	line-height: 1.6875;
	color: #505050;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased
}

.widget_links,
.widget_meta,
.widget_recent_comments,
.widget_recent_entries,
.widget_rss,
.widget_pages,
.widget_nav_menu {
	color: #535353
}

.widget_links ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
	margin-top: -12px
}

.widget_links li,
.widget_meta li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
	padding: 12px 0;
	margin-bottom: 12px;
	padding-top: 0;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	line-height: 1.3
}

.widget_links li:only-child,
.widget_meta li:only-child,
.widget_recent_comments li:only-child,
.widget_recent_entries li:only-child,
.widget_rss li:only-child,
.widget_pages li:only-child,
.widget_nav_menu li:only-child {
	border-bottom: 0;
	margin-bottom: 0
}

.widget_links li a:hover,
.widget_meta li a:hover,
.widget_recent_comments li a:hover,
.widget_recent_entries li a:hover,
.widget_rss li a:hover,
.widget_pages li a:hover,
.widget_nav_menu li a:hover {
	opacity: .9;
	color: #971761
}

.widget_links li>ul,
.widget_meta li>ul,
.widget_recent_comments li>ul,
.widget_recent_entries li>ul,
.widget_rss li>ul,
.widget_pages li>ul,
.widget_nav_menu li>ul {
	margin-top: 12px;
	padding-top: 12px;
	margin-bottom: -24px;
	border-top: 1px dashed #ebebeb
}

.widget_links li>ul li,
.widget_meta li>ul li,
.widget_recent_comments li>ul li,
.widget_recent_entries li>ul li,
.widget_rss li>ul li,
.widget_pages li>ul li,
.widget_nav_menu li>ul li {
	margin-left: 14px
}

.widget_links li>ul li:last-child,
.widget_meta li>ul li:last-child,
.widget_recent_comments li>ul li:last-child,
.widget_recent_entries li>ul li:last-child,
.widget_rss li>ul li:last-child,
.widget_pages li>ul li:last-child,
.widget_nav_menu li>ul li:last-child {
	border-bottom: 0
}

.widget_nav_menu li>ul ul {
	margin-bottom: -10px
}

.widget_rss .rssSummary {
	margin-top: 12px
}

.widget_rss a {
	font-weight: 600
}

.widget_rss a:hover {
	opacity: .85
}

.widget_rss ul .rsswidget {
	font-size: 15px
}

.widget_rss .rss-date {
	display: block
}

.recentcomments .comment-author-link,
.recentcomments .comment-author-link a {
	font-style: italic;
	color: inherit
}

.widget_categories,
.widget_archive {
	color: #c3c3c3
}

.widget_categories select,
.widget_archive select {
	width: 100%
}

.widget_categories ul,
.widget_archive ul {
	margin-top: -12px;
	display: flex;
	flex-direction: column;
	width: 100%
}

.widget_categories li,
.widget_archive li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.3;
}

.widget_categories li.cat-item-1 {
	display: none
}

li.current-cat {
	font-weight: 700
}

.widget_categories li:only-child,
.widget_archive li:only-child {
	border-bottom: 0;
	padding-bottom: 0
}

.widget_categories a,
.widget_archive a {
	margin-right: auto;
	font-size: 16px;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased
}

.widget_categories a:hover,
.widget_archive a:hover {
	opacity: .9;
	font-weight: 700;
	color: #971761
}

.widget_categories a:before,
.widget_archive a:before {
	content: "";
	float: left;
	margin-top: 9px;
	margin-right: 12px;
	width: 6px;
	height: 6px;
	border: 1px solid #971761;
	border-radius: 50%;
	box-sizing: border-box
}

.widget_categories .children,
.widget_archive .children {
	margin-top: 12px;
	border-top: 1px solid #ebebeb
}

.widget_categories .children li,
.widget_archive .children li {
	margin-left: 14px
}

.widget_categories .children li:last-child,
.widget_archive .children li:last-child {
	border-bottom: 0
}

.widget_search .search-field {
	width: 100%;
	padding-right: 55px
}

.widget_search button {
	position: relative;
	float: right;
	color: #666;
	margin-top: -45px;
	background: rgba(0, 0, 0, 0);
	font-size: 14px
}

.widget-a-wrap .the-wrap {
	text-align: center
}

.widget-a-wrap .the-wrap>div,
.widget-a-wrap .the-wrap>iframe,
.widget-a-wrap .the-wrap img {
	display: inline-block;
	vertical-align: middle
}

.alignnone,
.wp-block-image,
.wp-block-embed {
	margin: 40px 0
}

.alignright,
a img.alignright,
.wp-block-image .alignright {
	float: right;
	margin: 4px 0 20px 30px
}

.alignleft,
a img.alignleft,
.wp-block-image .alignleft {
	float: left;
	margin: 4px 30px 20px 0
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 40px auto
}

.aligncenter>img,
div.aligncenter>img {
	margin: 0 auto
}

p img.alignnone,
img.alignnone {
	display: block;
	margin: 40px 0
}

.wp-caption {
	max-width: 100%
}

.wp-caption-text,
figcaption {
	font-size: .923em
}

.wp-caption-text,
.wp-block-image figcaption {
	margin-top: 5px;
	font-style: italic;
	text-align: center;
	color: #b4b4b4
}

.wp-block-pullquote {
	margin: 2em 0;
	padding: 0;
	padding-left: 3.896%;
	font-size: 24px;
	font-weight: 500;
	text-align: left;
	line-height: 1.45;
	color: #252525
}

.wp-block-pullquote blockquote {
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit
}

.wp-block-pullquote blockquote:before {
	position: absolute;
	margin-left: -1.75%;
	margin-top: 20px;
	z-index: -1;
	color: #971761;
	opacity: .13;
	font-size: 96px
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	padding-top: 10px;
	padding-bottom: 1em;
	max-width: 40%
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: inherit;
	line-height: inherit
}

.wp-block-pullquote.alignleft {
	margin-right: 7%
}

.wp-block-pullquote.alignright {
	margin-left: 3.9%
}

.wp-block-separator {
	border-color: #c1c1c1 !important;
}

.wp-block-separator:not(.is-style-wide) {
	margin: 2.8em auto;
	height: 2px;
	max-width: 180px
}

.wp-block-separator.is-style-dots {
	background: none;
	border: none;
	text-align: center;
	max-width: none;
	line-height: 1;
	height: auto
}

.wp-block-separator.is-style-dots:before {
	content: "···";
	padding-left: 21px;
	color: #666;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 21px;
	font-family: georgia, serif
}


.wp-block-column>p:last-child {
	margin-bottom: 0
}

p.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: calc(75px + 2.2em);
	line-height: .78;
	margin: .04em 15px 0em 0;
	text-transform: uppercase;
	font-family: georgia, serif;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, .8);
	-webkit-font-smoothing: antialiased
}

@supports(-ms-ime-align: auto) {
	p.has-drop-cap:not(:focus):first-letter {
		font-size: 6.1em
	}
}

.wp-block-button a:not(.has-text-color) {
	color: #fff
}

.wp-block-button__link {
	-webkit-appearance: none;
	background: #000;
	color: #fff;
	padding: 16px 20px;
	border: 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	height: auto;
	letter-spacing: .1em;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 13px;
	transition: all .25s ease-in-out
}

.wp-block-button__link:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1), 0 3px 6px rgba(0, 0, 0, .07);
	transform: translateY(-1px)
}

.wp-block-button__link:hover {
	opacity: 1;
	background: #000 !important;
	color: #fff
}

p.has-background {
	padding: 25px 30px
}

.has-very-light-gray-background-color {
	background: #f3f3f3
}

.wp-block-cover {
	width: auto
}

.wp-block-media-text figure>img {
	display: block;
	margin-bottom: 0
}

.no-sidebar .alignnone:not(img) {
	width: auto !important
}

.no-sidebar .alignnone img,
.no-sidebar img.alignnone {
	width: auto
}

.no-sidebar .alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw) !important;
	margin-right: 0 !important
}

@supports(--var: 1) {
	.no-sidebar .alignfull {
		margin-left: calc(50% - 50vw - var(--content-share-ml, 0px)/2) !important
	}
}

.no-sidebar .alignfull.wp-block-image img {
	max-width: 100vw;
	width: 100vw
}

.gallery {
	margin: -5px
}

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

.gallery-item a img {
	width: 100%;
	display: block;
	margin: 0 auto
}

.gallery-columns-1 .wp-caption-text {
	margin-top: 12px;
	margin-bottom: 28px
}

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

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

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

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

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

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

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

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

.gallery-columns-7 .wp-caption-text,
.gallery-columns-8 .wp-caption-text,
.gallery-columns-9 .wp-caption-text {
	display: none
}

.right-sidebar .gallery-columns-5 .wp-caption-text,
.right-sidebar .gallery-columns-6 .wp-caption-text {
	display: none
}

.wp-block-gallery li {
	padding: 0
}

.wp-block-gallery li:before {
	display: none !important
}

.wp-block-gallery .blocks-gallery-item {
	padding-left: 0
}

.wp-block-gallery .blocks-gallery-item figure {
	position: relative
}

.wp-block-gallery .blocks-gallery-item figcaption {
	position: absolute;
	overflow: hidden;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	padding: 7px 10px;
	background: rgba(17, 17, 17, .7);
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	color: #fff;
	font-size: 12px;
	transition: all .3s ease-in
}

.wp-block-gallery .blocks-gallery-item:hover figcaption {
	visibility: visible;
	opacity: 1
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	margin: 5px 10px;
	margin-left: 0
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	width: calc((100% - 10px)/2)
}

.gallery-1-2 {
	margin: 32px -5px
}

.gallery-1-2>.gallery {
	margin: 0
}

.gallery-1-2 img {
	display: block
}

.gallery-1-2 .gallery-item {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 50%;
	max-width: 100%;
	padding: 5px;
	float: left
}

.gallery-1-2 .gallery-item:hover .gallery-caption {
	visibility: visible;
	opacity: 1
}

.gallery-1-2 .gallery-item:nth-child(3n+1) {
	width: 100%
}

.gallery-1-2 .gallery-caption {
	position: absolute;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	padding: 7px 10px;
	background: rgba(17, 17, 17, .7);
	bottom: 0;
	left: 0;
	right: 0;
	margin: 5px;
	color: #fff;
	font-size: 12px;
	transition: all .3s ease-in
}

.gallery-slider {
	visibility: hidden;
	margin-bottom: 36px
}

.gallery-slider.slick-initialized {
	visibility: visible
}

.gallery-slider img {
	will-change: opacity;
	transition: opacity .3s ease-in
}

.gallery-slider img:hover {
	opacity: .84
}

.gallery-slider .slick-slide {
	position: relative
}

.gallery-slider .slick-slide img {
	margin-bottom: 0 !important
}

.gallery-slider .caption {
	position: absolute;
	padding: 7px 10px;
	background: rgba(17, 17, 17, .7);
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 12px;
	font-style: italic
}

.mobile-nav {
	display: none;
	float: left;
	font-size: 16px;
	color: #313131
}

.dark .mobile-nav {
	color: #fff
}

.mobile-menu {
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0;
	color: #313131;
	-webkit-font-smoothing: antialiased
}

.mobile-menu.active {
	display: block
}

.mobile-menu ul {
	max-height: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0);
	overflow: hidden;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	transition: opacity .6s ease, max-height .8s ease
}

.mobile-menu ul li {
	float: none;
	clear: both;
	display: block;
	max-width: 100%;
	padding-left: 25px
}

.mobile-menu ul li a {
	font-size: 15px;
	color: #555
}

.mobile-menu .nav-icons {
	display: none
}

.mobile-menu .mega-menu {
	display: none
}

.mobile-menu .item-active>ul {
	opacity: 1;
	max-height: 3000px;
	transition: opacity .4s ease-in, max-height 1s ease-in
}

.mobile-menu li {
	position: relative
}

.mobile-menu li a {
	float: none;
	display: block;
	padding: 15px 0;
	padding-right: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	line-height: 1.4;
	letter-spacing: .02em;
	color: inherit
}

.mobile-menu .chevron {
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 25px;
	margin-right: -15px;
	border: 0;
	color: #aaa;
	text-align: center;
	font-size: 12px;
	-webkit-text-stroke: 1.2px #fff;
	line-height: 1.8;
	cursor: pointer
}

.mobile-menu .item-active>.chevron {
	transform: rotate(180deg)
}

.mobile-menu>li li {
	padding-left: 20px
}

.mobile-menu ul li:last-child>a {
	border-bottom-color: rgba(0, 0, 0, 0)
}

.mobile-menu ul li:last-child ul {
	border-bottom-color: rgba(0, 0, 0, 0)
}

.mobile-menu ul li.item-active>a {
	border-bottom: 1px solid rgba(0, 0, 0, .07)
}

.mobile-menu li:hover>a,
.mobile-menu>.current-menu-item.menu-item>a,
.mobile-menu>.current-menu-parent.menu-item>a,
.mobile-menu>.current-menu-ancestor.menu-item>a,
.mobile-menu li li.current-menu-item a {
	background: rgba(0, 0, 0, .01)
}

.hide-scroll,
.nav-off-canvas {
	overflow-x: hidden
}

.nav-off-canvas .main-wrap {
	position: relative;
	transition: transform .4s ease-in-out;
	transform: none
}

.off-canvas {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	height: 100%;
	width: 45vw;
	min-width: 200px;
	padding: 25px;
	padding-top: 60px;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
	z-index: 1000;
	transform: translate3d(-100%, 0, 0);
	transition: transform .4s ease-in-out
}

.off-canvas .mobile-logo {
	display: inline-block;
	max-width: 85%
}

.off-canvas .logo {
	margin-bottom: 45px;
	text-align: center
}

.off-canvas .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 9px;
	background: #313131;
	color: #fff;
	line-height: 26px;
	font-size: 14px
}

.off-canvas .mobile-menu {
	transition: opacity .5s ease-in;
	opacity: .2
}

.admin-bar .off-canvas {
	top: 46px
}

.off-canvas-active .off-canvas {
	transform: translate3d(0, 0, 0);
	box-shadow: 4px 0px 8px 0 rgba(0, 0, 0, .2)
}

.off-canvas-active .mobile-menu {
	opacity: 1
}

.off-canvas-active .main-wrap {
	transform: translate3d(45vw, 0, 0)
}

.off-canvas-active .main-wrap:after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2)
}

.page-content .block.last-block,
.page-content .blocks .last-block,
.home-widgets .blocks .last-block {
	margin-bottom: 0
}

.home-widgets>.widget:not(.ts-block-widget) {
	margin-bottom: 60px
}

.home-widgets>:last-child .sidebar {
	margin-bottom: -55px
}

.vc_column_container>.vc_column-inner {
	padding: 0 !important
}

.wpb_wrapper>.sidebar {
	padding-left: 30px
}

.vc_btn-content {
	box-sizing: border-box
}

.the-post>.blocks:last-child>.wpb_column .block:last-child {
	margin-bottom: 0
}

body {
	visibility: visible;
	overflow: initial
}

.single .main-wrap {
	overflow-x: hidden
}

.wf-loading .ts_ld {
	z-index: 99999;
	position: fixed;
	background: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.egcf-modal .checkbox {
	color: #971761
}

@media(min-width: 1500px) {
	.the-post-modern .post-share-float {
		margin-left: -180px
	}
}

@media(max-width: 1500px) {
	.single-magazine.the-post-modern .post-top .post-title {
		font-size: 38px;
		font-size: calc(1.68vw + 17.79px);
		font-size: calc(1.07143vw + 24.92857px)
	}

	.post-share-float {
		margin-left: -90px;
		margin-left: calc(-100px + (1500px - 100vw)*.2)
	}

	.has-share-float.content-normal {
		--content-share-ml: 30px;
		margin-left: 30px
	}

	.slider-overlay .heading {
		font-size: calc(1.36426vw + 17.53615px)
	}
}

@media(max-width: 1440px) {
	.post-nav-float .post.ss-overlap {
		top: 80%
	}
}

@media(max-width: 1350px) {
	.has-share-float.content-normal {
		--content-share-ml: 90px;
		margin-left: 90px
	}

	.has-share-float.content-spacious {
		--content-share-ml: 95px - 3.896%;
		margin-left: calc(95px - 3.896%)
	}
}

@media(min-width: 1200px) {
	.the-post-modern {
		width: 90%
	}

	.the-post-modern header .featured {
		margin-left: -190px;
		margin-right: -190px;
		margin-bottom: 45px;
		width: auto;
		width: calc(100% + 380px);
		max-width: 100vw
	}

	.the-post-modern .related-posts {
		margin-left: -190px;
		margin-right: -190px
	}

	.content-spacious-full {
		max-width: 720px;
		margin-left: auto;
		margin-right: auto
	}

	.content-spacious-full>p img.alignnone,
	.content-spacious-full .wp-caption.alignnone,
	.content-spacious-full figure.alignnone,
	.content-spacious-full .alignwide,
	.content-spacious-full .alignfull,
	.content-spacious-full .gallery {
		margin-left: -190px;
		margin-right: -190px;
		width: auto;
		width: calc(100% + 380px);
		max-width: 100vw
	}

	.content-spacious-full>p img.alignleft,
	.content-spacious-full .wp-caption.alignleft,
	.content-spacious-full figure.alignleft,
	.content-spacious-full .wp-block-pullquote.alignleft {
		margin-left: -6%
	}

	.content-spacious-full>p img.alignright,
	.content-spacious-full .wp-caption.alignright,
	.content-spacious-full figure.alignright,
	.content-spacious-full .wp-block-pullquote.alignright {
		margin-right: -6%
	}

	.content-spacious-full>p img.aligncenter,
	.content-spacious-full .wp-caption.aligncenter,
	.content-spacious-full .wp-block-image.aligncenter,
	.content-spacious-full .wp-block-gallery.aligncenter,
	.content-spacious-full .gallery.aligncenter {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%
	}
}

@media(min-width: 1201px) {
	.main-head.simple .navigation {
		position: relative
	}

	.main-head.simple-boxed .navigation {
		position: static
	}
}

@media(max-width: 1270px) {
	.wrap {
		padding: 0 35px
	}

	.wrap,
	.main-wrap {
		width: 100%
	}

	.main-head.simple-boxed .wrap-head {
		max-width: 100%
	}

	.navigation .mega-menu {
		width: calc(100vw - 70px)
	}

	.navigation.inline .mega-menu {
		width: 100vw
	}

	.the-post-modern {
		max-width: 790px
	}

	.the-post-modern .the-post .featured img {
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(50% - 50vw) !important
	}

	.single-magazine .post-top .post-title {
		font-size: 30px
	}

	.the-post-modern .related-posts {
		margin-left: calc(50% - 50vw);
		width: 100vw;
		max-width: 100vw
	}

	.the-post-modern .related-posts .posts {
		margin: 0 auto;
		max-width: 85%
	}

	.the-post-modern .related-posts .post-title {
		font-size: 18px
	}

	.the-post-modern .related-posts .content {
		padding-left: 0;
		padding-right: 0
	}

	.main-footer.dark .social-strip li {
		margin-right: 28px
	}

	.main-footer.alt .lower-footer>.wrap {
		padding: 30px 35px
	}

	.main-footer.stylish .lower-footer>.wrap {
		padding: 30px 35px
	}

	.main-footer.bold .lower-footer>.wrap {
		padding: 30px 35px
	}

	.grid-post .post-title-alt {
		font-size: 22px
	}

	.subscribe-box {
		text-align: center
	}

	.subscribe-box .text {
		float: none;
		display: block;
		padding: 0;
		margin-top: 0;
		margin-bottom: 15px
	}

	.subscribe-box .fields {
		float: none
	}

	.subscribe-box .button {
		margin-bottom: 20px
	}

	.carousel-slider .overlay {
		width: 100%
	}

	.grid-b-slider .overlay {
		width: 100%
	}

	.fashion-slider .post-title {
		font-size: calc(.46189vw + 24.45727px)
	}

	.entry-content table {
		display: block;
		overflow-x: auto;
		-webkit-hyphens: none;
		-ms-hyphens: none;
		hyphens: none;
		-webkit-overflow-scrolling: touch
	}

	.entry-content table tbody {
		display: table;
		table-layout: initial !important;
		width: 100%
	}

	.alignleft,
	.alignright,
	.wp-block-image .alignleft,
	.wp-block-image .alignright {
		max-width: 50%
	}
}

@media(min-width: 940px)and (max-width: 1500px) {
	.the-post-modern .post-share-float {
		margin-left: -90px;
		margin-left: calc(-5.76923vw - 20.76923px)
	}
}

@media(min-width: 940px)and (max-width: 1400px) {
	.fashion-slider .item {
		height: 40vw
	}
}

@media(min-width: 940px)and (max-width: 1350px) {
	.post-share-float {
		margin-left: 0
	}
}

@media(min-width: 940px)and (max-width: 1200px) {
	.main-head.logo-left .logo-wrap {
		padding: 45px 35px
	}

	.main-head.logo-left .logo-wrap .title {
		max-width: calc(100% - 810px)
	}

	.main-head.full-top .menu>li>a {
		padding: 0 12px;
		font-size: 11px
	}

	.main-head.full-top .social-icons {
		left: 10px
	}

	.main-head.full-top .actions {
		right: 10px
	}

	.main-head.compact .title .logo-image {
		max-width: 225px
	}

	.main-head.simple .social-icons .fa {
		font-size: 13px
	}

	.main-head.simple .menu>li>a {
		padding: 0 10px;
		font-size: 14px
	}

	.main-head.simple .title .logo-image {
		max-width: 225px
	}

	.small-post .image-link img {
		margin-right: 16px !important;
		max-width: 70px
	}

	.small-post .post-meta .post-cat {
		display: none
	}

	.news-block .small-post img {
		max-width: 100%
	}

	.stylish-slider img {
		max-width: 700px
	}

	.entry-content {
		font-size: 18px
	}

	.content-spacious {
		margin-right: -3.896%
	}

	.widget-posts .posts:not(.full) img {
		margin-right: 16px !important;
		max-width: 70px
	}

	.widget-posts .posts:not(.full) .post-cat {
		display: none
	}

	.widget-posts .post-title.limit-line {
		text-overflow: initial;
		white-space: initial
	}

	.widget-posts .posts.large img {
		margin-right: 16px !important;
		max-width: 90px;
		max-height: 90px
	}

	.widget-posts .posts.large .post-title {
		font-size: 16px
	}

	.widget-posts .posts.full .post-title-alt {
		font-size: 18px
	}

	.sidebar .widget_mc4wp_form_widget .message,
	.sidebar .widget-subscribe .message {
		font-size: 14px
	}
}

@media(max-width: 940px) {

	.ts-row .column,
	.column,
	.ts-row [class*=col-] {
		float: none;
		width: 100%
	}

	.wrap {
		max-width: 740px
	}

	.top-bar .social-icons {
		display: none
	}

	.main-head.logo-left .a-right {
		margin-top: 50px;
		text-align: center;
		width: 100%;
		max-width: 100%
	}

	.main-head.nav-below {
		border-bottom: 1px solid #ebebeb
	}

	.main-head:not(.top-below):not(.simple):not(.has-bg)+.common-slider {
		margin-top: 0
	}

	.nav-below-b .social-icons {
		display: block
	}

	.main-head.alt .social-icons {
		display: block
	}

	.main-head.alt .social-icons li:nth-child(n+8) {
		display: none
	}

	.main-head.compact .social-icons {
		display: block
	}

	.main-head.compact .title {
		margin: 0 auto;
		padding: 25px 0;
		line-height: 1
	}

	.main-head.compact .actions {
		display: block
	}

	.main-head.simple .mobile-nav {
		display: block
	}

	.main-head.simple .title {
		margin: 0 auto;
		max-width: 40vw;
		min-width: initial
	}

	.the-post-header .post-title,
	.the-post-header .post-title-alt {
		font-size: 34px;
		line-height: 1.35
	}

	.single-cover .featured {
		margin-left: -25px;
		margin-right: -25px
	}

	.single-cover .featured:before {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(17, 17, 17, 0.4) 100%)
	}

	.the-post-modern {
		width: 100%
	}

	.the-post-modern .post-header {
		text-align: left
	}

	.single-creative .main {
		margin-top: 50px
	}

	.post-share-b .service {
		width: 180px
	}

	.post-share-b .service:nth-child(n+3) {
		width: 45px
	}

	.post-share-float {
		margin-left: -35px
	}

	.has-share-float:not(.content-spacious) {
		--content-share-ml: 55px;
		margin-left: 55px
	}

	.has-share-float.content-spacious {
		--content-share-ml: 30px;
		margin-left: 30px
	}

	.the-post-modern .related-posts .posts {
		max-width: calc(95vw - (6.92841vw - 28.14088px))
	}

	.page-404 .text-404 {
		margin-bottom: 35px
	}

	.main .sidebar {
		float: none;
		margin: 0 auto;
		margin-top: 65px;
		padding-left: 15px
	}

	.upper-footer {
		padding-bottom: 40px
	}

	.upper-footer .ts-row {
		margin: 0
	}

	.upper-footer .widget {
		margin-bottom: 55px;
		padding: 0
	}

	.main-footer.dark .social-link .fa {
		font-size: 15px
	}

	.main-footer.dark .social-link .label {
		display: none
	}

	.mid-footer .instagram-pics li {
		width: 25%
	}

	.mid-footer .instagram-pics li:nth-child(n+5) {
		display: none
	}

	.contrast .lower-footer .copyright {
		margin-right: 0;
		max-width: initial
	}

	.lower-footer .social-icons {
		float: none;
		margin: 0 auto;
		margin-top: 20px;
		text-align: center
	}

	.main-footer.alt .upper-footer {
		padding-bottom: 20px
	}

	.main-footer.alt .copyright {
		float: none;
		margin-right: 0;
		max-width: initial;
		text-align: center
	}

	.main-footer.stylish .upper-footer {
		padding-bottom: 20px
	}

	.main-footer.bold .upper-footer {
		padding-bottom: 20px
	}

	.main-footer.bold .links .menu-item {
		font-size: 13px;
		margin-right: 30px
	}

	.post-footer .col {
		float: left;
		width: 33.33%;
		flex: 0 0 auto
	}

	.large-post-b .post-footer .col {
		width: 50%
	}

	.large-post-b .post-footer .author {
		display: block
	}

	.news-block .grid-post img {
		width: 100%
	}

	.news-block .posts-list {
		margin-top: 30px
	}

	.news-block .small-post {
		float: left;
		width: 50%
	}

	.main-slider .slick-arrow {
		margin-left: 0
	}

	.main-slider .prev-arrow {
		left: 25px
	}

	.main-slider .next-arrow {
		right: 25px;
		left: auto
	}

	.main-slider img {
		max-width: initial;
		width: 100%
	}

	.main-slider .item {
		margin: 0
	}

	.carousel-slider img {
		width: 100%;
		max-width: initial;
		max-height: 300px;
		-o-object-fit: cover;
		object-fit: cover;
		font-family: "object-fit: cover;"
	}

	.grid-b-slider .item-large {
		width: 100%;
		max-height: 400px;
		margin-right: 0;
		margin-bottom: 2px
	}

	.grid-b-slider .item-large .wp-post-image {
		max-height: 400px
	}

	.grid-b-slider .item-small {
		width: calc(50% - 1px);
		margin-right: 2px;
		max-height: 300px
	}

	.grid-b-slider .item-small .wp-post-image {
		max-height: 300px
	}

	.fashion-slider .wrap {
		max-width: none;
		max-width: initial;
		width: 100%;
		padding: 0
	}

	.fashion-slider .item {
		min-height: auto;
		min-height: initial;
		height: 400px
	}

	.widget-cta img {
		width: 100%;
		max-width: initial
	}

	.mobile-nav {
		display: block;
		margin-right: 18px
	}

	.off-canvas {
		display: block
	}
}

@media(min-width: 940px) {
	.show-lg {
		display: block !important
	}

	.mid-footer.six .instagram-pics li {
		width: 16.66667%
	}

	.main-footer.alt .instagram-pics li {
		width: 16.66667%
	}
}

@media(max-width: 782px) {
	.admin-bar .sticky-bar {
		top: 46px
	}
}

@media(min-width: 767px)and (max-width: 1500px) {
	.single-creative .featured {
		height: calc(23.19236vw + 222.1146px)
	}

	.bold-slider .item {
		height: 44vw
	}
}

@media(min-width: 767px) {

	.head-nav-below.no-separator+.carousel-slider,
	.head-nav-below.no-separator+.fashion-slider,
	.head-nav-below.no-separator+.grid-slider,
	.head-nav-below.no-separator+.grid-b-slider {
		margin-top: 20px
	}

	.post-share-float.is-hidden {
		opacity: 0
	}

	.content-spacious {
		padding-left: 3.896%;
		padding-right: 3.896%
	}
}

@media(max-width: 767px) {

	.modern-quote,
	.wp-block-quote.is-style-large {
		font-size: 24px
	}

	.main {
		margin-bottom: 80px
	}

	.posts-ticker {
		display: none
	}

	.main-head .title {
		padding: 60px 0
	}

	.main-head .title .mobile-logo+.logo-image {
		display: none
	}

	.main-head .title a {
		font-size: 55px
	}

	.mobile-logo {
		display: block
	}

	.main-head.logo-left .logo-wrap {
		padding: 0;
		padding-top: 45px;
		padding-bottom: 45px
	}

	.main-head.simple-boxed.no-separator+.main {
		margin-top: 5px
	}

	.main-head.simple .left-contain {
		left: 15px
	}

	.main-head.simple .actions {
		right: 15px
	}

	.the-post-header .post-title,
	.the-post-header .post-title-alt {
		font-size: 30px
	}

	.the-post-foot {
		margin-top: 65px
	}

	.tag-share .post-tags {
		float: none;
		max-width: 100%;
		text-align: center;
		margin-bottom: 15px
	}

	.tag-share .post-tags+.post-share {
		float: none;
		text-align: center
	}

	.tag-share .post-tags+.post-share .post-share-icons {
		display: inline-block
	}

	.tag-share .post-share {
		margin-bottom: 25px
	}

	.single-cover .featured {
		margin-top: 0;
		margin-left: -30px;
		margin-right: -30px
	}

	.single-cover .featured img {
		width: 100%;
		min-height: 250px;
		-o-object-fit: cover;
		object-fit: cover;
		font-family: "object-fit: cover"
	}

	.single-cover .overlay .post-title {
		font-size: 24px
	}

	.single.layout-cover .main-head+.main {
		margin-top: 0
	}

	.single-magazine .post-top .post-title {
		font-size: 27px
	}

	.single-magazine.the-post-modern .post-top .post-title {
		font-size: 27px
	}

	.single-creative .featured {
		min-height: initial;
		height: 400px
	}

	.single-creative .featured .post-title {
		font-size: 30px
	}

	.comments-list .depth-2 .children {
		padding-left: 0
	}

	.related-posts .post {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto
	}

	.related-posts .image-link img {
		max-width: initial
	}

	.related-posts.grid-2 .post {
		width: 100%;
		max-width: 500px
	}

	.related-posts.grid-2 .post-title {
		font-size: 18px
	}

	.the-post-modern .related-posts .section-head .title {
		font-size: 20px
	}

	.the-post-modern .related-posts .posts {
		padding-bottom: 30px
	}

	.post-nav .post {
		padding-right: 15px
	}

	.post-nav .post.next {
		padding-left: 15px
	}

	.post-nav .post.next:before {
		display: none
	}

	.post-nav .label {
		margin-top: 14px;
		margin-bottom: 10px
	}

	.post-nav .content {
		flex-direction: column;
		justify-content: initial !important
	}

	.post-nav .image-link {
		margin: 0 !important;
		width: 100%;
		order: 0 !important
	}

	.post-nav .wp-post-image {
		width: 100%;
		height: 120px
	}

	.blocks>.widget-cta .cta-box {
		width: 100%
	}

	.blocks>.widget-cta img {
		max-height: 50vh;
		-o-object-fit: cover;
		object-fit: cover;
		font-family: "object-fit: cover;"
	}

	.main-footer.dark .copyright {
		display: block;
		float: none;
		max-width: initial;
		margin: 0;
		text-align: center
	}

	.lower-footer .to-top {
		float: none;
		display: block;
		margin-top: 10px;
		text-align: center
	}

	.main-footer.bold .upper-footer {
		padding-top: 55px
	}

	.main-footer.bold .links .menu-item {
		font-size: 12px;
		margin-right: 24px
	}

	.main-footer.bold .lower-footer .social-icons .fa {
		font-size: 16px
	}

	.main-footer.bold .lower-footer .social-link {
		width: 36px;
		height: 36px;
		line-height: 36px
	}

	.block-head-c .title {
		font-size: 23px
	}

	.wp-post-image,
	.post-content img {
		will-change: initial
	}

	.grid-post .image-link img {
		max-width: initial
	}

	.list-post .post-thumb {
		max-width: 30%
	}

	.list-post-b .post-title {
		width: 100%;
		font-size: 21px
	}

	.list-post-b .read-more-btn {
		padding: 10px 14px;
		font-size: 10px
	}

	.large-post .post-title-alt {
		font-size: 24px
	}

	.post-footer {
		margin-top: 25px
	}

	.post-footer .col {
		width: 50%
	}

	.post-footer .author {
		display: none
	}

	.slider-overlay .heading {
		font-size: 28px
	}

	.stylish-slider .heading {
		font-size: 24px
	}

	.grid-b-slider .overlay {
		padding-left: 20px;
		padding-right: 20px
	}

	.bold-slider .item {
		min-height: initial;
		height: 400px
	}

	.bold-slider .heading {
		font-size: 31px
	}

	.bold-slider .slick-arrow {
		display: none !important
	}

	.fashion-slider .overlay {
		max-width: 90%;
		min-width: 350px
	}

	.fashion-slider .post-title {
		font-size: 24px
	}

	.entry-content {
		font-size: 17px;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto
	}

	.search-modal .search-field {
		font-size: 42px
	}

	.search-modal-box {
		max-width: 100%
	}

	.widget-posts .posts.full>.post {
		width: 100%
	}

	.widget-slider .slick-arrow {
		display: none !important
	}

	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright {
		width: 100%;
		max-width: initial;
		margin: 0 !important;
		margin-top: 2em;
		margin-bottom: 2em;
		padding-left: 0;
		padding-right: 0
	}

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

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

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

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

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

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

@media(min-width: 767px)and (max-width: 940px) {
	.show-md {
		display: block !important
	}

	.related-posts .post {
		float: left;
		width: 33.333%
	}

	.posts-dynamic .posts-wrap>.col-6,
	.posts-dynamic .posts-wrap>.col-4 {
		float: left;
		width: 50%
	}

	.highlights-block .large {
		width: 50%;
		float: left
	}

	.highlights-block .posts-list {
		width: 50%;
		float: left;
		box-sizing: border-box;
		padding-left: 30px
	}

	.widget-posts .posts.full {
		margin: 0 -15px
	}

	.widget-posts .posts.full>.post {
		width: 50%;
		float: left;
		padding: 0 15px;
		box-sizing: border-box
	}
}

@media(min-width: 540px) {

	.wp-block-gallery.columns-3 .blocks-gallery-image,
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		width: calc((100% - 20px)/3);
		margin-right: 10px
	}

	.wp-block-gallery.columns-4 .blocks-gallery-image,
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc((100% - 30px)/4);
		margin-right: 10px
	}

	.wp-block-gallery.columns-5 .blocks-gallery-image,
	.wp-block-gallery.columns-5 .blocks-gallery-item {
		width: calc((100% - 40px)/5);
		margin-right: 10px
	}

	.wp-block-gallery.columns-6 .blocks-gallery-image,
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		width: calc((100% - 50px)/6);
		margin-right: 10px
	}

	.wp-block-gallery.columns-7 .blocks-gallery-image,
	.wp-block-gallery.columns-7 .blocks-gallery-item {
		width: calc((100% - 60px)/7);
		margin-right: 10px
	}

	.wp-block-gallery.columns-8 .blocks-gallery-image,
	.wp-block-gallery.columns-8 .blocks-gallery-item {
		width: calc((100% - 70px)/8);
		margin-right: 10px
	}

	.wp-block-gallery .blocks-gallery-image:last-child,
	.wp-block-gallery .blocks-gallery-item:last-child {
		margin-right: 0
	}
}

@media(min-width: 540px)and (max-width: 767px) {
	.show-sm {
		display: block !important
	}
}

@media(max-width: 600px) {
	.admin-bar .sticky-bar {
		top: 0
	}
}

@media(min-width: 350px)and (max-width: 540px) {
	.show-xs {
		display: block !important
	}
}

@media(max-width: 540px) {
	hr {
		margin: 35px 0
	}

	blockquote {
		font-size: 19px
	}

	.modern-quote,
	.wp-block-quote.is-style-large {
		font-size: 22px;
		padding-left: 10px;
		padding-right: 10px
	}

	.wrap {
		padding: 0 22px
	}

	.main-head.simple .social-icons .fa {
		font-size: 13px
	}

	.main-head.simple .social-icons li:nth-child(n+3) {
		display: none
	}

	.main-head.simple .social-icons li:nth-child(2) {
		margin-right: 0
	}

	.the-post-header .post-title,
	.the-post-header .post-title-alt {
		font-size: 27px
	}

	.single-cover .featured {
		margin-left: -25px;
		margin-right: -25px
	}

	.single-cover .overlay {
		padding: 30px;
		padding-bottom: 20px
	}

	.single-cover .overlay .post-title {
		font-size: 21px
	}

	.single-cover .overlay .post-share {
		display: none
	}

	.single-creative .post-meta {
		font-size: 11px
	}

	.single-creative .featured {
		height: 300px
	}

	.single-creative .featured .overlay {
		padding: 30px;
		padding-bottom: 20px
	}

	.single-creative .featured .post-title {
		font-size: 27px
	}

	.single-creative .featured .meta-sep:before {
		padding: 0 3px
	}

	.post-share-b .service {
		width: 45px
	}

	.post-share-b .service i {
		margin: 0
	}

	.post-share-b .label {
		display: none
	}

	.author-box-b .image img {
		max-width: 65px;
		height: auto;
		margin-bottom: 6px
	}

	.author-box-b .content {
		overflow: initial
	}

	.author-box-b .author>a {
		margin-top: 15px;
		margin-bottom: 20px
	}

	.author-box-b .author-bio {
		margin: 15px 0
	}

	.comments-list .comment-content {
		overflow: initial
	}

	.comments-list .comment-text {
		clear: both;
		font-size: 14px;
		padding-top: 6px
	}

	.comment-form .inline-field {
		margin-left: 0;
		margin-bottom: 10px;
		flex-basis: 100%
	}

	.related-posts .content {
		padding-left: 0;
		padding-right: 0
	}

	.sidebar .widget-title {
		font-size: 18px
	}

	.sidebar.large-title .widget-title {
		font-size: 18px
	}

	.main-footer.dark .social-strip li {
		margin-right: 22px
	}

	.mid-footer .instagram-pics li {
		width: 33.33333%
	}

	.mid-footer .instagram-pics li:nth-child(-n+6) {
		display: block
	}

	.main-footer.bold .lower-footer>.wrap {
		padding: 30px 15px
	}

	.text {
		font-size: 14px
	}

	.post-title {
		font-size: 22px
	}

	.blocks .block {
		margin-bottom: 45px
	}

	.block-head-c .title {
		padding-left: 0;
		font-size: 20px
	}

	.grid-post {
		padding-left: 0;
		padding-right: 0
	}

	.grid-post .post-thumb {
		margin-left: 0;
		margin-right: 0
	}

	.grid-post .post-title-alt {
		font-size: 19px
	}

	.list-post {
		display: block
	}

	.list-post .content {
		display: block;
		padding-left: 0;
		margin-top: 20px
	}

	.list-post .image-link {
		display: block
	}

	.list-post .post-thumb {
		max-width: initial
	}

	.list-post .image-link img {
		max-width: initial;
		width: 100%
	}

	.list-post .post-title {
		font-size: 21px
	}

	.overlay-post .post-title {
		font-size: 24px
	}

	.large-post {
		padding: 2em 1.5em 1em 2em
	}

	.large-post .featured img,
	.large-post .gallery-slider {
		margin-bottom: 35px
	}

	.large-post .featured,
	.large-post .post-thumb {
		margin-left: 0;
		margin-right: 0
	}

	.large-post .post-title-alt {
		font-size: 20px
	}

	.large-post-b .likes-count {
		display: none
	}

	.large-post-c .meta-title {
		margin-left: 15px;
		margin-right: 15px;
		padding-left: 20px;
		padding-right: 20px
	}

	.large-post-c .post-title-alt {
		font-size: 20px
	}

	.news-block .small-post .content {
		padding-left: 0;
		padding-right: 0
	}

	.news-block .small-post .post-title {
		font-size: 15px
	}

	.subscribe-box .input {
		display: block;
		margin-right: auto;
		margin-left: auto;
		max-width: initial
	}

	.slider-overlay .read-more {
		display: none
	}

	.main-slider .slick-arrow {
		display: none !important
	}

	.grid-b-slider .overlay {
		padding-left: 14px;
		padding-right: 14px
	}

	.grid-b-slider .item-small .post-meta>:not(.heading) {
		display: none
	}

	.grid-b-slider .item-small .post-meta .heading {
		margin-bottom: 0
	}

	.grid-b-slider .heading {
		font-size: 25px
	}

	.grid-b-slider .item-small .heading {
		font-size: 19px
	}

	.bold-slider .item {
		height: 300px
	}

	.bold-slider .overlay {
		max-width: 95vw !important
	}

	.bold-slider .heading {
		font-size: 28px
	}

	.bold-slider .author {
		display: none
	}

	.fashion-slider .item {
		height: 300px
	}

	.fashion-slider .overlay {
		padding: 20px 15px
	}

	.post-content {
		font-size: 14px
	}

	.entry-content {
		font-size: 17px
	}

	.entry-content table {
		font-size: 15px
	}

	.widget-posts .posts.full .post-title-alt {
		font-size: 18px
	}

	.textwidget {
		font-size: 14px
	}

	.alignleft,
	.alignright,
	.wp-block-image .alignleft,
	.wp-block-image .alignright {
		width: 100%;
		max-width: 100%;
		float: none;
		padding: 0;
		margin: 30px auto !important
	}

	figure.alignleft img,
	figure.alignright img,
	a img.alignleft,
	a img.alignright {
		float: none;
		width: 100%;
		max-width: initial
	}

	p.has-drop-cap:not(:focus):first-letter {
		font-size: calc(60px + 1.8em)
	}

	.off-canvas {
		width: 75vw
	}

	.off-canvas-active .main-wrap {
		transform: translate3d(75vw, 0, 0)
	}
}

@media(max-width: 350px) {
	.show-ty {
		display: block !important
	}

	.wrap {
		padding: 0 15px
	}

	.main-head.simple .social-icons {
		display: none
	}

	.single-creative .featured .post-title {
		font-size: 24px
	}

	.comments-list .comment-avatar {
		margin-right: 15px;
		max-width: 40px
	}

	.comments-list .bypostauthor .post-author {
		display: none
	}

	.comments-list .children li.comment {
		padding-left: 20px
	}

	.overlay-post time {
		display: none
	}

	.post-footer .col {
		width: 100%;
		border: 0
	}

	.large-post-b .post-footer .col {
		width: 50%
	}

	.stylish-slider .excerpt {
		display: none
	}

	.fashion-slider .post-date {
		display: none
	}

	.off-canvas {
		width: 85vw
	}

	.off-canvas-active .main-wrap {
		transform: translate3d(85vw, 0, 0)
	}
}

body {
	background: url("./img/ustawa-o-ksztaltowaniu-ustroju-rolnego-bg.jpg") top right fixed no-repeat;
	background-size: cover
}

@media(min-width: 941px) {
	body {
		padding-left: 10vh
	}
}

img.svg {
	display: block;
	width: 100%;
	height: 100%
}

.wpb_single_image img {
	border: 3px double rgba(0, 0, 0, .15)
}

.mfp-container {
	background: #eee
}

#motto {
	display: block;
	position: relative;
	width: 96%;
	max-width: 1170px;
	margin: 3em auto
}

#motto h2 {
	display: block;
	margin: auto;
	margin-top: 1.1em;
	padding-right: 2em;
	font-size: 1.5em;
	line-height: 1.075;
	text-transform: uppercase;
	text-align: right
}

#motto h2::after {
	content: url("img/klos-prawo-rolne.svg");
	display: inline-block;
	position: absolute;
	top: -0.66rem;
	width: 1em;
	margin-left: 1.5rem
}

#motto.smaller {
	margin: 1.5em auto;
	padding-bottom: 3em;
	border-bottom: 3px double rgba(0, 0, 0, .15)
}

#motto.smaller h2 {
	font-size: 1.3em
}

#motto #bieluk-logo {
	max-width: 340px;
	float: left;
	display: block;
	margin-top: -1em;
	opacity: .85;
	transition: all .5s
}

#motto #bieluk-logo-mobile {
	display: none;
	transition: all .5s
}

#motto #bieluk-logo img,
#motto #bieluk-logo-mobile img {
	width: 100%;
	height: auto;
	transition: all .5s
}

#motto #bieluk-logo:hover img,
#motto #bieluk-logo-mobile:hover img {
	transform: scale(0.98);
	opacity: .5
}

#motto.smaller #bieluk-logo {
	max-width: 280px
}

@media(max-width: 1200px) {
	#motto h2 {
		font-size: 1.4em
	}
}

@media(max-width: 1024px) {
	#motto #bieluk-logo {
		display: none
	}

	#motto #bieluk-logo-mobile {
		max-width: 75px;
		margin-top: -1em;
		float: left;
		display: block;
		opacity: .8
	}

	.archive-head {
		margin-top: 50px;
		padding: 0 20px
	}

	.archive-head .title {
		font-size: 2.75em
	}
}

@media(max-width: 767px) {
	#motto h2 {
		font-size: 1.3em
	}

	.archive-head .title {
		font-size: 2.5em
	}
}

@media(max-width: 520px) {

	#motto h2,
	#motto.smaller h2 {
		font-size: 1.3em
	}

	#motto h2::after {
		top: .5em;
		width: .8em;
		margin-left: .5rem
	}
}

@media(max-width: 419px) {

	#motto h2,
	#motto.smaller h2 {
		text-align: center;
		padding-right: 0
	}

	#motto h2::after {
		content: ""
	}

	#motto #bieluk-logo-mobile {
		display: none
	}
}

#main-menu {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	height: 100%;
	background: #00474a;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, .2);
	max-width: 10vh
}

#main-menu .logo {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%
}

#main-menu .logo img {
	max-height: 120px;
	padding: 1em 0;
	max-width: 5vh;
	margin: auto
}

#main-menu .actions {
	padding: 0
}

#main-menu .menu-link {
	display: block;
	float: left;
	width: 100%;
	height: 10vh;
	border-bottom: 1px dashed rgba(255, 246, 221, .2);
	transition: .5s all
}

#main-menu .menu-link span {
	position: relative;
	bottom: 12px;
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #313131;
	opacity: 0;
	transition: all .4s
}

#main-menu .menu-link a {
	display: block;
	padding: 15%;
	transition: all .4s
}

#main-menu .menu-link:hover {
	background-color: #eee;
}

#main-menu .menu-link:hover span {
	opacity: .8
}

#main-menu .menu-link:hover a {
	transform: scale(1.1);
	filter: brightness(0.25)
}

@media(max-width: 940px) {
	.main-wrap {
		padding-top: 80px
	}

	#main-menu {
		width: 100vw;
		max-width: 100vw;
		height: 80px;
		min-height: 80px !important;
		border-bottom: 4px solid #00474a
	}

	#main-menu .logo {
		position: relative;
		float: left;
		max-width: 25%;
		padding: 0
	}

	#main-menu .logo img {
		max-height: 55px;
		margin-left: 1.5em
	}

	#main-menu .menu-link {
		max-width: 33%;
		height: 80px;
		border-bottom: none
	}

	#main-menu .menu-link span {
		opacity: .75;
		bottom: 22px;
		font-size: 8px;
		color: #fff
	}

	#main-menu .menu-link a {
		max-height: 80px;
		padding: 0
	}

	#main-menu .menu-link a img {
		max-height: 60px;
		padding: 10px 0
	}

	.main-head.simple .navigation {
		float: right;
		width: 75%
	}
}

#main-blog-header h3 {
	margin-bottom: 1em;
	font-size: 3em;
	font-weight: 900;
	text-align: center;
	line-height: 1.2
}

ul.lista {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

@media(max-width: 768px) {
	ul.lista {
		flex-direction: column
	}
}

ul.lista li {
	padding: 1em;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.2;
	transition: all .25s
}

ul.lista li:not(:last-child)::after {
	content: "※";
	position: absolute;
	margin-left: 1.275em;
	opacity: .25
}

ul.lista li a {
	display: inline-block
}

ul.lista li a:hover {
	color: #971761;
	transform: scale(1.025) translateY(-4px)
}

a.go-back {
	bottom: -3em;
	left: 0;
	position: absolute;
	opacity: .9;
	font-weight: 700;
	font-size: .8rem;
	letter-spacing: 1px;
	z-index: 1
}

a.go-back:hover {
	color: #971761 !important;
	opacity: 1;
	letter-spacing: 2px
}

.error404 a.go-back {
	margin-top: 0;
	font-weight: normal;
	font-size: 1em
}

@media(max-width: 1280px)and (min-width: 940px) {
	ul.lista li {
		padding: 1em 2.25em 1em 0;
		font-size: 1em
	}

	ul.lista li:not(:last-child)::after {
		margin-left: .75em;
		opacity: .15
	}
}

@media(max-width: 940px) {
	ul.lista li {
		float: none
	}

	ul.lista li:not(:last-child)::after {
		display: none
	}

	ul.lista li::before {
		content: "※";
		margin-right: 1em;
		opacity: .25
	}
}

@media(max-width: 540px) {
	ul.lista li {
		font-size: 1em;
		padding: .5em 0
	}

	ul.lista li a {
		color: #00474a
	}
}

.o-portalu h4 {
	margin-bottom: .5em;
	text-align: center;
	font-size: 2.5em;
	color: #fff;
	text-transform: uppercase
}

.o-portalu p {
	margin: 0 auto 1em;
	font-size: 1.3em;
	text-align: justify;
	color: #fff;
	padding: 0 1.25em
}

.o-portalu p.info {
	margin-top: 2em
}

footer .social {
	display: inline-block
}

footer .social a {
	float: right;
	width: 120px;
	text-align: right
}

footer .social a:hover {
	opacity: 1 !important;
	transform: translateY(-4px);
	filter: none
}

footer .social span {
	position: relative;
	top: -7px;
	padding: 0 1em;
	font-weight: 900;
	font-size: .8em;
	letter-spacing: .5px
}

footer .social img {
	max-width: 24px;
	border-radius: 3px;
	opacity: .9;
	transition: all .25s
}

@media(max-width: 768px) {
	.o-portalu h4 {
		font-size: 2em;
		text-shadow: none
	}

	.o-portalu p {
		text-align: left;
		font-size: 1.1em;
		padding: 0
	}

	footer .social {
		margin-top: 1em
	}
}

#cookie-notice {
	box-shadow: 0 10px 20px rgba(0, 0, 0, .3)
}

.cookie-notice-container {
	display: inline-block !important;
	max-width: 1140px;
	padding: 2em 10px !important
}

#cookie-notice #cn-notice-text {
	float: left
}

#cookie-notice #cn-notice-text a {
	color: inherit;
	font-weight: bold;
	font-style: italic
}

#cookie-notice #cn-notice-text a:hover {
	text-decoration: underline;
	opacity: .66
}

#cookie-notice .cn-button {
	padding: 1em 2em;
	display: inline-block;
	margin: .25em 2em !important
}