*,
*:before,
*:after {
	box-sizing: inherit
}

html {
	height: 100%;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
	background: #fff;
	color: #454545;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@media print,
screen and (max-width:900px) {

	.is-scroll-disabled,
	.is-scroll-disabled body {
		overflow: hidden
	}
}

:focus {
	outline: 1px dashed #666;
	outline-offset: 1px
}

.is-using-mouse .site *:focus {
	outline: 0
}

::-moz-selection {
	background-color: #feffc3;
	color: #555
}

::selection {
	background-color: #feffc3;
	color: #555
}

hr {
	clear: both;
	border: 0;
	width: 100%;
	height: 2px;
	background-color: #d1d1d1
}

.entry-content:not(.content)>hr {
	max-width: 120px;
	margin-top: 2.75em;
	margin-bottom: 2.75em
}

.entry-content>.wp-block-separator.is-style-wide {
	max-width: 660px;
	height: 1px
}

.wp-block-separator.is-style-dots {}

.wp-block-separator.is-style-dots {
	background: 0 0;
	border: none;
	max-width: none;
	height: auto;
	line-height: 1;
	text-align: center;
	margin-top: 1em
}

.entry-content:not(.content)>hr.wp-block-separator.is-style-dots {
	margin-top: 1em;
	margin-bottom: 1.75em
}

.wp-block-separator.is-style-dots::before {
	content: "\00b7 \00b7 \00b7";
	color: #111;
	font-size: 44px;
	letter-spacing: 1rem
}

mark {
	background-color: #ff0;
	color: #000
}

abbr,
acronym {
	text-decoration: none;
	border-bottom: 1px dotted #666;
	cursor: help
}

summary {
	display: list-item
}

[hidden] {
	display: none
}

.container,
.container-fluid,
.container-semi-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px
}

.small-container {
	max-width: 840px
}

.container {
	max-width: 1200px
}

.semi-fluid-width {
	max-width: 1240px
}

.page .site-heading-container {
	max-width: 700px
}

.semi-fluid-width {
	width: 100%;
	margin-right: auto;
	margin-left: auto
}

@media print,
screen and (min-width:1380px) {
	.semi-fluid-width {
		max-width: none;
		width: calc(100% - 140px)
	}
}

.row,
.row-wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.row {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px
}

.wp-block-columns {}

.wp-block-column {
	margin-bottom: 1.75em;
	padding: 0 15px
}

.wp-block-column:last-child {
	margin-bottom: 0
}

.column {
	min-height: 0;
	min-width: 0;
	width: 100%;
	padding: 10px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.column.col-xs-auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	width: auto
}

.column.col-xs-shrink {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	width: auto
}

.column.col-xs-hidden {
	display: none
}

@media print,
screen and (max-width:599px) {
	.col.col-xs-hidden {
		display: none
	}
}

@media print,
screen and (min-width:600px) {
	.wp-block-columns {
		display: flex
	}

	.wp-block-column {
		margin-bottom: 0;
		flex: 1
	}
}

@media print,
screen and (min-width:1200px) {
	.row {
		margin: -20px
	}

	.column {
		padding: 20px
	}
}

#wpadminbar {
	position: fixed;
	z-index: 100
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	z-index: 3;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.header-classic .site-header {
	background-color: #fff;
	border-bottom: 1px solid #eee
}

.site-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #fff;
	-webkit-transition: all .3s;
	transition: all .3s
}

.admin-bar .site-header {
	top: 46px
}

.site-header.is-sticky::before,
.site-header.is-menu-active::before,
.site-header.is-search-active::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@media only screen and (min-width:782px) {
	.admin-bar .site-header {
		top: 32px
	}
}

@media print,
screen and (min-width:1025px) {
	.site-header::before {
		-webkit-transform: translate3d(0, -120%, 0);
		transform: translate3d(0, -120%, 0)
	}
}

.site-branding {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 0 20px
}

.logo {
	display: inline-block
}

.logo img {
	width: auto;
	height: 50px
}

.logo-mobile {
	display: block
}

.logo-mobile+.logo-default {
	display: none
}

@media print,
screen and (min-width:600px) {
	.logo-mobile {
		display: none
	}

	.logo-mobile+.logo-default {
		display: block
	}
}

@media print,
screen and (min-width:800px) {
	.site-branding {
		width: auto
	}

	.header-classic .site-branding {
		width: 100%
	}
}

.header-modern .site-navigation {
	position: fixed;
	top: 65px;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	max-height: 100vh;
	max-height: calc(100vh - 65px);
	padding: 20px;
	padding-top: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0)
}

.is-animation-ready .header-modern .site-navigation {
	-webkit-transition: all .2s;
	transition: all .2s
}

.admin-bar.header-modern .site-navigation {
	top: 111px;
	max-height: calc(100vh - 111px)
}

.header-modern .site-navigation::-webkit-scrollbar {
	width: 3px
}

.header-modern .site-navigation::-webkit-scrollbar-track-piece {
	background: 0 0
}

.header-modern .site-navigation::-webkit-scrollbar-thumb:vertical {
	background-color: #d93f7e
}

.header-modern .site-header.is-menu-ready .site-navigation {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.main-navigation {
	max-width: 1080px;
	margin: 0 auto
}

.menu {
	list-style: none;
	margin: -2px;
	padding: 0
}

.menu .sub-menu {
	display: none
}

.menu li {
	width: 50%;
	padding: 2px
}

.menu li a {
	position: relative;
	display: block;
	border-radius: 8px;
	padding-bottom: 70%;
	overflow: hidden;
	background-color: #888;
	background-size: cover;
	background-position: center;
	text-align: left
}

.menu li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(255, 0, 0, 0))
}

.menu li a span {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 1;
	font-size: 14px;	
	line-height: 1.7;
	color: #fff
}

.classic-menu,
.classic-menu li,
.classic-menu ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.classic-menu {
	position: relative;
	z-index: 3;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	color: #999
}

.classic-menu ul {
	background: #f5f5f5
}

.classic-menu li {
	position: relative;
	cursor: pointer
}

.classic-menu a {
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.is-animation-ready .classic-menu a {
	-webkit-transition: color .3s;
	transition: color .3s
}

.classic-menu li:hover>a {
	color: #666
}

.classic-menu ul li a {
	color: rgba(0, 0, 0, .5);
	font-size: 15px;
	border-bottom: 1px solid #eee
}

@media print,
screen and (max-width:768px) {
	.header-modern .site-navigation {
		bottom: 0;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch
	}
}

@media print,
screen and (min-width:540px) {
	.menu-number-is-odd .menu li {
		width: 33.33334%
	}
}

@media print,
screen and (min-width:720px) {
	.menu li {
		width: 25%
	}

	.menu-number-is-odd .menu li {
		width: 25%
	}

	.menu-number-is-5 .menu li,
	.menu-number-is-9 .menu li {
		width: 33.33334%
	}
}

@media print,
screen and (min-width:960px) {
	.site-navigation-container {
		padding-top: 20px
	}

	.menu-number-is-bigger-than-5 .menu li {
		width: 20%
	}

	.menu-number-is-7 .menu li {
		width: 25%
	}

	.menu {
		margin: -3px
	}

	.menu li {
		padding: 3px
	}
}

@media only screen and (min-width:782px) {
	.admin-bar .site-actions-bg {
		top: 32px
	}

	.admin-bar .site-navigation {
		top: 97px;
		max-height: calc(100vh - 97px)
	}
}

@media print,
screen and (min-width:960px) {}

@media print,
screen and (max-width:1079.5px) {
	.header-classic .site-navigation {
		position: fixed;
		top: 65px;
		left: 0;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		max-height: 100vh;
		max-height: calc(100vh - 65px);
		background-color: #fff;
		border-top: 1px solid #eee;
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	.is-animation-ready .header-classic .site-navigation {
		-webkit-transition: all .2s;
		transition: all .2s
	}

	.header-classic .is-menu-active .site-navigation {
		visibility: visible;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch
	}

	.admin-bar.header-classic .site-navigation {
		top: 111px;
		max-height: calc(100vh - 111px)
	}

	.header-classic .site-navigation::-webkit-scrollbar {
		width: 3px
	}

	.header-classic .site-navigation::-webkit-scrollbar-track-piece {
		background: 0 0
	}

	.header-classic .site-navigation::-webkit-scrollbar-thumb:vertical {
		background-color: #d93f7e
	}

	.header-classic .site-header.is-menu-active .site-navigation {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.header-classic .main-navigation {
		background: #fff;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	.is-animation-ready .header-classic .main-navigation {
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.header-classic .is-menu-active .main-navigation {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.main-navigation .classic-menu {
		display: block;
		opacity: 0;
		-webkit-transform: translate3d(0, -12px, 0);
		transform: translate3d(0, -12px, 0)
	}

	.is-animation-ready .main-navigation .classic-menu {
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.header-classic .is-menu-ready .main-navigation .classic-menu {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.classic-menu li {
		display: block
	}

	.classic-menu li a {
		display: block;
		padding: 12px 24px;
		border-bottom: 1px solid #eee
	}

	.classic-menu>li:last-child>a {
		border: none
	}

	.classic-menu li.is-active>a {
		color: #666
	}

	.classic-menu li.menu-item-has-children>a span {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.classic-menu li.menu-item-has-children>a span::after {
		padding-left: 8px;
		margin-left: auto;
		line-height: 1;
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.classic-menu li.is-active>a span::after {
		-webkit-transform: rotate(90deg) translate(-5px, 0px);
		transform: rotate(90deg) translate(-5px, 0px)
	}

	.classic-menu ul {
		max-height: 0;
		overflow: hidden
	}

	.is-animation-ready .classic-menu ul {
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.classic-menu ul ul a {
		padding-left: 40px
	}
}

@media print,
screen and (min-width:1080px) {
	.header-classic .hamburger-menu {
		display: none
	}

	.header-classic .site-navigation {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: center
	}

	.header-classic .main-navigation {
		display: inline-block;
		max-width: 100%
	}

	.header-classic .site-navigation,
	.header-classic .main-navigation,
	.classic-menu,
	.classic-menu>li>a {
		height: 100%
	}

	.classic-menu>li {
		margin: 0 8px
	}

	.classic-menu>li>a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		cursor: pointer
	}

	.classic-menu>li>a span {
		position: relative;
		white-space: nowrap
	}

	.classic-menu>li.menu-item-has-children>a span::after {
		margin-left: 8px;
		line-height: 1;
		transform: rotate(90deg)
	}

	.classic-menu ul {
		display: none;
		background-color: #fff;
		box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
		max-height: none !important;
		position: absolute;
		top: 100%;
		left: calc(50% - 80px);
		z-index: 99;
		text-align: left;
		width: 160px;
		padding: 8px 16px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		-webkit-transform: translate3d(0, 2px, 0);
		transform: translate3d(0, 2px, 0)
	}

	.no-js .classic-menu ul {
		display: block
	}

	.is-animation-ready .classic-menu ul {
		display: block;
		-webkit-transition: all .2;
		transition: all .2s
	}

	.classic-menu ul ul {
		top: -8px;
		left: 100%
	}

	.classic-menu li:hover>ul {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.classic-menu li:focus-within>ul {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.classic-menu ul li a {
		display: block;
		padding: 8px 0
	}

	.classic-menu ul li:last-child>a {
		border: none
	}

	.classic-menu ul li.menu-item-has-children>a span::after {
		margin-left: 8px
	}
}

.secondary-navigation {
	text-align: center;
	margin-bottom: 20px;
}

.main-navigation+.secondary-navigation {
	margin-top: 20px
}

.sec-menu {
	list-style: none;
	padding: 0;
	margin: 0
}

.sec-menu span{
	   color: black;
}

.sec-menu li {
	display: inline-block;
	margin: 2px 7px;
	color: rgba(0, 0, 0, .5);
	font-size: .9em
}

.site-navigation .social-icons {
	text-align: center;
	margin-top: 10px
}

.site-navigation .social-icon {
	padding: 0 10px
}

.hamburger-menu {
	position: relative;
	display: block;
	width: 30px;
	height: 26px;
	cursor: pointer;
	margin-right: 20px
}

.hamburger-menu span,
.hamburger-menu::before,
.hamburger-menu::after {
	position: absolute;
	left: 0;
	display: block;
	width: 30px;
	height: 2px;
	background: #666;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.is-animation-ready .hamburger-menu span,
.is-animation-ready .hamburger-menu::before,
.is-animation-ready .hamburger-menu::after {
	-webkit-transition: all .2s;
	transition: all .2s
}

.hamburger-menu::before,
.hamburger-menu::after {
	content: ''
}

.hamburger-menu::before {
	top: 4px
}

.hamburger-menu span {
	top: 12px;
	width: 25px
}

.hamburger-menu::after {
	top: 20px;
	width: 10px
}

.hamburger-menu.is-active::before {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg)
}

.hamburger-menu.is-active span {
	opacity: 0;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0)
}

.hamburger-menu.is-active::after {
	width: 30px;
	-webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
	transform: translate3d(0, -8px, 0) rotate(-45deg)
}

.search-trigger {
	position: relative;
	width: 22px;
	height: 26px;
	margin-left: 28px;
	font-size: 22px;
	text-align: left;
	color: #666
}

.search-trigger::before {
	display: block
}

.search-trigger.is-active::before {
	opacity: 0;
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0)
}

.site-header .search-trigger::before {
	display: block;
	margin-top: -3px
}

.search-trigger span {
	position: absolute;
	top: 0;
	left: -4px;
	opacity: 0;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0)
}

.search-trigger span::before,
.search-trigger span::after {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: 30px;
	height: 2px;
	background: #555;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.is-animation-ready .search-trigger::before,
.is-animation-ready .search-trigger span,
.is-animation-ready .search-trigger span::before,
.is-animation-ready .search-trigger span::after {
	-webkit-transition: all .2s;
	transition: all .2s
}

.search-trigger span::before {
	top: 4px
}

.search-trigger span::after {
	top: 20px
}

.search-trigger.is-active span::before {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg)
}

.search-trigger.is-active span::after {
	-webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
	transform: translate3d(0, -8px, 0) rotate(-45deg)
}

.search-trigger.is-active span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.site-actions-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #333;
	opacity: 0;
	visibility: hidden
}

.is-animation-ready .site-actions-backdrop {
	-webkit-transition: all .3s;
	transition: all .3s
}

.header-classic .site-actions-backdrop {
	top: 65px
}

.site-header.is-menu-active .site-actions-backdrop,
.site-header.is-search-active .site-actions-backdrop {
	opacity: .6;
	visibility: visible
}

.site-actions-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	max-height: 100vh;
	background: #fff;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	will-change: transform;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transition: all .3s;
	transition: all .3s
}

.admin-bar .site-actions-bg {
	top: 46px
}

@media only screen and (min-width:782px) {
	.admin-bar .site-actions-bg {
		top: 32px
	}
}

@media only screen and (min-width:800px) {
	.search-trigger {
		width: 30px;
		margin-left: 20px
	}
}

.site-header.is-menu-active .site-actions-bg,
.site-header.is-search-active .site-actions-bg {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.site-search {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 10px 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0)
}

.is-animation-ready .site-search {
	-webkit-transition: all .2s;
	transition: all .2s
}

.site-header.is-search-ready .site-search {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.search-form {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto
}

.header-classic .site-search .search-form {
	max-width: 100%
}

.search-field {
	width: 100%;
	padding: 10px 0;
	padding-right: 30px;
	font-size: 25px;
	color: #777;
	border: none;
	border-bottom: 1px solid #eee;
	border-radius: 0;
	background: 0 0
}

.search-submit[type=submit] {
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 20px;
	color: #aaa;
	background: 0 0;
	border: none;
	padding-right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.site-search .search-field:focus {
	outline: 0
}

.site-search .search-submit:focus {
	outline: 1px dashed #666;
	outline-offset: 1px
}

@media print,
screen and (min-width:450px) {
	.search-field {
		font-size: 30px
	}

	.search-submit[type=submit] {
		font-size: 25px
	}
}

@media print,
screen and (min-width:1100px) {
	.search-field {
		font-size: 45px
	}

	.search-submit[type=submit] {
		font-size: 30px
	}
}

.site-heading {
	padding-top: 95px;
	padding-bottom: 30px;
	background: #f5f5f5;
	border-bottom: 1px solid #eee
}

.site-heading h1 {
	margin: 0;
	color: #444;
	font-size: 2.1em;
	line-height: 1;
	letter-spacing: -1px;
	word-break: break-word
}

.site-heading p {
	margin-top: .5em;
	margin-bottom: 0;
	max-width: 550px;
	font-size: .9em;
	line-height: 1.5;
	color: #555
}

.site-heading p a {
	padding-bottom: 3px;
	color: #d93f7e;
	font-weight: 700;
	background-image: linear-gradient(to bottom, #e5e5e5 0%, #e5e5e5 100%);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 1.3em;
	-webkit-transition: all .2s;
	transition: all .2s
}

.site-heading p a:hover {
	color: #fff;
	background-image: linear-gradient(to bottom, #d93f7e 0%, #d93f7e 100%);
	background-position: 0 0
}

.page-template-minimal .site-title {
	font-size: 2.5em;
	max-width: 660px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto
}

.term-count {
	margin-top: .6em;
	color: #d93f7e;
	font-size: .8em;
	font-weight: 700
}

.term-count span {
	font-weight: 700;
	color: #d93f7e;
	margin-right: 2px
}

.term-related-cats.single-tags {
	margin-top: 1em
}

.term-related-cats.single-tags::before {
	width: 100%
}

.term-related-cats-title.tags-title {
	margin: 1em 0
}

@media print,
screen and (min-width:600px) {
	.site-heading h1 {
		font-size: 1.5em
	}

	.site-heading p {
		font-size: 0.8em
	}

	.term-heading {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.term-count {
		margin-top: 0;
		margin-left: 50px;
		font-size: .8em;
		text-align: center;
		color: rgba(0, 0, 0, .4)
	}

	.term-count span {
		font-size: 3.2em;
		display: block;
		margin: 0;
		line-height: 1
	}
}

@media print,
screen and (min-width:1200px) {
	.site-heading {
		padding-top: 115px;
		padding-bottom: 50px
	}
}

.site,
.site-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.site {
	width: 100%;
	min-height: 100vh
}

.site-main {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.site-content {}

.content-area {
	padding: 30px 0
}

.home.paged .content-area {
	padding-top: 85px
}

.content-area>.hentry {
	width: 100%
}

.single-post .content-area,
.page-template-featured-image .content-area {
	padding: 0
}

.entry-content::after,
.article-content::after {
	content: '';
	display: block;
	clear: both
}

.entry-content>:first-child {
	margin-top: 0
}

.entry-content>:last-child,
.article-content>:last-child {
	margin-bottom: 1em
}

@media print,
screen and (min-width:600px) {
	.home.paged .content-area {
		padding-top: 95px
	}
}

@media print,
screen and (min-width:1200px) {
	.content-area {
		padding: 50px 0
	}
}

.entry-content {
	margin: 0 auto
}

.entry-content::after {
	content: '';
	display: block;
	clear: both
}

.entry-content>* {
	max-width: 660px;
	margin-left: auto;
	margin-right: auto
}

.entry-content>.alignwide,
.entry-content>.alignfull {
	max-width: 790px;
	padding-left: 0;
	padding-right: 0
}

.entry-content>blockquote {
	max-width: 790px
}

.entry-content>.wp-block-columns {
	max-width: 690px
}

.entry-content>.wp-block-columns.alignwide,
.entry-content>.wp-block-columns.alignfull {
	width: auto;
	max-width: 820px;
	margin-left: -15px;
	margin-right: -15px
}

.entry-content>*:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(span) {
	margin-bottom: 1em
}

.entry-content>*:last-child {
	margin-bottom: 0
}

.entry-content>span {
	padding: 0
}

@media print,
screen and (max-width:748px) {
	.entry-content>.wp-block-columns {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media print,
screen and (min-width:760px) {

	.entry-content:not(.content)>blockquote,
	.entry-content:not(.content)>.alignwide,
	.entry-content:not(.content)>.alignfull,
	.entry-content:not(.content)>ul:not(.wp-block-gallery),
	.entry-content:not(.content)>ol {
		margin-top: 1.7em;
		margin-bottom: 1.7em
	}

	.entry-content:not(.content)>.wp-block-gallery.alignwide,
	.entry-content:not(.content)>.wp-block-gallery.alignfull {
		margin-bottom: 1em
	}
}

.site-footer {
	padding: 1em 0;
	background: #f5f5f5;
	text-align: center
}

.footer-social {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 20px 1em;
	margin-bottom: 1em
}

.footer-social .social-icon {
	padding: 0 10px
}

.footer-content {
	padding: 0 20px
}

.footer-menu {
	font-size: 14px;
	color: #555;
	margin-bottom: .5em
}

.footer-menu ul,
.footer-menu ul li {
	list-style: none;
	margin: 0;
	padding: 0
}

.footer-menu ul::after {
	content: '';
	clear: both
}

.footer-menu ul li {
	display: inline-block;
	margin: 2px 7px
}

.copyright {
	font-size: 12px;
	color: #777
}

.copyright p {
	margin: 0
}

.copyright a {
	padding-bottom: 2px;
	border-bottom: 2px solid #ddd;
	color: #d93f7e;
	font-weight: 600
}

html {
	font-size: 16px
}

body {
	font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
	font-size: 1rem;
	font-size: 20px;
	line-height: 1.7
}

p,
ul,
ol,
pre,
table,
blockquote,
fieldset {
	margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0;
	margin-bottom: .5em;
	color: #333;
	line-height: 1.1;
	font-weight: 500
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
	font-family: inherit;
	font-weight: inherit
}

h1,
.h1 {
	font-size: 1.9em
}

h2,
.h2 {
	font-size: 1.7em
}

h3,
.h3 {
	font-size: 1.5em
}

h4,
.h4 {
	font-size: 1.4em
}

h5,
.h5 {
	font-size: 1.2em;
	text-transform: uppercase
}

h6,
.h6 {
	font-size: 1em;
	text-transform: uppercase
}

*+h1,
*+.h1,
*+h2,
*+.h2,
*+h3,
*+.h3,
*+h4,
*+.h4,
*+h5,
*+.h5,
*+h6,
*+.h6 {
	margin-top: 1.75em
}

.wp-block-gallery+h1,
.wp-block-gallery+h2,
.wp-block-gallery+h3,
.wp-block-gallery+h4,
.wp-block-gallery+h5,
.wp-block-gallery+h6 {
	margin-top: 1.2em
}

blockquote {
	padding: 20px;
	border: 10px solid #f5f5f5;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.5;
	color: #d93f7e
}

blockquote p {
	margin-bottom: .4em
}

blockquote p:last-child {
	margin-bottom: 0
}

blockquote cite {
	font-size: .7em;
	color: rgba(0, 0, 0, .3);
	font-style: normal
}

.entry-content>blockquote {
	margin-top: 2.375rem;
	margin-bottom: 2.375rem
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 1.2em
}

.wp-block-pullquote blockquote {
	border: none;
	border-top: 8px solid #eee;
	padding: 15px 0 0;
	text-align: left
}

.wp-block-pullquote blockquote p {
	margin-bottom: 0
}

.wp-block-pullquote.is-style-solid-color blockquote {
	background-color: #eee;
	border: none;
	padding: 24px
}

b,
strong {
	font-weight: 700
}

dfn,
cite,
em,
i {
	font-style: italic
}

big {
	font-size: 125%
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

del {
	opacity: .8
}

ins {
	text-decoration: underline
}

dt {
	font-weight: 700
}

dd {
	margin: 0 1.5em 1.5em
}

address {}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, monospace;
	font-size: .8em;
	background-color: #eee;
	border: 2px solid #eee
}

code,
kbd,
tt,
var,
samp,
pre {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none
}

pre {
	max-width: 100%;
	overflow: auto;
	padding: 20px
}

.wp-block-verse {
	overflow: auto;
	white-space: nowrap
}

.wp-block-code {
	background: #f7f8f9
}

.wp-block-code code {
	display: block;
	padding: 0;
	background: 0 0;
	border: none
}

.entry-content h1+*:not(p),
.entry-content h2+*:not(p),
.entry-content h3+*:not(p),
.entry-content h4+*:not(p),
.entry-content h5+*:not(p),
.entry-content h6+*:not(p) {
	margin-top: 1.5rem
}

.entry-content:not(.content)>*:first-child {
	margin-top: 0
}

.entry-content:not(.content)>:last-child {
	margin-bottom: 0
}

.site-content {
	font-size: 19px
}

@media print,
screen and (min-width:860px) {
	blockquote {
		padding: 30px 35px
	}
}

@media print,
screen and (min-width:1000px) {
	.entry-content {
		font-size: 20px
	}
}

ul,
ol {
	padding: 0 0 0 1em
}

.entry-content ul,
.entry-content>ol {
	padding: 0;
	list-style: none;
	counter-reset: list
}

.entry-content li {
	position: relative;
	padding-left: 45px;
	margin: 1em 0;
	font-size: 0.9375rem;
    line-height: 33px;
}

.entry-content ul li {
	padding-left: 30px;
	margin: .5em 0
}

.entry-content li>strong {}

.entry-content li ul,
.entry-content li ol {
	margin-top: 10px;
	margin-bottom: 10px
}

.entry-content li>ul,
.entry-content li>ol,
.entry-content li:last-of-type ul,
.entry-content li:last-of-type ol {
	margin-bottom: 0
}

.entry-content ol>li::before {
	position: absolute;
	top: .15em;
	left: 0;
	width: 30px;
	height: 30px;
	counter-increment: list;
	border: 2px solid #e5e5e5;
	border-radius: 30px;
	text-align: center;
	line-height: 26px;
	font-weight: 700;
	font-size: .8em
}

.entry-content ul li::before {
	position: absolute;
	top: 12px;
	left: 8px;
	font-size: .55em;
	line-height: 1;
	color: #ccc
}

.entry-content>ol>li::before {
	content: counter(list)
}

.entry-content li ol>li {
	padding-left: 5px
}

a {
	text-decoration: none;
	color: inherit;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:hover {}

a:active,
a:hover {
	outline-width: 0
}

.site-content p>a,
.site-content li>a,
.site-content li p>a,
.site-content p em>a,
.site-content li em>a,
.site-content p strong>a,
.site-content li strong>a,
.site-content table a:not(.button) {
	padding-bottom: 3px;
	color: #d93f7e;
	font-weight: 700;
	background-image: linear-gradient(to bottom, #e5e5e5 0%, #e5e5e5 100%);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 1.3em;
	-webkit-transition: all .2s;
	transition: all .2s
}

.site-content p>a:hover,
.site-content li>a:hover,
.site-content li p>a:hover,
.site-content p em>a:hover,
.site-content li em>a:hover,
.site-content p strong>a:hover,
.site-content li strong>a:hover,
.site-content table a:not(.button):hover {
	color: #fff;
	background-image: linear-gradient(to bottom, #d93f7e 0%, #d93f7e 100%);
	background-position: 0 0
}

blockquote cite a,
.site-content figcaption>a,
.site-content figcaption>em a {
	pointer-events: auto;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 1px;
	font-weight: 600
}

.site-content .has-text-color a {
	color: inherit;
	border-color: inherit
}

.site-content .has-text-color a:hover {
	background: inherit
}

.loader {
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 1
}

.loader:after {
	content: '';
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 3px solid #ddd;
	border-color: #ddd transparent #ddd transparent;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.has-loader.is-error .loader::after {
	border-color: #e22222 transparent #e22222 transparent
}

.has-loader.is-ready .loader::after {
	-webkit-animation-name: rotate;
	animation-name: rotate
}

.has-loader-text .loader {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -18px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, 30px, 0);
	-ms-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s
}

.has-loader-text .loader:after {}

.loader-text {
	display: inline-block;
	vertical-align: middle;
	padding: 12px 16px;
	color: #444;
	border: 1px solid #eee;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .025rem;
	text-transform: uppercase;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s
}

.loader-error-text {
	display: none;
	margin-top: 16px;
	color: #e22222;
	max-width: 200px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase
}

.has-loader.is-error .loader-error-text {
	display: block
}

.has-loader-text.is-loading .loader {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.has-loader-text.is-loading .loader-text {
	opacity: 0;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0)
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 70%;
	line-height: 1.5;
	border-radius: 4px;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button {
	background: 0 0;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer
}

button:active {
	outline: 0
}

button:active:focus {
	outline: 0
}

button {
	-webkit-appearance: button
}

.button,
.wp-block-button a,
.wp-block-file__button,
[type=button],
[type=reset],
[type=submit] {
	display: inline-block;
	vertical-align: middle;
	padding: 13px 15px;
	background: #d93f7e;
	border: 2px solid #d93f7e;
	border-radius: 4px;
	color: #fff;
	font-size: .8em;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-appearance: button;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

table .button {
	padding: 10px 12px;
	font-size: 12px
}

.button,
.wp-block-button a,
.wp-block-file__button {
	-webkit-appearance: none
}

.button:hover,
.wp-block-button a:hover,
.wp-block-file__button:hover,
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover,
.wp-block-button.is-style-outline a {
	background: 0 0;
	color: #d93f7e
}

.wp-block-button.is-style-outline a:hover {
	background: #d93f7e;
	color: #fff
}

.wp-block-button a.has-background {
	border: none;
	padding: 14px
}

.button:focus,
.wp-block-button a:focus,
.wp-block-file__button:focus,
[type=button]:focus,
[type=reset]:focus,
[type=submit]:focus {
	border-color: #d93f7e;
	outline: 1px dashed #fff;
	outline-offset: -4px
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
input[type=button]:-moz-focusring,
input[type=reset]:-moz-focusring,
input[type=submit]:-moz-focusring {
	outline: none
}

[type=checkbox],
[type=radio] {
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
	opacity: 1
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

[type=search] {
	-webkit-appearance: textfield
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	display: table;
	max-width: 100%;
	padding: 0 12px;
	white-space: normal;
	font-size: 18px;
	font-weight: 600;
	color: #6c6c6c
}

label {
	font-size: 18px;
	color: #6c6c6c;
	cursor: pointer
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-animation-name: formautofill;
	-webkit-animation-fill-mode: both
}

input,
textarea,
select {
	padding: 13px 15px;
	max-width: 100%;
	margin: 0;
	outline: 0;
	border: 2px solid #eee;
	background-color: #fff;
	background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
	-webkit-transition: background .3s, color .3s, border .3s;
	transition: background .3s, color .3s, border .3s
}

table input,
table textarea,
table select {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 15px
}

input[type=number] {
	padding-right: 4px
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	border-color: #aaa;
	outline: 0
}

input[type=checkbox],
input[type=radio] {
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 18px;
	margin: -3px 4px 0 0;
	outline: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 18px;
	min-width: 18px;
	-webkit-appearance: none;
	appearance: none
}

input[type=checkbox]:focus,
input[type=radio]:focus {
	border-color: #aaa
}

.is-using-mouse input[type=checkbox]:focus,
.is-using-mouse input[type=radio]:focus {
	border-color: #eee
}

input[type=radio] {
	border-radius: 50%
}

input[type=checkbox]:checked::before {
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	color: #d93f7e
}

input[type=radio]:checked::before {
	content: '';
	display: inline-block;
	background-color: #d93f7e;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	margin-top: 4px
}

.search-form {
	position: relative
}

.search-field {
	width: 100%;
	padding-right: 40px
}

.search-submit {
	position: absolute;
	top: 50%;
	right: 4px;
	background: 0 0;
	border: none;
	font-size: 14px;
	color: #767676;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

::-webkit-input-placeholder {
	color: #aaa
}

::-moz-placeholder {
	color: #aaa;
	opacity: 1
}

:-ms-input-placeholder {
	color: #aaa
}

table {
	font-size: 18px;
	line-height: 1.5;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%
}

table.has-fixed-layout {
	table-layout: fixed
}

table.aligncenter {
	display: table;
	width: auto;
	margin: 0 auto;
	text-align: left
}

td,
th {
	padding: 0
}

table thead th {
	padding: 0 15px
}

table td,
table tbody th {
	padding: 7px 15px
}

table td>:last-child {
	margin-bottom: 0
}

table td,
table tbody th {
	border: 2px solid #eee
}

table caption,
table th,
table td {
	font-weight: inherit;
	text-align: left
}

.alignwide,
.alignfull {
	width: 100%;
	max-width: 790px;
	margin-left: auto;
	margin-right: auto
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.entry-content>.wp-caption.alignleft,
.entry-content>.wp-caption.alignright {
	padding: 0
}

.entry-content>.alignleft,
.entry-content>.alignright {}

.entry-content>.wp-block-pullquote.alignleft,
.entry-content>.wp-block-pullquote.alignright {
	margin-left: 0
}

@media print,
screen and (min-width:600px) {

	.alignleft,
	.alignright {
		display: block
	}

	.alignleft {
		float: left;
		margin-right: 1.5em
	}

	.alignright {
		float: right;
		margin-left: 1.5em
	}

	.alignleft,
	.alignright {
		max-width: 40%;
		margin-top: .5em;
		margin-bottom: 1em
	}

	.entry-content>.alignleft {
		margin-right: 1.5em;
		margin-bottom: 1em
	}

	.entry-content>.alignright {
		margin-right: 24px;
		margin-left: 1.5em;
		margin-bottom: 1em
	}

	.entry-content>.wp-block-pullquote.alignright {
		margin-left: 24px
	}
}

@media print,
screen and (min-width:748px) {
	.entry-content>.alignleft {}
}

@media print,
screen and (min-width:980px) {
	.entry-content>.alignleft {
		margin-left: 0
	}

	.entry-content>.alignright {
		margin-right: 0
	}
}

.object-fit-wider {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	min-width: 100%;
	max-width: none;
	height: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

figure.wp-block-image.alignwide img.object-fit-wider,
figure.wp-block-image.alignfull img.object-fit-wider {
	width: auto
}

.object-fit-taller {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.is-object-fits {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 1000%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

figure.wp-block-image.alignwide img.is-object-fits,
figure.wp-block-image.alignfull img.is-object-fits {
	width: auto
}

@supports(object-fit:cover) {

	.is-object-fits,
	.object-fit-wider,
	.object-fit-taller {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transform: none;
		transform: none
	}

	figure.wp-block-image.alignwide img.is-object-fits,
	figure.wp-block-image.alignfull img.is-object-fits,
	figure.wp-block-image.alignwide img.object-fit-wider,
	figure.wp-block-image.alignfull img.object-fit-wider {
		width: 100%
	}
}

.single-meta,
.meta-container {
	margin-top: 2em
}

.meta-title::before,
.single-meta::before {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #e5e5e5;
	margin-bottom: .5em
}

.meta-title,
.single-meta-title {
	margin-top: 0;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: .8em;
	color: #d93f7e
}

.section-title {
	margin: 0;
    margin-bottom: 1.2em;
    color: #d93f7e;
    font-size: 0.8em;
    font-weight: 500;
    letter-spacing: -1px;
}

.post-comments-section .section-title {
	margin-bottom: .875em
}

.post-comments-section .featured-tabs {
	margin-top: 1em
}

.social-icon {
	color: #d93f7e;
	line-height: 1
}

.social-icon::before {
	vertical-align: middle
}

.social-icon {
	font-size: 20px
}

.social-icon span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
	line-height: 1;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase
}

.message-info,
.message-error,
.message-notice {
	margin-top: 1.5rem;
	padding: 12px;
	background: #f7f8f9;
	border-left: 4px solid #d93f7e;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: rgba(55, 55, 55, .7)
}

.message-info a:not(.button),
.message-error a:not(.button),
.message a:not(.button) {
	border-bottom: 1px solid #ddd;
	padding-bottom: 2px
}

.message-info .button,
.message-error .button,
.message-notice .button {
	margin-right: 8px;
	padding: 8px 12px;
	font-size: 12px
}

.ad {
	position: relative;
	background: #f1f1f1;
	margin: 0 auto;
	min-height: 20px
}

.ad::before {
	content: 'AD';
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 14px;
	font-weight: 600;
	color: #999;
	text-transform: uppercase;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.ad-m-responsive {
	width: 100%;
	min-height: 20px
}

.ad-m-300x250 {
	width: 300px;
	min-height: 250px
}

.ad-m-300x600 {
	width: 300px;
	min-height: 600px
}

.ad-m-320x100 {
	width: 320px;
	min-height: 100px
}

.ad-m-728x90 {
	width: 728px;
	min-height: 90px
}

.ad-m-320x50 {
	width: 320px;
	min-height: 50px
}

.ad-m-970x90 {
	width: 970px;
	min-height: 90px
}

.ad-m-970x250 {
	width: 970px;
	min-height: 250px
}

.ad-m-240x400 {
	width: 240px;
	min-height: 400px
}

.ad-m-930x180 {
	width: 930px;
	min-height: 180px
}

.ad-m-980x120 {
	width: 980px;
	min-height: 120px
}

.ad-m-250x360 {
	width: 250px;
	min-height: 360px
}

@media print,
screen and (min-width:760px) {
	.ad-t-responsive {
		width: 100%;
		min-height: 20px
	}

	.ad-t-300x250 {
		width: 300px;
		min-height: 250px
	}

	.ad-t-300x600 {
		width: 300px;
		min-height: 600px
	}

	.ad-t-320x100 {
		width: 320px;
		min-height: 100px
	}

	.ad-t-728x90 {
		width: 728px;
		min-height: 90px
	}

	.ad-t-320x50 {
		width: 320px;
		min-height: 50px
	}

	.ad-t-970x90 {
		width: 970px;
		min-height: 90px
	}

	.ad-t-970x250 {
		width: 970px;
		min-height: 250px
	}

	.ad-t-240x400 {
		width: 240px;
		min-height: 400px
	}

	.ad-t-930x180 {
		width: 930px;
		min-height: 180px
	}

	.ad-t-980x120 {
		width: 980px;
		min-height: 120px
	}

	.ad-t-250x360 {
		width: 250px;
		min-height: 360px
	}
}

@media print,
screen and (min-width:980px) {
	.ad-d-responsive {
		width: 100%;
		min-height: 20px
	}

	.ad-d-300x250 {
		width: 300px;
		min-height: 250px
	}

	.ad-d-300x600 {
		width: 300px;
		min-height: 600px
	}

	.ad-d-320x100 {
		width: 320px;
		min-height: 100px
	}

	.ad-d-728x90 {
		width: 728px;
		min-height: 90px
	}

	.ad-d-320x50 {
		width: 320px;
		min-height: 50px
	}

	.ad-d-970x90 {
		width: 970px;
		min-height: 90px
	}

	.ad-d-970x250 {
		width: 970px;
		min-height: 250px
	}

	.ad-d-240x400 {
		width: 240px;
		min-height: 400px
	}

	.ad-d-930x180 {
		width: 930px;
		min-height: 180px
	}

	.ad-d-980x120 {
		width: 980px;
		min-height: 120px
	}

	.ad-d-250x360 {
		width: 250px;
		min-height: 360px
	}
}

.screen-reader-text {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important
}

.screen-reader-text:focus {
	left: 10px;
	top: 10px;
	display: block;
	padding: 8px 12px;
	outline: 0;
	width: auto;
	height: auto;
	clip: auto;
	z-index: 100000;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
	font-size: 14px;
	text-decoration: none;
	text-transform: none;
	line-height: normal
}

audio,
canvas,
img,
video,
iframe {
	vertical-align: middle
}

audio:not([controls]) {
	display: none;
	height: 0
}

audio {
	width: 100%;
	min-width: 300px
}

img,
video {
	height: auto;
	max-width: 100%;
	border-style: none
}

figure {
	margin: 0
}

img {
	-ms-interpolation-mode: bicubic
}

svg:not(:root) {
	overflow: hidden
}



.no-js .lazy-load-img,
.lazy-load-img.is-ready,
.no-js .lazy-load-bg-img,
.lazy-load-bg-img.is-ready {
	opacity: .99
}

.image-wrapper {
	position: relative;
	overflow: hidden;
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 100%;
	min-height: 50px;
	background-color: #f1f1f1
}

.img-vw,
.window-width {
	position: absolute;
	bottom: 0;
	left: 13%;
	z-index: 2;
	will-change: transform;
	font-size: 10px;
	padding: 0 4px;
	background: #000;
	color: #fff
}

.window-width {
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	z-index: 10
}

.entry-thumbnail .image-wrapper,
.post-media .image-wrapper {
	display: block;
	background: 0 0
}

.post-media.post-featured-media img,
.post-media.article-heading-image img {
	object-fit: cover
}

.post-media .image-wrapper::before {
	display: none
}

.post-media-cropped .image-wrapper {
	background-size: cover;
	background-position: center
}

.post-media-cropped .image-wrapper.is-js-cropped img {
	opacity: 0
}

.bg-image:not(.post-image):not(.post-single-image),
.image-wrapper img:not(.is-object-fit) {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.bg-image {
	background-size: cover;
	background-position: center
}

.aspect-ratio-filler {
	max-width: 100%
}

.has-aspect-ratio::after {
	content: '';
	display: block;
	padding-bottom: 56.25%
}

.has-aspect-ratio-16-9::after {
	padding-bottom: 56.25%
}

.has-aspect-ratio-5-3::after {
	padding-bottom: 60%
}

.has-aspect-ratio-4-3::after {
	padding-bottom: 75%
}

.has-aspect-ratio-10-9::after {
	padding-bottom: 90%
}

.has-aspect-ratio-1-1::after {
	padding-bottom: 100%
}

.post-media::before,
.image-wrapper::before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	opacity: .5;
	color: #d1d1d1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.ab-top-menu .image-wrapper {
	display: none
}

.image-thumbnail,
.wp-block-image {
	position: relative
}

.wp-block-image figure {
	position: relative;
	display: table
}

.wp-block-image figure,
.wp-caption.image-wrapper {
	overflow: hidden;
	z-index: 1;
	border-radius: 4px
}

.wp-block-image figure.alignleft,
.wp-block-image figure.alignright {
	display: block
}

.is-ies .wp-block-image figure {
	display: block;
	text-align: left
}

.wp-block-image figure.alignleft figcaption,
.wp-block-image figure.alignright figcaption {}

.wp-block-image figure:not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto
}

figure.wp-block-image,
.wp-block-image figure {}

figure.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-image:not(.alignwide):not(.alignfull) figure:not(.alignleft):not(.alignright) {
	max-width: 660px
}

figure.wp-block-image.alignwide img,
figure.wp-block-image.alignfull img {
	width: 100%
}

figure.wp-block-image.alignwide .image-wrapper,
figure.wp-block-image.alignfull .image-wrapper {
	max-width: 100% !important
}

@media print,
screen and (min-width:980px) {

	.wp-caption.alignnone:not(.alignleft):not(.alignright),
	figure.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
	.wp-block-image:not(.alignwide):not(.alignfull) figure:not(.alignleft):not(.alignright) {
		max-width: 660px
	}
}

.wp-block-cover,
.wp-block-cover-image {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	width: 100%;
	min-height: 370px;
	background-color: #272727;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-position: 50%;
	background-size: cover
}

.is-ie .wp-block-cover,
.is-ie .wp-block-cover-image {
	min-height: none;
	height: 430px
}

.wp-block-cover-image.has-background-dim {}

.wp-block-cover.has-parallax,
.wp-block-cover-image.has-parallax {
	background-attachment: fixed
}

.wp-block-cover.has-background-dim::before,
.wp-block-cover-image.has-background-dim::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: inherit;
	opacity: .5;
	pointer-events: none
}

.wp-block-cover.has-background-dim-10::before,
.wp-block-cover-image.has-background-dim-10::before {
	opacity: .1
}

.wp-block-cover.has-background-dim-20::before,
.wp-block-cover-image.has-background-dim-20::before {
	opacity: .2
}

.wp-block-cover.has-background-dim-30::before,
.wp-block-cover-image.has-background-dim-30::before {
	opacity: .3
}

.wp-block-cover.has-background-dim-40::before,
.wp-block-cover-image.has-background-dim-40::before {
	opacity: .4
}

.wp-block-cover.has-background-dim-50::before,
.wp-block-cover-image.has-background-dim-50::before {
	opacity: .5
}

.wp-block-cover.has-background-dim-60::before,
.wp-block-cover-image.has-background-dim-60::before {
	opacity: .6
}

.wp-block-cover.has-background-dim-70::before,
.wp-block-cover-image.has-background-dim-70::before {
	opacity: .7
}

.wp-block-cover.has-background-dim-80::before,
.wp-block-cover-image.has-background-dim-80::before {
	opacity: .8
}

.wp-block-cover.has-background-dim-90::before,
.wp-block-cover-image.has-background-dim-90::before {
	opacity: .9
}

.wp-block-cover-has-background-dim-100::before,
.wp-block-cover-image.has-background-dim-100::before {
	opacity: 1
}

.wp-block-cover h2,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text {
	margin-bottom: 0;
	padding: 24px;
	max-width: 500px;
	z-index: 3;
	color: #fff;
	font-size: 1.75em;
	line-height: 2.5rem;
	text-align: center
}

.wp-block-cover.has-left-content h2,
.wp-block-cover-image.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content .wp-block-cover-image-text {
	text-align: left
}

.wp-block-cover.has-right-content h2,
.wp-block-cover-image.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-text,
.wp-block-cover-image.has-right-content .wp-block-cover-image-text {
	text-align: right
}

.wp-block-cover.has-left-content,
.wp-block-cover-image.has-left-content {
	text-align: left
}

.wp-block-cover h2 a,
.wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover {
	color: #fff;
	border-color: #eee
}

.wp-block-media-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.wp-block-media-text__media,
.wp-block-media-text__content {
	width: 50%
}

.wp-block-media-text__media>* {
	width: 100%
}

@supports(object-fit:cover) {

	.wp-block-media-text__media>*,
	.wp-block-media-text__media .image-wrapper img {
		height: 100%;
		object-fit: cover
	}
}

.wp-block-media-text__content {
	border: 1px solid #eee;
	padding: 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.wp-block-media-text__content>* {
	max-width: 265px
}

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media,
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
	width: 100%
}

.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content>* {
	max-width: 100%
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
	order: 2
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	order: 1
}

@media print,
screen and (min-width:600px) {

	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media,
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		width: 50%
	}

	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content>* {
		max-width: 256px
	}

	.wp-block-media-text.alignwide .wp-block-media-text__content,
	.wp-block-media-text.alignfull .wp-block-media-text__content {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media print,
screen and (min-width:760px) {

	.wp-block-media-text.alignwide .wp-block-media-text__content,
	.wp-block-media-text.alignfull .wp-block-media-text__content {
		padding: 48px 24px
	}
}

.iframe-wrapper,
.wp-video {
	position: relative;
	width: auto;
	overflow: hidden;
	background: #eee;
	border-radius: 4px;
	overflow: hidden;
	z-index: 1
}

.iframe-wrapper::before,
.wp-video::before {
	content: '';
	display: block;
	padding-bottom: 56.25%
}

.wp-embed-aspect-21-9 .iframe-wrapper::before {
	padding-bottom: 42.85%
}

.wp-embed-aspect-18-9 .iframe-wrapper::before {
	padding-bottom: 50%
}

.wp-embed-aspect-16-9 .iframe-wrapper::before {
	padding-bottom: 56.25%
}

.wp-embed-aspect-4-3 .iframe-wrapper::before {
	padding-bottom: 75%
}

.wp-embed-aspect-1-1 .iframe-wrapper::before {
	padding-bottom: 100%
}

.wp-embed-aspect-9-6 .iframe-wrapper::before {
	padding-bottom: 66.66%
}

.wp-embed-aspect-1-2 .iframe-wrapper::before {
	padding-bottom: 200%
}

.iframe-wrapper iframe,
.wp-video video,
.wp-video .mejs-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	z-index: 2
}

.wp-video .mejs-container {
	width: 100% !important;
	height: 100% !important
}

.iframe-wrapper::after {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	opacity: .5;
	color: #d1d1d1;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.wp-playlist video {
	height: auto
}

.wp-audio-playlist .wp-playlist-current-item {
	display: none
}

.wp-block-file {
	background: #eee;
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 600;
	color: rgba(55, 55, 55, .7)
}

.wp-block-file>a:first-of-type {
	margin-right: 16px
}

.wp-block-file__button {
	padding: 4px 8px;
	font-size: 12px
}

figcaption,
.wp-caption-text,
.gallery-caption {
	font-size: .7em;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	color: rgba(55, 55, 55, .5);
	padding: 8px 0;
	border-bottom: 1px solid #eee
}

figcaption img {
	display: inline
}

.alignwide figcaption,
.alignfull figcaption {
	max-width: 660px;
	margin-left: 24px;
	margin-right: 24px
}

.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	pointer-events: none;
	overflow: hidden;
	z-index: 1;
	display: block;
	margin: 0;
	padding: 40px 12px 8px;
	border: none;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	text-align: left;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 60%, transparent)
}

.wp-block-image>a,
.wp-block-image figure>a,
.wp-block-gallery figure>a {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

html.js .wp-block-image>a,
html.js .wp-block-image figure>a,
html.js .wp-block-image .image-wrapper>a,
html.js .wp-block-gallery figure>a {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.entry-content .wp-block-image>a::after,
.entry-content .wp-block-image figure>a::after,
.entry-content .wp-block-gallery figure>a::after {
	display: none
}

@media print,
screen and (max-width:1080px) {

	.entry-content .wp-block-image>a::after,
	.entry-content .wp-block-image figure>a::after,
	.entry-content .wp-block-gallery figure>a::after {
		display: block;
		position: absolute;
		top: 6px;
		right: 6px;
		width: 18px;
		height: 18px;
		border-radius: 18px;
		text-align: center;
		line-height: 1;
		font-size: 18px;
		opacity: .9;
		color: #fff;
		background-color: #000
	}
}

@media print,
screen and (min-width:684px) {

	.alignwide figcaption,
	.alignfull figcaption {
		margin-left: auto;
		margin-right: auto
	}
}

.wp-block-gallery {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	page-break-inside: avoid
}

.entry-content .wp-block-gallery li::before {
	display: none
}

.wp-block-gallery.gallery-ratio .image-wrapper img {
	height: 100%
}

.gallery-ratio-landscape .image-wrapper {
	padding-bottom: 56.25%
}

.gallery-ratio-square .image-wrapper {
	padding-bottom: 100%
}

.gallery-ratio-portrait .image-wrapper {
	padding-bottom: 125%
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	position: relative;
	margin: 0 10px 10px 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
	margin: 0;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	border-radius: 4px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.wp-block-gallery.is-cropped .blocks-gallery-image figure,
.wp-block-gallery.is-cropped .blocks-gallery-item figure {
	background-color: #f1f1f1
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%
}

.wp-block-gallery .blocks-gallery-image a,
.wp-block-gallery .blocks-gallery-item a {
	width: 100%
}

.wp-block-gallery.is-cropped .image-wrapper {
	display: block
}

.wp-block-gallery.is-cropped .blocks-gallery-image .image-wrapper,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item .image-wrapper,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
	width: 100%
}

.wp-block-gallery.is-cropped .is-js-cropped {
	background-position: center;
	background-size: cover
}

.wp-block-gallery.is-cropped .is-js-cropped img,
.wp-block-gallery.is-cropped .is-js-cropped .image-wrapper,
.wp-block-gallery.is-cropped .is-js-cropped .image-wrapper::before {
	opacity: 0
}

@supports(object-fit:cover) {

	.wp-block-gallery.is-cropped .blocks-gallery-image a,
	.wp-block-gallery.is-cropped .blocks-gallery-image .image-wrapper,
	.wp-block-gallery.is-cropped .blocks-gallery-image img,
	.wp-block-gallery.is-cropped .blocks-gallery-item a,
	.wp-block-gallery.is-cropped .blocks-gallery-item .image-wrapper,
	.wp-block-gallery.is-cropped .blocks-gallery-item img {
		flex: 1 1 auto;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	width: calc(1/2*100% - (1 - 1/2)*10px)
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
	width: 100%
}

.wp-block-gallery.columns-1 .image-wrapper {
	max-width: 100% !important
}

@media print,
screen and (min-width:600px) {
	.wp-block-gallery.columns-4col-calc {
		width: calc(1/4*100% - (1 - 1/4)*10px)
	}

	.wp-block-gallery.columns-3 .blocks-gallery-image,
	.wp-block-gallery.columns-3 .blocks-gallery-item {
		margin-right: 10px;
		width: calc(33.3334% - (1 - 1/3)*10px)
	}

	.wp-block-gallery.columns-4 .blocks-gallery-image,
	.wp-block-gallery.columns-4 .blocks-gallery-item {
		margin-right: 10px;
		width: calc(25% - (1 - 1/4)*10px)
	}

	.wp-block-gallery.columns-5 .blocks-gallery-image,
	.wp-block-gallery.columns-5 .blocks-gallery-item {
		margin-right: 10px;
		width: calc(20% - (1 - 1/5)*10px)
	}

	.wp-block-gallery.columns-6 .blocks-gallery-image,
	.wp-block-gallery.columns-6 .blocks-gallery-item {
		margin-right: 10px;
		width: calc(16.6667% - (1 - 1/6)*10px)
	}

	.wp-block-gallery.columns-7 .blocks-gallery-image,
	.wp-block-gallery.columns-7 .blocks-gallery-item {
		margin-right: 10px;
		width: calc(14.2857% - (1 - 1/7)*10px)
	}

	.wp-block-gallery.columns-8 .blocks-gallery-image,
	.wp-block-gallery.columns-8 .blocks-gallery-item {
		margin-right: 10px;
		width: calc(12.5% - (1 - 1/8)*10px)
	}

	.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
	.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
	.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
	.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
	.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
	.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
	.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
	.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
	.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
	.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
	.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
	.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
	.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
	.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
	.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
	.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0
	}
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
	margin-bottom: 10px;
	margin-right: 0
}

.paging-navigation {
	margin-top: 30px
}

@media print,
screen and (min-width:980px) {
	.paging-navigation {
		margin-top: 40px
	}
}

.page-links {
	clear: both
}

.page-links .page-numbers>span,
.page-links .page-numbers a {
	float: left;
	margin: 1px
}

.page-links a {
	padding-left: 2px;
	padding-right: 2px
}

.page-links p>span {
	padding-bottom: 3px;
	color: #555;
	font-weight: 700;
	background-image: linear-gradient(to bottom, #555 0%, #555 100%);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 1.3em
}

.pagination-type-numbers {
	text-align: center
}

.paging-navigation .page-numbers {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle
}

.paging-navigation .page-numbers li {
	float: left;
	margin: 1px;
	list-style: none
}

.paging-navigation .page-numbers .page-numbers:not(.dots) {
	padding: 9px 12px;
	border: 2px solid #eee;
	border-radius: 4px;
	font-weight: 600;
	font-size: .8em;
	line-height: 1;
	background: #fff;
	color: #999
}

.paging-navigation .page-numbers .page-numbers.dots {
	width: 26px;
	height: 36px;
	line-height: 28px;
	text-align: center
}

.paging-navigation .page-numbers .page-numbers.current {
	background-color: #d93f7e;
	color: #fff;
	border-color: #d93f7e
}

.paging-navigation .page-numbers .page-numbers:not(.current):hover {
	border-color: #aaa
}

.pagination-type-infinite-scroll {
	text-align: center
}

.pagination-infinite-scroll {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.pagination-type-load-more {
	text-align: center
}

.pagination-load-more {
	position: relative
}


.form-allowed-tags {
	display: none
}

@media only screen and (min-width:1024px) {

	.comment-form .comment-form-author,
	.comment-form .comment-form-email,
	.comment-form .comment-form-url {
		float: left;
		width: 30.75%;
		margin-right: 3.8%
	}

	.comment-form .comment-form-url {
		margin-right: 0
	}
}

.tagmap {
	column-count: 1;
	margin-bottom: 30px
}

.tagmap-column {
	width: 100%
}

.tagmap-title {
	margin: 0;
	padding-bottom: .5em;
	border-bottom: 2px solid #d93f7e
}

.tagmap-item {
	padding: .2em .7em;
	background: #f5f5f5;
	border-bottom: 1px solid #eee;
	font-size: .9em;
	word-break: break-word
}

.tagmap-item span {
	margin-left: auto;
	padding-left: 15px;
	color: #d93f7e
}

.tagmap-group {
	margin: 15px 0;
	display: inline-block;
	width: 100%
}

.tagmap-groups:first-child {
	margin-top: 0
}

@media only screen and (min-width:660px) {
	.tagmap {
		column-count: 2
	}
}

@media only screen and (min-width:768px) {
	.tagmap {
		column-count: 3
	}
}

@media only screen and (min-width:1200px) {
	.tagmap {}
}

.share-button {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	background: #767676;
	color: #fff;
	border-radius: 4px;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s
}

html:not(.is-mobile) .share-button.icon-facebook-messenger,
html:not(.is-mobile) .share-button.icon-whatsapp,
html:not(.is-mobile) .share-button.icon-viber {
	display: none
}

@media print,
screen and (max-width:1079.5px) {
	.share-buttons {
		display: none;
	}

	.share-button,
	.share-button:hover {
		color: #fff
	}

	.share-button.icon-facebook {
		background: #3b5998
	}

	.share-button.icon-facebook-messenger {
		background: #0084ff
	}

	.share-button.icon-twitter {
		background: #1da1f2
	}

	.share-button.icon-google-plus {
		background: #dd4b39
	}

	.share-button.icon-pinterest {
		background: #bd081c
	}

	.share-button.icon-whatsapp {
		background: #25d366
	}

	.share-button.icon-viber {
		background: #665cac
	}

	.share-button.icon-pinterest {
		background: #bd081c
	}

	.share-button.icon-tumblr {
		background: #35465c
	}

	.share-button.icon-reddit {
		background: #ff4500
	}

	.share-button.icon-linkedin {
		background: #0077b5
	}

	.share-button.icon-vk {
		background: #45668e
	}

	.share-button.icon-mail {
		background: #5bc1af
	}
}

@media print,
screen and (min-width:1080px) {
	.share-buttons.single-meta {
		position: -webkit-sticky;
		position: sticky;
		top: 72px;
		width: 150px;
		float: left;
		margin: 0;
		padding: 0;
		margin-left: -3px
	}

	.share-buttons.single-meta img{
		margin-bottom: 5px;
		border-radius: 6px;
	}

	.share-buttons.single-meta .meti{
		    font-size: 13px;
    margin-bottom: 15px;

	}

	.admin-bar .share-buttons {
		top: 104px
	}

	.share-buttons.single-meta::before {
		display: none
	}

	.share-buttons-title {
		
	}

	.share-button {
		margin: 0;
		font-size: 22px;
		width: 35px;
		height: 50px;
		line-height: 50px;
		background: 0 0;
		color: #e5e5e5
	}

	.share-button.icon-facebook:hover {
		color: #3b5998
	}

	.share-button.icon-facebook-messenger:hover {
		color: #0084ff
	}

	.share-button.icon-twitter:hover {
		color: #1da1f2
	}

	.share-button.icon-google-plus:hover {
		color: #dd4b39
	}

	.share-button.icon-pinterest:hover {
		color: #bd081c
	}

	.share-button.icon-whatsapp:hover {
		color: #25d366
	}

	.share-button.icon-viber:hover {
		color: #665cac
	}

	.share-button.icon-pinterest:hover {
		color: #bd081c
	}

	.share-button.icon-tumblr:hover {
		color: #35465c
	}

	.share-button.icon-reddit:hover {
		color: #ff4500
	}

	.share-button.icon-linkedin:hover {
		color: #0077b5
	}

	.share-button.icon-vk:hover {
		color: #45668e
	}

	.share-button.icon-mail:hover {
		color: #5bc1af
	}
}

.post-inner {
	position: relative;
	width: 100%
}

.post-inner::after {
	content: '';
	margin: 0 30px;
	height: 1px;
	background: #eee
}

.post:not(.has-post-thumbnail) .post-inner::after {
	margin: 0
}

.post-media {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: #eee;
	border-radius: 5px
}

.post-image {
	padding-bottom: 52.65%;
	background-position: center;
	background-size: cover
}

.post-cats {
	margin-bottom: .8em;
	font-size: .6em;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(55, 55, 55, .5)
}

.post-cats i {
	margin: 0 3px
}

.post-cat {
	position: relative;
	padding: 2px 0
}

.post-cat::before {
	margin-right: 5px
}

.is-animation-ready .post-cats a {
	-webkit-transition: color .2s;
	transition: color .2s;
	    color: white;
    background-color:#d93f7e;
    padding: 1px 5px;
    font-size: 12px;
    margin-right: 5px;
    border-radius: 4px;
}
.is-animation-ready .post-cats a:hover{
color: white;
}
.post-cats a:hover {
	color: rgba(0, 0, 0, .7)
}

.post-title {
	margin: 0;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: -1px;
	color: #242424;
	word-wrap: break-word
}

.post-content {
	position: relative;
	z-index: 2;
	margin: -10px 10px 0;
	padding: 20px;
	border-radius: 5px;
	background: #fff
}

.post:not(.has-post-thumbnail) .post-content {
	margin: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0
}

.post-content p {
	margin: 0;
	margin-bottom: .7em;
	    font-size: 14px;
	line-height: 1.8;
	    color: rgba(55, 55, 55, .5);
}

.post-content p:last-of-type {
	margin-bottom: 0
}

.post-title+p {
	margin-top: 1em
}

.post-footer {
	position: relative;
	padding: .6em 30px;
	padding-bottom: 15px;
	color: rgba(55, 55, 55, .5);
	font-size: .6em;
	text-transform: uppercase;
	font-weight: 500
}

.post:not(.has-post-thumbnail) .post-footer {
	padding-left: 0;
	padding-right: 0
}

.post-footer span {
	display: inline-block;
	margin-right: 1em
}

.post-footer span:last-of-type {
	margin-right: 0
}

.post-date {}

.post-read-time::before,
.post-date::before {
	margin-right: 5px
}

.posts-container {}

.posts-container .post {
	width: 100%;
	margin-bottom: 20px
}

@media print,
screen and (min-width:700px) {
	.posts-container .post {
		width: 50%
	}
}

@media print,
screen and (min-width:870px) {
	.posts-container .post {
		width: 33.3333334%
	}
}

.posts-featured {
	background: #f5f5f5;
	border-bottom: 1px solid #eee;
	padding-top: 85px;
	padding-bottom: 30px
}

.posts-featured-row {}

.posts-featured-row>.column {}

.post-featured {}

.posts-featured-sidebar {}

.post-featured .post-inner::after {
	display: none
}

.post-featured .post-content {
	background: #f5f5f5;
	border: none
}

.post-featured .post-title {}

.post-featured .post-content p {}

.post-featured .post-footer {
	padding: .6em 30px
}

.featured-tabs {
	margin-bottom: 1em
}

.featured-tab {
	position: relative;
	padding-bottom: .6em;
	margin-right: .5em;
	color: rgba(0, 0, 0, .3);
	font-size: .7em;
	text-transform: uppercase;
	
}

.featured-tab::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 100%;
	background-color: #d93f7e;
	opacity: 0
}

.featured-tab.is-active {
	color: #d93f7e
}

.featured-tab.is-active::after {
	opacity: 1
}

.featured-panel {
	display: none;
	counter-reset: featured
}

.featured-panel.is-active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.featured-panel {
	margin: -10px
}

.featured-panel .sticky.post,
.featured-panel>.column {
	padding: 10px
}

.post-featured-link {
	width: 100%
}

.post-featured-media {
	width: 30%;
	counter-increment: featured
}

.post-featured-medias::after {
	content: counter(featured);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.post-featured-image {
	padding-bottom: 90%;
	height: 100%
}

.post-featured-content {
	width: 70%;
	padding: .6em;
	padding-left: 0;
	padding-right: 0;
	font-size: 95%
}

.post-featured-media+.post-featured-content {
	padding-left: 1em
}

.post-featured-cats {
	margin-bottom: .5em;
	font-size: .6em
}

.post-featured-title {
	font-size: .8em;
	line-height: 1.5;
	margin: 0;
	color: #4d4d4d;
	word-wrap: break-word
}
.post-comments-section {
    background: #fafafa;
    padding: 40px 0;
}
.post-featured-footer {
	padding: 0;
	margin-top: .65em;
	font-size: .6em
}

@media print,
screen and (min-width:460px) {
	.post-featured-media {
		width: 30%
	}

	.post-featured-content {
		width: 70%
	}

.post-featured-title {
    font-size: .8em;
   
}

}

@media print,
screen and (min-width:610px) {
	.post-featured-link {
		width: 50%
	}
}

@media print,
screen and (min-width:700px) {
	.post-featured .post-title {
		font-size: 1.5em;
		
	}

	.post-featured-content {
		font-size: 92%
	}

	.post-featured-cats,
	.post-featured-footer {
		font-size: .55em
	}

	.post-featured-media {
		width: 30%
	}

	.post-featured-content {
		width: 70%
	}
}

@media print,
screen and (min-width:870px) {
	.post-featured {
		width: 66.666667%
	}

	.posts-featured-sidebar {
		width: 33.33333334%;
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.post-comments-section .posts-featured-sidebar {
		position: -webkit-sticky;
		position: sticky;
		top: 72px
	}

	.post-featured .post-title {
		color: #444
	}

	.post-featured .post-content {
		margin: -20px 20px 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}

	.post-featured .post-content p {
		
	}

	.post-featured .post-footer {
		padding: .6em 40px
	}

	.post-featured-link {
		width: 100%
	}

	.featured-tabs {
		margin-top: -.5em
	}
}

@media print,
screen and (min-width:1125px) {
	.posts-featured {
		padding-bottom: 40px
	}

	.post-featured {
		width: 66.6666678%
	}

	.posts-featured-sidebar {
		width: 33.33333334%
	}

	.post-featured-media {
		width: 40%
	}

	.post-featured-content {
		width: 60%
	}

	.post-featured-title {
		font-size: 1rem;
		line-height: 1.5;
	}
}

@media print,
screen and (min-width:1200px) {
	.posts-featured {
		padding-top: 95px;
		padding-bottom: 50px
	}

	.header-classic .posts-featured {
		padding-top: 105px
	}
}

.post-related {
	background: #f5f5f5;
	padding: 40px 0
}

.post-related .posts-container {
	margin-bottom: 0
}

.post-related .post-content {
	background: #f5f5f5
}

.post-related .post {
	width: 100%;
	margin-bottom: 0
}

.post-related .post-content p {
	display: none
}

@media print,
screen and (min-width:610px) {
	.post-related .post-featured-link {
		width: 50%
	}
}

@media print,
screen and (min-width:1000px) {
	.post-related .post-featured-link {
		width: 33.333333%
	}
}

.widget-area {
	display: block;
	padding: 0 20px;
	margin-bottom: 50px
}

.widget-area .widget {
	max-width: 660px;
	margin: 2em auto 0;
	width: 100%
}

.site-main .widget-area .widget:first-of-type {
	margin-top: 0
}

.widget-inner {}

.widget-title {}

.widget p {
	margin-bottom: 1rem
}

.widget p:last-child {
	margin-bottom: 0
}

.widget-area a {
	border-bottom: 1px solid #eee;
	padding-bottom: 2px
}

.widget-area li a {
	border: none;
	padding-bottom: 0
}

.widget-area .button {
	padding: 8px 12px;
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-color: #d93f7e
}

.widget ul li {
	position: relative;
	margin: 8px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee
}

.widget ul li:first-child {
	margin-top: 0
}

.widget ul li:last-child {
	margin-bottom: 0
}

.widget li ul {
	border-top: 1px solid #eee;
	margin-top: 8px;
	padding-top: 8px
}

.widget li ul li a {
	padding-left: 16px
}

.widget li:last-of-type ul ul {
	margin-bottom: 0
}

.widget li ul li:last-child {
	border-bottom: none;
	padding-bottom: 0
}

.widget select,
.widget textarea {
	width: 100%
}

.widget .count {
	float: right
}

.tagcloud::after {
	content: '';
	display: block;
	clear: both
}

.tagcloud a {
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px 10px;
	display: inline-block;
	background: #eee;
	color: #d93f7e;
	border-radius: 4px;
	font-size: 14px;
	
}

.widget_recent_entries ul li span,
.widget_rss .rss-date {
	display: block;
	margin-top: 4px;
	font-size: 14px;
	color: #767676
}

.widget_calendar table {
	width: 100%;
	font-size: 15px
}

.widget_calendar table th,
.widget_calendar table td {
	padding: 8px 0;
	text-align: center
}

.widget_calendar thead a,
.widget_calendar tbody a {
	color: #d93f7e;
	font-weight: 600;
	border-bottom: 2px solid #eee
}

.widget_calendar caption {
	padding-bottom: 8px;
	text-align: center
}

.widget_calendar tfoot .pad {
	border: none
}

.widget_calendar tfoot {
	font-size: 14px
}

.wp-block-latest-posts__post-date {
	color: #767676;
	display: block;
	font-size: 14px
}

.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0
}

.wp-block-latest-posts.is-grid li {
	margin: 0 16px 16px 0;
	width: 100%
}

@media print,
screen and (min-width:600px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc(50% - 16px)
	}

	.wp-block-latest-posts.columns-3 li {
		width: calc(33.33333% - 16px)
	}

	.wp-block-latest-posts.columns-4 li {
		width: calc(25% - 16px)
	}

	.wp-block-latest-posts.columns-5 li {
		width: calc(20% - 16px)
	}

	.wp-block-latest-posts.columns-6 li {
		width: calc(16.66667% - 16px)
	}
}

.wp-block-latest-comments {
	text-align: left
}

.wp-block-latest-comments li {
	padding: 0;
	margin-left: 0;
	margin-bottom: 2rem
}

.wp-block-latest-comment.has-avatars li {
	min-height: 32px
}

.wp-block-latest-comments li::before {
	display: none
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 24px
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt,
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta {
	margin-left: 56px
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: 15px;
	margin-top: 8px
}

.wp-block-latest-comments__comment-date {
	color: #767676;
	display: block;
	font-size: 14px
}

.wp-block-categories {
	text-align: left
}

.widget-area .widget.widget_mc4wp_form_widget {
	width: 100%;
	padding: 24px;
	border: 4px solid #f1f1f1
}

.widget.widget_mc4wp_form_widget .widget-inner {
	width: 100%
}

.widget_mc4wp_form_widget h3 {}

.widget_mc4wp_form_widget input {}

.widget_mc4wp_form_widget input[type=email],
.widget_mc4wp_form_widget input[type=submit] {
	display: block;
	width: 100%;
	margin-bottom: 4px
}

.widget_mc4wp_form_widget small {
	opacity: .8
}

.mc4wp-response>div {
	margin-top: 13px;
	padding-top: 12px;
	border-top: 2px solid #272727
}

.widget-area .widget-ap-ads {
	max-width: 100%
}

.widget-ap-popular-posts a {
	border: none;
	padding: 0
}

.single-post .widget-ap-popular-posts .posts-container .post {
	width: 100%;
	margin-bottom: 0
}

@media print,
screen and (min-width:610px) {
	.single-post .widget-ap-popular-posts .posts-container .post {
		width: 50%
	}
}

.article-heading {
	position: relative;
	overflow: hidden;
	padding-top: 65px;
	background: #f5f5f5
}

.article-heading-container {}

.single-post .post:not(.has-post-thumbnail) .article-heading-container {
	margin: 0 auto;
	max-width: 780px
}

.article-heading-content-wrapper {
	width: 100%;
	position: relative;
	padding: 30px 20px
}

.article-heading-content {
	position: relative;
	max-width: 660px;
	margin: 0 auto
}

.single-post .post:not(.has-post-thumbnail) .article-heading-content-wrapper {
	width: 100%;
	padding: 30px 20px
}

.single-post .post:not(.has-post-thumbnail) .article-heading-content {
	max-width: 100%
}

.article-cats {}

.article-title {
	margin: 0;
	color: #333;
	font-size: 1.75rem;
	font-weight: 700;
	word-wrap: break-word;
	line-height: 1.5;
}

.article-heading-content p {
	margin: 0;
	margin-top: 1em;
	font-size: 0.85rem;
    line-height: 1.8;
    word-wrap: break-word;
}

.article-heading-footer {
	margin-top: 1em;
	padding: 0
}

.article-heading-image-wrapper {
	width: 100%;
	padding: 0
}

.article-heading-image {
	width: 100%;
	max-height: 250px;
	background-position: center;
	background-size: cover;
	border-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.article-heading-image .post-single-image {
	width: 100%;
	display: block;
	padding-bottom: 56.25%;
	height: 100%
}

.article-heading-dropcap {
	position: absolute;
	top: 45%;
	left: -20px;
	color: #555;
	opacity: 0;
	font-size: 350px;
	line-height: .65;
	font-weight: 700;
	pointer-events: none;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media print,
screen and (min-width:630px) {
	.article-heading-image {
		max-height: 350px
	}
}

@media print,
screen and (min-width:780px) {
	.article-heading {
		padding-top: 95px;
		padding-bottom: 30px
	}

	.article-heading-content-wrapper {
		width: 50%;
		padding: 40px 30px
	}

	.single-post .post:not(.has-post-thumbnail) .article-heading-content-wrapper {
		padding: 0 20px
	}

	.article-heading-image-wrapper {
		width: 50%
	}

	.article-heading-content-wrapper {}

	.article-heading-content {
		margin: 0;
		max-width: 450px
	}

	.article-heading-image-wrapper {
		padding-left: 20px
	}

	.article-heading-image {
		max-width: 530px;
		height: 100%;
		min-height: 350px;
		max-height: none;
		margin-left: auto;
		border-radius: 10px
	}
}

@media print,
screen and (min-width:900px) {
	.single-post .post:not(.has-post-thumbnail) .article-heading-container {
		max-width: 700px
	}
}

@media print,
screen and (min-width:960px) {
	.article-heading {}

	.article-heading-image {
		min-height: 400px
	}

	.article-heading-content-wrapper {
		padding-left: 40px
	}

	.article-title {
		font-size: 2em;
		font-weight: 500;
		color: #444
	}
}

@media print,
screen and (min-width:1000px) {
	.article-heading-content {
		max-width: 430px
	}
}

@media print,
screen and (min-width:1025px) {
	.single-post .post:not(.has-post-thumbnail) .article-heading-content-wrapper {
		padding-top: 10px
	}
}

@media print,
screen and (min-width:1200px) {
	.article-heading {
		padding-bottom: 50px
	}

	.header-classic .article-heading {
		padding-top: 115px
	}

	.article-title {
		font-size: 1.75rem;
	}

	.article-heading-image {
		min-height: 450px
	}

	.single-post .post:not(.has-post-thumbnail) .article-heading-content-wrapper {
		padding-top: 20px
	}
}

.article-content-wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	padding: 30px 20px
}

.article-content-wrapper::after {
	content: '';
	display: block;
	clear: both
}

.entry-content {
	width: 100%;
	max-width: 790px
}
.entry-content p{
margin-bottom: 1.25rem;
    font-size: 0.9375rem;
    line-height: 1.8;
    word-wrap: break-word;
}
.single-tags {
	max-width: 660px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	clear: both
}

.single-tags::before {
	content: '';
	display: block;
	float: left;
	clear: both;
	margin-top: 2em
}

.tags-title {
	clear: both
}

@media print,
screen and (min-width:870px) {
	.post-comments-section .featured-tabs {
		margin-top: -.5em
	}
}

@media print,
screen and (min-width:1080px) {
	.article-content {
		float: right;
		margin-right: 10px
	}
}

@media print,
screen and (min-width:1200px) {
	.article-content-wrapper {
		padding: 50px 20px
	}
}

.error404 .site-content {
	text-align: center;
	padding-top: 65px
}

.error404-sign {
	font-size: 150px;
	font-weight: 700;
	line-height: 1;
	color: #d93f7e
}

@media only screen and (min-width:600px) {
	.error404-sign {
		font-size: 300px
	}
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.inline-flex {
	display: -webkit-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex
}

.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.flex-row-reverse {
	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.flex-column-reverse {
	-webkit-box-direction: reverse;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.flex-nowrap {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.flex-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse
}

.flex-grow {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.flex-shrink {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.flex-auto {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.flex-none {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.align-left {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.align-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.align-right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.align-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.align-spaced {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.align-center-middle {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.align-top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.align-middle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.align-bottom {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.align-baseline {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}

.align-stretch {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.align-self-auto {
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto
}

.align-self-top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.align-self-middle {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.align-self-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.align-self-baseline {
	-webkit-align-self: baseline;
	-ms-flex-item-align: baseline;
	align-self: baseline
}

.align-self-stretch {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.align-content-top {
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start
}

.align-content-middle {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.align-content-bottom {
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end
}

.align-content-between {
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between
}

.align-content-around {
	-webkit-align-content: space-around;
	-ms-flex-line-pack: distribute;
	align-content: space-around
}

.align-content-stretch {
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

.full-width-fix {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw
}

.clear,
.clearfix {
	clear: both
}

.is-hidden {
	display: none
}

.last-child-nomargin>*:last-child {
	margin-bottom: 0
}

.pswp {
	display: none
}

.has-drop-cap:first-letter {
	float: left;
	margin-left: -.25rem;
	margin-top: .5rem;
	margin-right: .5rem;
	font-size: 124px;
	line-height: 84px
}

.is-small-text,
.has-small-font-size {
	font-size: 17px
}

.is-regular-text,
.has-regular-font-size {
	font-size: 20px
}

.is-large-text,
.has-large-font-size {
	font-size: 24px;
	line-height: 1.65
}

.is-larger-text,
.is-huge-text,
.has-larger-font-size,
.has-huge-font-size {
	font-size: 26px line-height:1.55
}

.has-background {
	padding: 18px 24px
}

.has-accent-background-color {
	background-color: #d93f7e
}

.has-pale-pink-background-color {
	background-color: #f78da7
}

.has-vivid-red-background-color {
	background-color: #cf2e2e
}

.has-luminous-vivid-orange-background-color {
	background-color: #ff6900
}

.has-luminous-vivid-amber-background-color {
	background-color: #fcb900
}

.has-light-green-cyan-background-color {
	background-color: #7bdcb5
}

.has-vivid-green-cyan-background-color {
	background-color: #00d084
}

.has-pale-cyan-blue-background-color {
	background-color: #8ed1fc
}

.has-vivid-cyan-blue-background-color {
	background-color: #0693e3
}

.has-very-light-gray-background-color {
	background-color: #eee
}

.has-cyan-bluish-gray-background-color {
	background-color: #abb8c3
}

.has-very-dark-gray-background-color {
	background-color: #313131
}

.has-accent-color {
	color: #d93f7e
}

.has-pale-pink-color {
	color: #f78da7
}

.has-vivid-red-color {
	color: #cf2e2e
}

.has-luminous-vivid-orange-color {
	color: #ff6900
}

.has-luminous-vivid-amber-color {
	color: #fcb900
}

.has-light-green-cyan-color {
	color: #7bdcb5
}

.has-vivid-green-cyan-color {
	color: #00d084
}

.has-pale-cyan-blue-color {
	color: #8ed1fc
}

.has-vivid-cyan-blue-color {
	color: #0693e3
}

.has-very-light-gray-color {
	color: #eee
}

.has-cyan-bluish-gray-color {
	color: #abb8c3
}

.has-very-dark-gray-color {
	color: #313131
}

@font-face {
	font-family: kutak;
	src: url(css/kutak.eot?11404246);
	src: url(css/kutak.eot?11404246#iefix) format('embedded-opentype'), url(css/kutak.woff2?11404246) format('woff2'), url(css/kutak.woff?11404246) format('woff'), url(css/kutak.ttf?11404246) format('truetype'), url(css/kutak.svg?11404246#kutak) format('svg');
	font-weight: 400;
	font-style: normal
}

.classic-menu li.menu-item-has-children>a span::after,
.search-submit::before,
.post-cat::before,
.post-cat-icon::before,
.post-read-time::before,
.post-date::before,
.search-trigger::before,
.entry-content ul>li::before,
.post-media::before,
.image-wrapper::before,
.wp-block-image>a::after,
.wp-block-image figure>a::after,
.wp-block-gallery figure>a::after,
.iframe-wrapper::after,
input[type=checkbox]:checked::before,
[class^=icon-]::before,
[class*=" icon-"]::before {
	font-family: kutak;
	font-variant: normal;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	text-decoration: none;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.classic-menu li.menu-item-has-children>a span::after {
	content: '\f105'
}

.classic-menu ul li.menu-item-has-children>a span::after {
	content: '\f105'
}

.search-trigger::before,
.search-submit::before {
	content: '\e800'
}

.post-media::before,
.image-wrapper::before {
	content: '\e815'
}

.wp-block-image>a::after,
.wp-block-image figure>a::after,
.wp-block-gallery figure>a::after {
	content: '\e828'
}

.iframe-wrapper::after {
	content: '\e81a'
}

.post-cat::before {
	content: '\f114'
}

.post-cat-icon::before {
	content: '\e81b'
}

.post-read-time::before {
	content: '\e80f'
}

.post-date::before {
	content: '\e810'
}

.post-tag::before {
	content: '\f1ce'
}

.entry-content ul>li::before {
	content: '\e814'
}

input[type=checkbox]:checked::before {
	content: '\e81d'
}

.icon-search:before {
	content: '\e800'
}

.icon-facebook-messenger:before {
	content: '\e801'
}

.icon-facebook:before {
	content: '\e802'
}

.icon-whatsapp:before {
	content: '\e803'
}

.icon-viber:before {
	content: '\e804'
}

.icon-twitter:before {
	content: '\e805'
}

.icon-heart-solid:before {
	content: '\e806'
}

.icon-pinterest:before {
	content: '\e807'
}

.icon-heart:before {
	content: '\e808'
}

.icon-reddit:before {
	content: '\e809'
}

.icon-instagram:before {
	content: '\e80a'
}

.icon-star-solid:before {
	content: '\e80b'
}

.icon-google-plus:before {
	content: '\e80c'
}

.icon-right:before {
	content: '\e80d'
}

.icon-folder:before {
	content: '\e80e'
}

.icon-clock:before {
	content: '\e80f'
}

.icon-calendar:before {
	content: '\e810'
}

.icon-dot-circle:before {
	content: '\e811'
}

.icon-dot-circle-solid:before {
	content: '\e812'
}

.icon-circle:before {
	content: '\e813'
}

.icon-circle-solid:before {
	content: '\e814'
}

.icon-image:before {
	content: '\e815'
}

.icon-image-alt:before {
	content: '\e816'
}

.icon-star:before {
	content: '\e817'
}

.icon-camera:before {
	content: '\e818'
}

.icon-picture:before {
	content: '\e819'
}

.icon-video:before {
	content: '\e81a'
}

.icon-right-medium:before {
	content: '\e81b'
}

.icon-popup:before {
	content: '\e81c'
}

.icon-ok:before {
	content: '\e81d'
}

.icon-right-circle:before {
	content: '\e81e'
}

.icon-ok-alt:before {
	content: '\e81f'
}

.icon-link:before {
	content: '\e820'
}

.icon-zoom-in:before {
	content: '\e821'
}

.icon-zoom-out:before {
	content: '\e822'
}

.icon-left-medium:before {
	content: '\e823'
}

.icon-left-big:before {
	content: '\e824'
}

.icon-right-big:before {
	content: '\e825'
}

.icon-left-circle:before {
	content: '\e826'
}

.icon-ok-circle:before {
	content: '\e827'
}

.icon-resize-full-circle:before {
	content: '\e828'
}

.icon-linkedin:before {
	content: '\e829'
}

.icon-tumblr:before {
	content: '\e82a'
}

.icon-vk:before {
	content: '\e82b'
}

.icon-filter:before {
	content: '\f0b0'
}

.icon-beaker:before {
	content: '\f0c3'
}

.icon-mail:before {
	content: '\f0e0'
}

.icon-left-small:before {
	content: '\f104'
}

.icon-right-small:before {
	content: '\f105'
}

.icon-folder-alt:before {
	content: '\f114'
}

.icon-circle-notch:before {
	content: '\f1ce'
}

.icon-copyright:before {
	content: '\f1f9'
}

@-webkit-keyframes formautofill {
	to {
		background: 0 0;
		color: #272727
	}
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes rotate {
	from {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@media print {
	* {
		-webkit-print-color-adjust: exact
	}

	.site-header,
	.site-footer,
	.related,
	.comment-respond,
	.comment .reply,
	.single .widget-area {
		display: none
	}

	.site-main {
		padding-top: 0
	}

	.single .entry-content {
		max-width: 100%
	}

	.comment-body,
	.entry-content>div,
	.entry-content>figure,
	.entry-content blockquote {
		page-break-inside: avoid
	}

	.site-content p>a,
	.site-content li>a,
	.site-content li p>a,
	.site-content p em>a,
	.site-content li em>a,
	.site-content p strong>a,
	.site-content li strong>a,
	.site-content table a:not(.button),
	blockquote cite a,
	.site-content figcaption>a,
	.site-content figcaption>em a {
		font-weight: inherit;
		color: inherit;
		border: none;
		padding: 0
	}

	.wp-block-gallery .blocks-gallery-image figcaption,
	.wp-block-gallery .blocks-gallery-item figcaption {
		padding: 8px 12px;
		background: #fff !important;
		color: #444
	}

	.entry-content ul>li::before {
		background-color: #000 !important
	}

	.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
		max-width: 660px
	}

	.entry-content .wp-block-image>a::after,
	.entry-content .wp-block-image figure>a::after,
	.entry-content .wp-block-gallery figure>a::after {
		display: none
	}
}


/*评论表单框*/
.respond{padding:25px 0}
.respond textarea{font-size:14px}
.comment-reply-title {font-size:22px;margin:0;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei,Helvetica,Arial,sans-serif;}
.respond #new_comment_form{margin-top:15px;padding:24px 0 0;background:#f1f1f1;border-radius:8px;}
.respond #new_comment_form .input_body{padding-left:20px;padding-right:20px}
.respond #new_comment_form .input_body{padding-top:15px;padding-bottom:15px;height:48px;margin-top:12px;position:relative;background-color:#fbfbfb}
.respond #new_comment_form .input_body li,.respond #new_comment_form .input_body ul{list-style:none;margin:0;padding:0}
.respond #new_comment_form .input_body .ident{width:75%}
.respond #new_comment_form .input_body li{display:block;float:left;width:33.33%;line-height:0;}
.respond #new_comment_form .input_body li input{z-index:10;position:relative;background-color:transparent;padding-right:1.5em;padding-left:1.5em}
.respond #new_comment_form .input_body li:last-child{margin-right:0}
.respond #new_comment_form .new_comment{position:relative;z-index:12}
.respond #new_comment_form .comment_triggered{display:none}
.respond #new_comment_form input,.respond #new_comment_form textarea{padding:0;line-height:1.4;border:none;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:0}
.respond #new_comment_form textarea{line-height:1.8;padding:0 20px 0 20px;background-color:transparent;resize:none;}
.respond #new_comment_form .comment_submit_button{padding:0px 8px;width:auto;position:absolute;right:0;top:0;background-color: #d93f7e;color:#fff;height:32px;margin:8px 10px 8px 0;border-radius:4px;text-decoration:none;font-size:14px;}
.respond #new_comment_form .comment_submit_button:hover{background-color:#d93f7e}
@media print,screen and (max-width:35.5em){.input_body li{float:none;width:100%;margin-bottom:.6em}
}

/*gravatar头像*/
.avatar{border-radius: 50%;}
.author-image{width: 80px;height: 80px;}

/*评论区域*/
.comment-list{padding:0;margin:0;}
.comment-list li{list-style:none}
.comment-meta{line-height:1;margin-bottom:1em;color:#939393;font-size:12px;}
.comment-meta a{font-style:normal;color:#939393;font-size:12px;}
.comment-author{font-size:14px}
.comment-author img{float:left;margin:0 10px 0 0;width:40px;height:40px;}
.fn,.fn a{color: #18779d;padding-right: 3px;font-size: 14px;font-style: normal;}
.comment-reply-link{float:right;font-size:12px;line-height:20px;padding:0 6px;background:#18779d;border-radius:4px;display: none;cursor: pointer;}
.comment-reply-link a{color: #fff;}
.comment-body{padding:25px 0 0 0;border-bottom:1px solid #eee;position:relative;}
.comment-body .reply{position:absolute;top: 30px;right:0;}
.comment-body .reply a:hover{color: #fff;}
.comment-body:hover .comment-reply-link{display:block}
.comment-child2{margin-left:0;}
#comments p,.comment-child{margin-left:50px;}
#comments p{letter-spacing:0.013rem;}

.next {

display: inline-block;
    vertical-align: middle;
    padding: 12px 16px;
    color: #444;
    border: 1px solid #eee;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .025rem;
    text-transform: uppercase;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s;

}
