
.wp-block-archives {
	box-sizing: border-box;
}

.wp-block-archives-dropdown label {
	display: block;
}

.wp-block-avatar {
	line-height: 0;
}

.wp-block-avatar, .wp-block-avatar img {
	box-sizing: border-box;
}

.wp-block-avatar.aligncenter {
	text-align: center;
}

.wp-block-audio {
	box-sizing: border-box;
}

.wp-block-audio :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em;
}

.wp-block-audio audio {
	min-width: 300px;
	width: 100%;
}

.wp-block-button__link {
	align-content: center;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 100%;
	text-align: center;
	width: 100%;
	word-break: break-word;
}

.wp-block-button__link.aligncenter {
	text-align: center;
}

.wp-block-button__link.alignright {
	text-align: right;
}

:where(.wp-block-button__link) {
	border-radius: 9999px;
	box-shadow: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
	text-decoration: inherit;
}

.wp-block-buttons>.wp-block-button.has-custom-width {
	max-width: none;
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
	width: 100%;
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
	font-size: inherit;
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
	width: calc(25% - var(--wp--style--block-gap, .5em) * .75);
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
	width: calc(50% - var(--wp--style--block-gap, .5em) * .5);
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
	width: calc(75% - var(--wp--style--block-gap, .5em) * .25);
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
	flex-basis: 100%;
	width: 100%;
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
	width: 25%;
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
	width: 50%;
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
	width: 75%;
}

.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
	border-radius: 0;
}

.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
	border-radius: 0 !important;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
	border: 2px solid;
	padding: .667em 1.333em;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
	color: currentColor;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
	background-color: initial;
	background-image: none;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)).nitro-lazy, :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)).nitro-lazy {
	background-image: none !important;
}

.wp-block-buttons {
	box-sizing: border-box;
}

.wp-block-buttons.is-vertical {
	flex-direction: column;
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
	margin-bottom: 0;
}

.wp-block-buttons>.wp-block-button {
	display: inline-block;
	margin: 0;
}

.wp-block-buttons.is-content-justification-left {
	justify-content: flex-start;
}

.wp-block-buttons.is-content-justification-left.is-vertical {
	align-items: flex-start;
}

.wp-block-buttons.is-content-justification-center {
	justify-content: center;
}

.wp-block-buttons.is-content-justification-center.is-vertical {
	align-items: center;
}

.wp-block-buttons.is-content-justification-right {
	justify-content: flex-end;
}

.wp-block-buttons.is-content-justification-right.is-vertical {
	align-items: flex-end;
}

.wp-block-buttons.is-content-justification-space-between {
	justify-content: space-between;
}

.wp-block-buttons.aligncenter {
	text-align: center;
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.wp-block-buttons[style*=text-decoration] .wp-block-button, .wp-block-buttons[style*=text-decoration] .wp-block-button__link {
	text-decoration: inherit;
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
	font-size: inherit;
}

.wp-block-button.aligncenter, .wp-block-calendar {
	text-align: center;
}

.wp-block-calendar td, .wp-block-calendar th {
	border: 1px solid;
	padding: .25em;
}

.wp-block-calendar th {
	font-weight: 400;
}

.wp-block-calendar caption {
	background-color: inherit;
}

.wp-block-calendar table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-calendar table:where(:not(.has-text-color)) {
	color: #40464d;
}

.wp-block-calendar table:where(:not(.has-text-color)) td, .wp-block-calendar table:where(:not(.has-text-color)) th {
	border-color: #ddd;
}

.wp-block-calendar table.has-background th {
	background-color: inherit;
}

.wp-block-calendar table.has-text-color th {
	color: inherit;
}

:where(.wp-block-calendar table:not(.has-background) th) {
	background: #ddd;
}

.wp-block-categories {
	box-sizing: border-box;
}

.wp-block-categories.alignleft {
	margin-right: 2em;
}

.wp-block-categories.alignright {
	margin-left: 2em;
}

.wp-block-categories.wp-block-categories-dropdown.aligncenter {
	text-align: center;
}

.wp-block-categories .wp-block-categories__label {
	display: block;
	width: 100%;
}

.wp-block-code {
	box-sizing: border-box;
}

.wp-block-code code {
	/*!rtl:begin:ignore*/
	direction: ltr;
	display: block;
	font-family: inherit;
	overflow-wrap: break-word;
	text-align: initial;
	white-space: pre-wrap;
}

.wp-block-columns {
	align-items: normal !important;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap !important;
}

@media (min-width:782px) {
	.wp-block-columns {
		flex-wrap: nowrap !important;
	}
}

.wp-block-columns.are-vertically-aligned-top {
	align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
	align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
	align-items: flex-end;
}

@media (max-width:781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100% !important;
	}
}

@media (min-width:782px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 0;
		flex-grow: 1;
	}
	
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
		flex-grow: 0;
	}
}

.wp-block-columns.is-not-stacked-on-mobile {
	flex-wrap: nowrap !important;
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
	flex-basis: 0;
	flex-grow: 1;
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
	flex-grow: 0;
}

:where(.wp-block-columns) {
	margin-bottom: 1.75em;
}

:where(.wp-block-columns.has-background) {
	padding: 1.25em 2.375em;
}

.wp-block-column {
	flex-grow: 1;
	min-width: 0;
	overflow-wrap: break-word;
	word-break: break-word;
}

.wp-block-column.is-vertically-aligned-top {
	align-self: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
	align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom {
	align-self: flex-end;
}

.wp-block-column.is-vertically-aligned-stretch {
	align-self: stretch;
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
	width: 100%;
}

.wp-block-post-comments {
	box-sizing: border-box;
}

.wp-block-post-comments .alignleft {
	float: left;
}

.wp-block-post-comments .alignright {
	float: right;
}

.wp-block-post-comments .navigation:after {
	clear: both;
	content: "";
	display: table;
}

.wp-block-post-comments .commentlist {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-block-post-comments .commentlist .comment {
	min-height: 2.25em;
	padding-left: 3.25em;
}

.wp-block-post-comments .commentlist .comment p {
	font-size: 1em;
	line-height: 1.8;
	margin: 1em 0;
}

.wp-block-post-comments .commentlist .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-block-post-comments .comment-author {
	line-height: 1.5;
}

.wp-block-post-comments .comment-author .avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	margin-top: .5em;
	width: 2.5em;
}

.wp-block-post-comments .comment-author cite {
	font-style: normal;
}

.wp-block-post-comments .comment-meta {
	font-size: .875em;
	line-height: 1.5;
}

.wp-block-post-comments .comment-meta b {
	font-weight: 400;
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
	display: block;
	margin-bottom: 1em;
	margin-top: 1em;
}

.wp-block-post-comments .comment-body .commentmetadata {
	font-size: .875em;
}

.wp-block-post-comments .comment-form-author label, .wp-block-post-comments .comment-form-comment label, .wp-block-post-comments .comment-form-email label, .wp-block-post-comments .comment-form-url label {
	display: block;
	margin-bottom: .25em;
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.wp-block-post-comments .comment-form-cookies-consent {
	display: flex;
	gap: .25em;
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em;
}

.wp-block-post-comments .comment-reply-title {
	margin-bottom: 0;
}

.wp-block-post-comments .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em;
}

.wp-block-post-comments .reply {
	font-size: .875em;
	margin-bottom: 1.4em;
}

.wp-block-post-comments input:not([type=submit]), .wp-block-post-comments textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em;
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments textarea {
	padding: calc(.667em + 2px);
}

:where(.wp-block-post-comments input[type=submit]) {
	border: none;
}

.wp-block-comments {
	box-sizing: border-box;
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next, .wp-block-comments-pagination>.wp-block-comments-pagination-numbers, .wp-block-comments-pagination>.wp-block-comments-pagination-previous {
	font-size: inherit;
	margin-bottom: .5em;
	margin-right: .5em;
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child, .wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child, .wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
	margin-right: 0;
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
	display: inline-block;
	margin-right: 1ch;
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
	display: inline-block;
	margin-left: 1ch;
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-comments-pagination.aligncenter {
	justify-content: center;
}

.wp-block-comment-template {
	box-sizing: border-box;
	list-style: none;
	margin-bottom: 0;
	max-width: 100%;
	padding: 0;
}

.wp-block-comment-template li {
	clear: both;
}

.wp-block-comment-template ol {
	list-style: none;
	margin-bottom: 0;
	max-width: 100%;
	padding-left: 2rem;
}

.wp-block-comment-template.alignleft {
	float: left;
}

.wp-block-comment-template.aligncenter {
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}

.wp-block-comment-template.alignright {
	float: right;
}

.wp-block-comment-date {
	box-sizing: border-box;
}

.comment-awaiting-moderation {
	display: block;
	font-size: .875em;
	line-height: 1.5;
}

.wp-block-comment-author-name, .wp-block-comment-content, .wp-block-comment-edit-link, .wp-block-comment-reply-link {
	box-sizing: border-box;
}

.wp-block-cover, .wp-block-cover-image {
	align-items: center;
	background-position: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	min-height: 430px;
	overflow: hidden;
	overflow: clip;
	padding: 1em;
	position: relative;
}

.wp-block-cover .has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
	background-color: #000;
}

.wp-block-cover .has-background-dim.has-background-gradient, .wp-block-cover-image .has-background-dim.has-background-gradient {
	background-color: initial;
}

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
	background-color: inherit;
	content: "";
}

.wp-block-cover .wp-block-cover__background, .wp-block-cover .wp-block-cover__gradient-background, .wp-block-cover-image .wp-block-cover__background, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover.has-background-dim:not(.has-background-gradient):before {
	bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
	opacity: .1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
	opacity: .2;
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
	opacity: .3;
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
	opacity: .4;
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
	opacity: .5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
	opacity: .6;
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
	opacity: .7;
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
	opacity: .8;
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
	opacity: .9;
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
	opacity: 1;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
	opacity: 0;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
	opacity: .1;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
	opacity: .2;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
	opacity: .3;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
	opacity: .4;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
	opacity: .5;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
	opacity: .6;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
	opacity: .7;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
	opacity: .8;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
	opacity: .9;
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
	opacity: 1;
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
	max-width: 420px;
	width: 100%;
}

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
	display: flex;
}

.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
	color: inherit;
	position: relative;
	width: 100%;
}

.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
	align-items: flex-start;
	justify-content: flex-start;
}

.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
	align-items: flex-start;
	justify-content: center;
}

.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
	align-items: flex-start;
	justify-content: flex-end;
}

.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
	align-items: center;
	justify-content: flex-start;
}

.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
	align-items: center;
	justify-content: center;
}

.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
	align-items: center;
	justify-content: flex-end;
}

.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
	align-items: flex-end;
	justify-content: flex-start;
}

.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
	align-items: flex-end;
	justify-content: center;
}

.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
	align-items: flex-end;
	justify-content: flex-end;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
	margin: 0;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
	margin: 0;
	width: auto;
}

.wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background, .wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background {
	border: none;
	bottom: 0;
	box-shadow: none;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	object-fit: cover;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

@supports (-webkit-touch-callout:inherit) {
	.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll;
	}
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll;
	}
}

.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated, .wp-block-cover__image-background.is-repeated, video.wp-block-cover__video-background.is-repeated {
	background-repeat: repeat;
	background-size: auto;
}

.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
	color: #fff;
}

.wp-block-cover-image .wp-block-cover.has-left-content {
	justify-content: flex-start;
}

.wp-block-cover-image .wp-block-cover.has-right-content {
	justify-content: flex-end;
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content>h2 {
	margin-left: 0;
	text-align: left;
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content>h2 {
	margin-right: 0;
	text-align: right;
}

.wp-block-cover .wp-block-cover-text, .wp-block-cover-image .wp-block-cover-image-text, section.wp-block-cover-image>h2 {
	font-size: 2em;
	line-height: 1.25;
	margin-bottom: 0;
	max-width: 840px;
	padding: .44em;
	text-align: center;
	z-index: 1;
}

:where(.wp-block-cover-image:not(.has-text-color)), :where(.wp-block-cover:not(.has-text-color)) {
	color: #fff;
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)), :where(.wp-block-cover.is-light:not(.has-text-color)) {
	color: #000;
}

:root :where(.wp-block-cover h1:not(.has-text-color)), :root :where(.wp-block-cover h2:not(.has-text-color)), :root :where(.wp-block-cover h3:not(.has-text-color)), :root :where(.wp-block-cover h4:not(.has-text-color)), :root :where(.wp-block-cover h5:not(.has-text-color)), :root :where(.wp-block-cover h6:not(.has-text-color)), :root :where(.wp-block-cover p:not(.has-text-color)) {
	color: inherit;
}

body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background {
	z-index: 0;
}

body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before {
	z-index: 1;
}

.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container {
	z-index: auto;
}

.wp-block-details {
	box-sizing: border-box;
}

.wp-block-details summary {
	cursor: pointer;
}

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left]>[data-type="core/embed"], .wp-block[data-align=right]>[data-type="core/embed"] {
	max-width: 360px;
	width: 100%;
}

.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
	min-width: 280px;
}

.wp-block-cover .wp-block-embed {
	min-height: 240px;
	min-width: 320px;
}

.wp-block-embed {
	overflow-wrap: break-word;
}

.wp-block-embed :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em;
}

.wp-block-embed iframe {
	max-width: 100%;
}

.wp-block-embed__wrapper {
	position: relative;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
	content: "";
	display: block;
	padding-top: 50%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
	padding-top: 42.85%;
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
	padding-top: 50%;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 56.25%;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
	padding-top: 75%;
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
	padding-top: 100%;
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
	padding-top: 177.77%;
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
	padding-top: 200%;
}

.wp-block-file {
	box-sizing: border-box;
}

.wp-block-file:not(.wp-element-button) {
	font-size: .8em;
}

.wp-block-file.aligncenter {
	text-align: center;
}

.wp-block-file.alignright {
	text-align: right;
}

.wp-block-file *+.wp-block-file__button {
	margin-left: .75em;
}

:where(.wp-block-file) {
	margin-bottom: 1.5em;
}

.wp-block-file__embed {
	margin-bottom: 1em;
}

:where(.wp-block-file__button) {
	border-radius: 2em;
	display: inline-block;
	padding: .5em 1em;
}

:where(.wp-block-file__button):is(a):active, :where(.wp-block-file__button):is(a):focus, :where(.wp-block-file__button):is(a):hover, :where(.wp-block-file__button):is(a):visited {
	box-shadow: none;
	color: #fff;
	opacity: .85;
	text-decoration: none;
}

.wp-block-form-input__label {
	display: flex;
	flex-direction: column;
	gap: .25em;
	margin-bottom: .5em;
	width: 100%;
}

.wp-block-form-input__label.is-label-inline {
	align-items: center;
	flex-direction: row;
	gap: .5em;
}

.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content {
	margin-bottom: .5em;
}

.wp-block-form-input__label:has(input[type=checkbox]) {
	flex-direction: row;
	width: fit-content;
}

.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content {
	margin: 0;
}

.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]) {
	flex-direction: row-reverse;
}

.wp-block-form-input__label-content {
	width: fit-content;
}

.wp-block-form-input__input {
	font-size: 1em;
	margin-bottom: .5em;
	padding: 0 .5em;
}

.wp-block-form-input__input[type=date], .wp-block-form-input__input[type=datetime-local], .wp-block-form-input__input[type=datetime], .wp-block-form-input__input[type=email], .wp-block-form-input__input[type=month], .wp-block-form-input__input[type=number], .wp-block-form-input__input[type=password], .wp-block-form-input__input[type=search], .wp-block-form-input__input[type=tel], .wp-block-form-input__input[type=text], .wp-block-form-input__input[type=time], .wp-block-form-input__input[type=url], .wp-block-form-input__input[type=week] {
	border: 1px solid;
	line-height: 2;
	min-height: 2em;
}

textarea.wp-block-form-input__input {
	min-height: 10em;
}

.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	margin: 0 1em 1em 0;
	position: relative;
	width: calc(50% - 1em);
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
	align-items: flex-end;
	display: flex;
	height: 100%;
	justify-content: flex-start;
	margin: 0;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, rgba(0, 0, 0, 0));
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: .8em;
	margin: 0;
	max-height: 100%;
	overflow: auto;
	padding: 3em .77em .7em;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
	display: inline;
}

.blocks-gallery-grid:not(.has-nested-images) figcaption, .wp-block-gallery:not(.has-nested-images) figcaption {
	flex-grow: 1;
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
	flex: 1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
	margin-right: 0;
	width: 100%;
}

@media (min-width:600px) {
	.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(33.33333% - .66667em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(25% - .75em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(20% - .8em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(16.66667% - .83333em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(14.28571% - .85714em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
		margin-right: 1em;
		width: calc(12.5% - .875em);
	}
	
	.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
		margin-right: 0;
	}
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
	margin-right: 0;
}

.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
	max-width: 420px;
	width: 100%;
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
	justify-content: center;
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
	align-self: flex-start;
}

figure.wp-block-gallery.has-nested-images {
	align-items: normal;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	margin: 0;
	width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	max-width: 100%;
	position: relative;
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a, .wp-block-gallery.has-nested-images figure.wp-block-image>div {
	flex-direction: column;
	flex-grow: 1;
	margin: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
	display: block;
	height: auto;
	max-width: 100% !important;
	width: auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
	bottom: 0;
	left: 0;
	max-height: 100%;
	position: absolute;
	right: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	content: "";
	height: 100%;
	-webkit-mask-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0));
	mask-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0));
	max-height: 40%;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	margin: 0;
	overflow: auto;
	padding: 1em;
	scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	scrollbar-gutter: stable both-edges;
	scrollbar-width: thin;
	text-align: center;
	text-shadow: 0 0 1.5px #000;
	will-change: transform;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar {
	height: 12px;
	width: 12px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track {
	background-color: initial;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb {
	background-clip: padding-box;
	background-color: initial;
	border: 3px solid rgba(0, 0, 0, 0);
	border-radius: 8px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, .8);
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
	scrollbar-color: rgba(255, 255, 255, .8) rgba(0, 0, 0, 0);
}

@media (hover:none) {
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		scrollbar-color: rgba(255, 255, 255, .8) rgba(0, 0, 0, 0);
	}
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
	display: inline;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
	color: inherit;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
	box-sizing: border-box;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a, .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
	flex: 1 1 auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
	background: none;
	color: inherit;
	flex: initial;
	margin: 0;
	padding: 10px 10px 9px;
	position: relative;
	text-shadow: none;
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before {
	content: none;
}

.wp-block-gallery.has-nested-images figcaption {
	flex-basis: 100%;
	flex-grow: 1;
	text-align: center;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
	margin-bottom: auto;
	margin-top: 0;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
	align-self: inherit;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
	display: flex;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
	flex: 1 0 0%;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
	width: 100%;
}

@media (min-width:600px) {
	.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
		width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * .66667);
	}
	
	.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
		width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * .75);
	}
	
	.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
		width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * .8);
	}
	
	.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
		width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * .83333);
	}
	
	.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
		width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * .85714);
	}
	
	.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
		width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * .875);
	}
	
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
		width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * .66667);
	}
	
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
		width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * .5);
	}
	
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
		width: 100%;
	}
}

.wp-block-gallery.has-nested-images.alignleft, .wp-block-gallery.has-nested-images.alignright {
	max-width: 420px;
	width: 100%;
}

.wp-block-gallery.has-nested-images.aligncenter {
	justify-content: center;
}

.wp-block-group {
	box-sizing: border-box;
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
	position: relative;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
	padding: 1.25em 2.375em;
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
	rotate: 180deg;
}

.wp-block-image>a, .wp-block-image>figure>a {
	display: inline-block;
}

.wp-block-image img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

@media not (prefers-reduced-motion) {
	.wp-block-image img.hide {
		visibility: hidden;
	}
	
	.wp-block-image img.show {
		animation: show-content-image .4s;
	}
}

.wp-block-image[style*=border-radius] img, .wp-block-image[style*=border-radius]>a {
	border-radius: inherit;
}

.wp-block-image.has-custom-border img {
	box-sizing: border-box;
}

.wp-block-image.aligncenter {
	text-align: center;
}

.wp-block-image.alignfull>a, .wp-block-image.alignwide>a {
	width: 100%;
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
	height: auto;
	width: 100%;
}

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright {
	display: table;
}

.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.aligncenter>figcaption, .wp-block-image.alignleft>figcaption, .wp-block-image.alignright>figcaption {
	caption-side: bottom;
	display: table-caption;
}

.wp-block-image .alignleft {
	float: left;
	margin: .5em 1em .5em 0;
}

.wp-block-image .alignright {
	float: right;
	margin: .5em 0 .5em 1em;
}

.wp-block-image .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-image :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em;
}

.wp-block-image.is-style-circle-mask img {
	border-radius: 9999px;
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
	.wp-block-image.is-style-circle-mask img {
		border-radius: 0;
		-webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 100 100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"50\" cy=\"50\" r=\"50\"/></svg>");
		mask-image: url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 100 100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"50\" cy=\"50\" r=\"50\"/></svg>");
		mask-mode: alpha;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
	}
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
	border-radius: 9999px;
}

.wp-block-image figure {
	margin: 0;
}

.wp-lightbox-container {
	display: flex;
	flex-direction: column;
	position: relative;
}

.wp-lightbox-container img {
	cursor: zoom-in;
}

.wp-lightbox-container img:hover+button {
	opacity: 1;
}

.wp-lightbox-container button {
	align-items: center;
	-webkit-backdrop-filter: blur(16px) saturate(180%);
	backdrop-filter: blur(16px) saturate(180%);
	background-color: rgba(90, 90, 90, .25);
	border: none;
	border-radius: 4px;
	cursor: zoom-in;
	display: flex;
	height: 20px;
	justify-content: center;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 16px;
	text-align: center;
	top: 16px;
	width: 20px;
	z-index: 100;
}

@media not (prefers-reduced-motion) {
	.wp-lightbox-container button {
		transition: opacity .2s ease;
	}
}

.wp-lightbox-container button:focus-visible {
	outline: 3px auto rgba(90, 90, 90, .25);
	outline: 3px auto -webkit-focus-ring-color;
	outline-offset: 3px;
}

.wp-lightbox-container button:hover {
	cursor: pointer;
	opacity: 1;
}

.wp-lightbox-container button:focus {
	opacity: 1;
}

.wp-lightbox-container button:focus, .wp-lightbox-container button:hover, .wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
	background-color: rgba(90, 90, 90, .25);
	border: none;
}

.wp-lightbox-overlay {
	box-sizing: border-box;
	cursor: zoom-out;
	height: 100vh;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 100000;
}

.wp-lightbox-overlay .close-button {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	min-height: 40px;
	min-width: 40px;
	padding: 0;
	position: absolute;
	right: calc(env(safe-area-inset-right) + 16px);
	top: calc(env(safe-area-inset-top) + 16px);
	z-index: 5000000;
}

.wp-lightbox-overlay .close-button:focus, .wp-lightbox-overlay .close-button:hover, .wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
	background: none;
	border: none;
}

.wp-lightbox-overlay .lightbox-image-container {
	height: var(--wp--lightbox-container-height);
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transform-origin: top left;
	width: var(--wp--lightbox-container-width);
	z-index: 9999999999;
}

.wp-lightbox-overlay .wp-block-image {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	justify-content: center;
	margin: 0;
	position: relative;
	transform-origin: 0 0;
	width: 100%;
	z-index: 3000000;
}

.wp-lightbox-overlay .wp-block-image img {
	height: var(--wp--lightbox-image-height);
	min-height: var(--wp--lightbox-image-height);
	min-width: var(--wp--lightbox-image-width);
	width: var(--wp--lightbox-image-width);
}

.wp-lightbox-overlay .wp-block-image figcaption {
	display: none;
}

.wp-lightbox-overlay button {
	background: none;
	border: none;
}

.wp-lightbox-overlay .scrim {
	background-color: #fff;
	height: 100%;
	opacity: .9;
	position: absolute;
	width: 100%;
	z-index: 2000000;
}

.wp-lightbox-overlay.active {
	visibility: visible;
}

@media not (prefers-reduced-motion) {
	.wp-lightbox-overlay.active {
		animation: turn-on-visibility .25s both;
	}
	
	.wp-lightbox-overlay.active img {
		animation: turn-on-visibility .35s both;
	}
	
	.wp-lightbox-overlay.show-closing-animation:not(.active) {
		animation: turn-off-visibility .35s both;
	}
	
	.wp-lightbox-overlay.show-closing-animation:not(.active) img {
		animation: turn-off-visibility .25s both;
	}
	
	.wp-lightbox-overlay.zoom.active {
		animation: none;
		opacity: 1;
		visibility: visible;
	}
	
	.wp-lightbox-overlay.zoom.active .lightbox-image-container {
		animation: lightbox-zoom-in .4s;
	}
	
	.wp-lightbox-overlay.zoom.active .lightbox-image-container img {
		animation: none;
	}
	
	.wp-lightbox-overlay.zoom.active .scrim {
		animation: turn-on-visibility .4s forwards;
	}
	
	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
		animation: none;
	}
	
	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
		animation: lightbox-zoom-out .4s;
	}
	
	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
		animation: none;
	}
	
	.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
		animation: turn-off-visibility .4s forwards;
	}
}

@keyframes show-content-image {
	0% {
		visibility: hidden;
	}
	
	99% {
		visibility: hidden;
	}
	
	to {
		visibility: visible;
	}
}

@keyframes turn-on-visibility {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes turn-off-visibility {
	0% {
		opacity: 1;
		visibility: visible;
	}
	
	99% {
		opacity: 0;
		visibility: visible;
	}
	
	to {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes lightbox-zoom-in {
	0% {
		transform: translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
	}
	
	to {
		transform: translate(-50%, -50%) scale(1);
	}
}

@keyframes lightbox-zoom-out {
	0% {
		transform: translate(-50%, -50%) scale(1);
		visibility: visible;
	}
	
	99% {
		visibility: visible;
	}
	
	to {
		transform: translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
		visibility: hidden;
	}
}

ol.wp-block-latest-comments {
	box-sizing: border-box;
	margin-left: 0;
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
	line-height: 1.1;
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
	line-height: 1.8;
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])), .has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
	line-height: 1.5;
}

.wp-block-latest-comments .wp-block-latest-comments {
	padding-left: 0;
}

.wp-block-latest-comments__comment {
	list-style: none;
	margin-bottom: 1em;
}

.has-avatars .wp-block-latest-comments__comment {
	list-style: none;
	min-height: 2.25em;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 3.25em;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: .875em;
	margin: .36em 0 1.4em;
}

.wp-block-latest-comments__comment-date {
	display: block;
	font-size: .75em;
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
	border-radius: 1.5em;
	display: block;
	float: left;
	height: 2.5em;
	margin-right: .75em;
	width: 2.5em;
}

.wp-block-latest-comments[class*=-font-size] a, .wp-block-latest-comments[style*=font-size] a {
	font-size: inherit;
}

.wp-block-latest-posts {
	box-sizing: border-box;
}

.wp-block-latest-posts.alignleft {
	margin-right: 2em;
}

.wp-block-latest-posts.alignright {
	margin-left: 2em;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	clear: both;
	overflow-wrap: break-word;
}

.wp-block-latest-posts.is-grid {
	display: flex;
	flex-wrap: wrap;
}

.wp-block-latest-posts.is-grid li {
	margin: 0 1.25em 1.25em 0;
	width: 100%;
}

@media (min-width:600px) {
	.wp-block-latest-posts.columns-2 li {
		width: calc(50% - .625em);
	}
	
	.wp-block-latest-posts.columns-2 li:nth-child(2n) {
		margin-right: 0;
	}
	
	.wp-block-latest-posts.columns-3 li {
		width: calc(33.33333% - .83333em);
	}
	
	.wp-block-latest-posts.columns-3 li:nth-child(3n) {
		margin-right: 0;
	}
	
	.wp-block-latest-posts.columns-4 li {
		width: calc(25% - .9375em);
	}
	
	.wp-block-latest-posts.columns-4 li:nth-child(4n) {
		margin-right: 0;
	}
	
	.wp-block-latest-posts.columns-5 li {
		width: calc(20% - 1em);
	}
	
	.wp-block-latest-posts.columns-5 li:nth-child(5n) {
		margin-right: 0;
	}
	
	.wp-block-latest-posts.columns-6 li {
		width: calc(16.66667% - 1.04167em);
	}
	
	.wp-block-latest-posts.columns-6 li:nth-child(6n) {
		margin-right: 0;
	}
}

:root :where(.wp-block-latest-posts.is-grid) {
	padding: 0;
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
	padding-left: 0;
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
	display: block;
	font-size: .8125em;
}

.wp-block-latest-posts__post-excerpt, .wp-block-latest-posts__post-full-content {
	margin-bottom: 1em;
	margin-top: .5em;
}

.wp-block-latest-posts__featured-image a {
	display: inline-block;
}

.wp-block-latest-posts__featured-image img {
	height: auto;
	max-width: 100%;
	width: auto;
}

.wp-block-latest-posts__featured-image.alignleft {
	float: left;
	margin-right: 1em;
}

.wp-block-latest-posts__featured-image.alignright {
	float: right;
	margin-left: 1em;
}

.wp-block-latest-posts__featured-image.aligncenter {
	margin-bottom: 1em;
	text-align: center;
}

ol, ul {
	box-sizing: border-box;
}

:root :where(.wp-block-list.has-background) {
	padding: 1.25em 2.375em;
}

.wp-block-loginout, .wp-block-media-text {
	box-sizing: border-box;
}

.wp-block-media-text {
	/*!rtl:begin:ignore*/
	direction: ltr;
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-template-rows: auto;
}

.wp-block-media-text.has-media-on-the-right {
	grid-template-columns: 1fr 50%;
}

.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media {
	align-self: start;
}

.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media, .wp-block-media-text>.wp-block-media-text__content, .wp-block-media-text>.wp-block-media-text__media {
	align-self: center;
}

.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media {
	align-self: end;
}

.wp-block-media-text>.wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1;
	margin: 0;
}

.wp-block-media-text>.wp-block-media-text__content {
	direction: ltr;
	grid-column: 2;
	grid-row: 1;
	padding: 0 8%;
	word-break: break-word;
}

.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	grid-column: 2;
	grid-row: 1;
}

.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content {
	/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1;
}

.wp-block-media-text__media a {
	display: block;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
	height: auto;
	max-width: unset;
	vertical-align: middle;
	width: 100%;
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media {
	background-size: cover;
	height: 100%;
	min-height: 250px;
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a {
	display: block;
	height: 100%;
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media img {
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media {
	height: 100%;
	min-height: 250px;
	position: relative;
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a {
	display: block;
	height: 100%;
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

@media (max-width:600px) {
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important;
	}
	
	.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
	}
	
	.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
	}
}

.wp-block-navigation {
	position: relative;
	--navigation-layout-justification-setting: flex-start;
	--navigation-layout-direction: row;
	--navigation-layout-wrap: wrap;
	--navigation-layout-justify: flex-start;
	--navigation-layout-align: center;
}

.wp-block-navigation ul {
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}

.wp-block-navigation ul, .wp-block-navigation ul li {
	list-style: none;
	padding: 0;
}

.wp-block-navigation .wp-block-navigation-item {
	align-items: center;
	display: flex;
	position: relative;
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
	display: none;
}

.wp-block-navigation .wp-block-navigation-item__content {
	display: block;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
	color: inherit;
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
	text-decoration: underline;
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
	text-decoration: line-through;
}

.wp-block-navigation :where(a), .wp-block-navigation :where(a:active), .wp-block-navigation :where(a:focus) {
	text-decoration: none;
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
	align-self: center;
	background-color: inherit;
	border: none;
	color: currentColor;
	display: inline-block;
	font-size: inherit;
	height: .6em;
	line-height: 0;
	margin-left: .25em;
	padding: 0;
	width: .6em;
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
	display: inline-block;
	stroke: currentColor;
	height: inherit;
	margin-top: .075em;
	width: inherit;
}

.wp-block-navigation.is-vertical {
	--navigation-layout-direction: column;
	--navigation-layout-justify: initial;
	--navigation-layout-align: flex-start;
}

.wp-block-navigation.no-wrap {
	--navigation-layout-wrap: nowrap;
}

.wp-block-navigation.items-justified-center {
	--navigation-layout-justification-setting: center;
	--navigation-layout-justify: center;
}

.wp-block-navigation.items-justified-center.is-vertical {
	--navigation-layout-align: center;
}

.wp-block-navigation.items-justified-right {
	--navigation-layout-justification-setting: flex-end;
	--navigation-layout-justify: flex-end;
}

.wp-block-navigation.items-justified-right.is-vertical {
	--navigation-layout-align: flex-end;
}

.wp-block-navigation.items-justified-space-between {
	--navigation-layout-justification-setting: space-between;
	--navigation-layout-justify: space-between;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	align-items: normal;
	background-color: inherit;
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 0;
	left: -1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	visibility: hidden;
	width: 0;
	z-index: 2;
}

@media not (prefers-reduced-motion) {
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
		transition: opacity .1s linear;
	}
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
	display: flex;
	flex-grow: 1;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
	margin-left: auto;
	margin-right: 0;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	margin: 0;
}

@media (min-width:782px) {
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: -1px;
	}
	
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
		background: rgba(0, 0, 0, 0);
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		right: 100%;
		width: .5em;
	}
	
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
		margin-right: .25em;
	}
	
	.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
		transform: rotate(-90deg);
	}
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: visible;
	visibility: visible;
	width: auto;
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
	left: 0;
	top: 100%;
}

@media (min-width:782px) {
	.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: 100%;
		top: 0;
	}
}

.wp-block-navigation-submenu {
	display: flex;
	position: relative;
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
	stroke: currentColor;
}

button.wp-block-navigation-item__content {
	background-color: initial;
	border: none;
	color: currentColor;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-align: left;
	text-transform: inherit;
}

.wp-block-navigation-submenu__toggle {
	cursor: pointer;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
	padding-left: 0;
	padding-right: .85em;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
	margin-left: -.6em;
	pointer-events: none;
}

.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle) {
	padding: 0;
}

.wp-block-navigation .wp-block-page-list, .wp-block-navigation__container, .wp-block-navigation__responsive-close, .wp-block-navigation__responsive-container, .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-dialog {
	gap: inherit;
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
	padding: .5em 1em;
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
	padding: .5em 1em;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
	left: auto;
	right: 0;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
	left: -1px;
	right: -1px;
}

@media (min-width:782px) {
	.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		left: auto;
		right: 100%;
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
	background-color: inherit;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
	color: #000;
}

.wp-block-navigation__container {
	align-items: var(--navigation-layout-align, initial);
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial);
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.wp-block-navigation__container .is-responsive {
	display: none;
}

.wp-block-navigation__container:only-child, .wp-block-page-list:only-child {
	flex-grow: 1;
}

@keyframes overlay-menu__fade-in-animation {
	0% {
		opacity: 0;
		transform: translateY(.5em);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.wp-block-navigation__responsive-container {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
	color: inherit;
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
	align-items: var(--navigation-layout-align, initial);
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial);
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
	background-color: inherit !important;
	color: inherit !important;
}

.wp-block-navigation__responsive-container.is-menu-open {
	background-color: inherit;
	display: flex;
	flex-direction: column;
	overflow: auto;
	padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20rem);
	z-index: 100000;
}

@media not (prefers-reduced-motion) {
	.wp-block-navigation__responsive-container.is-menu-open {
		animation: overlay-menu__fade-in-animation .1s ease-out;
		animation-fill-mode: forwards;
	}
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	align-items: var(--navigation-layout-justification-setting, inherit);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow: visible;
	padding-top: calc(2rem + 24px);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	justify-content: flex-start;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
	display: none;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
	border: none;
	height: auto;
	min-width: 200px;
	opacity: 1;
	overflow: initial;
	padding-left: 2rem;
	padding-right: 2rem;
	position: static;
	visibility: visible;
	width: auto;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	gap: inherit;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	padding-top: var(--wp--style--block-gap, 2em);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
	padding: 0;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
	align-items: var(--navigation-layout-justification-setting, initial);
	display: flex;
	flex-direction: column;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
	background: rgba(0, 0, 0, 0) !important;
	color: inherit !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
	left: auto;
	right: auto;
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		background-color: inherit;
		display: block;
		position: relative;
		width: 100%;
		z-index: auto;
	}
	
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
		display: none;
	}
	
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
		left: 0;
	}
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background-color: #fff;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
	color: #000;
}

.wp-block-navigation__toggle_button_label {
	font-size: 1rem;
	font-weight: 700;
}

.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
	background: rgba(0, 0, 0, 0);
	border: none;
	color: currentColor;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-transform: inherit;
	vertical-align: middle;
}

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
	fill: currentColor;
	display: block;
	height: 24px;
	pointer-events: none;
	width: 24px;
}

.wp-block-navigation__responsive-container-open {
	display: flex;
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

@media (min-width:600px) {
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none;
	}
}

.wp-block-navigation__responsive-container-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.wp-block-navigation__responsive-close {
	width: 100%;
}

.has-modal-open .wp-block-navigation__responsive-close {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wp--style--global--wide-size, 100%);
}

.wp-block-navigation__responsive-close:focus {
	outline: none;
}

.is-menu-open .wp-block-navigation__responsive-close, .is-menu-open .wp-block-navigation__responsive-container-content, .is-menu-open .wp-block-navigation__responsive-dialog {
	box-sizing: border-box;
}

.wp-block-navigation__responsive-dialog {
	position: relative;
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
	margin-top: 46px;
}

@media (min-width:782px) {
	.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
		margin-top: 32px;
	}
}

html.has-modal-open {
	overflow: hidden;
}

.wp-block-navigation .wp-block-navigation-item__label {
	overflow-wrap: break-word;
}

.wp-block-navigation .wp-block-navigation-item__description {
	display: none;
}

.link-ui-tools {
	border-top: 1px solid #f0f0f0;
	padding: 8px;
}

.link-ui-block-inserter {
	padding-top: 8px;
}

.link-ui-block-inserter__back {
	margin-left: 8px;
	text-transform: uppercase;
}

.wp-block-navigation .wp-block-page-list {
	align-items: var(--navigation-layout-align, initial);
	background-color: inherit;
	display: flex;
	flex-direction: var(--navigation-layout-direction, initial);
	flex-wrap: var(--navigation-layout-wrap, wrap);
	justify-content: var(--navigation-layout-justify, initial);
}

.wp-block-navigation .wp-block-navigation-item {
	background-color: inherit;
}

.wp-block-page-list {
	box-sizing: border-box;
}

.is-small-text {
	font-size: .875em;
}

.is-regular-text {
	font-size: 1em;
}

.is-large-text {
	font-size: 2.25em;
}

.is-larger-text {
	font-size: 3em;
}

.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 8.4em;
	font-style: normal;
	font-weight: 100;
	line-height: .68;
	margin: .05em .1em 0 0;
	text-transform: uppercase;
}

body.rtl .has-drop-cap:not(:focus):first-letter {
	float: none;
	margin-left: .1em;
}

p.has-drop-cap.has-background {
	overflow: hidden;
}

:root :where(p.has-background) {
	padding: 1.25em 2.375em;
}

:where(p.has-text-color:not(.has-link-color)) a {
	color: inherit;
}

p.has-text-align-left[style*="writing-mode:vertical-lr"], p.has-text-align-right[style*="writing-mode:vertical-rl"] {
	rotate: 180deg;
}

.wp-block-post-author {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.wp-block-post-author__byline {
	font-size: .5em;
	margin-bottom: 0;
	margin-top: 0;
	width: 100%;
}

.wp-block-post-author__avatar {
	margin-right: 1em;
}

.wp-block-post-author__bio {
	font-size: .7em;
	margin-bottom: .7em;
}

.wp-block-post-author__content {
	flex-basis: 0;
	flex-grow: 1;
}

.wp-block-post-author__name {
	margin: 0;
}

.wp-block-post-author-biography {
	box-sizing: border-box;
}

:where(.wp-block-post-comments-form) input:not([type=submit]), :where(.wp-block-post-comments-form) textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em;
}

:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])), :where(.wp-block-post-comments-form) textarea {
	padding: calc(.667em + 2px);
}

.wp-block-post-comments-form {
	box-sizing: border-box;
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
	font-weight: inherit;
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
	font-family: inherit;
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title), .wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
	font-size: inherit;
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
	line-height: inherit;
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
	font-style: inherit;
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
	letter-spacing: inherit;
}

.wp-block-post-comments-form :where(input[type=submit]) {
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	overflow-wrap: break-word;
	text-align: center;
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]), .wp-block-post-comments-form .comment-form textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.wp-block-post-comments-form .comment-form-author label, .wp-block-post-comments-form .comment-form-email label, .wp-block-post-comments-form .comment-form-url label {
	display: block;
	margin-bottom: .25em;
}

.wp-block-post-comments-form .comment-form-cookies-consent {
	display: flex;
	gap: .25em;
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: .35em;
}

.wp-block-post-comments-form .comment-reply-title {
	margin-bottom: 0;
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
	font-size: var(--wp--preset--font-size--medium, smaller);
	margin-left: .5em;
}

.wp-block-post-comments-form input[type=submit] {
	width: auto;
}

.wp-block-post-comments-count {
	box-sizing: border-box;
}

.wp-block-post-content {
	display: flow-root;
}

.wp-block-post-comments-link, .wp-block-post-date {
	box-sizing: border-box;
}

:where(.wp-block-post-excerpt) {
	box-sizing: border-box;
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap);
}

.wp-block-post-excerpt__excerpt {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-post-excerpt__more-text {
	margin-bottom: 0;
	margin-top: var(--wp--style--block-gap);
}

.wp-block-post-excerpt__more-link {
	display: inline-block;
}

.wp-block-post-featured-image {
	margin-left: 0;
	margin-right: 0;
}

.wp-block-post-featured-image a {
	display: block;
	height: 100%;
}

.wp-block-post-featured-image :where(img) {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}

.wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
	width: 100%;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
	background-color: #000;
	inset: 0;
	position: absolute;
}

.wp-block-post-featured-image {
	position: relative;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
	background-color: initial;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
	opacity: 0;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
	opacity: .1;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
	opacity: .2;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
	opacity: .3;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
	opacity: .4;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
	opacity: .5;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
	opacity: .6;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
	opacity: .7;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
	opacity: .8;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
	opacity: .9;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
	opacity: 1;
}

.wp-block-post-featured-image:where(.alignleft, .alignright) {
	width: 100%;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
	display: inline-block;
	margin-right: 1ch;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
	display: inline-block;
	margin-left: 1ch;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-post-terms {
	box-sizing: border-box;
}

.wp-block-post-terms .wp-block-post-terms__separator {
	white-space: pre-wrap;
}

.wp-block-post-time-to-read, .wp-block-post-title {
	box-sizing: border-box;
}

.wp-block-post-title {
	word-break: break-word;
}

.wp-block-post-title :where(a) {
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
}

.wp-block-post-author-name {
	box-sizing: border-box;
}

.wp-block-preformatted {
	box-sizing: border-box;
	white-space: pre-wrap;
}

:where(.wp-block-preformatted.has-background) {
	padding: 1.25em 2.375em;
}

.wp-block-pullquote {
	box-sizing: border-box;
	margin: 0 0 1em;
	overflow-wrap: break-word;
	padding: 4em 0;
	text-align: center;
}

.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
	color: inherit;
}

.wp-block-pullquote blockquote {
	margin: 0;
}

.wp-block-pullquote p {
	margin-top: 0;
}

.wp-block-pullquote p:last-child {
	margin-bottom: 0;
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
	max-width: 420px;
}

.wp-block-pullquote cite, .wp-block-pullquote footer {
	position: relative;
}

.wp-block-pullquote .has-text-color a {
	color: inherit;
}

.wp-block-pullquote.has-text-align-left blockquote {
	text-align: left;
}

.wp-block-pullquote.has-text-align-right blockquote {
	text-align: right;
}

.wp-block-pullquote.has-text-align-center blockquote {
	text-align: center;
}

.wp-block-pullquote.is-style-solid-color {
	border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: auto;
	margin-right: auto;
	max-width: 60%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 2em;
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	font-style: normal;
	text-transform: none;
}

.wp-block-pullquote cite {
	color: inherit;
	display: block;
}

.wp-block-post-template {
	box-sizing: border-box;
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
	max-width: 100%;
	padding: 0;
}

.wp-block-post-template.is-flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25em;
}

.wp-block-post-template.is-flex-container>li {
	margin: 0;
	width: 100%;
}

@media (min-width:600px) {
	.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
		width: calc(50% - .625em);
	}
	
	.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
		width: calc(33.33333% - .83333em);
	}
	
	.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
		width: calc(25% - .9375em);
	}
	
	.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
		width: calc(20% - 1em);
	}
	
	.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
		width: calc(16.66667% - 1.04167em);
	}
}

@media (max-width:600px) {
	.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
		grid-template-columns: 1fr;
	}
}

.wp-block-post-template-is-layout-constrained>li>.alignright, .wp-block-post-template-is-layout-flow>li>.alignright {
	float: right;
	margin-inline-end: 0;
	margin-inline-start: 2em;
}

.wp-block-post-template-is-layout-constrained>li>.alignleft, .wp-block-post-template-is-layout-flow>li>.alignleft {
	float: left;
	margin-inline-end: 2em;
	margin-inline-start: 0;
}

.wp-block-post-template-is-layout-constrained>li>.aligncenter, .wp-block-post-template-is-layout-flow>li>.aligncenter {
	margin-inline-end: auto;
	margin-inline-start: auto;
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
	margin-inline-start: auto;
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
	margin-inline-end: auto;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
	display: inline-block;
	margin-right: 1ch;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
	display: inline-block;
	margin-left: 1ch;
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
	transform: scaleX(1);
}

.wp-block-query-pagination.aligncenter {
	justify-content: center;
}

.wp-block-query-title, .wp-block-query-total, .wp-block-quote {
	box-sizing: border-box;
}

.wp-block-quote {
	overflow-wrap: break-word;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)), .wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
	margin-bottom: 1em;
	padding: 0 1em;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.6;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-large:where(:not(.is-style-plain)) footer, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
	font-size: 1.125em;
	text-align: right;
}

.wp-block-quote>cite {
	display: block;
}

.wp-block-read-more {
	display: block;
	width: fit-content;
}

.wp-block-read-more:where(:not([style*=text-decoration])) {
	text-decoration: none;
}

.wp-block-read-more:where(:not([style*=text-decoration])):active, .wp-block-read-more:where(:not([style*=text-decoration])):focus {
	text-decoration: none;
}

ul.wp-block-rss.alignleft {
	margin-right: 2em;
}

ul.wp-block-rss.alignright {
	margin-left: 2em;
}

ul.wp-block-rss.is-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

ul.wp-block-rss.is-grid li {
	margin: 0 1em 1em 0;
	width: 100%;
}

@media (min-width:600px) {
	ul.wp-block-rss.columns-2 li {
		width: calc(50% - 1em);
	}
	
	ul.wp-block-rss.columns-3 li {
		width: calc(33.33333% - 1em);
	}
	
	ul.wp-block-rss.columns-4 li {
		width: calc(25% - 1em);
	}
	
	ul.wp-block-rss.columns-5 li {
		width: calc(20% - 1em);
	}
	
	ul.wp-block-rss.columns-6 li {
		width: calc(16.66667% - 1em);
	}
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
	display: block;
	font-size: .8125em;
}

.wp-block-rss {
	box-sizing: border-box;
	list-style: none;
	padding: 0;
}

.wp-block-search__button {
	margin-left: 10px;
	word-break: normal;
}

.wp-block-search__button.has-icon {
	line-height: 0;
}

.wp-block-search__button svg {
	height: 1.25em;
	min-height: 24px;
	min-width: 24px;
	width: 1.25em;
	fill: currentColor;
	vertical-align: text-bottom;
}

:where(.wp-block-search__button) {
	border: 1px solid #ccc;
	padding: 6px 10px;
}

.wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%;
}

.wp-block-search__label {
	width: 100%;
}

.wp-block-search__input {
	appearance: none;
	border: 1px solid #949494;
	flex-grow: 1;
	margin-left: 0;
	margin-right: 0;
	min-width: 3rem;
	padding: 8px;
	text-decoration: unset !important;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
	box-sizing: border-box;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	margin-left: 0;
	max-width: 100%;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
	min-width: 0 !important;
	transition-property: width;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__input {
	flex-basis: 100%;
	transition-duration: .3s;
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden, .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
	overflow: hidden;
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
	border-left-width: 0 !important;
	border-right-width: 0 !important;
	flex-basis: 0;
	flex-grow: 0;
	margin: 0;
	min-width: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 0 !important;
}

:where(.wp-block-search__input) {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-transform: inherit;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: 1px solid #949494;
	box-sizing: border-box;
	padding: 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
	border: none;
	border-radius: 0;
	padding: 0 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
	outline: none;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
	padding: 4px 8px;
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
	margin: auto;
}

.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
	float: right;
}

.wp-block-separator {
	border: none;
	border-top: 2px solid;
}

:root :where(.wp-block-separator.is-style-dots) {
	height: auto;
	line-height: 1;
	text-align: center;
}

:root :where(.wp-block-separator.is-style-dots):before {
	color: currentColor;
	content: "···";
	font-family: serif;
	font-size: 1.5em;
	letter-spacing: 2em;
	padding-left: 2em;
}

.wp-block-separator.is-style-dots {
	background: none !important;
	border: none !important;
}

.wp-block-site-logo {
	box-sizing: border-box;
	line-height: 0;
}

.wp-block-site-logo a {
	display: inline-block;
	line-height: 0;
}

.wp-block-site-logo.is-default-size img {
	height: auto;
	width: 120px;
}

.wp-block-site-logo img {
	height: auto;
	max-width: 100%;
}

.wp-block-site-logo a, .wp-block-site-logo img {
	border-radius: inherit;
}

.wp-block-site-logo.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

:root :where(.wp-block-site-logo.is-style-rounded) {
	border-radius: 9999px;
}

.wp-block-site-tagline, .wp-block-site-title {
	box-sizing: border-box;
}

.wp-block-site-title :where(a) {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-decoration: inherit;
}

.wp-block-social-links {
	background: none;
	box-sizing: border-box;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	text-indent: 0;
}

.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
	border-bottom: 0;
	box-shadow: none;
	text-decoration: none;
}

.wp-block-social-links .wp-social-link svg {
	height: 1em;
	width: 1em;
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
	font-size: .65em;
	margin-left: .5em;
	margin-right: .5em;
}

.wp-block-social-links.has-small-icon-size {
	font-size: 16px;
}

.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
	font-size: 24px;
}

.wp-block-social-links.has-large-icon-size {
	font-size: 36px;
}

.wp-block-social-links.has-huge-icon-size {
	font-size: 48px;
}

.wp-block-social-links.aligncenter {
	display: flex;
	justify-content: center;
}

.wp-block-social-links.alignright {
	justify-content: flex-end;
}

.wp-block-social-link {
	border-radius: 9999px;
	display: block;
	height: auto;
}

@media not (prefers-reduced-motion) {
	.wp-block-social-link {
		transition: transform .1s ease;
	}
}

.wp-block-social-link a {
	align-items: center;
	display: flex;
	line-height: 0;
}

.wp-block-social-link:hover {
	transform: scale(1.1);
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
	color: currentColor;
	fill: currentColor;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
	background-color: #f0f0f0;
	color: #444;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
	background-color: #f90;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
	background-color: #1ea0c3;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
	background-color: #0757fe;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
	background-color: #0a7aff;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
	background-color: #1e1f26;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
	background-color: #02e49b;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord {
	background-color: #5865f2;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
	background-color: #e94c89;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
	background-color: #4280ff;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
	background-color: #f45800;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
	background-color: #0866ff;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
	background-color: #0461dd;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
	background-color: #e65678;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
	background-color: #24292d;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
	background-color: #ea4434;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
	background-color: #1d4fc4;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
	background-color: #f00075;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
	background-color: #e21b24;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
	background-color: #0d66c2;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
	background-color: #3288d4;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
	background-color: #f6405f;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
	background-color: #e60122;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
	background-color: #ef4155;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
	background-color: #ff4500;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
	background-color: #0478d7;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
	background-color: #fefc00;
	color: #fff;
	stroke: #000;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
	background-color: #ff5600;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
	background-color: #1bd760;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
	background-color: #2aabee;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
	background-color: #011835;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
	background-color: #6440a4;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
	background-color: #1da1f2;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
	background-color: #1eb7ea;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
	background-color: #4680c2;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
	background-color: #3499cd;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
	background-color: #25d366;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
	background-color: red;
	color: #fff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
	background: none;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
	height: 1.25em;
	width: 1.25em;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
	color: #f90;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
	color: #1ea0c3;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
	color: #0757fe;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
	color: #0a7aff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
	color: #1e1f26;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
	color: #02e49b;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord {
	color: #5865f2;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
	color: #e94c89;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
	color: #4280ff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
	color: #f45800;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
	color: #0866ff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
	color: #0461dd;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
	color: #e65678;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
	color: #24292d;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
	color: #382110;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
	color: #ea4434;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
	color: #1d4fc4;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
	color: #f00075;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
	color: #e21b24;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
	color: #0d66c2;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
	color: #3288d4;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
	color: #f6405f;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
	color: #e60122;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
	color: #ef4155;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
	color: #ff4500;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
	color: #0478d7;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
	color: #fff;
	stroke: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
	color: #ff5600;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
	color: #1bd760;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
	color: #2aabee;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
	color: #011835;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
	color: #6440a4;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
	color: #1da1f2;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
	color: #1eb7ea;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
	color: #4680c2;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
	color: #25d366;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
	color: #3499cd;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
	color: #d32422;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
	color: red;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
	width: auto;
}

:root :where(.wp-block-social-links .wp-social-link a) {
	padding: .25em;
}

:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
	padding: 0;
}

:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
	padding-left: .6666666667em;
	padding-right: .6666666667em;
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
	color: #000;
}

.wp-block-spacer {
	clear: both;
}

.wp-block-tag-cloud {
	box-sizing: border-box;
}

.wp-block-tag-cloud.aligncenter {
	justify-content: center;
	text-align: center;
}

.wp-block-tag-cloud.alignfull {
	padding-left: 1em;
	padding-right: 1em;
}

.wp-block-tag-cloud a {
	display: inline-block;
	margin-right: 5px;
}

.wp-block-tag-cloud span {
	display: inline-block;
	margin-left: 5px;
	text-decoration: none;
}

:root :where(.wp-block-tag-cloud.is-style-outline) {
	display: flex;
	flex-wrap: wrap;
	gap: 1ch;
}

:root :where(.wp-block-tag-cloud.is-style-outline a) {
	border: 1px solid;
	font-size: unset !important;
	margin-right: 0;
	padding: 1ch 2ch;
	text-decoration: none !important;
}

.wp-block-table {
	overflow-x: auto;
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-table thead {
	border-bottom: 3px solid;
}

.wp-block-table tfoot {
	border-top: 3px solid;
}

.wp-block-table td, .wp-block-table th {
	border: 1px solid;
	padding: .5em;
}

.wp-block-table .has-fixed-layout {
	table-layout: fixed;
	width: 100%;
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
	word-break: break-word;
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
	display: table;
	width: auto;
}

.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
	word-break: break-word;
}

.wp-block-table .has-subtle-light-gray-background-color {
	background-color: #f3f4f5;
}

.wp-block-table .has-subtle-pale-green-background-color {
	background-color: #e9fbe5;
}

.wp-block-table .has-subtle-pale-blue-background-color {
	background-color: #e7f5fe;
}

.wp-block-table .has-subtle-pale-pink-background-color {
	background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes {
	background-color: initial;
	border-bottom: 1px solid #f0f0f0;
	border-collapse: inherit;
	border-spacing: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
	background-color: #f3f4f5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
	background-color: #e9fbe5;
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
	background-color: #e7f5fe;
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
	background-color: #fcf0ef;
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
	border-color: rgba(0, 0, 0, 0);
}

.wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr, .wp-block-table .has-border-color>* {
	border-color: inherit;
}

.wp-block-table table[style*=border-top-color] tr:first-child, .wp-block-table table[style*=border-top-color] tr:first-child td, .wp-block-table table[style*=border-top-color] tr:first-child th, .wp-block-table table[style*=border-top-color]>*, .wp-block-table table[style*=border-top-color]>* td, .wp-block-table table[style*=border-top-color]>* th {
	border-top-color: inherit;
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
	border-top-color: initial;
}

.wp-block-table table[style*=border-right-color] td:last-child, .wp-block-table table[style*=border-right-color] th, .wp-block-table table[style*=border-right-color] tr, .wp-block-table table[style*=border-right-color]>* {
	border-right-color: inherit;
}

.wp-block-table table[style*=border-bottom-color] tr:last-child, .wp-block-table table[style*=border-bottom-color] tr:last-child td, .wp-block-table table[style*=border-bottom-color] tr:last-child th, .wp-block-table table[style*=border-bottom-color]>*, .wp-block-table table[style*=border-bottom-color]>* td, .wp-block-table table[style*=border-bottom-color]>* th {
	border-bottom-color: inherit;
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
	border-bottom-color: initial;
}

.wp-block-table table[style*=border-left-color] td:first-child, .wp-block-table table[style*=border-left-color] th, .wp-block-table table[style*=border-left-color] tr, .wp-block-table table[style*=border-left-color]>* {
	border-left-color: inherit;
}

.wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr, .wp-block-table table[style*=border-style]>* {
	border-style: inherit;
}

.wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr, .wp-block-table table[style*=border-width]>* {
	border-style: inherit;
	border-width: inherit;
}

:root :where(.wp-block-table-of-contents) {
	box-sizing: border-box;
}

:where(.wp-block-term-description) {
	box-sizing: border-box;
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap);
}

.wp-block-term-description p {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
	display: flex;
}

.wp-block-text-columns .wp-block-column {
	margin: 0 1em;
	padding: 0;
}

.wp-block-text-columns .wp-block-column:first-child {
	margin-left: 0;
}

.wp-block-text-columns .wp-block-column:last-child {
	margin-right: 0;
}

.wp-block-text-columns.columns-2 .wp-block-column {
	width: 50%;
}

.wp-block-text-columns.columns-3 .wp-block-column {
	width: 33.3333333333%;
}

.wp-block-text-columns.columns-4 .wp-block-column {
	width: 25%;
}

pre.wp-block-verse {
	overflow: auto;
	white-space: pre-wrap;
}

:where(pre.wp-block-verse) {
	font-family: inherit;
}

.wp-block-video {
	box-sizing: border-box;
}

.wp-block-video video {
	vertical-align: middle;
	width: 100%;
}

@supports (position:sticky) {
	.wp-block-video [poster] {
		object-fit: cover;
	}
}

.wp-block-video.aligncenter {
	text-align: center;
}

.wp-block-video :where(figcaption) {
	margin-bottom: 1em;
	margin-top: .5em;
}

.editor-styles-wrapper, .entry-content {
	counter-reset: footnotes;
}

a[data-fn].fn {
	counter-increment: footnotes;
	display: inline-flex;
	font-size: smaller;
	text-decoration: none;
	text-indent: -9999999px;
	vertical-align: super;
}

a[data-fn].fn:after {
	content: "[" counter(footnotes) "]";
	float: left;
	text-indent: 0;
}

.wp-element-button {
	cursor: pointer;
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px;
}

:root .has-very-light-gray-background-color {
	background-color: #eee;
}

:root .has-very-dark-gray-background-color {
	background-color: #313131;
}

:root .has-very-light-gray-color {
	color: #eee;
}

:root .has-very-dark-gray-color {
	color: #313131;
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
	background: linear-gradient(135deg, #00d084, #0693e3);
}

:root .has-purple-crush-gradient-background {
	background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}

:root .has-hazy-dawn-gradient-background {
	background: linear-gradient(135deg, #faaca8, #dad0ec);
}

:root .has-subdued-olive-gradient-background {
	background: linear-gradient(135deg, #fafae1, #67a671);
}

:root .has-atomic-cream-gradient-background {
	background: linear-gradient(135deg, #fdd79a, #004a59);
}

:root .has-nightshade-gradient-background {
	background: linear-gradient(135deg, #330968, #31cdcf);
}

:root .has-midnight-gradient-background {
	background: linear-gradient(135deg, #020381, #2874fc);
}

.has-regular-font-size {
	font-size: 1em;
}

.has-larger-font-size {
	font-size: 2.625em;
}

.has-normal-font-size {
	font-size: var(--wp--preset--font-size--normal);
}

.has-huge-font-size {
	font-size: var(--wp--preset--font-size--huge);
}

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

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

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

#end-resizable-editor-section {
	display: none;
}

.aligncenter {
	clear: both;
}

.items-justified-left {
	justify-content: flex-start;
}

.items-justified-center {
	justify-content: center;
}

.items-justified-right {
	justify-content: flex-end;
}

.items-justified-space-between {
	justify-content: space-between;
}

.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #ddd;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

html :where(.has-border-color) {
	border-style: solid;
}

html :where([style*=border-top-color]) {
	border-top-style: solid;
}

html :where([style*=border-right-color]) {
	border-right-style: solid;
}

html :where([style*=border-bottom-color]) {
	border-bottom-style: solid;
}

html :where([style*=border-left-color]) {
	border-left-style: solid;
}

html :where([style*=border-width]) {
	border-style: solid;
}

html :where([style*=border-top-width]) {
	border-top-style: solid;
}

html :where([style*=border-right-width]) {
	border-right-style: solid;
}

html :where([style*=border-bottom-width]) {
	border-bottom-style: solid;
}

html :where([style*=border-left-width]) {
	border-left-style: solid;
}

html :where(img[class*=wp-image-]) {
	height: auto;
	max-width: 100%;
}

:where(figure) {
	margin: 0 0 1em;
}

html :where(.is-position-sticky) {
	--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px);
}

@media screen and (max-width:600px) {
	html :where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: 0px;
	}
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: 400;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: .75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: "";
	position: absolute;
	background-color: #fbfbfc;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion:reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: .5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection>output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection>output[hidden] {
	display: none;
}

div.wpappbox *, div.wpappbox:after, div.wpappbox:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.wpappbox a, div.wpappbox a:after, div.wpappbox:before {
	text-decoration: none !important;
	color: #323232;
	-webkit-transition-property: background color;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: background color;
	-moz-transition-duration: .2s;
	-moz-transition-timing-function: ease;
	-o-transition-property: background color;
	-o-transition-duration: .2s;
	-o-transition-timing-function: ease;
	transition-property: background color;
	transition-duration: .2s;
	transition-timing-function: ease;
}

div.wpappbox a img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

div.wpappbox a:hover img {
	opacity: .9;
	-webkit-filter: grayscale(100%);
}

i.wpappbox-tinymce-button {
	background-image: url("https://www.appstory.org/wp-content/plugins/wp-appbox/buttons/appbox.btn.png");
}

i.wpappbox-tinymce-button.nitro-lazy {
	background-image: none !important;
}

div.wpappbox {
	clear: both;
	font-family: "Open Sans", Arial;
	background-color: #f9f9f9;
	width: auto;
	line-height: 1;
	color: #545450;
	margin: 16px 0;
	font-size: 16px;
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, .11);
	border-radius: 8px;
}

div.wpappbox.simple {
	height: 114px;
}

div.wpappbox.compact {
	height: 68px;
}

div.wpappbox.screenshots-only {
	cursor: pointer;
}

div.wpappbox div.appicon {
	position: relative;
	height: 112px;
	width: 112px;
	float: left;
	padding: 10px;
	background: #fff;
	text-align: center;
	border-right: 1px solid #e5e5e5;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

div.wpappbox.screenshots div.appicon {
	border-bottom-left-radius: 0;
}

div.wpappbox.compact div.appicon {
	height: 66px;
	width: 68px;
	float: left;
	padding: 6px;
}

div.wpappbox div.appicon img {
	height: 92px;
	max-height: 92px;
	width: 92px;
	max-width: 92px;
	margin: auto;
	border: 0;
	border-radius: 6px;
	object-fit: cover;
}

div.wpappbox.compact div.appicon img {
	height: 54px;
	width: 54px;
	max-width: 54px;
	margin: auto;
	border: 0;
	border-radius: 6px;
}

div.wpappbox.error div.appicon img {
	border-radius: 45px;
	box-shadow: -5px 6px 16px -3px rgba(50, 50, 50, .1);
}

div.wpappbox.deprecated div.appicon, div.wpappbox.deprecated div.screenshots {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.wpappbox.deprecated div.appbuttons a {
	position: relative;
}

.wpappbox.deprecated div.appbuttons a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 9px;
	left: 0;
	transform: skewY(-10deg);
	width: 100%;
	height: 1px;
	background: rgba(54, 54, 54, .5);
}

.wpappbox.deprecated .apptitle {
	text-decoration: line-through;
	text-decoration-line: line-through;
	text-decoration-color: rgba(54, 54, 54, .5);
}

div.wpappbox div.qrcode {
	display: none;
	position: absolute;
	padding: 6px;
	z-index: 999;
}

div.wpappbox div.applinks, div.wpappbox.compact a.applinks {
	float: right;
	position: relative;
	background: #fff;
	text-align: center;
	border-left: 1px solid #e5e5e5;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

div.wpappbox.screenshots a.applinks {
	border-bottom-right-radius: 0;
}

div.wpappbox div.qrcode img {
	height: 100px;
	width: 100px;
	opacity: 1;
}

div.wpappbox div.appdetails {
	font-size: 16px;
	line-height: 16px;
	padding-top: 10px;
}

div.wpappbox.compact div.appdetails {
	font-size: 15px;
	line-height: 15px;
	padding-top: 6px;
}

div.wpappbox div.appdetails>div {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	padding: 6px 8px;
}

div.wpappbox.compact div.appdetails>div {
	padding: 4px 8px 1px;
}

div.wpappbox div.apptitle {
	font-size: 19px;
	line-height: 19px;
	font-weight: 600;
	margin: 2px 0 0;
}

div.wpappbox.compact div.apptitle {
	font-size: 16px;
	line-height: 17px;
}

div.wpappbox.error div.title {
	font-size: 14px;
	line-height: 13px;
	font-weight: 600;
}

div.wpappbox.error div.buttons {
	margin-top: 4px;
}

div.wpappbox div.appdetails>span.price-old {
	text-decoration: line-through;
}

div.wpappbox div.applinks {
	height: 112px;
	width: 92px;
	display: block;
}

div.wpappbox.compact a.applinks {
	height: 66px;
	width: 66px;
	display: block;
}

div.wpappbox div.appbuttons {
	position: absolute;
	bottom: 1px;
	width: 92px;
}

div.wpappbox div.appbuttons a, div.wpappbox div.appbuttons span, div.wpappbox.error div.buttons a {
	font-size: 13px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
	background: #f1f1f1;
	border-bottom: 0;
	color: #323232;
	padding: 3px 5px;
	display: block;
	margin: 8px 10px;
	border-radius: 3px;
	cursor: pointer;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.wpappbox.error div.buttons a {
	display: inline-block;
	margin: 0 0;
	margin-right: 8px;
	background: #fff;
	color: rgba(34, 34, 34, .8);
}

div.wpappbox div.appbuttons a:hover, div.wpappbox div.appbuttons span:hover, div.wpappbox.error div.buttons a:hover {
	background: #373941 !important;
	border-bottom: 0 !important;
	color: #fff !important;
	transition: background-color .5s ease-in-out;
	-moz-transition: background-color .5s ease-in-out;
	-webkit-transition: background-color .5s ease-in-out;
}

div.wpappbox div.rating-stars {
	width: 65px;
	height: 13px;
	margin-left: 5px;
	margin-top: 4px;
	display: inline-block;
}

div.wpappbox div.stars-monochrome {
	background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/stars-sprites-monochrome.png") no-repeat;
}

div.wpappbox div.stars-monochrome.nitro-lazy {
	background-image: none !important;
}

div.wpappbox div.stars-colorful {
	background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/stars-sprites-colorful.png") no-repeat;
}

div.wpappbox div.stars-colorful.nitro-lazy {
	background-image: none !important;
}

div.wpappbox div.stars00 {
	background-position: 0 0;
}

div.wpappbox div.stars05 {
	background-position: 0 -13px;
}

div.wpappbox div.stars10 {
	background-position: 0 -26px;
}

div.wpappbox div.stars15 {
	background-position: 0 -39px;
}

div.wpappbox div.stars20 {
	background-position: 0 -52px;
}

div.wpappbox div.stars25 {
	background-position: 0 -65px;
}

div.wpappbox div.stars30 {
	background-position: 0 -78px;
}

div.wpappbox div.stars35 {
	background-position: 0 -91px;
}

div.wpappbox div.stars40 {
	background-position: 0 -104px;
}

div.wpappbox div.stars45 {
	background-position: 0 -117px;
}

div.wpappbox div.stars50 {
	background-position: 0 -130px;
}

div.wpappbox a:link, div.wpappbox a:visited {
	color: #545450;
}

div.wpappbox a:active, div.wpappbox a:hover {
	text-decoration: none;
	color: #5588b5;
}

div.wpappbox.screenshots>div.screenshots {
	width: auto;
	margin: 0 auto;
	padding: 10px;
	clear: both;
	border-top: 1px solid #e5e5e5;
}

div.wpappbox.screenshots>div.screenshots>div.slider {
	overflow-x: scroll;
	overflow-y: hidden;
	height: 320px;
	margin-top: 0;
}

div.wpappbox.screenshots>div.screenshots>div.slider>ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style-image: none;
	white-space: nowrap;
}

div.wpappbox.screenshots>div.screenshots>div.slider>ul>li {
	padding: 0;
	margin: 0 6px 0 0;
	list-style-type: none;
	display: inline;
}

div.wpappbox.screenshots>div.screenshots>div.slider>ul>li:last-child {
	margin-right: 0;
}

div.wpappbox.screenshots>div.screenshots>div.slider>ul>li img {
	height: 320px !important;
	display: inline;
}

div.wpappbox.error>span {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	font-size: 16px;
	border-left: 3px solid #df4a4a;
}

div.wpappbox.error a {
	display: inline-block;
	font-size: 15px;
	margin-left: 3px;
}

div.wpappbox div.appdetails span.oldprice {
	text-decoration: line-through;
}

div.wpappbox.appgallery a.applinks, div.wpappbox.appgallery div.applinks {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/appgallery.png");
}

div.wpappbox.appgallery a.applinks.nitro-lazy, div.wpappbox.appgallery div.applinks.nitro-lazy {
	background-image: none !important;
}

div.wpappbox.appstore a.applinks, div.wpappbox.appstore div.applinks {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/appstore.png");
}

div.wpappbox.appstore a.applinks.nitro-lazy, div.wpappbox.appstore div.applinks.nitro-lazy {
	background-image: none !important;
}

div.wpappbox.macappstore a.applinks, div.wpappbox.macappstore div.applinks {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/macappstore.png");
}

div.wpappbox.macappstore a.applinks.nitro-lazy, div.wpappbox.macappstore div.applinks.nitro-lazy {
	background-image: none !important;
}

div.wpappbox.apple-arcade span.price img.apple-arcade-logo {
	margin-right: 2px;
}

div.wpappbox.googleplay a.applinks, div.wpappbox.googleplay div.applinks {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/googleplay.png");
}

div.wpappbox.googleplay a.applinks.nitro-lazy, div.wpappbox.googleplay div.applinks.nitro-lazy {
	background-image: none !important;
}

div.wpappbox.gog a.applinks, div.wpappbox.gog div.applinks {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/gog.png");
}

div.wpappbox.gog a.applinks.nitro-lazy, div.wpappbox.gog div.applinks.nitro-lazy {
	background-image: none !important;
}

div.wpappbox.microsoftstore a.applinks, div.wpappbox.microsoftstore div.applinks {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/microsoftstore.png");
}

div.wpappbox.microsoftstore a.applinks.nitro-lazy, div.wpappbox.microsoftstore div.applinks.nitro-lazy {
	background-image: none !important;
}

div.wpappbox.chromewebstore a.applinks, div.wpappbox.chromewebstore div.applinks {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/chromewebstore.png");
}

div.wpappbox.chromewebstore a.applinks.nitro-lazy, div.wpappbox.chromewebstore div.applinks.nitro-lazy {
	background-image: none !important;
}

div.wpappbox.edgeaddons a.applinks, div.wpappbox.edgeaddons div.applinks {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/edgeaddons.png");
}

div.wpappbox.edgeaddons a.applinks.nitro-lazy, div.wpappbox.edgeaddons div.applinks.nitro-lazy {
	background-image: none !important;
}

div.wpappbox.fdroid a.applinks, div.wpappbox.fdroid div.applinks {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/fdroid.png");
}

div.wpappbox.fdroid a.applinks.nitro-lazy, div.wpappbox.fdroid div.applinks.nitro-lazy {
	background-image: none !important;
}

div.wpappbox.firefoxaddon a.applinks, div.wpappbox.firefoxaddon div.applinks {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/firefoxaddon.png");
}

div.wpappbox.firefoxaddon a.applinks.nitro-lazy, div.wpappbox.firefoxaddon div.applinks.nitro-lazy {
	background-image: none !important;
}

div.wpappbox.amazonapps a.applinks, div.wpappbox.amazonapps div.applinks {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/amazonapps.png");
}

div.wpappbox.amazonapps a.applinks.nitro-lazy, div.wpappbox.amazonapps div.applinks.nitro-lazy {
	background-image: none !important;
}

div.wpappbox.amazonalexa a.applinks, div.wpappbox.amazonalexa div.applinks {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/amazonalexa.png");
}

div.wpappbox.amazonalexa a.applinks.nitro-lazy, div.wpappbox.amazonalexa div.applinks.nitro-lazy {
	background-image: none !important;
}

div.wpappbox.wordpress a.applinks, div.wpappbox.wordpress div.applinks {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/wordpress.png");
}

div.wpappbox.wordpress a.applinks.nitro-lazy, div.wpappbox.wordpress div.applinks.nitro-lazy {
	background-image: none !important;
}

div.wpappbox.steam a.applinks, div.wpappbox.steam div.applinks {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/steam.png");
}

div.wpappbox.steam a.applinks.nitro-lazy, div.wpappbox.steam div.applinks.nitro-lazy {
	background-image: none !important;
}

div.wpappbox.snapcraft a.applinks, div.wpappbox.snapcraft div.applinks {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/snapcraft.png");
}

div.wpappbox.snapcraft a.applinks.nitro-lazy, div.wpappbox.snapcraft div.applinks.nitro-lazy {
	background-image: none !important;
}

div.wpappbox.operaaddons a.applinks, div.wpappbox.operaaddons div.applinks {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/operaaddons.png");
}

div.wpappbox.operaaddons a.applinks.nitro-lazy, div.wpappbox.operaaddons div.applinks.nitro-lazy {
	background-image: none !important;
}

div.wpappbox.compact.colorful a.applinks:hover, div.wpappbox.compact:not(.colorful) a.applinks, div.wpappbox:not(.colorful) div.applinks {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

div.wpappbox.compact:not(.colorful) a.applinks:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

div.wpappbox div.applinks, div.wpappbox.compact a.applinks {
	background-repeat: no-repeat !important;
	background-size: auto 42px !important;
	background-position: center 7px !important;
	background-color: #fff;
}

div.wpappbox.compact a.applinks {
	background-position: center center !important;
	background-size: auto 48px !important;
}

div.wpappbox.errormsg {
	font-size: 14px;
	padding: 10px;
	color: #555;
	border-radius: 4px;
	background: #ffecec;
	border: 1px solid #f5aca6;
}

div.wpappbox.errormsg span {
	font-weight: 600;
	text-transform: uppercase;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:240dpi) {
	div.wpappbox div.rating-stars {
		background-size: 65px 143px;
	}
	
	div.wpappbox div.stars-monochrome {
		background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/stars-sprites-monochrome@2x.png");
	}
	
	div.wpappbox div.stars-monochrome.nitro-lazy {
		background-image: none !important;
	}
	
	div.wpappbox div.stars-colorful {
		background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/stars-sprites-colorful@2x.png");
	}
	
	div.wpappbox div.stars-colorful.nitro-lazy {
		background-image: none !important;
	}
	
	div.wpappbox.appgallery a.applinks, div.wpappbox.appgallery div.applinks {
		background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/appgallery@2x.png");
	}
	
	div.wpappbox.appgallery a.applinks.nitro-lazy, div.wpappbox.appgallery div.applinks.nitro-lazy {
		background-image: none !important;
	}
	
	div.wpappbox.appstore a.applinks, div.wpappbox.appstore div.applinks {
		background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/appstore@2x.png");
	}
	
	div.wpappbox.appstore a.applinks.nitro-lazy, div.wpappbox.appstore div.applinks.nitro-lazy {
		background-image: none !important;
	}
	
	div.wpappbox.macappstore a.applinks, div.wpappbox.macappstore div.applinks {
		background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/macappstore@2x.png");
	}
	
	div.wpappbox.macappstore a.applinks.nitro-lazy, div.wpappbox.macappstore div.applinks.nitro-lazy {
		background-image: none !important;
	}
	
	div.wpappbox.googleplay a.applinks, div.wpappbox.googleplay div.applinks {
		background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/googleplay@2x.png");
	}
	
	div.wpappbox.googleplay a.applinks.nitro-lazy, div.wpappbox.googleplay div.applinks.nitro-lazy {
		background-image: none !important;
	}
	
	div.wpappbox.gog a.applinks, div.wpappbox.gog div.applinks {
		background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/gog@2x.png");
	}
	
	div.wpappbox.gog a.applinks.nitro-lazy, div.wpappbox.gog div.applinks.nitro-lazy {
		background-image: none !important;
	}
	
	div.wpappbox.microsoftstore a.applinks, div.wpappbox.microsoftstore div.applinks {
		background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/microsoftstore@2x.png");
	}
	
	div.wpappbox.microsoftstore a.applinks.nitro-lazy, div.wpappbox.microsoftstore div.applinks.nitro-lazy {
		background-image: none !important;
	}
	
	div.wpappbox.chromewebstore a.applinks, div.wpappbox.chromewebstore div.applinks {
		background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/chromewebstore@2x.png");
	}
	
	div.wpappbox.chromewebstore a.applinks.nitro-lazy, div.wpappbox.chromewebstore div.applinks.nitro-lazy {
		background-image: none !important;
	}
	
	div.wpappbox.edgeaddons a.applinks, div.wpappbox.edgeaddons div.applinks {
		background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/edgeaddons@2x.png");
	}
	
	div.wpappbox.edgeaddons a.applinks.nitro-lazy, div.wpappbox.edgeaddons div.applinks.nitro-lazy {
		background-image: none !important;
	}
	
	div.wpappbox.fdroid a.applinks, div.wpappbox.fdroid div.applinks {
		background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/fdroid@2x.png");
	}
	
	div.wpappbox.fdroid a.applinks.nitro-lazy, div.wpappbox.fdroid div.applinks.nitro-lazy {
		background-image: none !important;
	}
	
	div.wpappbox.firefoxaddon a.applinks, div.wpappbox.firefoxaddon div.applinks {
		background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/firefoxaddon@2x.png");
	}
	
	div.wpappbox.firefoxaddon a.applinks.nitro-lazy, div.wpappbox.firefoxaddon div.applinks.nitro-lazy {
		background-image: none !important;
	}
	
	div.wpappbox.amazonapps a.applinks, div.wpappbox.amazonapps div.applinks {
		background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/amazonapps@2x.png");
	}
	
	div.wpappbox.amazonapps a.applinks.nitro-lazy, div.wpappbox.amazonapps div.applinks.nitro-lazy {
		background-image: none !important;
	}
	
	div.wpappbox.amazonalexa a.applinks, div.wpappbox.amazonalexa div.applinks {
		background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/amazonalexa@2x.png");
	}
	
	div.wpappbox.amazonalexa a.applinks.nitro-lazy, div.wpappbox.amazonalexa div.applinks.nitro-lazy {
		background-image: none !important;
	}
	
	div.wpappbox.wordpress a.applinks, div.wpappbox.wordpress div.applinks {
		background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/wordpress@2x.png");
	}
	
	div.wpappbox.wordpress a.applinks.nitro-lazy, div.wpappbox.wordpress div.applinks.nitro-lazy {
		background-image: none !important;
	}
	
	div.wpappbox.snapcraft a.applinks, div.wpappbox.snapcraft div.applinks {
		background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/snapcraft@2x.png");
	}
	
	div.wpappbox.snapcraft a.applinks.nitro-lazy, div.wpappbox.snapcraft div.applinks.nitro-lazy {
		background-image: none !important;
	}
	
	div.wpappbox.steam a.applinks, div.wpappbox.steam div.applinks {
		background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/steam@2x.png");
	}
	
	div.wpappbox.steam a.applinks.nitro-lazy, div.wpappbox.steam div.applinks.nitro-lazy {
		background-image: none !important;
	}
	
	div.wpappbox.operaaddons a.applinks, div.wpappbox.operaaddons div.applinks {
		background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/operaaddons@2x.png");
	}
	
	div.wpappbox.operaaddons a.applinks.nitro-lazy, div.wpappbox.operaaddons div.applinks.nitro-lazy {
		background-image: none !important;
	}
}

@media screen and (max-width:500px) {
	div.wpappbox div.rating-stars, div.wpappbox.screenshots>div.screenshots>div.slider {
		margin-top: 0;
	}
	
	div.wpappbox div.appdetails>div.developer, div.wpappbox.compact a.applinks, div.wpappbox.screenshots div.applinks, div.wpappbox.simple div.applinks {
		display: none;
	}
	
	div.wpappbox.screenshots>div.screenshots {
		padding: 8px;
	}
	
	div.amazonapps a.apptitle {
		background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/amazonapps-small.png");
		padding-left: 18px;
	}
	
	div.amazonalexa a.apptitle {
		background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/amazonalexa-small.png");
		padding-left: 18px;
	}
	
	div.appgallery a.apptitle {
		background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/appgallery-small.png");
		padding-left: 18px;
	}
	
	div.appstore a.apptitle {
		background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/appstore-small.png");
		padding-left: 18px;
	}
	
	div.chromewebstore a.apptitle {
		background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/chromewebstore-small.png");
		padding-left: 16px;
	}
	
	div.edgeaddons a.apptitle {
		background: url("https://www.appstory.org/wp-content/plugins/wp-appbox/img/edge-extensions-small.png");
		padding-left: 17px;
	}
	
	div.fdroid a.apptitle {
		background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/fdroid-small.png");
		padding-left: 17px;
	}
	
	div.firefoxaddon a.apptitle {
		background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/firefoxaddon-small.png");
		padding-left: 17px;
	}
	
	div.gog a.apptitle {
		background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/gog-small.png");
		padding-left: 33px;
	}
	
	div.googleplay a.apptitle {
		background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/googleplay-small.png");
		padding-left: 18px;
	}
	
	div.macappstore a.apptitle {
		background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/macappstore-small.png");
		padding-left: 18px;
	}
	
	div.operaaddons a.apptitle {
		background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/operaaddons-small.png");
		padding-left: 16px;
	}
	
	div.steam a.apptitle {
		background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/steam-small.png");
		padding-left: 23px;
	}
	
	div.snapcraft a.apptitle {
		background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/snapcraft-small.png");
		padding-left: 23px;
	}
	
	div.microsoftstore a.apptitle {
		background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/microsoftstore-small.png");
		padding-left: 16px;
	}
	
	div.wordpress a.apptitle {
		background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/wordpress-small.png");
		padding-left: 17px;
	}
	
	@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:240dpi) {
		div.amazonapps a.apptitle {
			background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/amazonapps-small@2x.png");
		}
		
		div.amazonalexa a.apptitle {
			background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/amazonalexa-small@2x.png");
		}
		
		div.appgallery a.apptitle {
			background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/appgallery-small@2x.png");
		}
		
		div.appstore a.apptitle {
			background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/appstore-small@2x.png");
		}
		
		div.chromewebstore a.apptitle {
			background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/chromewebstore-small@2x.png");
		}
		
		div.edgeaddons a.apptitle {
			background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/edgeaddons-small@2x.png");
		}
		
		div.fdroid a.apptitle {
			background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/fdroid-small@2x.png");
		}
		
		div.firefoxaddon a.apptitle {
			background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/firefoxaddon-small@2x.png");
		}
		
		div.gog a.apptitle {
			background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/gog-small@2x.png");
		}
		
		div.googleplay a.apptitle {
			background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/googleplay-small@2x.png");
		}
		
		div.macappstore a.apptitle {
			background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/macappstore-small@2x.png");
		}
		
		div.operaaddons a.apptitle {
			background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/operaaddons-small@2x.png");
		}
		
		div.snapcraft a.apptitle {
			background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/snapcraft-small@2x.png");
		}
		
		div.steam a.apptitle {
			background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/steam-small@2x.png");
		}
		
		div.microsoftstore a.apptitle {
			background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/microsoftstore-small@2x.png");
		}
		
		div.wordpress a.apptitle {
			background: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/wp-appbox/img/wordpress-small@2x.png");
		}
	}
	
	div.appdetails a.apptitle {
		background-repeat: no-repeat !important;
		background-position: center left !important;
		background-size: auto 13px !important;
	}
	
	div.wpappbox.compact, div.wpappbox.simple {
		height: 62px;
	}
	
	div.wpappbox div.appicon, div.wpappbox.compact div.appicon {
		height: 60px;
		width: 60px;
		padding: 6px;
	}
	
	div.wpappbox div.appicon img, div.wpappbox.compact div.appicon img {
		height: 48px;
		width: 48px;
		max-width: 48px;
	}
	
	div.wpappbox div.appdetails>div, div.wpappbox.compact div.appdetails>div {
		padding: 0 6px;
	}
	
	div.wpappbox div.appdetails, div.wpappbox.compact div.appdetails {
		font-size: 15px;
		line-height: 15px;
		padding-top: 8px;
	}
	
	div.wpappbox div.apptitle, div.wpappbox.compact div.apptitle, div.wpappbox.error div.title {
		font-size: 16px;
		line-height: 18px;
		font-weight: 600;
		margin-top: 0;
		margin-bottom: 6px;
	}
	
	div.wpappbox.error div.appdetails>div, div.wpappbox.error div.title {
		white-space: normal;
		line-height: 22px;
		font-size: 16px;
	}
	
	div.wpappbox div.appdetails>div.buttons {
		display: none;
	}
}

progress, sub, sup {
	vertical-align: baseline;
}

.sr-only, svg:not(:root) {
	overflow: hidden;
}

button, hr, input, select {
	overflow: visible;
}

.mfp-arrow, .owl-carousel, .owl-carousel .owl-item, html {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

address, dl, ol, ul {
	margin-bottom: 1rem;
}

[role=button], [type=button], [type=reset], [type=submit], button {
	cursor: pointer;
}

a, table {
	background-color: rgba(255, 255, 255, 0);
}

caption, th {
	text-align: left;
}

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

dd, label, legend {
	margin-bottom: .5rem;
}

button.mfp-arrow, button.mfp-close, input[type=number], input[type=search], input[type=text], input[type=email], input[type=url], input[type=tel], input[type=password], input[type=date], textarea {
	-webkit-appearance: none;
}

audio, canvas, label, output, progress, video {
	display: inline-block;
}

pre, textarea {
	overflow: auto;
}

dl, ol, pre, ul {
	margin-top: 0;
}

.fa-pull-left, .table-reflow thead, .table-reflow tr {
	float: left;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

.hidden-xl-down, .hidden-xs-up, .visible-print-block, [hidden] {
	display: none !important;
}

a:active, a:hover {
	outline-width: 0;
}

abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	color: #000;
}

small {
	font-size: 80%;
}

.wp-block-pullquote.alignleft cite, .wp-block-pullquote.alignright cite, sub, sup {
	font-size: 75%;
}

sub, sup {
	line-height: 0;
	position: relative;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
	vertical-align: middle;
}

code, kbd, pre, samp {
	font-size: 1em;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

button, input, select, textarea {
	font: inherit;
}

dt, optgroup {
	font-weight: 700;
}

button, select {
	text-transform: none;
}

[disabled] {
	cursor: default;
}

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

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

button:-moz-focusring, input:-moz-focusring {
	outline: ButtonText dotted 1px;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	max-width: 100%;
	white-space: normal;
}

.mfp-counter, .table-reflow tbody, .wp-block-preformatted, td {
	white-space: nowrap;
}

textarea {
	resize: vertical;
}

[type=checkbox], [type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
}

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

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	-ms-overflow-style: scrollbar;
}

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

.mfp-container, img.mfp-img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

@-ms-viewport {
	width: device-width;
}

body {
	margin: 0;
	font-size: 1rem;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

abbr[data-original-title], abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #818a91;
}

address {
	font-style: normal;
	line-height: inherit;
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}

dd {
	margin-left: 0;
}

blockquote, figure {
	margin: 0 0 1rem;
}

a:focus, a:hover {
	text-decoration: none;
	outline: 0;
}

a:focus {
	outline-offset: -2px;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus, button:focus, input[type=submit] {
	outline: 0;
}

[role=button], a, area, button, input, label, select, summary, textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #818a91;
	caption-side: bottom;
}

button, input, select, textarea {
	margin: 0;
	line-height: inherit;
	border-radius: 0;
}

input[type=checkbox]:disabled, input[type=radio]:disabled {
	cursor: not-allowed;
}

input[type=datetime-local], input[type=month], input[type=date], input[type=time] {
	-webkit-appearance: listbox;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	width: 100%;
	padding: 0;
	font-size: 1.5rem;
	line-height: inherit;
}

.table, hr {
	margin-bottom: 1rem;
}

hr {
	margin-top: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.small, small {
	font-size: 80%;
	font-weight: 400;
}

.mark, mark {
	padding: .2em;
	background-color: #fcf8e3;
}

code, kbd {
	padding: .2rem .4rem;
	font-size: 90%;
}

code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
	color: #bd4147;
	background-color: #f7f7f9;
	border-radius: .25rem;
}

kbd {
	color: #fff;
	background-color: #333;
	border-radius: .2rem;
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

pre {
	display: block;
	font-size: 90%;
	color: #373a3c;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	background-color: rgba(255, 255, 255, 0);
	border-radius: 0;
}

.container, .container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

@media (min-width:100px) {
	.container {
		max-width: 430px;
	}
}

@media (min-width:580px) {
	.container {
		max-width: 830px;
	}
}

@media (min-width:1024px) {
	.container {
		max-width: 1229px;
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1230px;
	}
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.fa.fa-pull-left, .fa.pull-left {
	margin-right: .3em;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}

.col-xs {
	position: relative;
	-webkit-flex-basis: 0%;
	-ms-flex-preferred-size: 0;
	flex-basis: 0%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.333333%;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-xs-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.666667%;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-xs-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-xs-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-xs-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.666667%;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-xs-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-xs-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.333333%;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-xs-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-xs-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-xs-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.333333%;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-xs-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.666667%;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-xs-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.pull-xs-0 {
	right: auto;
}

.pull-xs-1 {
	right: 8.333333%;
}

.pull-xs-2 {
	right: 16.666667%;
}

.pull-xs-3 {
	right: 25%;
}

.pull-xs-4 {
	right: 33.333333%;
}

.pull-xs-5 {
	right: 41.666667%;
}

.pull-xs-6 {
	right: 50%;
}

.pull-xs-7 {
	right: 58.333333%;
}

.pull-xs-8 {
	right: 66.666667%;
}

.pull-xs-9 {
	right: 75%;
}

.pull-xs-10 {
	right: 83.333333%;
}

.pull-xs-11 {
	right: 91.666667%;
}

.pull-xs-12 {
	right: 100%;
}

.push-xs-0 {
	left: auto;
}

.push-xs-1 {
	left: 8.333333%;
}

.push-xs-2 {
	left: 16.666667%;
}

.push-xs-3 {
	left: 25%;
}

.push-xs-4 {
	left: 33.333333%;
}

.push-xs-5 {
	left: 41.666667%;
}

.push-xs-6 {
	left: 50%;
}

.push-xs-7 {
	left: 58.333333%;
}

.push-xs-8 {
	left: 66.666667%;
}

.push-xs-9 {
	left: 75%;
}

.push-xs-10 {
	left: 83.333333%;
}

.push-xs-11 {
	left: 91.666667%;
}

.push-xs-12 {
	left: 100%;
}

.offset-xs-1 {
	margin-left: 8.333333%;
}

.offset-xs-2 {
	margin-left: 16.666667%;
}

.offset-xs-3 {
	margin-left: 25%;
}

.offset-xs-4 {
	margin-left: 33.333333%;
}

.offset-xs-5 {
	margin-left: 41.666667%;
}

.offset-xs-6 {
	margin-left: 50%;
}

.offset-xs-7 {
	margin-left: 58.333333%;
}

.offset-xs-8 {
	margin-left: 66.666667%;
}

.offset-xs-9 {
	margin-left: 75%;
}

.offset-xs-10 {
	margin-left: 83.333333%;
}

.offset-xs-11 {
	margin-left: 91.666667%;
}

@media (min-width:100px) {
	.col-sm {
		position: relative;
		-webkit-flex-basis: 0%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.col-sm-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-sm-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-sm-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-sm-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-sm-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-sm-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-sm-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-sm-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-sm-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.pull-sm-0 {
		right: auto;
	}
	
	.pull-sm-1 {
		right: 8.333333%;
	}
	
	.pull-sm-2 {
		right: 16.666667%;
	}
	
	.pull-sm-3 {
		right: 25%;
	}
	
	.pull-sm-4 {
		right: 33.333333%;
	}
	
	.pull-sm-5 {
		right: 41.666667%;
	}
	
	.pull-sm-6 {
		right: 50%;
	}
	
	.pull-sm-7 {
		right: 58.333333%;
	}
	
	.pull-sm-8 {
		right: 66.666667%;
	}
	
	.pull-sm-9 {
		right: 75%;
	}
	
	.pull-sm-10 {
		right: 83.333333%;
	}
	
	.pull-sm-11 {
		right: 91.666667%;
	}
	
	.pull-sm-12 {
		right: 100%;
	}
	
	.push-sm-0 {
		left: auto;
	}
	
	.push-sm-1 {
		left: 8.333333%;
	}
	
	.push-sm-2 {
		left: 16.666667%;
	}
	
	.push-sm-3 {
		left: 25%;
	}
	
	.push-sm-4 {
		left: 33.333333%;
	}
	
	.push-sm-5 {
		left: 41.666667%;
	}
	
	.push-sm-6 {
		left: 50%;
	}
	
	.push-sm-7 {
		left: 58.333333%;
	}
	
	.push-sm-8 {
		left: 66.666667%;
	}
	
	.push-sm-9 {
		left: 75%;
	}
	
	.push-sm-10 {
		left: 83.333333%;
	}
	
	.push-sm-11 {
		left: 91.666667%;
	}
	
	.push-sm-12 {
		left: 100%;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:580px) {
	.col-md {
		position: relative;
		-webkit-flex-basis: 0%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.col-md-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-md-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-md-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-md-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-md-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-md-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-md-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.pull-md-0 {
		right: auto;
	}
	
	.pull-md-1 {
		right: 8.333333%;
	}
	
	.pull-md-2 {
		right: 16.666667%;
	}
	
	.pull-md-3 {
		right: 25%;
	}
	
	.pull-md-4 {
		right: 33.333333%;
	}
	
	.pull-md-5 {
		right: 41.666667%;
	}
	
	.pull-md-6 {
		right: 50%;
	}
	
	.pull-md-7 {
		right: 58.333333%;
	}
	
	.pull-md-8 {
		right: 66.666667%;
	}
	
	.pull-md-9 {
		right: 75%;
	}
	
	.pull-md-10 {
		right: 83.333333%;
	}
	
	.pull-md-11 {
		right: 91.666667%;
	}
	
	.pull-md-12 {
		right: 100%;
	}
	
	.push-md-0 {
		left: auto;
	}
	
	.push-md-1 {
		left: 8.333333%;
	}
	
	.push-md-2 {
		left: 16.666667%;
	}
	
	.push-md-3 {
		left: 25%;
	}
	
	.push-md-4 {
		left: 33.333333%;
	}
	
	.push-md-5 {
		left: 41.666667%;
	}
	
	.push-md-6 {
		left: 50%;
	}
	
	.push-md-7 {
		left: 58.333333%;
	}
	
	.push-md-8 {
		left: 66.666667%;
	}
	
	.push-md-9 {
		left: 75%;
	}
	
	.push-md-10 {
		left: 83.333333%;
	}
	
	.push-md-11 {
		left: 91.666667%;
	}
	
	.push-md-12 {
		left: 100%;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:1024px) {
	.col-lg {
		position: relative;
		-webkit-flex-basis: 0%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.col-lg-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-lg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-lg-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-lg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-lg-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-lg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-lg-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-lg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-lg-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.pull-lg-0 {
		right: auto;
	}
	
	.pull-lg-1 {
		right: 8.333333%;
	}
	
	.pull-lg-2 {
		right: 16.666667%;
	}
	
	.pull-lg-3 {
		right: 25%;
	}
	
	.pull-lg-4 {
		right: 33.333333%;
	}
	
	.pull-lg-5 {
		right: 41.666667%;
	}
	
	.pull-lg-6 {
		right: 50%;
	}
	
	.pull-lg-7 {
		right: 58.333333%;
	}
	
	.pull-lg-8 {
		right: 66.666667%;
	}
	
	.pull-lg-9 {
		right: 75%;
	}
	
	.pull-lg-10 {
		right: 83.333333%;
	}
	
	.pull-lg-11 {
		right: 91.666667%;
	}
	
	.pull-lg-12 {
		right: 100%;
	}
	
	.push-lg-0 {
		left: auto;
	}
	
	.push-lg-1 {
		left: 8.333333%;
	}
	
	.push-lg-2 {
		left: 16.666667%;
	}
	
	.push-lg-3 {
		left: 25%;
	}
	
	.push-lg-4 {
		left: 33.333333%;
	}
	
	.push-lg-5 {
		left: 41.666667%;
	}
	
	.push-lg-6 {
		left: 50%;
	}
	
	.push-lg-7 {
		left: 58.333333%;
	}
	
	.push-lg-8 {
		left: 66.666667%;
	}
	
	.push-lg-9 {
		left: 75%;
	}
	
	.push-lg-10 {
		left: 83.333333%;
	}
	
	.push-lg-11 {
		left: 91.666667%;
	}
	
	.push-lg-12 {
		left: 100%;
	}
	
	.offset-lg-0 {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:1200px) {
	.col-xl {
		position: relative;
		-webkit-flex-basis: 0%;
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.col-xl-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-xl-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-xl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-xl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-xl-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-xl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-xl-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-xl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-xl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-xl-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-xl-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-xl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.pull-xl-0 {
		right: auto;
	}
	
	.pull-xl-1 {
		right: 8.333333%;
	}
	
	.pull-xl-2 {
		right: 16.666667%;
	}
	
	.pull-xl-3 {
		right: 25%;
	}
	
	.pull-xl-4 {
		right: 33.333333%;
	}
	
	.pull-xl-5 {
		right: 41.666667%;
	}
	
	.pull-xl-6 {
		right: 50%;
	}
	
	.pull-xl-7 {
		right: 58.333333%;
	}
	
	.pull-xl-8 {
		right: 66.666667%;
	}
	
	.pull-xl-9 {
		right: 75%;
	}
	
	.pull-xl-10 {
		right: 83.333333%;
	}
	
	.pull-xl-11 {
		right: 91.666667%;
	}
	
	.pull-xl-12 {
		right: 100%;
	}
	
	.push-xl-0 {
		left: auto;
	}
	
	.push-xl-1 {
		left: 8.333333%;
	}
	
	.push-xl-2 {
		left: 16.666667%;
	}
	
	.push-xl-3 {
		left: 25%;
	}
	
	.push-xl-4 {
		left: 33.333333%;
	}
	
	.push-xl-5 {
		left: 41.666667%;
	}
	
	.push-xl-6 {
		left: 50%;
	}
	
	.push-xl-7 {
		left: 58.333333%;
	}
	
	.push-xl-8 {
		left: 66.666667%;
	}
	
	.push-xl-9 {
		left: 75%;
	}
	
	.push-xl-10 {
		left: 83.333333%;
	}
	
	.push-xl-11 {
		left: 91.666667%;
	}
	
	.push-xl-12 {
		left: 100%;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.mfp-image-holder .mfp-content, .table, iframe, img, img.mfp-img {
	max-width: 100%;
}

.table {
	width: 100%;
}

.table td, .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #eceeef;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #eceeef;
}

.table tbody+tbody {
	border-top: 2px solid #eceeef;
}

.table .table {
	background-color: #fff;
}

.table-sm td, .table-sm th {
	padding: .3rem;
}

.table-bordered, .table-bordered td, .table-bordered th {
	border: 1px solid #eceeef;
}

.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05);
}

.table-active, .table-active>td, .table-active>th, .table-hover .table-active:hover, .table-hover .table-active:hover>td, .table-hover .table-active:hover>th, .table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, .075);
}

.table-success, .table-success>td, .table-success>th {
	background-color: #dff0d8;
}

.table-hover .table-success:hover, .table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
	background-color: #d0e9c6;
}

.table-info, .table-info>td, .table-info>th {
	background-color: #d9edf7;
}

.table-hover .table-info:hover, .table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
	background-color: #c4e3f3;
}

.table-warning, .table-warning>td, .table-warning>th {
	background-color: #fcf8e3;
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
	background-color: #faf2cc;
}

.table-danger, .table-danger>td, .table-danger>th {
	background-color: #f2dede;
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
	background-color: #ebcccc;
}

.thead-inverse th {
	color: #fff;
	background-color: #373a3c;
}

.thead-default th {
	color: #55595c;
	background-color: #eceeef;
}

.table-inverse {
	color: #eceeef;
	background-color: #373a3c;
}

.table-inverse td, .table-inverse th, .table-inverse thead th {
	border-color: #55595c;
}

.table-inverse.table-bordered {
	border: 0;
}

.table-responsive {
	display: block;
	width: 100%;
	min-height: .01%;
	overflow-x: auto;
}

.table-reflow tbody {
	display: block;
}

.table-reflow td, .table-reflow th {
	border-top: 1px solid #eceeef;
	border-left: 1px solid #eceeef;
}

.table-reflow td:last-child, .table-reflow th:last-child {
	border-right: 1px solid #eceeef;
}

.table-reflow tbody:last-child tr:last-child td, .table-reflow tbody:last-child tr:last-child th, .table-reflow tfoot:last-child tr:last-child td, .table-reflow tfoot:last-child tr:last-child th, .table-reflow thead:last-child tr:last-child td, .table-reflow thead:last-child tr:last-child th {
	border-bottom: 1px solid #eceeef;
}

.table-reflow tr td, .table-reflow tr th {
	display: block !important;
	border: 1px solid #eceeef;
}

.form-control {
	display: block;
	width: 100%;
	padding: .5rem .75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #55595c;
	background-color: #fff;
	background-image: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
}

.form-control.nitro-lazy {
	background-image: none !important;
}

.form-control::-ms-expand {
	background-color: rgba(255, 255, 255, 0);
	border: 0;
}

.form-control:focus {
	color: #55595c;
	background-color: #fff;
	border-color: #66afe9;
	outline: 0;
}

.form-control::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}

.form-control::placeholder {
	color: #999;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #eceeef;
	opacity: 1;
}

.form-control:disabled {
	cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
	height: 2.5rem;
}

select.form-control:focus::-ms-value {
	color: #55595c;
	background-color: #fff;
}

.form-control-file, .form-control-range {
	display: block;
}

.col-form-label {
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin-bottom: 0;
}

.col-form-label-lg {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: 1.25rem;
}

.col-form-label-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-size: .875rem;
}

.col-form-legend, .form-control-static {
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin-bottom: 0;
}

.col-form-legend {
	font-size: 1rem;
}

.form-control-static {
	min-height: 2.5rem;
}

.form-control-static.form-control-lg, .form-control-static.form-control-sm {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem;
}

select.form-control-sm:not([size]):not([multiple]) {
	height: 1.8125rem;
}

.form-control-lg {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	border-radius: .3rem;
}

select.form-control-lg:not([size]):not([multiple]) {
	height: 3.166667rem;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: .25rem;
}

.form-check {
	position: relative;
	display: block;
	margin-bottom: .75rem;
}

.fa, .fa-stack, .form-check-inline, .mfp-container:before {
	display: inline-block;
}

.form-check+.form-check {
	margin-top: -.25rem;
}

.form-check-input, .form-control-feedback {
	margin-top: .25rem;
}

.form-check.disabled .form-check-label {
	color: #818a91;
	cursor: not-allowed;
}

.form-check-inline, .form-check-label {
	padding-left: 1.25rem;
	margin-bottom: 0;
	cursor: pointer;
}

.form-check-input {
	position: absolute;
	margin-left: -1.25rem;
}

.form-check-input:only-child {
	position: static;
}

.form-check-inline {
	position: relative;
	vertical-align: middle;
}

.form-check-inline+.form-check-inline {
	margin-left: .75rem;
}

.form-check-inline.disabled {
	cursor: not-allowed;
}

.form-control-danger, .form-control-success, .form-control-warning {
	padding-right: 2.25rem;
	background-repeat: no-repeat;
	background-position: center right .625rem;
	-webkit-background-size: 1.25rem 1.25rem;
	background-size: 1.25rem 1.25rem;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .custom-control, .has-success .form-control-feedback, .has-success .form-control-label, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
	color: #5cb85c;
}

.has-success .form-control {
	border-color: #5cb85c;
}

.has-success .input-group-addon {
	color: #5cb85c;
	border-color: #5cb85c;
	background-color: #eaf6ea;
}

.has-success .form-control-feedback {
	color: #5cb85c;
}

.has-success .form-control-success {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%235cb85c\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3E%3C/svg%3E");
}

.has-success .form-control-success.nitro-lazy {
	background-image: none !important;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .custom-control, .has-warning .form-control-feedback, .has-warning .form-control-label, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
	color: #f0ad4e;
}

.has-warning .form-control {
	border-color: #f0ad4e;
}

.has-warning .input-group-addon {
	color: #f0ad4e;
	border-color: #f0ad4e;
	background-color: #fff;
}

.has-warning .form-control-feedback {
	color: #f0ad4e;
}

.has-warning .form-control-warning {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%23f0ad4e\' d=\'M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z\'/%3E%3C/svg%3E");
}

.has-warning .form-control-warning.nitro-lazy {
	background-image: none !important;
}

.has-danger .checkbox, .has-danger .checkbox-inline, .has-danger .custom-control, .has-danger .form-control-feedback, .has-danger .form-control-label, .has-danger .radio, .has-danger .radio-inline, .has-danger.checkbox label, .has-danger.checkbox-inline label, .has-danger.radio label, .has-danger.radio-inline label {
	color: #d9534f;
}

.has-danger .form-control {
	border-color: #d9534f;
}

.has-danger .input-group-addon {
	color: #d9534f;
	border-color: #d9534f;
	background-color: #fdf7f7;
}

.has-danger .form-control-feedback {
	color: #d9534f;
}

.has-danger .form-control-danger {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23d9534f\' viewBox=\'-2 -2 7 7\'%3E%3Cpath stroke=\'%23d9534f\' d=\'M0 0l3 3m0-3L0 3\'/%3E%3Ccircle r=\'.5\'/%3E%3Ccircle cx=\'3\' r=\'.5\'/%3E%3Ccircle cy=\'3\' r=\'.5\'/%3E%3Ccircle cx=\'3\' cy=\'3\' r=\'.5\'/%3E%3C/svg%3E");
}

.has-danger .form-control-danger.nitro-lazy {
	background-image: none !important;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.d-block {
	display: block !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-inline {
	display: inline !important;
}

.flex-xs-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

.flex-xs-last {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.flex-xs-unordered {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
}

.flex-items-xs-top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start;
}

.flex-items-xs-middle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.flex-items-xs-bottom {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	-ms-grid-row-align: flex-end;
	align-items: flex-end;
}

.flex-xs-top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.flex-xs-middle {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.flex-xs-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.flex-items-xs-left {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex-items-xs-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-items-xs-right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.flex-items-xs-around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flex-items-xs-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.invisible {
	visibility: hidden !important;
}

@media (max-width:99px) {
	.hidden-xs-down {
		display: none !important;
	}
}

@media (min-width:100px) {
	.flex-sm-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.flex-sm-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.flex-sm-unordered {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.flex-items-sm-top {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		-ms-grid-row-align: flex-start;
		align-items: flex-start;
	}
	
	.flex-items-sm-middle {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}
	
	.flex-items-sm-bottom {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		-ms-grid-row-align: flex-end;
		align-items: flex-end;
	}
	
	.flex-sm-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	
	.flex-sm-middle {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	
	.flex-sm-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	
	.flex-items-sm-left {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.flex-items-sm-center {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.flex-items-sm-right {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.flex-items-sm-around {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	
	.flex-items-sm-between {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.hidden-sm-up {
		display: none !important;
	}
}

@media (max-width:579px) {
	.hidden-sm-down {
		display: none !important;
	}
}

@media (min-width:580px) {
	.flex-md-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.flex-md-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.flex-md-unordered {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.flex-items-md-top {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		-ms-grid-row-align: flex-start;
		align-items: flex-start;
	}
	
	.flex-items-md-middle {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}
	
	.flex-items-md-bottom {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		-ms-grid-row-align: flex-end;
		align-items: flex-end;
	}
	
	.flex-md-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	
	.flex-md-middle {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	
	.flex-md-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	
	.flex-items-md-left {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.flex-items-md-center {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.flex-items-md-right {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.flex-items-md-around {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	
	.flex-items-md-between {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.hidden-md-up {
		display: none !important;
	}
}

@media (max-width:1023px) {
	.hidden-md-down {
		display: none !important;
	}
}

@media (min-width:1024px) {
	.flex-lg-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.flex-lg-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.flex-lg-unordered {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.flex-items-lg-top {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		-ms-grid-row-align: flex-start;
		align-items: flex-start;
	}
	
	.flex-items-lg-middle {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}
	
	.flex-items-lg-bottom {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		-ms-grid-row-align: flex-end;
		align-items: flex-end;
	}
	
	.flex-lg-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	
	.flex-lg-middle {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	
	.flex-lg-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	
	.flex-items-lg-left {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.flex-items-lg-center {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.flex-items-lg-right {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.flex-items-lg-around {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	
	.flex-items-lg-between {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.hidden-lg-up {
		display: none !important;
	}
}

@media (max-width:1199px) {
	.hidden-lg-down {
		display: none !important;
	}
}

@media (min-width:1200px) {
	.flex-xl-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.flex-xl-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.flex-xl-unordered {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}
	
	.flex-items-xl-top {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		-ms-grid-row-align: flex-start;
		align-items: flex-start;
	}
	
	.flex-items-xl-middle {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
		align-items: center;
	}
	
	.flex-items-xl-bottom {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		-ms-grid-row-align: flex-end;
		align-items: flex-end;
	}
	
	.flex-xl-top {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
	
	.flex-xl-middle {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
	}
	
	.flex-xl-bottom {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	
	.flex-items-xl-left {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.flex-items-xl-center {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.flex-items-xl-right {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.flex-items-xl-around {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	
	.flex-items-xl-between {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.hidden-xl-up {
		display: none !important;
	}
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
	
	.hidden-print {
		display: none !important;
	}
}

.fa {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa.fa-pull-right, .fa.pull-right {
	margin-left: .3em;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: .08em solid #eee;
	border-radius: .1em;
}

.fa-pull-right, .pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
	filter: none;
}

.fa-stack {
	position: relative;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.bypostauthor .comment-author:before, .fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-close:before, .fa-remove:before, .fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-cog:before, .fa-gear:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-repeat:before, .fa-rotate-right:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-exclamation-triangle:before, .fa-warning:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-cogs:before, .fa-gears:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before, .sticky .entry-title a:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before, .fa-users:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-copy:before, .fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-floppy-o:before, .fa-save:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-sort:before, .fa-unsorted:before {
	content: "";
}

.fa-sort-desc:before, .fa-sort-down:before {
	content: "";
}

.fa-sort-asc:before, .fa-sort-up:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-gavel:before, .fa-legal:before {
	content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-bolt:before, .fa-flash:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-clipboard:before, .fa-paste:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-chain-broken:before, .fa-unlink:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
	content: "";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
	content: "";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
	content: "";
}

.fa-eur:before, .fa-euro:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before, .fa-usd:before {
	content: "";
}

.fa-inr:before, .fa-rupee:before {
	content: "";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
	content: "";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
	content: "";
}

.fa-krw:before, .fa-won:before {
	content: "";
}

.fa-bitcoin:before, .fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before, .fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-try:before, .fa-turkish-lira:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
	content: "";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
	content: "";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
	content: "";
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
	content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
	content: "";
}

.fa-empire:before, .fa-ge:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before, .fa-weixin:before {
	content: "";
}

.fa-paper-plane:before, .fa-send:before {
	content: "";
}

.fa-paper-plane-o:before, .fa-send-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before, .fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-bed:before, .fa-hotel:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-y-combinator:before, .fa-yc:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "";
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-television:before, .fa-tv:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
	content: "";
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-sign-language:before, .fa-signing:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "";
}

.fa-fa:before, .fa-font-awesome:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-address-card:before, .fa-vcard:before {
	content: "";
}

.fa-address-card-o:before, .fa-vcard-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
	content: "";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before, .fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.mfp-bg, .mfp-container, .mfp-wrap {
	width: 100%;
	height: 100%;
}

.fa-tiktok:before {
	content: "";
}

.entry-content:after, .mfp-container:before, .mfp-figure:after {
	content: "";
}

.mfp-bg {
	top: 0;
	left: 0;
	z-index: 99998;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .9;
	filter: alpha(opacity=90);
}

.mfp-wrap {
	top: 0;
	left: 0;
	z-index: 99999;
	position: fixed;
	outline: 0 !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-close, .mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
	display: none;
}

button.mfp-arrow, button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.mfp-figure:after, .mfp-iframe-scaler iframe {
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	left: 0;
	position: absolute;
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	filter: alpha(opacity=65);
	margin: -55px 0 0;
	top: 50%;
	padding: 0;
	width: 90px;
	height: 110px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow .mfp-a, .mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow .mfp-b, .mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	display: block;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
}

.mfp-figure:after, img.mfp-img {
	width: auto;
	height: auto;
	display: block;
}

img.mfp-img {
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	top: 40px;
	bottom: 40px;
	right: 0;
	z-index: -1;
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

.gridlove-comments, .gridlove-site-content, .widget {
	margin-bottom: 30px;
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75);
	}
	
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	-moz-transition: height .5s ease-in-out;
	-ms-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out;
}

.owl-carousel {
	display: none;
	width: 100%;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.alignright, .owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.no-js .owl-carousel {
	display: block;
}

img {
	height: auto;
}

.gridlove-content, .gridlove-share-wrapper, .gridlove-sidebar {
	padding-left: 15px;
	padding-right: 15px;
}

.gridlove-share-wrapper {
	width: 100px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	position: relative;
}

.gridlove-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	max-width: 770px;
}

.gridlove-sidebar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 330px;
	flex: 0 0 330px;
	width: 330px;
	max-width: 330px;
	position: relative;
}

.module-desc .avatar {
	border-radius: 50%;
	margin-right: 20px;
	float: left;
}

.gridlove-sticky-sidebar {
	-webkit-transition: top .2s ease;
	transition: top .2s ease;
}

.entry-category a, .gridlove-action-link, .gridlove-pill {
	border-radius: 20px;
	margin-right: 5px;
	-webkit-transition: all .2s ease-in-out;
	pointer-events: auto;
	text-transform: uppercase;
}

.gridlove-sidebar-left>.row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.gridlove-site-content>.row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.gridlove-sidebar-none .gridlove-share .meks_ess {
	margin-left: 0;
}

.entry-title a {
	display: block;
}

.entry-category a {
	display: inline-block;
	height: auto;
	font-size: 10px;
	line-height: 10px;
	padding: 7px 11px 6px;
	vertical-align: top;
	transition: all .2s ease-in-out;
}

.entry-overlay .entry-category a, .gridlove-posts .entry-category a, .gridlove-related .entry-category a {
	margin-bottom: 2px;
}

.gridlove-action-link, .gridlove-pill {
	display: inline-block;
	height: 24px;
	font-size: 10px;
	line-height: 24px;
	padding: 0 11px;
	transition: all .2s ease-in-out;
}

.entry-meta a, .entry-title a {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.pill-large {
	height: 30px;
	line-height: 30px;
	padding: 1px 15px;
}

.gridlove-action-link {
	margin-right: 0;
	margin-left: 5px;
}

.gridlove-pagination {
	position: relative;
	padding-top: 4px;
	min-height: 43px;
	clear: both;
	text-align: center;
}

.gridlove-infinite-scroll a, .gridlove-load-more a, .gridlove-pagination .gridlove-next a, .gridlove-pagination .gridlove-prev a, .gridlove-pagination .next, .gridlove-pagination .prev {
	height: 50px;
	min-width: 200px;
	text-align: center;
	text-transform: uppercase;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1), inset 0 0 0 rgba(255, 255, 255, 0);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1), inset 0 0 0 rgba(255, 255, 255, 0);
	display: inline-block;
	vertical-align: top;
	border-radius: 2px;
	line-height: 50px;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 30px;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.gridlove-infinite-scroll a:hover, .gridlove-load-more a:hover, .gridlove-pagination .gridlove-next a:hover, .gridlove-pagination .gridlove-prev a:hover, .gridlove-pagination .next:hover, .gridlove-pagination .prev:hover {
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3), inset 0 0 230px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3), inset 0 0 230px rgba(0, 0, 0, .1);
}

.gridlove-infinite-scroll a:focus, .gridlove-load-more a:focus, .gridlove-pagination .gridlove-next a:focus, .gridlove-pagination .gridlove-prev a:focus, .gridlove-pagination .next:focus, .gridlove-pagination .prev:focus {
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1), inset 0 0 230px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1), inset 0 0 230px rgba(0, 0, 0, .5);
}

.gridlove-pagination .gridlove-next, .gridlove-pagination .gridlove-prev {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

.gridlove-link-pages a, .gridlove-link-pages span, .gridlove-pagination .page-numbers {
	height: 50px;
	width: 50px;
	display: inline-block;
	vertical-align: top;
	border-radius: 2px;
	line-height: 50px;
}

.gridlove-pagination .next {
	margin-left: 20px;
}

.gridlove-pagination .prev {
	margin-right: 20px;
}

.gridlove-loader {
	width: 50px;
	height: 50px;
	position: absolute;
	margin-left: -25px;
	top: 4px;
	left: 50%;
	opacity: 0;
	z-index: 1;
}

.gridlove-loader-active .gridlove-loader {
	opacity: 1;
}

.gridlove-loader-active a {
	opacity: 0;
}

.gridlove-load-more a {
	position: relative;
	z-index: 2;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.gridlove-infinite-scroll a {
	opacity: 0;
	visibility: hidden;
}

@-webkit-keyframes sk-bounce {
	0%, 100% {
		-webkit-transform: scale(0);
	}
	
	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bounce {
	0%, 100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

.gridlove-link-pages {
	text-align: left;
	margin-bottom: 30px;
}

.gridlove-link-pages a, .gridlove-link-pages span {
	height: 30px;
	width: 30px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
}

.gridlove-format-icon {
	height: 24px;
	width: 24px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	font-size: 10px;
	text-align: center;
	line-height: 24px;
	margin-right: 2px;
	background: #111;
	color: #fff;
}

.entry-overlay .gridlove-format-icon, .gridlove-cover-item .gridlove-format-icon, .gridlove-post-a .gridlove-format-icon {
	background: #fff;
	color: #111;
}

.gridlove-format-icon .fa-play {
	margin-left: 3px;
	display: block;
	line-height: 24px;
	font-size: 9px;
}

.gridlove-format-icon .fa-camera {
	margin-left: 1px;
}

.gridlove-format-icon .fa-camera, .gridlove-format-icon .fa-music {
	display: block;
	line-height: 24px;
	font-size: 12px;
}

.sticky .entry-title a:before {
	font-family: FontAwesome;
	line-height: 1;
	outline: 0;
	font-size: 14px;
	margin-right: 5px;
}

.entry-image, .wp-caption {
	position: relative;
}

.gallery-caption, .wp-caption-text {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .6);
	color: rgba(255, 255, 255, .8);
	font-size: 12px;
	padding: 5px 10px;
	margin: 0;
	z-index: 10;
}

.gallery-caption {
	display: none;
}

.wp-caption-text a {
	text-decoration: underline;
	color: rgba(255, 255, 255, .8);
}

.aligncenter, .alignnone {
	clear: both;
	display: block;
	margin: 0 auto 30px;
	max-width: 100%;
}

.alignleft, .alignright {
	display: inline;
	margin-bottom: 10px;
	max-width: 100%;
}

.alignright {
	margin-left: 24px;
}

.alignleft {
	float: left;
	margin-right: 24px;
}

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

.gridlove-not-found .gridlove-search-form input {
	max-width: 300px;
	margin-right: 8px;
}

.gridlove-not-found {
	margin: 10vh auto 14vh;
}

.gridlove-cover-slider.gridlove-cover-arrows-middle .owl-controls {
	width: 100%;
	top: 50%;
	bottom: auto;
	right: auto;
	margin-top: -35px;
}

.gridlove-cover-slider.gridlove-cover-arrows-middle .owl-controls .owl-nav {
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}

.gridlove-cover-slider.gridlove-cover-arrows-middle .owl-controls .owl-nav>.owl-next, .gridlove-cover-slider.gridlove-cover-arrows-middle .owl-controls .owl-nav>.owl-prev {
	position: absolute;
}

.module-desc {
	margin-top: 10px;
	max-width: 60%;
}

.category .module-desc p {
	margin-bottom: 18px;
}

.category .module-desc .entry-category {
	float: left;
}

body.search .module-desc {
	margin-top: 0;
}

.entry-content:after {
	display: block;
	clear: both;
}

.gridlove-post-b .entry-content p, .gridlove-post-c .entry-content p {
	margin-bottom: 0;
}

.box-inner-ellipsis {
	height: 197px;
	max-height: 197px;
	overflow: hidden;
}

.gridlove-post-a .box-inner-ellipsis {
	height: 70px;
	max-height: 70px;
}

body.search .gridlove-search-form input {
	width: 200px;
	margin-right: 7px;
	height: 34px;
	font-size: 14px;
}

body.search .gridlove-search-form .gridlove-button-search {
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
}

.module-actions, .module-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.module-title {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.gridlove-slider-controls>.owl-prev {
	margin-right: 5px;
}

.gridlove-posts.owl-carousel .owl-stage-outer {
	padding: 0 0 0 4px;
	margin: 0 -4px;
}

.gridlove-text-module-content p:last-child {
	margin-bottom: 0;
}

.gallery {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.gallery .gallery-icon, .gallery .gridlove-popup {
	display: inline-block;
	height: 100%;
}

.gallery-icon img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.gallery-item {
	display: inline-block;
	padding: 1px;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0;
	position: relative;
}

.gallery-columns-1.owl-carousel, .wp-block-gallery.columns-1 {
	padding: 0;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-1 {
	display: block;
}

.gallery .gallery-item a:after, .wp-block-gallery .blocks-gallery-item a:after, .wp-block-gallery figure a:after {
	content: "";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	height: 59px;
	width: 59px;
	text-align: center;
	line-height: 61px;
	background: rgba(255, 255, 255, .8);
	border-radius: 50%;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
	box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 0;
	pointer-events: auto;
	opacity: 0;
	margin-left: -31px;
	margin-top: -31px;
}

.gallery-columns-4 .gallery-item a:after, .gallery-columns-5 .gallery-item a:after, .gallery-columns-6 .gallery-item a:after, .gallery-columns-7 .gallery-item a:after {
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 16px;
	margin-left: -20px;
	margin-top: -20px;
}

.gallery-columns-8 .gallery-item a:after, .gallery-columns-9 .gallery-item a:after {
	display: none;
}

.gallery .gallery-item a:hover:after, .wp-block-gallery .blocks-gallery-item a:hover:after, .wp-block-gallery figure a:hover:after {
	opacity: 1;
}

.entry-content .gallery, .entry-content .gallery-columns-1.owl-carousel, .wp-block-gallery.columns-1 {
	margin-bottom: 30px;
}

.gallery-columns-1 .owl-controls, .wp-block-gallery.columns-1 .owl-controls {
	width: 100%;
	bottom: auto !important;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	pointer-events: none;
}

.gallery-columns-1 .owl-next, .wp-block-gallery.columns-1 .owl-next {
	right: 30px;
	position: absolute;
}

.gallery-columns-1 .owl-prev, .wp-block-gallery.columns-1 .owl-prev {
	left: 30px;
	position: absolute;
}

.mfp-title {
	top: -48px;
	left: 20px;
	background: rgba(0, 0, 0, .8);
	padding: 3px 8px;
	position: absolute;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
}

.mfp-counter:empty, .mfp-title:empty {
	padding: 0;
}

.gallery-columns-1 .gallery-item {
	display: none;
	max-width: 100%;
	padding: 0;
}

.gallery-columns-1 .gallery-item:first-child {
	display: block;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66%;
	flex: 0 0 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 14.28%;
	flex: 0 0 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 11.11%;
	flex: 0 0 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-icon .herald-popup {
	position: relative;
	float: left;
	outline: 0;
	width: 100%;
}

.gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
	padding-right: 0;
}

.mfp-image-holder button.mfp-close, button.mfp-arrow {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: rgba(255, 255, 255, .5);
	border-radius: 50%;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
	box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 0;
	pointer-events: auto;
}

#disqus_thread, .gridlove-action-close, .gridlove-header-shadow.gridlove-site-header, .gridlove-header-sticky, a.gridlove-popup-img:after {
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
}

.mfp-arrow-right {
	right: 24px;
}

.mfp-arrow-left {
	left: 24px;
}

.mfp-arrow-left:before, .mfp-arrow-right:before {
	font-family: FontAwesome;
}

.mfp-arrow-left:before {
	content: "";
}

.mfp-arrow-right:before {
	content: "";
}

.mfp-image-holder button.mfp-close:hover, button.mfp-arrow:hover {
	background: #fff;
	color: #000;
	cursor: pointer;
}

.mfp-image-holder button.mfp-close {
	right: -55px;
	top: 10px;
	text-align: center;
	font-size: 27px;
}

.mfp-bg, .mfp-wrap {
	cursor: pointer;
}

a.gridlove-popup-img {
	position: relative;
	display: block;
	border: 0 !important;
}

a.gridlove-popup-img:after {
	content: "";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	height: 59px;
	width: 59px;
	text-align: center;
	line-height: 61px;
	background: rgba(255, 255, 255, .8);
	border-radius: 50%;
	box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 0;
	pointer-events: auto;
	opacity: 0;
	margin-left: -31px;
	margin-top: -31px;
}

a.gridlove-popup-img:hover:after, a.mks_button:hover {
	opacity: 1;
}

.wp-block-gallery .blocks-gallery-item, .wp-block-gallery figure {
	margin: 0 2px 2px 0;
}

.gridlove-infinite-scroll-single {
	margin-top: -35px;
	padding-bottom: 52px;
}

body .gridlove-site-content .mejs-container {
	background: 0 0;
}

body .gridlove-site-content .mejs-container.wp-audio-shortcode {
	height: 90px !important;
	margin-bottom: 0;
}

body .gridlove-site-content .entry-content .mejs-container.wp-audio-shortcode {
	margin-bottom: 30px;
}

body .format-video .meta-media .mejs-container .mejs-controls, body .format-video .meta-media .mejs-embed, body .format-video .meta-media .mejs-embed body, body .gridlove-site-content .has-post-thumbnail .meta-media .mejs-container .mejs-controls, body .has-post-thumbnail .meta-media .mejs-embed, body .has-post-thumbnail .meta-media .mejs-embed body {
	background: #111;
}

body .format-video .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-total, body .gridlove-site-content .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-total, body .has-post-thumbnail .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(0, 0, 0, .1);
}

body .format-video .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-loaded, body .gridlove-site-content .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-loaded, body .has-post-thumbnail .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: rgba(0, 0, 0, .2);
}

body .format-video .meta-media .wp-playlist-light, body .has-post-thumbnail .meta-media .wp-playlist-light {
	background: 0 0;
	color: rgba(0, 0, 0, .73);
}

body .format-video .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, body .format-video .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-float, body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-loaded, body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-total, body .gridlove-site-content .has-post-thumbnail .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, body .gridlove-site-content .has-post-thumbnail .meta-media .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, body .gridlove-site-content .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-float, body .gridlove-site-content .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-loaded, body .gridlove-site-content .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-total {
	background: rgba(0, 0, 0, .18);
}

body .format-video .meta-media .mejs-container .mejs-controls .mejs-time span, body .has-post-thumbnail .meta-media .mejs-container .mejs-controls .mejs-time span {
	color: rgba(0, 0, 0, .73);
}

body .format-video .meta-media .mejs-controls .mejs-button, body .format-video .meta-media .mejs-controls .mejs-button button, body .format-video .meta-media .wp-playlist-current-item .wp-playlist-item-title, body .format-video .meta-media .wp-playlist-playing, body .gridlove-site-content .has-post-thumbnail .meta-media .wp-playlist-current-item .wp-playlist-item-title, body .gridlove-site-content .has-post-thumbnail .meta-media .wp-playlist-playing, body .has-post-thumbnail .meta-media .mejs-controls .mejs-button, body .has-post-thumbnail .meta-media .mejs-controls .mejs-button button {
	color: rgba(0, 0, 0, .88);
}

body .format-video .meta-media .mejs-controls .mejs-time-rail .mejs-time-float-corner, body .gridlove-site-content .has-post-thumbnail .meta-media .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	border-top-color: rgba(0, 0, 0, .18);
}

body .format-video .meta-media .wp-playlist-item:last-child, body .gridlove-site-content .has-post-thumbnail .meta-media .wp-playlist-item:last-child {
	border-color: rgba(0, 0, 0, .18);
}

.gridlove-site-content .mejs-container *, body .format-video .meta-media .mejs-container *, body .has-post-thumbnail .meta-media .mejs-container * {
	color: #111;
	font-weight: 700;
}

body .format-video .meta-media .wp-audio-shortcode, body .format-video .meta-media .wp-playlist-current-item, body .format-video .meta-media .wp-playlist-item, body .format-video .meta-media .wp-playlist-tracks, body .gridlove-site-content .has-post-thumbnail .meta-media .wp-audio-shortcode, body .gridlove-site-content .has-post-thumbnail .meta-media .wp-playlist-current-item, body .gridlove-site-content .has-post-thumbnail .meta-media .wp-playlist-item, body .gridlove-site-content .has-post-thumbnail .meta-media .wp-playlist-tracks {
	border-color: rgba(0, 0, 0, .18);
}

body .format-video .meta-media div.mejs-container.wp-audio-shortcode, body .has-post-thumbnail .meta-media div.mejs-container.wp-audio-shortcode {
	width: 80% !important;
	top: 50%;
	z-index: 100;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	left: 50%;
}

body .format-video .meta-media div.mejs-container .mejs-controls {
	bottom: 30px;
	left: 30px;
	right: 30px;
	width: 94%;
}

.gridlove-site-content div.mejs-container .mejs-controls {
	height: 90px;
}

body .gridlove-site-content .mejs-container.wp-audio-shortcode {
	margin: 30px auto;
}

.gridlove-site-content div.mejs-controls div.mejs-time-rail {
	padding-top: 37px;
}

.gridlove-site-content div.mejs-container .mejs-controls .mejs-time {
	padding-top: 42px;
}

body .gridlove-site-content .wp-video {
	width: 100% !important;
}

.gridlove-site-content .me-plugin {
	position: absolute;
}

body .gridlove-site-content .mejs-container .mejs-controls .mejs-button.mejs-playpause-button {
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}

body .gridlove-site-content .mejs-container .mejs-controls .mejs-button.mejs-volume-button {
	margin-left: 0;
	margin-right: 10px;
	text-align: center;
}

body .gridlove-site-content .mejs-container .mejs-controls .mejs-button button {
	background: 0 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 32px;
	width: 32px;
	outline: 0;
}

body .gridlove-site-content .mejs-controls a.mejs-horizontal-volume-slider {
	margin: 32px 20px 0 0;
}

body .gridlove-site-content .mejs-container .mejs-controls .mejs-time-float-corner {
	top: 100%;
}

body .gridlove-site-content .mejs-controls .mejs-button button:before {
	display: inline-block;
	font-size: 21px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
	speak: none;
}

body .gridlove-site-content .mejs-controls .mejs-play button:before {
	font-family: FontAwesome;
	content: "";
}

body .gridlove-site-content .mejs-controls .mejs-pause button:before {
	font-family: FontAwesome;
	content: "";
}

body .gridlove-site-content .mejs-controls .mejs-volume-button button:before {
	font-family: FontAwesome;
	content: "";
}

body .gridlove-site-content .mejs-controls .mejs-volume-button.mejs-unmute button:before {
	font-family: FontAwesome;
	content: "";
}

body .wp-playlist {
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.77777778;
	margin: 1.777em 0 3.5em;
	padding: 0;
}

body .wp-playlist .wp-playlist-current-item img {
	margin-right: 20px;
	max-width: 70px;
}

body .wp-playlist-caption, body .wp-playlist-item-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.77777778;
}

body .wp-playlist-current-item {
	border-bottom: 1px solid;
	height: auto;
	margin-bottom: 0;
	padding-bottom: .55555556em;
}

body .wp-playlist-current-item .wp-playlist-item-title, body .wp-playlist-playing {
	font-weight: 700;
}

body .wp-playlist-tracks {
	border-top: 1px solid;
	margin: 0;
}

body .wp-playlist-item {
	padding: .55555556em;
}

body .wp-playlist-item:last-child {
	border-bottom: 1px solid;
}

body .wp-playlist-item-length {
	top: auto;
	right: .55555556em;
	bottom: .66666667em;
}

body .wp-playlist-item-artist {
	display: block;
}

body .gridlove-site-content .mejs-controls .mejs-time-rail .mejs-time-float {
	border: none;
	background: #333;
	color: #fff;
	font-size: 10px;
	padding: 1px;
}

body .gridlove-site-content .mejs-controls .mejs-time-rail .mejs-time-float-current {
	color: #fff;
}

body .gridlove-site-content .mejs-controls .mejs-time-rail .mejs-time-float-corner {
	border: 5px solid #333;
	border-color: #333 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

td, th, thead {
	border-top: 1px solid;
}

body .gridlove-site-content .mejs-controls .mejs-button button:before {
	color: #111;
}

body .gridlove-site-content .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, body .gridlove-site-content .mejs-controls .mejs-time-rail .mejs-time-total {
	background: rgba(0, 0, 0, .18);
}

body .gridlove-site-content .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, body .gridlove-site-content .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgba(0, 0, 0, .2);
}

body .wp-video {
	background: #111;
	position: relative;
	z-index: 7;
}

body .gridlove-site-content .mejs-controls .mejs-fullscreen-button button:before {
	font-family: FontAwesome;
	content: "";
}

body .gridlove-site-content .mejs-container .mejs-controls .mejs-button {
	position: relative;
	margin: 32px 18px 0 0;
}

.mejs-video {
	margin-bottom: 30px;
}

.gridlove-ad {
	margin: 0 auto 30px;
	text-align: center;
}

.gridlove-header-middle .gridlove-ad {
	margin: 0;
	padding: 0;
}

.gridlove-ad-below-header+.gridlove-site-content .row .gridlove-single-layout-7, .gridlove-ad-below-header+.gridlove-site-content .row .gridlove-single-layout-8 {
	margin-top: 0;
}

#disqus_thread {
	box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
	padding: 40px 60px 50px;
	margin-bottom: 30px;
}

.mks_ico {
	display: inline-block;
	float: none;
}

.mks_dropcap {
	height: 65px;
	width: 65px;
	line-height: 65px;
	padding: 0 20px 10px;
}

.fb_iframe_widget {
	margin-bottom: 24px;
}

.iphone .gallery-icon img {
	height: auto;
}

.entry-category a, _:-moz-tree-row(hover) {
	padding: 7px 11px;
}

:root .gridlove-content, _:-ms-input-placeholder {
	-webkit-box-flex: 1 0 0%;
	-ms-flex: none;
	flex: none;
}

:root .gridlove-share-wrapper, _:-ms-input-placeholder {
	max-width: 100px;
}

.gridlove-cover-area .gridlove-breadcrumbs {
	margin-bottom: 17px;
	padding-bottom: 5px;
	font-size: 13px;
	pointer-events: auto;
}

body .gridlove-content .entry-overlay .gridlove-breadcrumbs a {
	text-decoration: none;
}

body .gridlove-content .entry-overlay .gridlove-breadcrumbs a:hover {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	text-decoration: none;
}

.gridlove-content .entry-header .gridlove-breadcrumbs {
	margin-bottom: 13px;
	padding-bottom: 5px;
	font-size: 12px;
	pointer-events: auto;
}

.gridlove-content .entry-header .gridlove-breadcrumbs .itemListElement {
	width: 100%;
}

.gridlove-content .entry-header .gridlove-breadcrumbs a, .gridlove-content .entry-header .gridlove-breadcrumbs a:hover {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	text-decoration: underline;
}

.module-header:after {
	content: "";
	display: table;
	clear: both;
}

.module-header .module-header {
	float: left;
}

.module-header .gridlove-breadcrumbs {
	float: right;
	font-size: 12.5px;
	margin-top: 8px;
}

.module-header .gridlove-breadcrumbs a {
	text-decoration: underline;
}

.entry-content .wp-block-button__link:hover, .gridlove-soc-menu a:before, .wp-block-calendar tfoot a, a, a:focus, a:hover {
	text-decoration: none;
}

.coauthors .vcard {
	margin-right: 10px;
}

.coauthors .vcard:last-child {
	margin-right: 0;
}

.module-type-cats .gridlove-post .box-inner-p {
	position: absolute;
	padding: 0;
	text-align: center;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.module-type-cats .gridlove-post .box-inner-p .entry-meta {
	position: static;
	margin: 0;
}

.module-type-cats .gridlove-post .box-inner-p .entry-meta .meta-item {
	margin: 0;
}

.module-type-cats .gridlove-post-a .box-inner-p {
	position: relative;
	top: 25%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.gridlove-cats .gridlove-cat .entry-title a {
	color: #fff;
}

.gridlove-cats .gridlove-cat .entry-title a:hover {
	color: rgba(255, 255, 255, .8);
}

.gridlove-cats .gridlove-cat .entry-meta .meta-item {
	color: #fff;
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.gallery-item {
		display: table;
	}
}

body, html {
	-webkit-font-smoothing: antialiased;
}

body {
	line-height: 1.5;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

a:focus {
	outline: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 24px;
}

.h1, h1 {
	line-height: 1.2;
}

.col-lg-12 .gridlove-post-b .h3, .h2, h2 {
	line-height: 1.308;
}

.h3, h3 {
	line-height: 1.364;
}

.h4, h4 {
	line-height: 1.4;
}

.h5, h5 {
	line-height: 1.445;
}

.h6, h6 {
	line-height: 1.5;
}

p {
	margin: 0 0 24px;
}

.entry-title {
	margin-bottom: 0;
}

blockquote, q {
	font-size: 18px;
	line-height: 26px;
	position: relative;
	font-weight: 600;
	padding-left: 50px;
}

blockquote:before, q:before {
	content: "”";
	font-size: 72px;
	position: absolute;
	top: -2px;
	left: 6px;
	font-weight: 900;
	line-height: 72px;
}

.entry-content ol li, .entry-content ul li {
	margin-bottom: 4px;
}

.entry-content address, .entry-content dl, .entry-content ol, .entry-content ul, pre {
	margin-bottom: 24px;
}

pre {
	white-space: pre-wrap;
	background: rgba(105, 105, 105, .1);
	padding: 15px 20px;
}

table {
	border-spacing: 0;
	margin: 0 auto 24px;
	border-collapse: collapse;
	overflow-x: auto;
	width: 100%;
	max-width: 100%;
	border-top: none;
	border-left: 1px solid;
}

table:last-child {
	margin-bottom: 0;
}

td, th {
	padding: 10px 15px;
	border-bottom: 1px solid;
	border-right: 1px solid;
}

.entry-meta .meta-item {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.entry-meta .meta-item, .entry-meta .meta-rtime, .entry-meta .meta-views, .entry-meta a, .entry-meta span {
	font-size: 12px;
	line-height: 18px;
}

.entry-overlay .entry-meta .meta-item, .entry-overlay .entry-meta a, .entry-overlay .entry-meta span, body .gridlove-content .entry-overlay .gridlove-breadcrumbs .meta-item, body .gridlove-content .entry-overlay .gridlove-breadcrumbs a, body .gridlove-content .entry-overlay .gridlove-breadcrumbs span {
	color: rgba(255, 255, 255, .8);
}

body .gridlove-content .entry-overlay .gridlove-breadcrumbs a:hover {
	color: #fff;
}

.meta-comments a:before, .meta-date span:before, .meta-rtime:before, .meta-views:before {
	font-family: FontAwesome;
	margin-right: 4px;
}

.meta-comments a:before {
	content: "";
}

.meta-date span:before {
	content: "";
}

.meta-views:before {
	content: "";
}

.meta-rtime:before {
	content: "";
}

input[type=number], input[type=search], input[type=text], input[type=email], input[type=url], input[type=tel], input[type=password], input[type=date], select, textarea {
	border: 1px solid;
	padding: 10px;
	outline: 0;
	line-height: 1;
	width: 100%;
	font-size: 100%;
	margin: 0;
	height: 40px;
	vertical-align: baseline;
	-webkit-transition: .2s all cubic-bezier(.4, 0, .2, 1);
	transition: .2s all cubic-bezier(.4, 0, .2, 1);
	border-radius: 2px;
}

div#user-submitted-posts textarea.usp-textarea, textarea {
	min-height: 200px;
	line-height: 22px;
}

select {
	width: 100%;
}

select option {
	display: block;
}

button {
	outline: 0;
}

.s2_form_widget input[type=submit] {
	min-width: 120px;
}

#usp-error-message, #usp-success-message, div.wpcf7-response-output {
	margin: 0;
	padding: 10px 20px;
	border: none;
	border-radius: 2px;
}

.error, .usp-callout-failure, div.wpcf7-validation-errors {
	color: #fff;
	background: #e74c3c;
}

#usp-success-message, .success, div.wpcf7-mail-sent-ok {
	color: #fff;
	background: #27ae60;
}

#usp-success-message, .error, .success {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 20px;
	border-radius: 2px;
}

span.wpcf7-not-valid-tip {
	display: none;
	position: absolute;
	top: -4px;
	right: 12px;
	left: auto;
	padding: 6px 10px;
	border: none;
	color: #fff;
	background: #f1c40f;
}

.invalid span.wpcf7-not-valid-tip {
	display: block;
}

input[type=number].wpcf7-not-valid, input[type=text].wpcf7-not-valid, input[type=email].wpcf7-not-valid, input[type=url].wpcf7-not-valid, input[type=tel].wpcf7-not-valid, input[type=password].wpcf7-not-valid, textarea.wpcf7-not-valid {
	border-color: #f1c40f;
}

.wpcf7-form label, body div.wpforms-container-full .wpforms-form .wpforms-field-label {
	width: 100%;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 10px;
	font-weight: 400;
}

.wpcf7-form input[type=number], .wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=url], .wpcf7-form input[type=tel], .wpcf7-form input[type=password], .wpcf7-form input[type=date], .wpcf7-form select, .wpcf7-form textarea {
	margin-top: 10px;
}

.wpcf7-form p {
	margin-bottom: 10px;
}

.wpcf7-form input[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button, body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form input[type=submit] {
	min-width: 100px;
}

input::-webkit-input-placeholder {
	line-height: normal !important;
}

.add_to_cart_button, .gridlove-button, .gridlove-button-search, .mks_autor_link_wrap a, .mks_read_more a, .submit, a.mks_button, body div.wpforms-container-full .wpforms-form .wpforms-page-button, body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form input[type=submit], button[type=submit], input[type=submit] {
	height: 40px;
	border: none;
	border-radius: 2px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	padding: 14px 20px;
	font-weight: 700;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1), inset 0 0 0 rgba(255, 255, 255, 0);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1), inset 0 0 0 rgba(255, 255, 255, 0);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.add_to_cart_button:hover, .gridlove-button-search:hover, .gridlove-button:hover, .mks_autor_link_wrap a:hover, .mks_read_more a:hover, .submit:hover, a.mks_button:hover, body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, body div.wpforms-container-full .wpforms-form button[type=submit]:hover, body div.wpforms-container-full .wpforms-form input[type=submit]:hover, button[type=submit]:hover, input[type=submit]:hover {
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3), inset 0 0 230px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3), inset 0 0 230px rgba(0, 0, 0, .1);
}

.add_to_cart_button:focus, .gridlove-button-search:focus, .gridlove-button:focus, .mks_autor_link_wrap a:focus, .mks_read_more a:focus, .submit:focus, a.mks_button:focus, body div.wpforms-container-full .wpforms-form .wpforms-page-button:focus, body div.wpforms-container-full .wpforms-form button[type=submit]:focus, body div.wpforms-container-full .wpforms-form input[type=submit]:focus, button[type=submit]:focus, input[type=submit]:focus {
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1), inset 0 0 230px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1), inset 0 0 230px rgba(0, 0, 0, .5);
}

body div.wpforms-container-full .wpforms-form .wpforms-page-button:active, body div.wpforms-container-full .wpforms-form .wpforms-page-button:focus, body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, body div.wpforms-container-full .wpforms-form button[type=submit]:active, body div.wpforms-container-full .wpforms-form button[type=submit]:focus, body div.wpforms-container-full .wpforms-form button[type=submit]:hover, body div.wpforms-container-full .wpforms-form input[type=submit]:active, body div.wpforms-container-full .wpforms-form input[type=submit]:focus, body div.wpforms-container-full .wpforms-form input[type=submit]:hover {
	border: none;
	border-radius: 2px;
}

a.mks_button {
	height: auto;
}

a.mks_button_small {
	padding: 10px 15px;
}

a.mks_button_medium {
	padding: 16px 24px;
}

a.mks_button_large {
	padding: 22px 36px;
}

.back-to-top {
	display: none;
	width: 50px;
	height: 49px;
	border-radius: 50%;
	position: fixed;
	bottom: 80px;
	right: 80px;
	z-index: 9000;
	font-size: 13px;
	padding: 0;
}

@media (max-width:768px) {
	.back-to-top {
		bottom: 40px;
		right: 40px;
	}
}

@media (max-width:540px) {
	.back-to-top {
		bottom: 20px;
		right: 20px;
	}
}

.gridlove-header-wide .container {
	width: 100%;
	max-width: 100%;
}

.gridlove-site-description {
	display: block;
	font-size: 12px;
	line-height: 22px;
	margin-top: 5px;
}

.gridlove-logo, .site-title {
	line-height: inherit;
}

.gridlove-slot-l, .gridlove-slot-r {
	position: absolute;
	z-index: 1002;
	display: table;
	top: 0;
}

.gridlove-slot-l {
	left: 30px;
}

.gridlove-slot-r {
	right: 30px;
}

.gridlove-slot-c {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	z-index: 1000;
	display: table;
}

.gridlove-site-header {
	margin-bottom: 30px;
}

.gridlove-header-middle, .gridlove-site-header .container {
	position: relative;
}

.gridlove-header-responsive+.gridlove-cover-area {
	margin-top: -30px;
}

.gridlove-site-header .site-title {
	margin-bottom: 0;
}

.gridlove-header-middle .gridlove-slot-c, .gridlove-header-middle .gridlove-slot-l, .gridlove-header-middle .gridlove-slot-r {
	height: 100%;
}

.gridlove-header-middle .gridlove-slot-c>div, .gridlove-header-middle .gridlove-slot-c>nav, .gridlove-header-middle .gridlove-slot-c>ul, .gridlove-header-middle .gridlove-slot-l>div, .gridlove-header-middle .gridlove-slot-l>nav, .gridlove-header-middle .gridlove-slot-l>ul, .gridlove-header-middle .gridlove-slot-r>div, .gridlove-header-middle .gridlove-slot-r>nav, .gridlove-header-middle .gridlove-slot-r>ul {
	display: table-cell;
	vertical-align: middle;
}

.gridlove-site-header .gridlove-main-nav {
	display: inline-block;
	vertical-align: middle;
}

.gridlove-site-header .gridlove-menu {
	text-align: center;
}

.site-title {
	font-size: inherit !important;
	vertical-align: middle;
}

.gridlove-txt-logo .site-title {
	font-size: 30px !important;
}

.gridlove-txt-logo .gridlove-site-description {
	margin-top: -5px;
}

.gridlove-header-bottom {
	height: 50px;
	position: relative;
	display: block;
	z-index: 8002;
}

.gridlove-header-shadow.gridlove-site-header, .gridlove-header-sticky {
	box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
}

.gridlove-header-wrapper {
	position: relative;
	z-index: 8003;
}

.gridlove-header-shadow.gridlove-site-header {
	position: relative;
	z-index: 9000;
}

.gridlove-header-sticky .container {
	position: relative;
}

.gridlove-header-sticky .gridlove-slot-l {
	height: 70px;
	display: table;
}

.gridlove-header-sticky {
	position: fixed;
	-webkit-transform: translate3d(0, -110px, 0);
	transform: translate3d(0, -110px, 0);
	top: 0;
	left: 0;
	height: 70px;
	max-height: 100px;
	z-index: 9000;
	width: 100%;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.gridlove-header-sticky-on .gridlove-header-sticky {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.gridlove-header-sticky .gridlove-slot-l .gridlove-site-branding {
	display: table-cell;
	vertical-align: middle;
}

.gridlove-slot-r .gridlove-menu>li.gridlove-actions-button:last-child {
	margin-right: -16px;
}

.gridlove-slot-l .gridlove-menu>li:first-child {
	margin-left: -16px;
}

.gridlove-branding-bg {
	padding: 0 30px;
}

.gridlove-header-wide .gridlove-branding-bg {
	position: relative;
	left: -30px;
}

.gridlove-header-wide .gridlove-slot-r .gridlove-menu>li.gridlove-actions-button:last-child {
	margin-right: 0;
}

.gridlove-header-3 .gridlove-slot-c, .gridlove-header-4 .gridlove-slot-c {
	width: auto;
}

.gridlove-header-bottom .gridlove-main-nav .sub-menu li:hover .sub-menu {
	top: 0;
}

.gridlove-header-top {
	height: 40px;
	font-size: 12px;
	line-height: 40px;
}

.gridlove-header-top a {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.gridlove-site-date {
	font-size: 12px;
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}

.gridlove-header-sticky .gridlove-logo, .gridlove-header-sticky .gridlove-logo-mini {
	max-height: 70px;
}

.gridlove-main-nav {
	margin: 0;
	padding: 0;
}

.gridlove-main-nav>li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.gridlove-main-nav a, .gridlove-sidebar-action {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.gridlove-main-nav li>a {
	padding: 0 15px;
	line-height: 40px;
	height: 40px;
	display: inline-block;
}

.gridlove-header-wrapper .active>span, .gridlove-main-nav>li.menu-item-has-children:hover>a, .gridlove-social-icons:hover>span {
	color: inherit;
}

.gridlove-header-responsive .sub-menu, .gridlove-site-header .sub-menu {
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
	opacity: 0;
	left: -5000px;
	width: 200px;
	position: absolute;
	z-index: 1000049;
	text-align: left;
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.gridlove-main-nav li:hover>.sub-menu, .gridlove-social-icons:hover .sub-menu {
	opacity: 1;
	left: 0;
}

.gridlove-main-nav .sub-menu li:hover .sub-menu {
	left: 100%;
	top: -1px;
}

.gridlove-site-header .gridlove-main-nav .sub-menu li:hover .sub-menu {
	top: -10px;
}

.gridlove-site-header .gridlove-main-nav .sub-menu li:first-child:hover .sub-menu {
	top: -1px;
}

.gridlove-site-header .gridlove-header-bottom .gridlove-main-nav .sub-menu li:first-child:hover .sub-menu {
	top: 0;
}

.gridlove-main-nav .sub-menu li {
	display: block;
	position: relative;
}

.gridlove-main-nav .sub-menu a {
	display: block;
	width: 100%;
	padding: 10px 20px 0;
	line-height: 22px;
	height: auto;
}

.gridlove-main-nav .sub-menu>li:first-child>a {
	padding: 20px 20px 0;
}

.gridlove-main-nav .sub-menu>li:last-child>a {
	padding: 10px 20px 20px;
}

.gridlove-main-nav .sub-menu>li:only-child>a {
	padding: 20px;
}

.gridlove-main-nav .sub-menu>li:hover>a {
	padding-left: 25px;
	padding-right: 15px;
}

.gridlove-main-nav .sub-menu>li.menu-item-has-children>a:after {
	font-family: FontAwesome;
	content: "";
	margin-left: 7px;
	font-size: 10px;
	float: right;
}

.gridlove-header-bottom .gridlove-main-nav>li>a, .gridlove-header-sticky .gridlove-main-nav>li>a {
	height: 50px;
	line-height: 50px;
}

.gridlove-header-sticky .gridlove-menu {
	margin: 10px 0;
}

.gridlove-actions, .gridlove-actions li, .gridlove-main-navigation {
	display: inline-block;
	vertical-align: top;
}

.gridlove-actions li {
	vertical-align: middle;
}

.gridlove-actions {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gridlove-lock, .gridlove-lock .gridlove-header-sticky {
	padding-right: 17px;
}

.gridlove-sidebar-action {
	cursor: pointer;
}

.gridlove-sidebar-action-open .gridlove-sidebar-action-overlay {
	opacity: 1;
	visibility: visible;
}

.gridlove-lock {
	overflow: hidden !important;
}

.gridlove-sidebar-action-overlay {
	cursor: pointer;
	width: 100%;
	height: 100%;
	height: calc(100% + 60px);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
	background: #fff;
	background: rgba(0, 0, 0, .5);
	content: "";
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.gridlove-sidebar-action-wrapper {
	width: 360px;
	height: 100%;
	position: fixed;
	padding: 80px 30px 40px;
	top: 0;
	right: 0;
	background: #f3f3f3;
	display: block;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 9999;
	-webkit-transform: translate3D(360px, 0, 0);
	transform: translate3D(360px, 0, 0);
	-webkit-transition: visibility 1ms linear .2s, -webkit-transform .2s ease;
	transition: visibility 1ms linear .2s, -webkit-transform .2s ease;
	transition: transform .2s ease, visibility 1ms linear .2s;
	transition: transform .2s ease, visibility 1ms linear .2s, -webkit-transform .2s ease;
}

.gridlove-sidebar-action-open .gridlove-sidebar-action-wrapper {
	-webkit-transform: translate3D(0, 0, 0);
	transform: translate3D(0, 0, 0);
}

.gridlove-action-close {
	background: #fff;
	height: 50px;
	width: 100%;
	display: inline-block;
	color: rgba(51, 51, 51, .5);
	text-align: center;
	padding: 10px;
	cursor: pointer;
	line-height: 30px;
	box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
}

.gridlove-action-close:hover {
	color: #333;
}

.gridlove-header-bottom .gridlove-actions>li>span, .gridlove-header-sticky .gridlove-actions>li>span {
	height: 50px;
	line-height: 50px;
	display: inline-block;
}

.gridlove-header-bottom .gridlove-actions, .gridlove-header-sticky .gridlove-actions {
	margin-bottom: 0;
}

.gridlove-header-bottom .sub-menu {
	margin-top: -1px;
}

.gridlove-soc-menu a:before {
	font-family: FontAwesome;
}

.gridlove-soc-menu li a:before, .gridlove-soc-responsive-menu a:before {
	height: 25px;
	width: 25px;
	line-height: 25px;
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.widget_nav_menu .gridlove-soc-responsive-menu {
	padding: 0 20px;
}

.widget_nav_menu .gridlove-soc-responsive-menu a {
	display: inline-block;
	margin: 0 7px;
}

.sub-menu .gridlove-soc-menu li a:before {
	margin-right: 8px;
}

.sub-menu .gridlove-soc-menu li {
	display: block;
	width: 100%;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.gridlove-actions .sub-menu .gridlove-soc-menu li:hover {
	padding-left: 5px;
}

.header-top .gridlove-soc-menu a:hover {
	color: #fff;
}

.gridlove-social-name {
	opacity: 0;
	display: none;
	font-size: 14px;
}

::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .2);
}

::-moz-placeholder {
	color: rgba(0, 0, 0, .2);
}

:-ms-input-placeholder {
	color: rgba(0, 0, 0, .2);
}

:-moz-placeholder {
	color: rgba(0, 0, 0, .2);
}

.gridlove-soc-menu li a[href*="/feed"]::before, .gridlove-soc-menu li a[href*="/rss"]::before, .gridlove-soc-menu li a[href*=feedburner]::before {
	content: "";
}

.gridlove-soc-menu li a[href*="@"]::before, .gridlove-soc-responsive-menu a[href*="@"]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="codepen."]::before, .gridlove-soc-responsive-menu a[href*="codepen."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="digg."]::before, .gridlove-soc-responsive-menu a[href*="digg."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="dribbble."]::before, .gridlove-soc-responsive-menu a[href*="dribbble."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="dropbox."]::before, .gridlove-soc-responsive-menu a[href*="dropbox."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="facebook."]::before, .gridlove-soc-responsive-menu a[href*="facebook."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="tiktok."]::before, .gridlove-soc-responsive-menu a[href*="tiktok."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="t.me"]::before, .gridlove-soc-responsive-menu a[href*="t.me"]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="flickr."]::before, .gridlove-soc-responsive-menu a[href*="flickr."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="foursquare."]::before, .gridlove-soc-responsive-menu a[href*="foursquare."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="google."]::before, .gridlove-soc-responsive-menu a[href*="google."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="github."]::before, .gridlove-soc-responsive-menu a[href*="github."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="instagram."]::before, .gridlove-soc-responsive-menu a[href*="instagram."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="linkedin."]::before, .gridlove-soc-responsive-menu a[href*="linkedin."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="last.fm"]::before, .gridlove-soc-responsive-menu a[href*="last.fm"]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="pinterest."]::before, .gridlove-soc-responsive-menu a[href*="pinterest."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="reddit."]::before, .gridlove-soc-responsive-menu a[href*="reddit."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="soundcloud."]::before, .gridlove-soc-responsive-menu a[href*="soundcloud."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="spotify."]::before, .gridlove-soc-responsive-menu a[href*="spotify."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="stumbleupon."]::before, .gridlove-soc-responsive-menu a[href*="stumbleupon."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="tumblr."]::before, .gridlove-soc-responsive-menu a[href*="tumblr."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="twitch."]::before, .gridlove-soc-responsive-menu a[href*="twitch."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="twitter."]::before, .gridlove-soc-responsive-menu a[href*="twitter."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="vimeo."]::before, .gridlove-soc-responsive-menu a[href*="vimeo."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="vine."]::before, .gridlove-soc-responsive-menu a[href*="vine."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="vk."]::before, .gridlove-soc-responsive-menu a[href*="vk."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="wordpress."]::before, .gridlove-soc-responsive-menu a[href*="wordpress."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="xing."]::before, .gridlove-soc-responsive-menu a[href*="xing."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="youtube."]::before, .gridlove-soc-responsive-menu a[href*="youtube."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="medium."]::before, .gridlove-soc-responsive-menu a[href*="medium."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="buysellads."]::before, .gridlove-soc-responsive-menu a[href*="buysellads."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="behance."]::before, .gridlove-soc-responsive-menu a[href*="behance."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="slack."]::before, .gridlove-soc-responsive-menu a[href*="slack."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="weibo."]::before, .gridlove-soc-responsive-menu a[href*="weibo."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="snapchat."]::before, .gridlove-soc-responsive-menu a[href*="snapchat."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="500px."]::before, .gridlove-soc-responsive-menu a[href*="500px."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="amazon."]::before, .gridlove-soc-responsive-menu a[href*="amazon."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="mixcloud."]::before, .gridlove-soc-responsive-menu a[href*="mixcloud."]:before {
	content: "";
}

.gridlove-soc-menu li a[href*="ok.ru"]::before, .gridlove-soc-responsive-menu a[href*="ok.ru"]:before {
	content: "";
}

.gridlove-mailto, .meks_ess a.socicon-mail {
	background-color: #95a5a6;
}

.gridlove-author-links .fa-rss, .gridlove-soc-menu li a[href*="/feed"]:before, .gridlove-soc-menu li a[href*="/rss"]:before {
	background-color: #fa9b39;
}

.gridlove-soc-menu li a[href*="@"]:before, .gridlove-soc-responsive-menu a[href*="@"]:before {
	background-color: #aaa;
}

.gridlove-soc-menu li a[href*="codepen."]:before, .gridlove-soc-menu li a[href*="digg."]:before, .gridlove-soc-responsive-menu a[href*="codepen."]:before, .gridlove-soc-responsive-menu a[href*="digg."]:before {
	background-color: #fff;
}

.gridlove-author-links .fa-dribbble, .gridlove-soc-menu li a[href*="dribbble."]:before, .gridlove-soc-responsive-menu a[href*="dribbble."]:before {
	background-color: #ea4c89;
}

.gridlove-soc-menu li a[href*="dropbox."]:before, .gridlove-soc-responsive-menu a[href*="dropbox."]:before {
	background-color: #007ee5;
}

.gridlove-author-links .fa-facebook, .gridlove-facebook, .gridlove-soc-menu li a[href*="facebook."]:before, .gridlove-soc-responsive-menu a[href*="facebook."]:before {
	background-color: #3b5998;
}

.gridlove-author-links .fa-tiktok, .gridlove-soc-menu li a[href*="tiktok."]:before, .gridlove-soc-responsive-menu a[href*="tiktok."]:before, .gridlove-tiktok {
	background-color: #ff0050;
}

.gridlove-soc-menu li a[href*="t.me"]:before, .gridlove-soc-responsive-menu a[href*="t.me"]:before, .gridlove-telegram {
	background-color: #08c;
}

.gridlove-author-links .fa-flickr, .gridlove-soc-menu li a[href*="flickr."]:before, .gridlove-soc-responsive-menu a[href*="flickr."]:before {
	background-color: #ff0084;
}

.gridlove-soc-menu li a[href*="foursquare."]:before, .gridlove-soc-responsive-menu a[href*="foursquare."]:before {
	background-color: #0732a2;
}

.gridlove-author-links .fa-google, .gridlove-gplus, .gridlove-soc-menu li a[href*="google."]:before, .gridlove-soc-responsive-menu a[href*="google."]:before {
	background-color: #dd4b39;
}

.gridlove-author-links .fa-github, .gridlove-soc-menu li a[href*="github."]:before, .gridlove-soc-responsive-menu a[href*="github."]:before {
	background-color: #4183c4;
}

.gridlove-author-links .fa-instagram, .gridlove-soc-menu li a[href*="instagram."]:before, .gridlove-soc-responsive-menu a[href*="instagram."]:before {
	background-color: #3f729b;
}

.gridlove-author-links .fa-linkedin, .gridlove-linkedin, .gridlove-soc-menu li a[href*="linkedin."]:before, .gridlove-soc-responsive-menu a[href*="linkedin."]:before {
	background-color: #0e76a8;
}

.gridlove-soc-menu li a[href*="last.fm"]:before, .gridlove-soc-responsive-menu a[href*="last.fm"]:before {
	background-color: #e31b23;
}

.gridlove-author-links .fa-pinterest, .gridlove-pinterest, .gridlove-soc-menu li a[href*="pinterest."]:before, .gridlove-soc-responsive-menu a[href*="pinterest."]:before {
	background-color: #c8232c;
}

.gridlove-author-links .fa-reddit, .gridlove-reddit, .gridlove-soc-menu li a[href*="reddit."]:before, .gridlove-soc-responsive-menu a[href*="reddit."]:before {
	background-color: #369;
}

.gridlove-author-links .fa-soundcloud, .gridlove-soc-menu li a[href*="soundcloud."]:before, .gridlove-soc-responsive-menu a[href*="soundcloud."]:before {
	background-color: #f50;
}

.gridlove-author-links .fa-vk, .gridlove-soc-menu li a[href*="vk."]:before, .gridlove-soc-responsive-menu a[href*="vk."]:before, .gridlove-vKontakte {
	background-color: #597da3;
}

.gridlove-whatsapp {
	background-color: #25d366;
}

.gridlove-author-links .fa-spotify, .gridlove-soc-menu li a[href*="spotify."]:before, .gridlove-soc-responsive-menu a[href*="spotify."]:before {
	background-color: #81b900;
}

.gridlove-author-links .fa-stumbleupon, .gridlove-soc-menu li a[href*="stumbleupon."]:before, .gridlove-soc-responsive-menu a[href*="stumbleupon."]:before, .gridlove-stumbleupon {
	background-color: #ff2618;
}

.gridlove-author-links .fa-tumblr, .gridlove-soc-menu li a[href*="tumblr."]:before, .gridlove-soc-responsive-menu a[href*="tumblr."]:before {
	background-color: #34526f;
}

.gridlove-author-links .fa-twitch, .gridlove-soc-menu li a[href*="twitch."]:before, .gridlove-soc-responsive-menu a[href*="twitch."]:before {
	background-color: #6441a4;
}

.gridlove-author-links .fa-twitter, .gridlove-soc-menu li a[href*="twitter."]:before, .gridlove-soc-responsive-menu a[href*="twitter."]:before, .gridlove-twitter {
	background-color: #55acee;
}

.gridlove-author-links .fa-vimeo-square, .gridlove-soc-menu li a[href*="vimeo."]:before, .gridlove-soc-responsive-menu a[href*="vimeo."]:before {
	background-color: #1ab7ea;
}

.gridlove-author-links .fa-vine, .gridlove-soc-menu li a[href*="vine."]:before, .gridlove-soc-responsive-menu a[href*="vine."]:before {
	background-color: #00d9a3;
}

.gridlove-author-links .fa-vk, .gridlove-soc-menu li a[href*="vk."]:before, .gridlove-soc-responsive-menu a[href*="vk."]:before {
	background-color: #4e729a;
}

.gridlove-author-links .fa-wordpress, .gridlove-soc-menu li a[href*="wordpress."]:before, .gridlove-soc-responsive-menu a[href*="wordpress."]:before {
	background-color: #21759b;
}

.gridlove-author-links .fa-xing, .gridlove-soc-menu li a[href*="xing."]:before, .gridlove-soc-responsive-menu a[href*="xing."]:before {
	background-color: #026466;
}

.gridlove-author-links .fa-youtube, .gridlove-soc-menu li a[href*="youtube."]:before, .gridlove-soc-responsive-menu a[href*="youtube."]:before {
	background-color: #c4302b;
}

.gridlove-soc-menu li a[href*="medium."]:before, .gridlove-soc-responsive-menu a[href*="medium."]:before {
	background-color: #57ad68;
}

.gridlove-soc-menu li a[href*="buysellads."]:before, .gridlove-soc-responsive-menu a[href*="buysellads."]:before {
	background-color: #c90100;
}

.gridlove-author-links .fa-behance, .gridlove-soc-menu li a[href*="behance."]:before, .gridlove-soc-responsive-menu a[href*="behance."]:before {
	background-color: #1769ff;
}

.gridlove-author-links .fa-slack, .gridlove-soc-menu li a[href*="slack."]:before, .gridlove-soc-responsive-menu a[href*="slack."]:before {
	background-color: #6ecadc;
}

.gridlove-author-links .fa-weibo, .gridlove-soc-menu li a[href*="weibo."]:before, .gridlove-soc-responsive-menu a[href*="weibo."]:before {
	background-color: #b53434;
}

.gridlove-author-links .fa-snapchat, .gridlove-soc-menu li a[href*="snapchat."]:before, .gridlove-soc-responsive-menu a[href*="snapchat."]:before {
	background-color: #fffc00;
}

.gridlove-soc-menu li a[href*="500px."]:before, .gridlove-soc-responsive-menu a[href*="500px."]:before {
	background-color: #0099e5;
}

.gridlove-soc-menu li a[href*="amazon."]:before, .gridlove-soc-responsive-menu a[href*="amazon."]:before {
	background-color: #f90;
}

.gridlove-soc-menu li a[href*="mixcloud."]:before, .gridlove-soc-responsive-menu a[href*="mixcloud."]:before {
	background-color: #314359;
}

.gridlove-soc-menu li a[href*="ok.ru"]:before, .gridlove-soc-responsive-menu a[href*="ok.ru"]:before {
	background-color: #ed812b;
}

.gridlove-author-links .fa-delicious {
	background-color: #39f;
}

.gridlove-author-links .fa-deviantart {
	background-color: #05cc47;
}

.gridlove-author-links .fa-digg {
	background-color: #005be2;
}

.gridlove-author-links .fa-skype {
	background-color: #00aff0;
}

.gridlove-author-links .fa-yahoo {
	background-color: #410093;
}

.gridlove-soc-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gridlove-site-header .gridlove-header-top .gridlove-soc-menu li a:before {
	background-color: rgba(255, 255, 255, 0);
}

.gridlove-actions>li {
	position: relative;
}

.gridlove-actions-button>span, .gridlove-actions-cart>a {
	z-index: 1001;
	position: relative;
	padding: 0 15px;
	line-height: 40px;
	height: 40px;
	width: 45px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.gridlove-sidebar-action .gridlove-bars {
	border-top: 2px solid;
	vertical-align: middle;
	width: 100%;
	position: relative;
	margin-top: -4px;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.gridlove-sidebar-action .gridlove-bars:after, .gridlove-sidebar-action .gridlove-bars:before {
	content: "";
	height: 2px;
	width: 100%;
	display: block;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	margin-top: 3px;
}

.gridlove-actions-button.gridlove-social-icons .sub-menu {
	width: 200px;
}

.gridlove-actions-button .gridlove-social-name {
	display: inline-block;
	opacity: 1;
}

.gridlove-mega-menu .sub-menu, .gridlove-social-icons .sub-menu {
	padding: 20px;
	z-index: 1000;
}

.gridlove-social-icons:hover .sub-menu {
	right: 0;
	left: auto;
}

.active>.sub-menu {
	opacity: 1;
	right: 0;
	left: auto;
}

.gridlove-social-icons .sub-menu li {
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
}

.gridlove-social-icons .sub-menu li a {
	display: block;
}

.gridlove-social-icons .sub-menu li:last-child {
	margin-bottom: 0;
}

.sub-menu form {
	padding: 25px;
}

.gridlove-action-search .sub-menu {
	width: 280px;
}

.sub-menu .gridlove-button-search {
	width: 100%;
	margin-top: 7px;
}

.gridlove-button-search {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
}

.gridlove-actions-search .gridlove-search-form input {
	width: 200px;
	vertical-align: top;
	display: inline-block;
	font-size: 14px;
}

.gridlove-actions-search>.gridlove-search-form>input[type=text] {
	margin-right: 6px;
}

.gridlove-header-top a {
	height: 30px;
	display: block;
}

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

.gridlove-header-top li {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	line-height: 30px;
	margin: 0 3px;
}

.gridlove-header-top .gridlove-soc-menu li {
	margin: 0;
}

.gridlove-header-top .gridlove-soc-menu li a {
	opacity: .8;
}

.gridlove-header-top .gridlove-soc-menu li a:hover {
	opacity: 1;
}

.gridlove-category-menu .sub-menu {
	width: 300px;
	padding: 20px 0;
}

.gridlove-category-menu .sub-menu a {
	padding: 0;
	line-height: 20px;
}

.gridlove-category-menu .sub-menu h6 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}

.gridlove-category-menu .sub-menu .entry-image a {
	width: 80px;
}

.gridlove-category-menu .entry-image {
	max-width: 80px;
	margin-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
}

.gridlove-category-menu .sub-menu article {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.gridlove-category-menu .sub-menu article:last-child {
	margin-bottom: 0;
}

.gridlove-site-header .gridlove-main-nav li .gridlove-rev {
	left: auto;
	right: 0;
	pointer-events: none;
}

.gridlove-site-header .gridlove-main-nav li:hover .gridlove-rev {
	pointer-events: auto;
}

.gridlove-site-header .gridlove-main-nav li .sub-menu .gridlove-rev {
	left: auto;
	right: 100%;
}

.gridlove-sidebar-action .gridlove-bars {
	display: none;
}

.gridlove-action-login:hover {
	cursor: auto;
}

.gridlove-action-login .sub-menu {
	padding: 20px;
	text-transform: initial;
	background: #fff;
}

.gridlove-action-login .sub-menu form {
	padding: 0;
}

.gridlove-action-login .sub-menu p {
	margin: 0 0 12px;
	font-size: 15px;
}

.gridlove-action-login .sub-menu a {
	display: block;
	line-height: 1;
	font-size: 15px;
}

.gridlove-action-login .sub-menu a img {
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
}

.gridlove-action-login .sub-menu .btn-logout {
	display: inline;
	color: #fff;
	font-size: 12px;
	padding: 11px 21px;
}

.box-inner-p, .gridlove-text-module-content.gridlove-box {
	padding: 30px;
}

.gridlove-action-login .sub-menu .gridlove-username {
	margin-bottom: 15px;
	margin-top: 5px;
}

.gridlove-action-login .sub-menu .login-remember label {
	margin: 0;
}

.gridlove-site-header .gridlove-main-nav .sub-menu li:hover>.sub-menu {
	z-index: 9999999999;
}

.module-header .h2, .module-header h2 {
	margin-bottom: 0;
}

.module-header {
	margin-bottom: 28px;
	margin-top: -4px;
}

.box-vm, .gridlove-post, .gridlove-text-module-content, .module-empty {
	margin-bottom: 30px;
}

.gridlove-post {
	height: 300px;
	position: relative;
	line-height: 1.375;
}

.gridlove-box {
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
	box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
	background: #fff;
}

.box-inner-ptb {
	padding: 30px 0;
}

.box-inner-ptbr {
	padding: 30px 20px 30px 0;
}

.box-inner-p-bigger {
	padding: 40px 60px 50px;
}

.box-inner-p-smaller {
	padding: 40px 60px;
}

.meta-avatar {
	display: inline-block;
	vertical-align: middle;
}

.meta-author img {
	border-radius: 50%;
	vertical-align: -8px;
	display: inline-block;
	margin-right: 4px;
	width: 24px;
}

.gridlove-post-a .entry-category {
	margin-bottom: 8px;
	pointer-events: none;
}

.gridlove-post-a .entry-header {
	margin-bottom: 10px;
}

.gridlove-post-a .entry-image {
	position: relative;
}

.gridlove-menu-posts .entry-image>a:after, .gridlove-post-a .entry-image>a:after, .gridlove-post-b .entry-image a:after, .gridlove-posts-widget .entry-image>a:after {
	content: "";
	position: absolute;
	background: rgba(255, 255, 255, 0);
	height: 100%;
	width: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	will-change: background;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.gridlove-menu-posts article:hover .entry-image>a:after, .gridlove-post-a .entry-image:hover>a:after, .gridlove-post-b .entry-image:hover a:after, .gridlove-posts-widget article:hover .entry-image>a:after {
	background: rgba(0, 0, 0, .2);
}

.gridlove-post-a .entry-category {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 2;
	width: 80%;
	right: 30px;
}

.gridlove-post-a .box-inner-p {
	padding: 23px 30px 30px;
}

.gridlove-post-b .entry-category, .gridlove-post-b .entry-title {
	margin-bottom: 8px;
}

.gridlove-post-b .entry-image {
	float: left;
	position: relative;
}

.box-col-b {
	float: left;
	max-width: 43%;
	margin: 0 0 0 30px;
}

.gridlove-post-b .box-col-b:only-child {
	max-width: 85%;
}

.col-lg-12 .box-col-b {
	padding: 30px 0;
}

.gridlove-post-c .entry-category, .gridlove-post-c .entry-title, .gridlove-post-d .entry-category, .gridlove-post-d .entry-title {
	margin-bottom: 8px;
}

.entry-overlay-wrapper .entry-image:after, .gridlove-post-d .entry-image a:after {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, .4);
	will-change: background;
	height: 100%;
	width: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.gridlove-post-d:hover .entry-image a:after {
	background: rgba(0, 0, 0, .6);
}

.entry-overlay, .gridlove-post-d .entry-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 3;
	top: 0;
	left: 0;
	pointer-events: none;
}

.overlay-vh-center, .overlay-vh-center-custom {
	-webkit-transform: translate(-50%, -50%);
	z-index: 111;
}

.entry-overlay .entry-category a, .entry-overlay .entry-meta a, .entry-overlay .entry-title a, .gridlove-cover {
	pointer-events: auto;
}

.entry-overlay .entry-meta, .gridlove-post-a .entry-meta, .gridlove-post-b .entry-meta, .gridlove-post-c .entry-meta {
	position: absolute;
	bottom: 30px;
}

.entry-overlay .added_to_cart, .entry-overlay .amount, .entry-overlay .entry-title, .entry-overlay .entry-title a, .entry-overlay .price, .entry-overlay-wrapper .entry-overlay a:hover, .gridlove-box.gridlove-post-d .entry-overlay a:hover, .gridlove-featured-item .entry-meta a:hover {
	color: #fff;
}

.overlay-vh-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: auto;
	max-width: 80%;
}

.overlay-vh-center .entry-meta {
	position: relative;
	bottom: 0;
}

.gridlove-module .owl-item div[class^=col-lg-] {
	padding: 0;
}

.gridlove-module .row.gridlove-slider {
	margin: 0;
}

.gridlove-masonry-wrapper .gridlove-post-a .entry-meta, .gridlove-masonry-wrapper .gridlove-post-c .entry-meta, .gridlove-module-layout-masonry .gridlove-post-a .entry-meta, .gridlove-module-layout-masonry .gridlove-post-c .entry-meta {
	bottom: auto;
	margin-right: -15px;
	position: relative;
}

.gridlove-slider .entry-image a:after, .gridlove-slider a, .gridlove-slider div, .gridlove-slider h2, .gridlove-slider img, .gridlove-slider span {
	-webkit-backface-visibility: hidden;
}

.gridlove-slider {
	height: 330px;
	overflow: hidden;
}

.gridlove-slider.owl-loaded {
	height: auto;
	overflow: visible;
}

@media (min-width:1230px) {
	.gridlove-module .gridlove-slider .col-lg-12 {
		max-width: 1170px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 1170px;
		flex: 0 0 1170px;
		min-width: 1170px;
	}
	
	.gridlove-module .gridlove-slider .col-lg-9 {
		max-width: 870px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 870px;
		flex: 0 0 870px;
		min-width: 870px;
	}
	
	.gridlove-module .gridlove-slider .col-lg-8 {
		max-width: 960px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 770px;
		flex: 0 0 770px;
		min-width: 770px;
	}
	
	.gridlove-module .gridlove-slider .col-lg-7 {
		max-width: 670px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 670px;
		flex: 0 0 670px;
		min-width: 670px;
	}
	
	.gridlove-module .gridlove-slider .col-lg-6 {
		max-width: 570px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 570px;
		flex: 0 0 570px;
		min-width: 570px;
	}
	
	.gridlove-module .gridlove-slider .col-lg-5 {
		max-width: 470px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 470px;
		flex: 0 0 470px;
		min-width: 470px;
	}
	
	.gridlove-module .gridlove-slider .col-lg-4 {
		max-width: 370px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 370px;
		flex: 0 0 370px;
		min-width: 370px;
	}
	
	.gridlove-module .gridlove-slider .col-lg-3 {
		max-width: 270px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 270px;
		flex: 0 0 270px;
		min-width: 270px;
	}
}

.gridlove-post-a .entry-image img {
	height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.gridlove-post-b .entry-image {
	width: 50%;
}

.gridlove-post-b .entry-image img, .gridlove-post-d .entry-image img {
	height: 300px;
	width: 100%;
}

.gridlove-masonry-wrapper {
	width: 100%;
}

.gridlove-masonry-wrapper .gridlove-post, .gridlove-module-layout-masonry .gridlove-post {
	height: auto;
}

.gridlove-masonry-wrapper .gridlove-post-d, .gridlove-module-layout-masonry .gridlove-post-d {
	min-height: 200px;
}

.gridlove-masonry-wrapper .gridlove-post-d .entry-image, .gridlove-module-layout-masonry .gridlove-post-d .entry-image {
	height: 100%;
}

.gridlove-masonry-wrapper .gridlove-post-d .entry-image img, .gridlove-module-layout-masonry .gridlove-post-d .entry-image img {
	min-height: 200px;
}

.gridlove-masonry-wrapper .gridlove-post .entry-image img, .gridlove-module-layout-masonry .gridlove-post .entry-image img {
	height: auto;
}

.gridlove-masonry-wrapper .gridlove-post-c .box-inner-ellipsis, .gridlove-masonry-wrapper .gridlove-post-d .box-inner-ellipsis, .gridlove-module-layout-masonry .gridlove-post-c .box-inner-ellipsis, .gridlove-module-layout-masonry .gridlove-post-d .box-inner-ellipsis {
	height: auto;
	max-height: inherit;
	margin-bottom: 20px;
}

.gridlove-module .col-lg-6 .gridlove-post-d .box-inner-ellipsis {
	max-width: 310px;
}

.gridlove-footer {
	font-size: 12px;
	line-height: 20px;
	clear: both;
}

.gridlove-copyright p {
	margin-bottom: 0;
}

.gridlove-copyright {
	position: relative;
	font-size: 12px;
	padding: 35px 0;
	opacity: .8;
}

.gridlove-footer .container {
	position: relative;
}

.gridlove-footer>.container:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 1px;
	background: rgba(255, 255, 255, .2);
	left: 50%;
	margin-left: -50px;
	bottom: 0;
}

.gridlove-footer .widget:last-child {
	margin-bottom: 50px;
}

.gridlove-footer .widget:first-child {
	margin-top: 50px;
}

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

.gridlove-footer .widget {
	padding: 0;
}

.gridlove-footer .widget_categories .widget-title {
	padding: 20px 0 0;
}

.gridlove-footer .widget.widget_categories select {
	margin: 0;
	width: 100%;
}

.gridlove-footer .widget_nav_menu .sub-menu, .gridlove-footer .widget_pages .children {
	left: 0;
	width: 100%;
}

.gridlove-footer .widget.mks_flickr_widget {
	padding: 0 5px;
}

.gridlove-footer .widget_nav_menu li a, .gridlove-footer .widget_pages li a {
	padding: 10px;
}

.gridlove-footer .widget_nav_menu .sub-menu a:hover, .gridlove-footer .widget_nav_menu li>a:hover, .widget_pages li>a:hover {
	padding-left: 15px;
}

.gridlove-footer .widget_nav_menu .widget-title, .gridlove-footer .widget_nav_menu.widget, .gridlove-footer .widget_pages .widget-title, .gridlove-footer .widget_pages.widget {
	padding: 0;
}

.gridlove-footer .widget_nav_menu ul>li>a, .gridlove-footer .widget_pages ul>li>a {
	margin: 0;
}

.gridlove-footer [class^=col-lg-] {
	padding-right: 30px;
	padding-left: 30px;
}

.gridlove-footer .row {
	margin-left: -30px;
	margin-right: -30px;
}

.gridlove-footer .widget.mks_ads_widget {
	text-align: center;
}

.gridlove-footer .gridlove-nav-widget-acordion {
	right: 15px;
}

.gridlove-footer .widget_calendar .widget-title {
	padding: 20px 0 13px;
}

.gridlove-footer .widget_calendar table caption {
	right: 0;
}

.gridlove-footer .widget_calendar table tfoot tr td {
	border-bottom: 1px solid;
	border-right: 1px solid;
}

.box-single .entry-category {
	margin-bottom: 12px;
}

.box-single .entry-title {
	margin-bottom: 15px;
}

.box-single .entry-header {
	margin-bottom: 28px;
}

.entry-content ol a, .entry-content p a, .entry-content ul a, .gridlove-text-module-content p a {
	border-bottom: 1px solid;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.entry-tags a, .gridlove-author-links .fa {
	display: inline-block;
	-webkit-transition: all .2s ease-in-out;
}

.entry-tags {
	margin-bottom: 55px;
}

.entry-tags a {
	font-size: 14px;
	line-height: 25px;
	vertical-align: top;
	padding: 0 10px;
	margin-bottom: 4px;
	text-align: center;
	height: 25px;
	border-radius: 20px;
	transition: all .2s ease-in-out;
}

.gridlove-author, .gridlove-prev-next-nav {
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding-top: 35px;
}

.gridlove-author {
	margin-bottom: 35px;
}

.gridlove-author img {
	border-radius: 50%;
}

.gridlove-author-links .fa {
	color: #fff;
	height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 50%;
	padding: 10px 0;
	font-size: 12px;
	margin: 0 3px 2px;
	vertical-align: middle;
	transition: all .2s ease-in-out;
}

.gridlove-author h4 {
	margin-bottom: 12px;
}

.gridlove-author-links .gridlove-pill {
	margin-bottom: 2px;
}

.gridlove-author-desc {
	margin-bottom: 24px;
}

.gridlove-author-links {
	margin-bottom: 2px;
}

.gridlove-share .meks_ess {
	width: 70px;
	background: #fff;
	padding: 16px;
	text-align: center;
	margin-bottom: 0;
	display: block;
	position: static;
}

body .gridlove-share .meks_ess a {
	display: inline-block;
	clear: both;
	height: 33px;
	width: 33px;
	min-width: 33px;
	margin: 0 0 10px !important;
	line-height: 33px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

body .gridlove-share .meks_ess a:last-child {
	margin-bottom: 0 !important;
}

.gridlove-share a span {
	display: none;
}

.single .entry-tags+.gridlove-content-share {
	margin-top: -35px;
	margin-bottom: 50px;
}

body .meks_ess.rectangle.no-labels a {
	min-width: 70px;
}

body .meks_ess.rectangle a {
	min-width: 100px;
}

body .meks_ess.rounded.no-labels a {
	min-width: 70px;
}

body .meks_ess.rounded a {
	min-width: 110px;
}

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

.box-inner-p-smaller .entry-header {
	margin-bottom: 0;
}

.entry-overlay-wrapper {
	position: relative;
}

.box-single .entry-overlay-wrapper {
	text-align: center;
}

.gridlove-single-layout-5 .box-single .entry-overlay-wrapper {
	text-align: left;
}

.gridlove-single-layout-5 .box-single .entry-overlay-wrapper, .gridlove-single-layout-6 .box-single .entry-overlay-wrapper {
	min-height: 300px;
	background: rgba(0, 0, 0, .6);
}

.gridlove-page-layout-4, .gridlove-page-layout-5, .gridlove-single-layout-7, .gridlove-single-layout-8 {
	margin-top: -75px;
	position: relative;
	z-index: 999;
}

.gridlove-cover-content.gridlove-cover-reset .entry-header {
	position: relative;
	height: auto;
	z-index: 100;
	text-align: center;
	margin: 0 auto;
	width: 500px;
}

.gridlove-cover-content.gridlove-cover-reset .entry-meta {
	position: relative;
	bottom: 0;
}

.gridlove-cover-content.gridlove-cover-reset .entry-content {
	max-width: 500px;
}

.gridlove-pn-ico, .gridlove-slider-controls>div {
	height: 25px;
	width: 25px;
	line-height: 25px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	font-size: 9px;
	float: left;
	margin-right: 15px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.gridlove-prev-next-nav a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gridlove-slider-controls>div {
	margin-right: 0;
}

.gridlove-prev-next-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.gridlove-prev-next-nav .gridlove-next-link a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.gridlove-prev-next-nav .gridlove-next-link:only-child {
	position: relative;
	right: -25%;
}

.gridlove-pn-link {
	font-size: 14px;
	display: table;
	line-height: 18px;
	max-width: 70%;
}

.gridlove-prev-next-nav>div {
	width: 50%;
}

.gridlove-next-link {
	text-align: right;
}

.gridlove-next-link .gridlove-pn-ico, .gridlove-next-link .gridlove-pn-link {
	float: right;
}

.gridlove-next-link .gridlove-pn-ico {
	margin-right: 0;
	margin-left: 15px;
}

.gridlove-author .gridlove-button {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.gridlove-cover-content .entry-header.header-to-bottom {
	top: auto;
	height: auto;
	bottom: 60px;
	margin-top: 0;
}

.gridlove-cover-content .header-to-bottom .entry-meta, .gridlove-single-layout-5 .entry-meta {
	bottom: 0;
	position: relative;
}

.gridlove-to-center .entry-header {
	text-align: center;
}

.gridlove-single-layout-1 .entry-image img, .gridlove-single-layout-2 .entry-image img, .gridlove-single-layout-3 .entry-image img .gridlove-single-layout-4 .entry-image img, .gridlove-single-layout-5 .entry-image img, .gridlove-single-layout-6 .entry-image img {
	width: 100%;
}

.meta-author img {
	margin: 0 4px 0 0;
}

.gridlove-single-layout-1 .entry-media, .gridlove-single-layout-2 .entry-media, .gridlove-single-layout-3 .entry-media, .gridlove-single-layout-4 .entry-media {
	position: relative;
}

.gridlove-single-layout-1 .entry-media .wp-block-audio, .gridlove-single-layout-2 .entry-media .wp-block-audio, .gridlove-single-layout-3 .entry-media .wp-block-audio, .gridlove-single-layout-4 .entry-media .wp-block-audio {
	position: absolute;
	width: 100%;
	bottom: 30px;
	z-index: 200;
	margin: 0;
	padding: 0 30px;
}

.box-inner-p-smaller.box-single+.box-inner-p-bigger.box-single {
	padding-top: 0;
}

.entry-media .gallery, .entry-media .gallery-columns-1.gallery, .entry-media .wp-block-embed, .entry-media .wp-block-gallery, .entry-media .wp-block-video {
	margin-bottom: 0;
}

.entry-media .wp-block-video video {
	width: 100%;
}

.gridlove-full-width {
	width: 100%;
	margin: 0;
	max-width: 100%;
	padding: 0 !important;
}

.widget {
	padding: 25px 30px 30px;
	line-height: 1.43;
	clear: both;
}

.widget-title {
	margin-bottom: 20px;
}

.widget p:last-child {
	margin-bottom: 0;
}

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

.widget_text a {
	border-bottom: 1px solid;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.widget_calendar table {
	background: 0 0;
	width: 100%;
	table-layout: fixed;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.widget_calendar table thead {
	background: rgba(0, 0, 0, .05);
	font-size: 12px;
}

.widget_calendar table thead th {
	padding: 13px 0;
	text-align: center;
}

.widget_calendar table tbody tr:nth-child(even) {
	background: rgba(0, 0, 0, .01);
}

.widget_calendar table tbody td {
	font-size: 12px;
	text-align: center;
	padding: 9px 0;
}

.widget_calendar table tfoot {
	margin-top: 10px;
	background: rgba(0, 0, 0, .05);
}

.widget_calendar table tfoot tr td {
	padding: 12px 14px;
	font-size: 12px;
	border: none;
}

.widget_calendar table tfoot tr td a {
	text-transform: uppercase;
}

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

.widget_calendar table caption {
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 0;
	position: absolute;
	top: 22px;
	right: 30px;
}

.widget_calendar table tbody td a {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	min-width: 30px;
	height: 30px;
	line-height: 10px;
	padding: 9px 0;
	margin-right: 0;
	border-radius: 50%;
}

.widget_calendar {
	padding: 0;
	position: relative;
}

.widget_calendar .widget-title {
	padding: 20px 30px 13px;
	margin-bottom: 0;
}

.widget_calendar #today {
	position: relative;
}

.widget_calendar #today:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: -15px 0 0 -15px;
}

.widget_calendar table {
	border-top: 1px solid;
}

.widget_tag_cloud a {
	font-size: 14px !important;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	margin-right: 2px;
	margin-bottom: 7px;
	border-radius: 20px;
}

.widget_search .gridlove-button-search {
	width: 100%;
	margin-top: 7px;
}

.menu-item-has-children span, .widget_archive li a, .widget_categories li a, .widget_meta a, .widget_nav_menu a, .widget_pages li a, .widget_recent_comments li a, .widget_recent_entries li a, .widget_tag_cloud a {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.widget_meta a, .widget_nav_menu a, .widget_pages a, .widget_recent_comments li, .widget_recent_entries li {
	font-weight: 700;
	margin: 0;
	padding: 10px 0;
	display: block;
	border-bottom: 1px solid;
}

.widget_archive li, .widget_categories li {
	margin: 0;
	border-bottom: 1px solid;
	text-align: right;
	font-weight: 400;
	display: table;
	width: 100%;
}

.widget_archive ul>li, .widget_categories ul>li {
	padding: 10px 0;
}

.widget_archive li:last-child, .widget_categories li:last-child, .widget_categories li:last-child a, .widget_meta li:last-child a, .widget_recent_comments li:last-child, .widget_recent_entries li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_archive li:last-child, .widget_categories li:last-child, .widget_nav_menu li:last-child a, .widget_pages li:last-child a {
	border-bottom: none;
}

.gridlove_category_widget .gridlove-count-color li>a:hover, .widget_archive li>a:hover, .widget_categories li>a:hover, .widget_meta a:hover {
	padding-left: 5px;
}

.widget_archive li a, .widget_categories li a {
	float: left;
	font-weight: 700;
}

.widget_archive .children, .widget_categories .children {
	display: block;
	clear: both;
	padding-top: 10px;
}

.widget_archive ul>li>.children, .widget_categories ul>li>.children {
	margin-bottom: -10px;
}

.widget_archive .children li, .widget_categories .children li {
	border-top: 1px solid;
	margin: 0;
	padding: 10px 0;
	border-bottom: none;
}

.widget_archive .children .children li, .widget_categories .children .children li {
	padding-left: 20px;
}

.widget_archive .children li a, .widget_categories .children li a {
	margin-left: 20px;
}

.widget_recent_comments .recentcomments a {
	font-style: normal;
	font-weight: 700;
}

.post-date, .widget_recent_comments .recentcomments, .widget_recent_comments .recentcomments a.url {
	font-weight: 400;
	font-style: italic;
}

.post-date:before {
	content: " - ";
}

.widget_nav_menu .sub-menu, .widget_pages .children {
	display: none;
	width: 100%;
	top: -1px;
	padding: 0;
	position: relative;
	left: 0;
}

.widget_nav_menu .sub-menu .sub-menu, .widget_pages .children .children {
	left: 0;
	padding: 0;
}

.widget_nav_menu ul>li>a, .widget_pages ul>li>a {
	padding: 10px 0;
	margin: 0 30px;
}

.widget_nav_menu .sub-menu a:hover, .widget_nav_menu li>a:hover, .widget_pages .children a:hover, .widget_pages li>a:hover {
	padding-left: 5px;
}

.widget_nav_menu .sub-menu .sub-menu:after, .widget_pages .children .children:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .1);
	z-index: 1;
}

.widget_nav_menu .sub-menu a, .widget_pages .children a {
	border-bottom: none;
}

.widget_nav_menu li, .widget_pages li {
	position: relative;
	z-index: 2;
}

.widget_nav_menu ul>li:last-child.active, .widget_pages ul>li:last-child.active {
	margin-bottom: -21px;
}

.gridlove-nav-widget-acordion {
	position: absolute;
	right: 30px;
	cursor: pointer;
	font-size: 10px;
	width: 32px;
	text-align: center;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 4px;
}

.widget_nav_menu .menu-item-has-children.active>span, .widget_pages .page_item_has_children.active>span {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.widget_nav_menu .widget-title, .widget_pages .widget-title {
	padding: 10px 30px 0;
}

.widget_nav_menu.widget, .widget_pages.widget {
	padding: 20px 0;
}

.gridlove_category_widget .widget-title+ul.gridlove-count-color>li:first-child>a, .widget_archive>ul>li:first-child, .widget_categories>ul>li:first-child, .widget_meta>ul>li:first-child>a, .widget_nav_menu>div>ul>li:first-child>a, .widget_pages>ul>li:first-child>a, .widget_recent_comments>ul>li:first-child, .widget_recent_entries>ul>li:first-child {
	padding-top: 0;
}

.widget_nav_menu>div>ul>li:first-child>.gridlove-nav-widget-acordion, .widget_pages>div>ul>li:first-child>.gridlove-nav-widget-acordion {
	top: 3px;
}

.widget.mks_ads_widget {
	padding: 0;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.mks_ads_widget .widget-title {
	margin: 0 0 5px;
	text-align: center;
	font-size: 12px;
}

ul.mks_themeforest_widget_ul {
	margin: 0 -10px;
}

.mks_themeforest_widget ul.mks_themeforest_widget_ul li {
	margin: 0 0 2px;
}

.mks_themeforest_widget .mks_read_more {
	margin-bottom: 0;
	margin-top: 20px;
}

.widget.mks_flickr_widget ul.flickr li {
	margin: 0 2px 0 0;
}

.widget.mks_flickr_widget ul.flickr li:nth-child(3n) {
	margin: 0 0 2px;
}

.widget.mks_flickr_widget ul {
	width: 260px;
	margin: 0;
}

.mks_author_widget, .mks_themeforest_widget_ul {
	text-align: center;
}

.widget.mks_author_widget img {
	float: none;
	border-radius: 50%;
	clear: both;
	margin: 0 0 10px;
}

.mks_author_widget h3 {
	font-size: 20px;
	line-height: 28px;
}

.widget.mks_author_widget .mks_autor_link_wrap {
	margin-top: 15px;
}

.mks_autor_link_wrap a, .mks_read_more a {
	width: 100%;
	max-width: 200px;
	display: inline-block;
}

.rsswidget {
	font-weight: 700;
}

.rss-date {
	display: block;
	font-weight: 400;
	font-style: italic;
}

.widget_rss li {
	margin-bottom: 15px;
}

.widget_rss li:last-child {
	margin-bottom: 0;
}

.gridlove_category_widget .widget-title {
	padding: 25px 30px 0;
	margin-bottom: 0;
}

.widget.gridlove_category_widget {
	padding: 0;
}

.gridlove_category_widget.full-color .widget-title {
	padding-top: 20px;
	margin-bottom: 0;
}

.gridlove_category_widget .widget-title+.gridlove-full-color {
	margin-top: 20px;
}

.gridlove-full-color {
	padding: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.widget.gridlove_category_widget .gridlove-full-color select {
	margin: 0 30px 30px;
	width: 240px;
}

.gridlove_category_widget .gridlove-full-color li {
	text-align: right;
	font-weight: 700;
	display: block;
	position: relative;
	min-height: 50px;
}

.gridlove_category_widget .gridlove-full-color li:last-child {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gridlove_category_widget .gridlove-full-color li a {
	display: inline-block;
	text-align: left;
	padding: 10px 30px;
	height: 50px;
	line-height: 30px;
	width: 100%;
}

.gridlove_category_widget .gridlove-full-color li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 100%;
	opacity: 0;
	padding: 20px;
	z-index: 2;
	background: rgba(0, 0, 0, .15);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-backface-visibility: hidden;
}

.gridlove_category_widget .gridlove-full-color li>a:hover:before {
	opacity: .8;
}

.gridlove_category_widget .gridlove-full-color li>a:hover .gridlove-count {
	background: rgba(0, 0, 0, .25);
	color: #fff;
}

.gridlove-full-color .category-text {
	color: #fff;
	position: relative;
	z-index: 10;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
}

.gridlove-count {
	float: right;
	z-index: 2;
	background: rgba(0, 0, 0, .15);
	height: 26px;
	width: 26px;
	line-height: 26px;
	top: 3px;
	right: 0;
	border-radius: 50%;
	font-size: 12px;
	position: relative;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.gridlove-posts-widget a, .gridlove-posts-widget h6 {
	line-height: 20px;
	font-size: 14px;
}

.gridlove_category_widget .gridlove-full-color li .children {
	display: inline-block;
	width: 100%;
	clear: both;
}

.gridlove_category_widget .gridlove-full-color li .children a {
	padding: 10px 30px 10px 50px;
}

.gridlove_category_widget .gridlove-count-color {
	padding: 20px 30px;
}

.gridlove_category_widget .gridlove-count-color .gridlove-count {
	top: -3px;
	right: 0;
}

.gridlove_category_widget .gridlove-count-color li a {
	margin: 0;
	padding: 10px 0;
	display: block;
	font-weight: 700;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.gridlove_category_widget .gridlove-count-color li {
	border-bottom: 1px solid;
}

.gridlove_category_widget .gridlove-count-color li:last-child {
	border-bottom: 0;
}

.gridlove-sticky-sidebar .widget:last-child {
	margin-bottom: 0;
}

.mks_ads_widget .mks_adswidget_ul.small {
	text-align: center;
}

.mks_ads_widget .mks_adswidget_ul.small li {
	margin-bottom: 10px;
	margin-right: 7px;
}

.mks_adswidget_ul.custom li {
	margin-right: 0;
}

.gridlove-widget-expand {
	padding: 0;
}

.gridlove-posts-widget article {
	width: 240px;
	clear: both;
	margin-bottom: 20px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	line-height: 20px;
}

.gridlove-posts-widget article:last-child, .gridlove-posts-widget h6, .widget .mejs-container, .widget_media_image .wp-caption {
	margin-bottom: 0;
}

.gridlove-posts-widget .entry-image {
	max-width: 80px;
	margin-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
}

.gridlove-posts-widget a {
	padding: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.gridlove-posts-widget.owl-carousel .owl-stage-outer {
	display: inline-block;
	width: 100%;
}

.gridlove_posts_widget .gridlove-slider-controls {
	display: inline-block;
	vertical-align: top;
	float: right;
	margin-top: 3px;
}

.gridlove-sidebar-action-inside .gridlove-posts-widget article, .gridlove-sidebar-action-inside .gridlove-posts-widget.owl-carousel .owl-stage-outer {
	width: 223px;
}

.widget.gridlove_adsense_widget {
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gridlove_adsense_widget.gridlove-widget-expand {
	padding: 0;
}

.widget_nav_menu .gridlove-category-menu .sub-menu article {
	float: none;
	padding: 0 30px;
}

.widget_nav_menu .gridlove-category-menu .sub-menu a:hover {
	padding: 0;
}

.widget_nav_menu .gridlove-category-menu .sub-menu {
	padding: 20px 0;
	width: 100%;
}

.mks_flickr_widget ul.flickr img {
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 1;
}

.mks_flickr_widget ul.flickr a {
	position: relative;
}

.mks_flickr_widget ul.flickr a:after {
	content: "";
	position: absolute;
	background: rgba(255, 255, 255, 0);
	height: 100%;
	width: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.mks_flickr_widget ul.flickr a:hover:after {
	background: rgba(0, 0, 0, .2);
}

.mks_themeforest_widget {
	text-align: center;
}

.gridlove-posts-widget .gridlove-posts-widget-item-wrapper {
	opacity: 0;
	position: absolute;
}

.owl-loaded .gridlove-posts-widget-item-wrapper {
	opacity: 1;
	position: relative;
}

.gridlove-posts-widget {
	min-height: 65px;
}

.widget div.mejs-container .mejs-controls, body .widget .mejs-container.wp-audio-shortcode {
	height: 25px !important;
}

.widget div.mejs-container .mejs-controls .mejs-time, body .widget .mejs-container .mejs-controls .mejs-button {
	margin: 0;
	padding: 8px 0 0;
}

.widget div.mejs-controls div.mejs-time-rail {
	padding-top: 5px;
}

body .widget .mejs-controls a.mejs-horizontal-volume-slider {
	margin: 0;
}

.widget .mejs-overlay-button, body .widget .mejs-container .mejs-controls .mejs-button button:before {
	font-size: 14px;
	line-height: 27px;
}

.widget .mejs-overlay-button {
	-webkit-transform: scale(.6);
	transform: scale(.6);
}

body .widget .mejs-container .mejs-controls .mejs-button button {
	height: 25px;
}

.widget .mejs-container .mejs-controls div {
	font-size: 10px;
}

.widget .mejs-controls .mejs-time-rail .mejs-time-current, .widget .mejs-controls .mejs-time-rail span, .widget .mejs-controls .mejs-time-rail>a {
	height: 8px;
}

.widget .mejs-controls .mejs-time-rail .mejs-time-float {
	height: 17px;
}

.widget .gallery .gallery-item a:after {
	-webkit-transform: scale(.7);
	transform: scale(.7);
}

.comment-form label {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 10px;
}

.comment-form-author, .comment-form-email, .comment-form-url {
	float: left;
	width: 33.33%;
	padding: 0 15px 0 0;
	margin-bottom: 20px;
}

.comment-form-url {
	padding: 0;
}

.comment-form p {
	margin-bottom: 5px;
}

.comment-form p:last-child, .comment-respond {
	margin-bottom: 0;
}

.form-submit {
	margin-top: 15px;
	clear: both;
	display: inline-block;
}

.comment-list {
	list-style: none;
	padding: 0;
	margin: 48px 0 0;
	clear: both;
}

.comment-content, .reply {
	margin-left: 65px;
}

.comment-list li {
	list-style: none;
}

.comment-list .avatar {
	border-radius: 50%;
	float: left;
	margin-right: 15px;
}

.comment-author b {
	font-size: 18px;
}

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

.comment-list .comment-metadata {
	line-height: 20px;
	font-size: 12px;
	margin-bottom: 12px;
}

#cancel-comment-reply-link, .reply {
	font-size: 14px;
	line-height: 20px;
}

.reply {
	margin-top: -3px;
}

.comment-content p {
	margin-bottom: 14px;
}

.comment-body {
	margin-bottom: 36px;
}

.comment-list .children {
	margin-left: 98px;
	padding: 0;
}

.comment-list .comment-respond {
	margin-bottom: 35px;
}

.comment .comment-respond {
	margin: 26px 0 36px;
	border-top: 1px solid;
	padding: 20px 26px 0;
	position: relative;
}

.comment-reply-title {
	float: right;
}

.comment-form .logged-in-as, .comment-notes {
	margin-bottom: 25px;
}

.pingback .comment-content, .trackback .comment-content {
	margin-left: 0;
}

.comment-list li:last-child .children li:last-child article {
	margin-bottom: 0;
}

.bypostauthor .comment-author {
	position: relative;
}

.bypostauthor .comment-author:before {
	font-family: FontAwesome;
	font-size: 12px;
	line-height: 27px;
	height: 30px;
	width: 30px;
	background: #000;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	left: -9px;
	top: -6px;
	border: 2px solid #fff;
}

.module-actions ul.page-numbers {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.module-actions ul.page-numbers .page-numbers {
	height: 25px;
	width: 25px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
}

.module-actions ul.page-numbers .next.page-numbers, .module-actions ul.page-numbers .prev.page-numbers {
	height: 25px;
	width: 25px;
	line-height: 25px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	font-size: 9px;
	float: left;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.module-actions ul.page-numbers .next.page-numbers {
	margin-left: 5px;
}

.module-actions ul.page-numbers .prev.page-numbers {
	margin-right: 5px;
}

.comment-subscription-form label {
	font-size: 14px;
}

.comment-subscription-form [type=checkbox], .comment-subscription-form [type=radio] {
	vertical-align: -2px;
}

#wp-comment-cookies-consent {
	margin-right: 7px;
	position: relative;
	top: 2px;
}

.depth-3 .children, .depth-4 .children, .depth-5 .children {
	margin-left: 50px;
	margin-top: 10px;
}

.gridlove-cover-area {
	text-align: center;
	margin-bottom: 30px;
	width: 100%;
	background: #000;
	overflow: hidden;
}

.gridlove-cover-area.gridlove-cover-wrapper {
	height: 360px !important;
}

.gridlove-cover-item {
	position: relative;
}

.gridlove-cover {
	position: relative;
	display: inline-block;
}

.gridlove-cover-bg .gridlove-cover:before {
	left: 0;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #000), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, #000 0, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=1);
	width: 40%;
}

.gridlove-cover-bg .gridlove-cover:after {
	right: 0;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(#000));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=1);
	width: 40%;
}

.gridlove-cover-bg .gridlove-cover:after, .gridlove-cover-bg .gridlove-cover:before {
	content: "";
	top: 0;
	position: absolute;
	height: 100%;
	z-index: 2;
}

.gridlove-cover-1 .gridlove-cover-bg .gridlove-cover:before {
	width: 70%;
}

.gridlove-cover-1 .gridlove-cover-bg .gridlove-cover:after {
	width: 40%;
}

.gridlove-cover-area .gridlove-cover-bg img {
	display: inline-block;
	width: auto;
	height: 100%;
	max-width: 100%;
}

.gridlove-hidden-overlay {
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.gridlove-cover-area:hover .gridlove-hidden-overlay {
	opacity: 1;
}

.gridlove-cover-2 .gridlove-hidden-overlay {
	opacity: 1;
	background: rgba(0, 0, 0, .6);
}

.gridlove-cover-2:hover .gridlove-hidden-overlay {
	background: rgba(0, 0, 0, .8);
}

.gridlove-cover-content {
	width: 1200px;
	margin: 0 auto;
}

.gridlove-cover-content .entry-header {
	position: absolute;
	top: 0;
	height: 100%;
	max-width: 480px;
	text-align: left;
	z-index: 3;
	margin-left: 15px;
	padding-top: 60px;
	pointer-events: none;
}

.gridlove-cover-content .entry-category a, .gridlove-cover-content .entry-meta a, .gridlove-cover-content .entry-title, .gridlove-cover-content .entry-title a {
	pointer-events: auto;
}

.gridlove-cover-content .entry-category {
	margin-bottom: 15px;
}

.gridlove-cover-content .entry-title {
	margin-bottom: 20px;
}

.gridlove-cover-content .entry-title, .gridlove-cover-content .entry-title a, .gridlove-cover-content p {
	color: #fff;
}

.gridlove-cover-content .entry-meta {
	position: absolute;
	bottom: 69px;
	z-index: 100;
}

.gridlove-cover-content .entry-content {
	max-width: 400px;
}

.gridlove-cover-1 .owl-controls {
	position: absolute;
	bottom: 60px;
	max-width: 1189px;
	text-align: right;
	left: 50%;
	margin-left: -600px;
	z-index: 2;
	pointer-events: none;
	width: 100%;
}

.gallery-columns-1 .owl-controls, .gridlove-cover-slider .owl-controls, .wp-block-gallery.columns-1 .owl-controls {
	position: absolute;
	bottom: 60px;
}

.gallery-columns-1 .owl-nav>div, .gridlove-cover-slider .owl-nav>div, .wp-block-gallery.columns-1 .owl-nav>div {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: rgba(255, 255, 255, .5);
	color: #5e5e5e;
	border-radius: 50%;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
	box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 0;
	pointer-events: auto;
}

.gallery-columns-1 .owl-nav>div:hover, .gridlove-cover-slider .owl-nav>div:hover, .wp-block-gallery.columns-1 .owl-nav>div:hover {
	background: #fff;
}

.gallery-columns-1 .owl-nav>div .fa-chevron-right, .gridlove-cover-slider .owl-nav>div .fa-chevron-right, .wp-block-gallery.columns-1 .owl-nav>div .fa-chevron-right {
	margin: 0 0 0 2px;
}

.gallery-columns-1 .owl-nav>div .fa-chevron-left, .gridlove-cover-slider .owl-nav>div .fa-chevron-left, .wp-block-gallery.columns-1 .owl-nav>div .fa-chevron-left {
	margin: 0 0 0 -2px;
}

.gridlove-cover-slider.gridlove-cover-arrows-middle .owl-controls .owl-nav>.owl-prev {
	left: 12px;
}

.gridlove-cover-slider.gridlove-cover-arrows-middle .owl-controls .owl-nav>.owl-next {
	right: 12px;
}

.gridlove-cover-wrapper .gridlove-cover-arrows-middle .owl-controls .owl-nav>.owl-prev {
	left: -60px;
}

.gridlove-cover-wrapper .gridlove-cover-arrows-middle .owl-controls .owl-nav>.owl-next {
	right: -60px;
}

.gridlove-cover-wrapper.gridlove-cover-area {
	padding: 30px 0 0;
}

.gridlove-cover-slider .gridlove-cover-item, .gridlove-cover-slider .gridlove-post {
	opacity: 0;
}

.owl-loaded .gridlove-cover-item, .owl-loaded .gridlove-post {
	opacity: 1;
}

.gridlove-cover-2 .overlay-vh-center {
	max-width: 620px;
}

.gridlove-cover-2 .gridlove-cover-content.gridlove-cover-reset .entry-content, .gridlove-cover-2 .gridlove-cover-content.gridlove-cover-reset .entry-header {
	max-width: 620px;
	width: 620px;
}

.gridlove-cover-custom .gridlove-cover-item {
	display: block;
	height: 100%;
}

.overlay-vh-center-custom {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: auto;
	max-width: 1230px;
	width: 100%;
	display: block;
	padding: 0 30px;
	text-align: unset;
}

.overlay-vh-center-custom .h1, .overlay-vh-center-custom .h2, .overlay-vh-center-custom .h3, .overlay-vh-center-custom .h4, .overlay-vh-center-custom .h5, .overlay-vh-center-custom .h6, .overlay-vh-center-custom div, .overlay-vh-center-custom h1, .overlay-vh-center-custom h2, .overlay-vh-center-custom h3, .overlay-vh-center-custom h4, .overlay-vh-center-custom h5, .overlay-vh-center-custom h6, .overlay-vh-center-custom span {
	color: #fff;
}

.row.gridlove-cover-slider {
	margin: 0;
}

.gridlove-cover-slider .owl-item div[class^=col-lg-] {
	padding: 0;
	text-align: left;
}

@media (min-width:1230px) {
	.gridlove-cover-slider .col-lg-4 {
		max-width: 370px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 370px;
		flex: 0 0 370px;
		min-width: 370px;
	}
	
	.gridlove-cover-slider .col-lg-3 {
		max-width: 270px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 270px;
		flex: 0 0 270px;
		min-width: 270px;
	}
}

@media (max-width:1229px) {
	.gridlove-cover-slider .owl-item .col-lg-3, .gridlove-cover-slider .owl-item .col-lg-4 {
		padding: 0;
		width: 100%;
		max-width: 100%;
	}
}

.gridlove-cover-area .entry-meta .meta-item, .gridlove-cover-area .entry-meta .meta-rtime, .gridlove-cover-area .entry-meta .meta-views, .gridlove-cover-area .entry-meta a, .gridlove-cover-area .entry-meta span {
	font-size: 13px;
}

.gridlove-cover-area .meta-author img {
	vertical-align: -7px;
}

.gridlove-cover-area .entry-meta .meta-item {
	margin-right: 15px;
}

.gridlove-cover-overlay-off .gridlove-cover:after, .gridlove-cover-overlay-off .gridlove-cover:before {
	display: none;
}

.gridlove-cover-overlay-off .gridlove-cover-area:hover .gridlove-hidden-overlay {
	background: rgba(0, 0, 0, .25);
}

.gridlove-cover-overlay-off .gridlove-cover-2 .gridlove-hidden-overlay {
	background: 0 0;
}

.gridlove-cover-overlay-soft-dark .gridlove-hidden-overlay {
	background: rgba(0, 0, 0, .25);
}

.gridlove-cover-overlay-soft-dark .gridlove-cover-2 .gridlove-hidden-overlay {
	background: rgba(0, 0, 0, .3);
}

.gridlove-cover-overlay-soft-dark .gridlove-cover-2:hover .gridlove-hidden-overlay {
	background: rgba(0, 0, 0, .5);
}

.gridlove-cover-overlay-soft-dark .gridlove-cover-bg .gridlove-cover:after, .gridlove-cover-overlay-soft-dark .gridlove-cover-bg .gridlove-cover:before {
	width: 20%;
}

.gridlove-cover-overlay-soft-dark .gridlove-cover-1 .gridlove-cover-bg .gridlove-cover:before {
	width: 35%;
}

.gridlove-cover-overlay-soft-dark .gridlove-cover-1 .gridlove-cover-bg .gridlove-cover:after {
	width: 20%;
}

.gridlove-cover .wp-caption-text {
	max-width: 348px;
	text-align: left;
}

.gridlove-cover-area .gridlove-cover-bg img, .gridlove-post-b .entry-image img, .gridlove-post-d .entry-image img {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.wp-block-categories-list {
	list-style: inside;
}

.entry-content .wp-block-categories ul, .entry-content .wp-block-latest-posts, .entry-content .wp-block-latest-posts.is-grid {
	padding: 0;
	list-style: outside;
	margin-left: 20px;
}

.wp-block-categories, .wp-block-latest-comments {
	padding-left: 0;
}

.wp-block-archives {
	padding-left: 0;
	list-style: disc inside;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: 14px;
	line-height: 1.8;
	margin: 5px 0 20px;
}

.wp-block-button__link {
	height: 40px;
	border-radius: 2px;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	padding: 14px 20px;
	font-weight: 700;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1), inset 0 0 0 rgba(255, 255, 255, 0);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1), inset 0 0 0 rgba(255, 255, 255, 0);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.wp-block-button__link:hover {
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3), inset 0 0 230px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3), inset 0 0 230px rgba(0, 0, 0, .1);
}

.is-style-outline .wp-block-button__link {
	background: 0 0;
	border: 1px solid currentcolor;
}

.is-style-outline .wp-block-button__link:hover {
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
}

.wp-block-verse pre {
	font-family: Menlo, Consolas, monaco, monospace;
}

@media (min-width:600px) {
	.wp-block-column:not(:last-child), .wp-block-column:nth-child(odd) {
		margin-right: 12px;
	}
	
	.wp-block-column:not(:first-child), .wp-block-column:nth-child(even) {
		margin-left: 12px;
	}
}

.wp-block-column p:only-of-type {
	margin-bottom: 0;
}

@media (max-width:782px) {
	.wp-block-columns {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

@media (max-width:660px) {
	.wp-block-columns {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.wp-block-columns .wp-block-column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.entry-content .wp-block-quote, .wp-block-column, .wp-block-embed, .wp-block-image, .wp-block-media-text, .wp-block-pullquote, .wp-block-pullquote.is-style-solid-color blockquote p, .wp-block-separator, .wp-block-table {
		margin-bottom: 20px;
	}
	
	.wp-block-gallery {
		margin-bottom: 4px;
	}
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image h2 {
	position: relative;
	z-index: 2;
}

.wp-block-cover-image.aligncenter {
	margin: 0 0 1.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2 {
	padding: 30px;
	line-height: 1.3;
}

.wp-block-cover__inner-container p:last-child {
	margin-bottom: 0;
}

.wp-block-cover {
	margin-bottom: 1.5rem;
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-gallery.aligncenter, .wp-block-gallery.alignnone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wp-block-gallery {
	clear: both;
	margin-left: 0;
	margin-right: 0;
}

.wp-block-gallery.owl-carousel .blocks-gallery-item, .wp-block-gallery.owl-carousel figure {
	margin: 0;
}

body .entry-content .blocks-gallery-item a, body .entry-content .blocks-gallery-item a:hover, body .entry-content .wp-block-gallery figure a, body .entry-content .wp-block-gallery figure a:hover {
	border-bottom: 0 none rgba(255, 255, 255, 0);
}

.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
	max-width: 320px;
	width: 100%;
	margin-right: 20px;
	margin-bottom: 0;
}

.wp-block-gallery .blocks-gallery-item, .wp-block-gallery figure {
	overflow: hidden;
	margin-bottom: 2px;
}

@media (min-width:600px) {
	.wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 figure {
		width: calc(( 100% - 2px * 2 ) / 3);
		margin-right: 2px;
	}
	
	.wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 figure {
		width: calc(( 100% - 2px * 3 ) / 4);
		margin-right: 2px;
	}
	
	.wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 figure {
		width: calc(( 100% - 2px * 4 ) / 5);
		margin-right: 2px;
	}
	
	.wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 figure {
		width: calc(( 100% - 2px * 5 ) / 6);
		margin-right: 2px;
	}
	
	.wp-block-gallery.columns-5 figure, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
		width: calc(( 100% - 2px * 6 ) / 7);
		margin-right: 2px;
	}
	
	.wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 figure {
		width: calc(( 100% - 2px * 7 ) / 8);
		margin-right: 2px;
	}
	
	.entry-content .wp-block-gallery .blocks-gallery-image:last-child, .entry-content .wp-block-gallery .blocks-gallery-item:last-child, .entry-content .wp-block-gallery figure:last-child, .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-1 figure: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-2 figure: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-3 figure: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-4 figure: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-5 figure: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-6 figure: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-7 figure: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), .wp-block-gallery.columns-8 figure:nth-of-type(8n) {
		margin-right: 0;
	}
}

.wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child, .wp-block-gallery figure:last-child {
	margin-right: 0;
}

.wp-block-image {
	position: relative;
}

.wp-block-image figcaption {
	position: absolute;
	bottom: 1px;
	right: 0;
	background: rgba(0, 0, 0, .6);
	color: rgba(255, 255, 255, .8);
	font-size: 12px;
	padding: 5px 10px;
	margin: 0;
	z-index: 10;
}

.wp-block-image.alignleft, .wp-block-image.alignright {
	margin-bottom: 20px;
}

.wp-block-image .alignleft {
	margin-right: 20px;
	position: relative;
}

.wp-block-image .alignright {
	margin-left: 20px;
	position: relative;
}

@media (max-width:579px) {
	.wp-block-image .alignleft, .wp-block-image .alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}
	
	.wp-block-image .alignleft figcaption, .wp-block-image .alignright figcaption {
		text-align: center;
		position: relative;
		left: auto;
		bottom: 1px;
		right: auto;
		display: block;
		color: inherit;
		background: 0 0;
		padding-bottom: 0;
	}
}

.entry-content ol ol, .entry-content ul ul {
	margin-top: 12px;
	margin-bottom: 12px;
}

.wp-block-audio.aligncenter {
	text-align: center;
}

.wp-block-video video {
	max-width: 100%;
}

.wp-block-audio audio {
	width: 100%;
	min-width: 270px;
}

p.wp-block-subhead {
	font-style: normal;
	opacity: 1;
	line-height: 1.35;
}

p.has-drop-cap:not(:focus)::first-letter {
	font-size: 75px;
	margin: 10px 20px 0 0;
}

.wp-block-preformatted {
	overflow: auto;
}

.wp-block-pullquote.aligncenter {
	text-align: center;
}

.wp-block-pullquote cite {
	font-size: 80%;
}

.wp-block-pullquote {
	padding: 30px 50px;
	border-bottom: 2px solid;
	border-top: 2px solid;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: initial;
	margin-right: initial;
	text-align: center;
	max-width: 100%;
}

.wp-block-pullquote p, .wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 22px;
	line-height: 30px;
}

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
	font-size: 18px;
	line-height: 30px;
}

.wp-block-pullquote.is-style-solid-color.alignleft blockquote, .wp-block-pullquote.is-style-solid-color.alignright blockquote {
	text-align: left;
}

.wp-block-pullquote blockquote {
	margin: 0;
	padding-left: 0;
}

.wp-block-pullquote blockquote:before {
	display: none;
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
	padding: 20px;
	margin-top: 8px;
	max-width: 280px;
}

.wp-block-audio.aligncenter, .wp-block-pullquote.aligncenter {
	text-align: center;
}

.wp-block-pullquote.aligncenter:before {
	left: 50%;
	margin-left: -11px;
}

.wp-block-pullquote.aligncenter {
	padding: 40px 80px;
}

.wp-block-pullquote.alignleft {
	text-align: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.wp-block-pullquote.alignright {
	text-align: left;
	margin-left: 20px;
	margin-bottom: 10px;
}

.wp-block-pullquote.is-style-solid-color.alignleft p, .wp-block-pullquote.is-style-solid-color.alignright p {
	font-size: 18px;
	line-height: 30px;
}

.wp-block-pullquote.alignright:before {
	left: auto;
	right: -35px;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	margin-left: 0;
	padding-left: 50px;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	font-style: normal;
}

.wp-block-pullquote cite, .wp-block-quote cite {
	font-size: 80%;
	font-style: normal;
}

blockquote p+cite {
	margin-top: -15px;
	display: block;
	opacity: .5;
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
	text-align: left;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: 0;
	padding-left: 50px;
}

@media (max-width:579px) {
	.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

.wp-block-separator {
	clear: both;
	max-width: 200px;
	border-bottom-width: 0;
}

.wp-block-separator.is-style-wide {
	max-width: 100%;
	border-bottom-width: 0;
}

.wp-block-calendar table, .wp-block-table thead {
	border: none;
}

.wp-block-table.is-style-stripes {
	border-bottom: none;
	border-left: none;
}

.wp-block-calendar table th {
	background: 0 0;
}

.wp-block-calendar tfoot a {
	color: inherit;
}

.wp-block-calendar #prev {
	text-align: left;
}

.wp-block-calendar #next {
	text-align: right;
}

.wp-block-calendar table th, .wp-block-calendar tbody td, .wp-block-calendar th {
	text-align: center;
}

.entry-content .wp-block-rss li, .wp-block-rss li {
	list-style: none;
	margin-bottom: 20px;
}

.wp-block-rss {
	padding: 0;
}

.wp-block-search .wp-block-search__button {
	margin-left: 0;
	margin-top: 10px;
}

.entry-content .wp-block-tag-cloud a, .wp-block-tag-cloud a {
	font-size: 14px !important;
	line-height: 25px;
	vertical-align: top;
	padding: 0 10px;
	margin-bottom: 4px;
	height: 25px;
	border-radius: 20px;
	display: inline-block;
	border: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.alignnone, .entry-content .fluid-width-video-wrapper, .entry-content .wp-block-quote, .gallery.gallery-columns-1, .wp-audio-shortcode, .wp-block-audio, .wp-block-categories, .wp-block-column, .wp-block-embed, .wp-block-image, .wp-block-media-text, .wp-block-pullquote, .wp-block-pullquote.is-style-solid-color blockquote p, .wp-block-search, .wp-block-separator, .wp-block-table, .wp-block-video {
	margin-bottom: 24px;
}

.emoji {
	width: 24px;
}

.gridlove-header-responsive {
	display: block;
	height: 50px;
	z-index: 9998;
	width: 100%;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	top: 0;
	position: fixed;
	text-align: center;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.box-single .gridlove-share {
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 0 22px;
	padding: 0;
}

.box-single .gridlove-share .meks_ess {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 0;
}

.box-single .gridlove-share .meks_ess a {
	margin: 0 3px !important;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.box-single .gridlove-share .meks_ess.circle a {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
}

.box-single .gridlove-share .meks_ess.circle {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.gridlove-header-responsive .sub-menu {
	margin-top: -2px;
}

.gridlove-header-responsive .gridlove-actions-button>span {
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

@media (max-width:1450px) {
	.mfp-image-holder button.mfp-close {
		right: 0;
		top: -10px;
	}
}

@media (max-width:1229px) {
	.gridlove-site-branding {
		display: inline-block;
	}
	
	.gridlove-module .owl-item div[class^=col-lg-] {
		padding: 0;
		width: 100%;
		max-width: 100%;
	}
	
	.gridlove-cover-content {
		width: 100%;
	}
	
	.gridlove-cover-content .entry-header {
		margin-left: 30px;
	}
}

@media (max-width:1040px) {
	body .h1, body h1 {
		font-size: 40px;
		line-height: 46px;
	}
	
	body .col-lg-12 .gridlove-post-b .h3, body .h2, body h2 {
		font-size: 26px;
		line-height: 34px;
	}
	
	body .h3, body h3 {
		font-size: 22px;
		line-height: 30px;
	}
	
	body .h4, body h4 {
		font-size: 20px;
		line-height: 28px;
	}
	
	body .h5, body h5 {
		font-size: 18px;
		line-height: 26px;
	}
	
	body .gridlove-post, body .h6, body h6, html body {
		font-size: 16px;
	}
}

@media (max-width:1040px) and (min-width:580px) {
	.box-vm, .comment-body, .gridlove-comments, .gridlove-cover-area, .gridlove-infinite-scroll a, .gridlove-load-more a, .gridlove-pagination .gridlove-next a, .gridlove-pagination .gridlove-prev a, .gridlove-pagination .next, .gridlove-pagination .prev, .gridlove-post, .gridlove-site-content, .module-empty, .module-header, .widget {
		margin-bottom: 24px;
	}
	
	.gridlove-post-a .box-inner-p {
		padding: 18px 24px 24px;
	}
	
	.gridlove-post-a .box-inner-ellipsis {
		height: 85px;
		max-height: 85px;
	}
	
	.entry-overlay .entry-meta, .gridlove-post-a .entry-meta, .gridlove-post-b .entry-meta, .gridlove-post-c .entry-meta {
		bottom: 20px;
	}
	
	.box-inner-p {
		padding: 24px;
	}
	
	.box-inner-ptbr {
		padding: 24px 20px 24px 0;
	}
	
	.gridlove-footer .row, .row {
		margin-left: -12px;
		margin-right: -12px;
	}
	
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .gridlove-content, .gridlove-footer [class^=col-lg-], .gridlove-share-wrapper, .gridlove-sidebar {
		padding-left: 12px;
		padding-right: 12px;
	}
	
	.container, .container-fluid {
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.gridlove-post-a .entry-category {
		top: 24px;
		left: 24px;
	}
	
	.gridlove-slot-l {
		left: 24px;
	}
	
	.gridlove-slot-r {
		right: 24px;
	}
	
	.gridlove-footer .widget:first-child {
		margin-top: 24px;
	}
	
	.gridlove-footer .widget:last-child {
		margin-bottom: 30px;
	}
	
	.gridlove-copyright {
		padding: 24px 0;
	}
	
	.box-inner-p-bigger {
		padding: 40px 40px 48px;
	}
	
	.box-inner-p-smaller {
		padding: 40px;
	}
	
	.gridlove-share-wrapper {
		width: 94px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 94px;
		flex: 0 0 94px;
	}
	
	.gridlove-sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 324px;
		flex: 0 0 324px;
		width: 324px;
	}
	
	.gridlove-cover-content .header-to-bottom .entry-meta, .gridlove-single-layout-5 .entry-meta, .overlay-vh-center .entry-meta {
		bottom: 0;
	}
	
	.gridlove-cover-content .entry-header {
		padding-left: 40px;
		padding-top: 40px;
		margin-left: auto;
		margin-top: auto;
		height: 100%;
	}
	
	.gridlove-cover-content .meta-author img {
		vertical-align: -8px;
		margin-right: 4px;
		width: 24px;
	}
	
	.gridlove-cover-content .entry-meta {
		bottom: 40px;
	}
	
	.gallery-columns-1 .owl-controls, .gridlove-cover-slider .owl-controls, .wp-block-gallery.columns-1 .owl-controls {
		bottom: 40px;
		right: 40px;
		left: auto;
		max-width: 100%;
		margin-left: auto;
	}
	
	.gallery-columns-1 .owl-controls, .wp-block-gallery.columns-1 .owl-controls {
		right: 0;
	}
	
	.gridlove-cover-slider.gridlove-cover-arrows-middle .owl-controls .owl-nav>.owl-prev {
		left: 24px;
	}
	
	.gridlove-cover-slider.gridlove-cover-arrows-middle .owl-controls .owl-nav>.owl-next {
		right: 24px;
	}
	
	.gridlove-cover-1 .entry-meta .meta-item, .gridlove-cover-1 .entry-meta .meta-rtime, .gridlove-cover-1 .entry-meta .meta-views, .gridlove-cover-1 .entry-meta a, .gridlove-cover-1 .entry-meta span, .gridlove-cover-2 .entry-meta .meta-item, .gridlove-cover-2 .entry-meta .meta-rtime, .gridlove-cover-2 .entry-meta .meta-views, .gridlove-cover-2 .entry-meta a, .gridlove-cover-2 .entry-meta span {
		font-size: 12px;
		line-height: 18px;
	}
	
	.gridlove-cover-1 .gridlove-cover-bg .gridlove-cover:after, .gridlove-cover-bg .gridlove-cover:after, .gridlove-cover-bg .gridlove-cover:before {
		width: 20%;
	}
	
	.gridlove-cover-2 .gridlove-cover-content .entry-header {
		padding-left: 0;
		padding-top: 0;
	}
	
	body .h1, body h1 {
		font-size: 36px;
		line-height: 42px;
	}
	
	.gridlove-footer .widget.mks_ads_widget {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width:1023px) and (max-width:1040px) {
	body .h2, body h2 {
		font-size: 24px;
		line-height: 32px;
	}
	
	body .h3, body h3 {
		font-size: 20px;
		line-height: 26px;
	}
	
	body .h4, body h4 {
		font-size: 19px;
		line-height: 27px;
	}
	
	body .h5, body h5 {
		font-size: 17px;
		line-height: 25px;
	}
	
	body .col-lg-3 .h3 {
		font-size: 18px;
		line-height: 24px;
	}
	
	body .col-lg-12 .h3 {
		font-size: 22px;
		line-height: 30px;
	}
	
	.entry-meta .meta-item, .entry-meta .meta-rtime, .entry-meta .meta-views, .entry-meta a, .entry-meta span {
		font-size: 11px;
		line-height: 16px;
	}
	
	.meta-author img {
		vertical-align: -6px;
		margin-right: 2px;
		width: 20px;
	}
	
	.site-title.h1 {
		line-height: inherit;
	}
}

@media (min-width:600px) and (max-width:700px),(max-width:320px) {
	.gridlove-cover-area .meta-author img, .meta-author img {
		vertical-align: -6px;
	}
	
	body .h2, body h2 {
		font-size: 24px;
		line-height: 32px;
	}
	
	body .h3, body h3 {
		font-size: 20px;
		line-height: 26px;
	}
	
	body .h4, body h4 {
		font-size: 19px;
		line-height: 27px;
	}
	
	body .h5, body h5 {
		font-size: 17px;
		line-height: 25px;
	}
	
	.entry-meta .meta-item, .entry-meta .meta-rtime, .entry-meta .meta-views, .entry-meta a, .entry-meta span {
		font-size: 11px;
		line-height: 16px;
	}
	
	.meta-author img {
		margin-right: 2px;
		width: 20px;
	}
	
	.gridlove-cover-area .entry-meta .meta-item, .gridlove-cover-area .entry-meta .meta-rtime, .gridlove-cover-area .entry-meta .meta-views, .gridlove-cover-area .entry-meta a, .gridlove-cover-area .entry-meta span {
		font-size: 11px;
		line-height: 16px;
		margin-right: 3px;
	}
}

@media (max-width:1023px) {
	.gridlove-sidebar-action .gridlove-bars, .gridlove-site-description {
		display: none;
	}
	
	body {
		padding-top: 100px;
	}
	
	.gridlove-header-responsive {
		height: 70px;
	}
	
	.gridlove-header-responsive .container {
		height: 70px;
	}
	
	.site-title.h1 {
		margin-bottom: 0;
		line-height: 70px;
		font-size: 36px !important;
	}
	
	.site-title, .site-title a {
		line-height: 70px;
		display: inline-block;
	}
	
	.site-title img {
		vertical-align: middle;
		max-height: 70px;
		margin-top: -9px;
		display: inline-block;
	}
	
	.gridlove-header-responsive .gridlove-txt-logo .site-title.h1 {
		font-size: 30px !important;
	}
	
	.gridlove-header-responsive .gridlove-actions {
		line-height: 70px;
		position: absolute;
		right: 10px;
		top: 0;
		height: 70px;
	}
	
	.gridlove-header-responsive .gridlove-actions-button:last-child>span {
		margin-right: 4px;
	}
	
	.gridlove-header-responsive .gridlove-actions-button>span, .gridlove-header-responsive .gridlove-actions-cart>a {
		font-size: 21px;
		padding: 0 10px;
		width: auto;
	}
	
	.gridlove-header-responsive .gridlove-cart-count {
		top: 0;
		height: 18px;
		width: 18px;
	}
	
	.gridlove-header-responsive .gridlove-actions .sub-menu {
		line-height: 21px;
	}
	
	.gridlove-actions-button>span {
		padding: 0 12px;
		line-height: 50px;
		height: 50px;
	}
	
	.gridlove-actions li {
		vertical-align: top;
	}
	
	.gridlove-cover, .gridlove-cover-area {
		height: 400px !important;
	}
	
	.box-single .gridlove-share .meks_ess a {
		height: 40px;
		line-height: 40px;
	}
	
	.gridlove-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 712px;
	}
	
	body .gridlove-post, html body {
		font-size: 16px;
	}
	
	:root .gridlove-content, _::-webkit-full-page-media, _:future {
		-ms-flex: 0 0 85%;
		-webkit-box-flex: 0;
		flex: 0 0 85%;
	}
	
	.mfp-image-holder button.mfp-close {
		right: 0;
		top: -10px;
	}
	
	.gridlove-action-search .sub-menu>li {
		line-height: 1;
	}
	
	.gridlove-header-responsive .sub-menu {
		margin-top: -12px;
	}
}

@media (max-width:800px) {
	.gridlove-cover-2 .gridlove-cover-content.gridlove-cover-reset .entry-content, .gridlove-cover-2 .gridlove-cover-content.gridlove-cover-reset .entry-header {
		max-width: 500px;
		width: 500px;
	}
}

@media (max-width:899px) {
	.gridlove-share-wrapper {
		display: none;
	}
	
	.module-desc {
		max-width: 100%;
	}
}

@media (max-width:660px) {
	.gridlove-cover-content.gridlove-cover-reset .entry-meta {
		max-width: 90%;
		margin: 0 auto;
	}
	
	body .gridlove-cover-2 .entry-title.h1 {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	
	.gridlove-cover-2 .overlay-vh-center {
		width: 74%;
		max-width: 74%;
	}
	
	.gridlove-cover-2 .gridlove-cover-content.gridlove-cover-reset .entry-content, .gridlove-cover-2 .gridlove-cover-content.gridlove-cover-reset .entry-header {
		max-width: 100%;
		width: 100%;
	}
}

@media (max-width:630px) {
	.gridlove-cover-slider.gridlove-cover-arrows-middle .owl-controls .owl-nav>.owl-next {
		right: -25px;
	}
	
	.gridlove-cover-slider.gridlove-cover-arrows-middle .owl-controls .owl-nav>.owl-prev {
		left: -25px;
	}
	
	.gridlove-cover-slider.gridlove-cover-arrows-middle .owl-nav>div {
		height: 50px;
		width: 50px;
		line-height: 50px;
	}
	
	.gridlove-cover-slider.gridlove-cover-arrows-middle .owl-nav>div .fa-chevron-right {
		margin: 0 0 0 -13px;
	}
	
	.gridlove-cover-slider.gridlove-cover-arrows-middle .owl-nav>div .fa-chevron-left {
		margin: 0 0 0 13px;
	}
	
	.search-results .module-title {
		display: block;
	}
	
	.search-results .module-actions {
		margin-top: 15px;
	}
	
	body.search .module-actions .gridlove-search-form input {
		width: 192px;
	}
}

@media (max-width:1303px) {
	.gridlove-cover-slider.gridlove-cover-3 .owl-controls .owl-nav>.owl-next, .gridlove-cover-slider.gridlove-cover-4 .owl-controls .owl-nav>.owl-next {
		right: -25px;
	}
	
	.gridlove-cover-slider.gridlove-cover-3 .owl-controls .owl-nav>.owl-prev, .gridlove-cover-slider.gridlove-cover-4 .owl-controls .owl-nav>.owl-prev {
		left: -25px;
	}
	
	.gridlove-cover-slider.gridlove-cover-3 .owl-nav>div, .gridlove-cover-slider.gridlove-cover-4 .owl-nav>div {
		height: 50px;
		width: 50px;
		line-height: 50px;
		border-radius: 50%;
	}
	
	.gridlove-cover-slider.gridlove-cover-3 .owl-nav>div.owl-prev, .gridlove-cover-slider.gridlove-cover-4 .owl-nav>div.owl-prev {
		border-radius: 50%;
	}
	
	.gridlove-cover-slider.gridlove-cover-3 .owl-controls .owl-nav, .gridlove-cover-slider.gridlove-cover-4 .owl-controls .owl-nav {
		max-width: 100%;
		position: static;
		margin: 0 auto;
	}
	
	.gridlove-cover-slider.gridlove-cover-3 .owl-nav>div .fa-chevron-right, .gridlove-cover-slider.gridlove-cover-4 .owl-nav>div .fa-chevron-right {
		margin: 0 0 0 -13px;
	}
	
	.gridlove-cover-slider.gridlove-cover-3 .owl-nav>div .fa-chevron-left, .gridlove-cover-slider.gridlove-cover-4 .owl-nav>div .fa-chevron-left {
		margin: 0 0 0 13px;
	}
	
	.gridlove-cover-slider.gridlove-cover-3, .gridlove-cover-slider.gridlove-cover-4 {
		overflow: hidden;
	}
}

@media (max-width:579px) {
	.box-vm, .comment-body, .gridlove-comments, .gridlove-header-responsive+.gridlove-cover-area, .gridlove-post, .gridlove-prev-next-nav .gridlove-prev-link, .module-empty, .module-header, .widget {
		margin-bottom: 20px;
	}
	
	.entry-sm-overlay .entry-content, .gridlove-cover-bg .gridlove-cover:after, .gridlove-cover-bg .gridlove-cover:before {
		display: none;
	}
	
	body {
		padding-top: 70px;
	}
	
	.gridlove-header-responsive, .gridlove-header-responsive .container {
		height: 50px;
	}
	
	.site-title img {
		max-height: 50px;
	}
	
	.site-title, .site-title a {
		line-height: 50px;
	}
	
	.gridlove-header-responsive .gridlove-actions {
		line-height: 50px;
		height: 50px;
	}
	
	.gridlove-header-responsive .gridlove-txt-logo .site-title.h1 {
		font-size: 26px !important;
	}
	
	.gridlove-post-b .entry-image a:after {
		background-color: rgba(0, 0, 0, .4);
	}
	
	.gridlove-post-b:hover .entry-image a:after {
		background: rgba(0, 0, 0, .8);
	}
	
	.gridlove-post-b .entry-image {
		width: 100%;
	}
	
	.entry-sm-overlay {
		position: absolute;
		height: 100%;
		width: 100%;
		z-index: 3;
		top: 0;
		left: 0;
		pointer-events: none;
		padding: 30px;
	}
	
	.col-lg-12 .box-col-b {
		padding: 30px;
	}
	
	.entry-sm-overlay .entry-meta .meta-item, .entry-sm-overlay .entry-meta a, .entry-sm-overlay .entry-meta span {
		color: rgba(255, 255, 255, .8);
	}
	
	.entry-sm-overlay .entry-meta a {
		pointer-events: auto;
	}
	
	.entry-sm-overlay .entry-meta a:hover, .entry-sm-overlay .entry-title, .entry-sm-overlay .entry-title a {
		color: #fff;
	}
	
	.entry-sm-overlay .entry-category a:hover, .entry-sm-overlay .gridlove-format-icon {
		background: #fff;
		color: #111;
	}
	
	.entry-sm-overlay.box-col-b {
		max-width: 100%;
		margin: 0;
	}
	
	.gridlove-cover-1 .owl-controls {
		width: 100%;
		left: 0;
		margin-left: 0;
		bottom: 20px;
		height: 32px;
		padding-right: 20px;
	}
	
	.gridlove-cover-content {
		max-width: 100%;
	}
	
	.gridlove-cover-content .entry-header {
		height: 100%;
		margin-left: 20px;
		padding-top: 25px;
		max-width: 90%;
		margin-top: 0;
	}
	
	.page-template-default .gridlove-site-content.container, .single .gridlove-site-content.container {
		width: 100%;
		max-width: 100%;
	}
	
	.container, .container-fluid {
		max-width: 410px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.gridlove-footer .row, .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.col-sm-12, .gridlove-content, .gridlove-footer [class^=col-lg-] {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#disqus_thread, .box-inner-p-bigger, .box-inner-p-smaller {
		padding: 20px;
	}
	
	.gridlove-footer .widget:first-child, .gridlove-footer .widget:last-child {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.gridlove-cover-content .entry-title, .gridlove-cover-content p {
		margin-bottom: 10px;
	}
	
	body .h1, body h1 {
		font-size: 28px;
		line-height: 34px;
	}
	
	body .h2, body h2 {
		font-size: 24px;
		line-height: 32px;
	}
	
	.gridlove-header-responsive+.gridlove-cover-area {
		margin-top: -20px;
	}
	
	.gallery-columns-1 .owl-nav>div, .gridlove-cover-slider .owl-nav>div, .wp-block-gallery.columns-1 .owl-nav>div {
		height: 32px;
		width: 32px;
		line-height: 32px;
	}
	
	body .gridlove-cover-content .entry-content {
		font-size: 14px;
		line-height: 20px;
	}
	
	.gridlove-cover, .gridlove-cover-area {
		height: 320px !important;
	}
	
	.gridlove-cover-content .entry-meta {
		bottom: 25px;
	}
	
	.gridlove-cover-2 .gridlove-cover-content .entry-header {
		padding-top: 0;
	}
	
	body .entry-headline.h5 {
		font-size: 16px;
		line-height: 24px;
	}
	
	.box-single .entry-header, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
		margin: 0 0 16px;
	}
	
	.gridlove-pn-link {
		font-size: 12px;
		line-height: 16px;
	}
	
	.gridlove-author, .gridlove-prev-next-nav {
		padding-top: 24px;
	}
	
	.gridlove-comments, .gridlove-prev-next-nav .gridlove-prev-link, .module-header, .widget {
		margin-bottom: 20px;
	}
	
	.gridlove-ad {
		margin: 0 auto 20px;
		text-align: center;
	}
	
	.gridlove-single-layout-5 .entry-overlay-wrapper .box-inner-p-bigger {
		padding: 25px;
	}
	
	.gridlove-single-layout-6 .entry-overlay .entry-header {
		margin-bottom: 0;
	}
	
	.comment-list .children {
		margin-left: 0;
		padding: 0;
	}
	
	.gridlove-cover-area .gridlove-hidden-overlay {
		opacity: 1;
	}
	
	.gridlove-actions>li.gridlove-action-search {
		position: static;
	}
	
	.gridlove-action-search .sub-menu {
		right: -10px;
		margin-top: -2px;
	}
	
	.gridlove-search-form input {
		width: 60%;
		margin-right: 2%;
	}
	
	.sub-menu .gridlove-button-search {
		max-width: 38%;
		margin-top: 7px;
	}
	
	.gridlove-action-search .sub-menu li {
		width: 100%;
	}
	
	.comment-form-author, .comment-form-email, .comment-form-url {
		width: 100%;
		padding: 0;
	}
	
	.comment-body .comment-content {
		margin-right: 0;
		margin-left: 0;
	}
	
	.alignleft, .alignright, pre {
		clear: both;
		width: 100% !important;
		text-align: center;
		margin: 0 0 10px;
	}
	
	.wp-caption-text {
		position: relative;
		text-align: center;
		background: 0 0;
		color: inherit;
		font-size: 14px;
		padding: 3px 0 0;
	}
	
	pre, table {
		word-break: break-all;
		text-align: left;
	}
	
	body .mejs-container.wp-audio-shortcode {
		margin-bottom: 0;
	}
	
	.gallery-columns-1 .owl-prev, .wp-block-gallery.columns-1 .owl-prev {
		left: 15px;
	}
	
	.gallery-columns-1 .owl-next, .wp-block-gallery.columns-1 .owl-next {
		right: 15px;
	}
	
	.mks_pullquote {
		margin: 0 0 24px;
	}
	
	.mks_tabs.vertical .mks_tabs_nav {
		width: 100%;
	}
	
	.mks_tabs.vertical .mks_tab_nav_item.active {
		border-right: 1px solid;
		border-bottom: 1px solid #fff;
	}
	
	.mks_tabs.vertical .mks_tab_nav_item {
		width: auto;
		border-bottom: 1px solid;
		margin: 0 8px -1px 0;
		min-height: 39px;
	}
	
	.mks_tabs.vertical {
		padding: 38px 0 0;
	}
	
	.gridlove-footer .widget.mks_ads_widget {
		margin-left: 0;
		margin-right: 0;
	}
	
	.gridlove-footer .widget.mks_ads_widget li {
		margin: 0;
	}
	
	.site-title.h1 {
		margin-bottom: 0;
		font-size: 28px;
		line-height: 34px !important;
		max-width: 250px;
	}
	
	.gridlove-single-layout-5 .box-single .entry-overlay-wrapper, .gridlove-single-layout-6 .box-single .entry-overlay-wrapper {
		min-height: 250px;
	}
	
	.gridlove-single-layout-5 .entry-image img, .gridlove-single-layout-6 .entry-image img {
		min-height: 250px;
		-o-object-fit: cover;
		object-fit: cover;
	}
	
	.gridlove-single-layout-5 .entry-overlay .entry-meta, .gridlove-single-layout-6 .entry-overlay .entry-meta {
		bottom: 0;
	}
	
	:root .gridlove-content, _::-webkit-full-page-media, _:future {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
	}
	
	.gridlove-single-layout-5 .gridlove-related .entry-image img, .gridlove-single-layout-6 .gridlove-related .entry-image img {
		min-height: 150px;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

@media (max-width:450px) {
	.gridlove-prev-next-nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.gridlove-sidebar-action-wrapper {
		width: 100%;
		padding: 60px 10px 20px;
		max-width: 320px;
	}
	
	.gridlove-site-branding {
		float: left;
	}
	
	.gridlove-header-responsive .gridlove-actions-button>span, .gridlove-header-responsive .gridlove-actions-cart>a {
		font-size: 18px;
	}
	
	.gridlove-cover-content {
		max-width: 410px;
	}
	
	.gridlove-cover-content .entry-category {
		margin-bottom: 10px;
	}
	
	.gridlove-cover-area .gridlove-hidden-overlay {
		opacity: 1;
	}
}

@media (max-width:375px) {
	body .gridlove-cover-content .entry-title {
		font-size: 24px;
		line-height: 30px;
	}
	
	.gridlove-cover-2 .entry-content {
		display: none;
	}
	
	body .mejs-container .mejs-controls .mejs-button.mejs-playpause-button {
		margin: 10px 5px;
	}
	
	div.mejs-container .mejs-controls .mejs-time {
		padding-top: 19px;
		padding-left: 0;
		padding-right: 0;
	}
	
	body .mejs-container.wp-audio-shortcode, div.mejs-container .mejs-controls {
		height: 45px !important;
	}
	
	div.mejs-controls div.mejs-time-rail {
		padding-top: 14px;
	}
	
	body .mejs-container .mejs-controls .mejs-button {
		margin: 9px 5px 0 0 !important;
	}
	
	body .mejs-controls a.mejs-horizontal-volume-slider {
		margin: 9px 10px 0 5px;
		width: 20px;
	}
	
	.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
		width: 100% !important;
	}
	
	.box-single .gridlove-share .meks_ess a {
		margin-bottom: 2px !important;
	}
}

@media (max-width:340px) {
	.container, .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.row {
		margin-left: -5px;
		margin-right: -5px;
	}
	
	.col-sm-12, .gridlove-content {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.gridlove-cover-2 .gridlove-cover-content .entry-content {
		display: none;
	}
	
	.gridlove-post-a .box-inner-p {
		padding: 18px 24px 24px;
	}
	
	.gridlove-post-a .box-inner-ellipsis {
		height: 85px;
		max-height: 85px;
	}
	
	.entry-overlay .entry-meta, .gridlove-post-a .entry-meta, .gridlove-post-b .entry-meta, .gridlove-post-c .entry-meta {
		bottom: 20px;
	}
	
	.box-inner-p {
		padding: 24px;
	}
	
	.box-inner-ptbr {
		padding: 24px 20px 24px 0;
	}
	
	.gridlove-post-a .entry-category {
		top: 24px;
		left: 24px;
	}
	
	.entry-sm-overlay {
		padding: 24px;
	}
	
	.box-vm, .gridlove-comments, .gridlove-header-responsive+.gridlove-cover-area, .gridlove-post, .gridlove-prev-next-nav .gridlove-prev-link, .module-empty, .module-header, .widget {
		margin-bottom: 15px;
	}
	
	.container, .container-fluid {
		padding: 0 10px;
	}
	
	.gridlove-cover-wrapper.gridlove-cover-area {
		padding: 20px 0 0;
		margin-bottom: 20px;
	}
	
	.gridlove-cover-area.gridlove-cover-wrapper {
		height: 340px !important;
	}
	
	.gridlove-sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	#disqus_thread, .box-inner-p-bigger, .box-inner-p-smaller, .sub-menu form {
		padding: 15px;
	}
	
	.box-single .entry-header, .box-single .gridlove-share, .gridlove-comments, .gridlove-infinite-scroll a, .gridlove-load-more a, .gridlove-pagination .gridlove-next a, .gridlove-pagination .gridlove-prev a, .gridlove-pagination .next, .gridlove-pagination .prev, .gridlove-site-content, .widget {
		margin-bottom: 15px;
	}
	
	.site-title img {
		margin-top: -6px;
	}
	
	.widget.mks_ads_widget {
		margin: 0 0 24px;
		text-align: center;
		max-width: 100%;
	}
	
	.gridlove-footer input[type=submit] {
		width: 100%;
	}
	
	.site-title.h1 {
		max-width: 180px;
	}
}

@media (max-width:500px) {
	.fb-post span {
		position: relative;
		padding-bottom: 75%;
		height: 0;
		min-width: 270px;
		width: 100% !important;
		overflow: hidden;
	}
	
	.fb-post span iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media (min-width:600px) {
	.wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
		margin-right: 2px;
	}
}

@media (max-width:1024px) {
	.gridlove-cover .gallery-caption, .gridlove-cover .wp-caption-text {
		margin-bottom: 60px;
		position: absolute;
		background: rgba(0, 0, 0, .6);
		padding: 5px 10px;
		font-size: 12px;
		color: rgba(255, 255, 255, .8);
	}
}

@media (min-width:581px) and (max-width:1023px) {
	.gridlove-action-search .sub-menu li {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.gridlove-action-search .sub-menu li .gridlove-search-form {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	
	.gridlove-action-search .sub-menu li .gridlove-search-form input[type=text] {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 60%;
	}
	
	.gridlove-action-search .sub-menu li .gridlove-button-search {
		max-width: 37%;
		margin-top: 0;
		margin-left: 3%;
	}
}

body {
	font-size: 16px;
}

h1, .h1 {
	font-size: 40px;
}

h2, .h2, .col-lg-12 .gridlove-post-b .h3 {
	font-size: 24px;
}

h3, .h3 {
	font-size: 22px;
}

h4, .h4 {
	font-size: 20px;
}

h5, .h5 {
	font-size: 18px;
}

h6, .h6 {
	font-size: 16px;
}

.widget, .gridlove-header-responsive .sub-menu, .gridlove-site-header .sub-menu {
	font-size: 14px;
}

.gridlove-main-navigation {
	font-size: 16px;
}

.gridlove-post {
	font-size: 16px;
}

body {
	background-color: #f3f3f3;
	color: #000;
	font-family: "Nunito Sans";
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, blockquote, thead td, .comment-author b, q:before, #bbpress-forums .bbp-forum-title, #bbpress-forums .bbp-topic-permalink {
	color: #1e73be;
	font-family: "Nunito Sans";
	font-weight: 800;
}

.gridlove-main-nav a, .gridlove-posts-widget a {
	font-family: "Nunito Sans";
	font-weight: 700;
}

.gridlove-header-top {
	background-color: #222;
	color: #ddd;
}

.gridlove-header-top a {
	color: #ddd;
}

.gridlove-header-top a:hover {
	color: #fff;
}

.gridlove-header-wrapper, .gridlove-header-middle .sub-menu, .gridlove-header-responsive, .gridlove-header-responsive .sub-menu {
	background-color: #fff;
}

.gridlove-header-middle, .gridlove-header-middle a, .gridlove-header-responsive, .gridlove-header-responsive a {
	color: #111;
}

.gridlove-header-middle a:hover, .gridlove-header-middle .gridlove-sidebar-action:hover, .gridlove-header-middle .gridlove-actions-button>span:hover, .gridlove-header-middle .current_page_item>a, .gridlove-header-middle .current_page_ancestor>a, .gridlove-header-middle .current-menu-item>a, .gridlove-header-middle .current-menu-ancestor>a, .gridlove-header-middle .gridlove-category-menu article:hover a, .gridlove-header-responsive a:hover {
	color: #009cff;
}

.gridlove-header-middle .active>span, .gridlove-header-middle .gridlove-main-nav>li.menu-item-has-children:hover>a, .gridlove-header-middle .gridlove-social-icons:hover>span, .gridlove-header-responsive .active>span {
	background-color: rgba(17, 17, 17, .05);
}

.gridlove-header-middle .gridlove-button-search {
	background-color: #009cff;
}

.gridlove-header-middle .gridlove-search-form input {
	border-color: rgba(17, 17, 17, .1);
}

.gridlove-header-middle .sub-menu, .gridlove-header-responsive .sub-menu {
	border-top: 1px solid rgba(17, 17, 17, .05);
}

.gridlove-header-middle {
	height: 100px;
}

.gridlove-logo {
	max-height: 100px;
}

.gridlove-branding-bg {
	background: #9e24f4;
}

.gridlove-header-responsive .gridlove-actions-button:hover>span {
	color: #009cff;
}

.gridlove-sidebar-action .gridlove-bars:before, .gridlove-sidebar-action .gridlove-bars:after {
	background: #111;
}

.gridlove-sidebar-action:hover .gridlove-bars:before, .gridlove-sidebar-action:hover .gridlove-bars:after {
	background: #009cff;
}

.gridlove-sidebar-action .gridlove-bars {
	border-color: #111;
}

.gridlove-sidebar-action:hover .gridlove-bars {
	border-color: #009cff;
}

.gridlove-header-bottom .sub-menu {
	background-color: #fff;
}

.gridlove-header-bottom .sub-menu a {
	color: #111;
}

.gridlove-header-bottom .sub-menu a:hover, .gridlove-header-bottom .gridlove-category-menu article:hover a {
	color: #009cff;
}

.gridlove-header-bottom {
	background-color: #fff;
}

.gridlove-header-bottom, .gridlove-header-bottom a {
	color: #111;
}

.gridlove-header-bottom a:hover, .gridlove-header-bottom .gridlove-sidebar-action:hover, .gridlove-header-bottom .gridlove-actions-button>span:hover, .gridlove-header-bottom .current_page_item>a, .gridlove-header-bottom .current_page_ancestor>a, .gridlove-header-bottom .current-menu-item>a, .gridlove-header-bottom .current-menu-ancestor>a {
	color: #009cff;
}

.gridlove-header-bottom .active>span, .gridlove-header-bottom .gridlove-main-nav>li.menu-item-has-children:hover>a, .gridlove-header-bottom .gridlove-social-icons:hover>span {
	background-color: rgba(17, 17, 17, .05);
}

.gridlove-header-bottom .gridlove-search-form input {
	border-color: rgba(17, 17, 17, .1);
}

.gridlove-header-bottom, .gridlove-header-bottom .sub-menu {
	border-top: 1px solid rgba(17, 17, 17, .07);
}

.gridlove-header-bottom .gridlove-button-search {
	background-color: #009cff;
}

.gridlove-header-sticky, .gridlove-header-sticky .sub-menu {
	background-color: #fff;
}

.gridlove-header-sticky, .gridlove-header-sticky a {
	color: #111;
}

.gridlove-header-sticky a:hover, .gridlove-header-sticky .gridlove-sidebar-action:hover, .gridlove-header-sticky .gridlove-actions-button>span:hover, .gridlove-header-sticky .current_page_item>a, .gridlove-header-sticky .current_page_ancestor>a, .gridlove-header-sticky .current-menu-item>a, .gridlove-header-sticky .current-menu-ancestor>a, .gridlove-header-sticky .gridlove-category-menu article:hover a {
	color: #009cff;
}

.gridlove-header-sticky .active>span, .gridlove-header-sticky .gridlove-main-nav>li.menu-item-has-children:hover>a, .gridlove-header-sticky .gridlove-social-icons:hover>span {
	background-color: rgba(17, 17, 17, .05);
}

.gridlove-header-sticky .gridlove-search-form input {
	border-color: rgba(17, 17, 17, .1);
}

.gridlove-header-sticky .sub-menu {
	border-top: 1px solid rgba(17, 17, 17, .05);
}

.gridlove-header-sticky .gridlove-button-search {
	background-color: #009cff;
}

.gridlove-cover-area, .gridlove-cover {
	height: 750px;
}

.gridlove-box, #disqus_thread {
	background: #fff;
}

a {
	color: #000;
}

.entry-title a {
	color: #1e73be;
}

a:hover, .comment-reply-link, #cancel-comment-reply-link, .gridlove-box .entry-title a:hover, .gridlove-posts-widget article:hover a {
	color: #009cff;
}

.entry-content p a, .widget_text a, .entry-content ul a, .entry-content ol a, .gridlove-text-module-content p a {
	color: #009cff;
	border-color: rgba(0, 156, 255, .8);
}

.entry-content p a:hover, .widget_text a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .gridlove-text-module-content p a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.comment-reply-link:hover, .gallery .gallery-item a:after, .wp-block-gallery .blocks-gallery-item a:after, .wp-block-gallery figure a:after, .entry-content a.gridlove-popup-img {
	color: #000;
}

.gridlove-post-b .box-col-b:only-child .entry-title a, .gridlove-post-d .entry-overlay:only-child .entry-title a {
	color: #1e73be;
}

.gridlove-post-b .box-col-b:only-child .entry-title a:hover, .gridlove-post-d .entry-overlay:only-child .entry-title a:hover, .gridlove-content .entry-header .gridlove-breadcrumbs a, .gridlove-content .entry-header .gridlove-breadcrumbs a:hover, .module-header .gridlove-breadcrumbs a, .module-header .gridlove-breadcrumbs a:hover {
	color: #009cff;
}

.gridlove-post-b .box-col-b:only-child .meta-item, .gridlove-post-b .box-col-b:only-child .entry-meta a, .gridlove-post-b .box-col-b:only-child .entry-meta span, .gridlove-post-d .entry-overlay:only-child .meta-item, .gridlove-post-d .entry-overlay:only-child .entry-meta a, .gridlove-post-d .entry-overlay:only-child .entry-meta span {
	color: #818181;
}

.entry-meta .meta-item, .entry-meta a, .entry-meta span, .comment-metadata a {
	color: #818181;
}

blockquote {
	color: rgba(30, 115, 190, .8);
}

blockquote:before {
	color: rgba(30, 115, 190, .15);
}

.entry-meta a:hover {
	color: #1e73be;
}

.widget_tag_cloud a, .entry-tags a, .entry-content .wp-block-tag-cloud a {
	background: rgba(0, 0, 0, .1);
	color: #000;
}

.submit, .gridlove-button, .mks_autor_link_wrap a, .mks_read_more a, input[type="submit"], button[type="submit"], .gridlove-cat, .gridlove-pill, .gridlove-button-search, body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button, .add_to_cart_button {
	color: #fff;
	background-color: #009cff;
}

body div.wpforms-container-full .wpforms-form input[type=submit]:hover, body div.wpforms-container-full .wpforms-form input[type=submit]:focus, body div.wpforms-container-full .wpforms-form input[type=submit]:active, body div.wpforms-container-full .wpforms-form button[type=submit]:hover, body div.wpforms-container-full .wpforms-form button[type=submit]:focus, body div.wpforms-container-full .wpforms-form button[type=submit]:active, body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, body div.wpforms-container-full .wpforms-form .wpforms-page-button:active, body div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
	color: #fff;
	background-color: #009cff;
}

.wp-block-button__link {
	background-color: #009cff;
}

.gridlove-button:hover, .add_to_cart_button:hover {
	color: #fff;
}

.gridlove-share a:hover {
	background: rgba(17, 17, 17, .8);
	color: #fff;
}

.gridlove-pill:hover, .gridlove-author-links a:hover, .entry-category a:hover {
	background: #111;
	color: #fff;
}

.gridlove-cover-content .entry-category a:hover, .entry-overlay .entry-category a:hover, .gridlove-highlight .entry-category a:hover, .gridlove-box.gridlove-post-d .entry-overlay .entry-category a:hover, .gridlove-post-a .entry-category a:hover, .gridlove-highlight .gridlove-format-icon {
	background: #fff;
	color: #111;
}

.gridlove-author, .gridlove-prev-next-nav, .comment .comment-respond {
	border-color: rgba(0, 0, 0, .1);
}

.gridlove-load-more a, .gridlove-pagination .gridlove-next a, .gridlove-pagination .gridlove-prev a, .gridlove-pagination .next, .gridlove-pagination .prev, .gridlove-infinite-scroll a, .double-bounce1, .double-bounce2, .gridlove-link-pages>span, .module-actions ul.page-numbers span.page-numbers {
	color: #fff;
	background-color: #009cff;
}

.gridlove-pagination .current {
	background-color: rgba(0, 0, 0, .1);
}

.gridlove-highlight {
	background: #083b5c;
}

.gridlove-highlight, .gridlove-highlight h4, .gridlove-highlight a {
	color: #fff;
}

.gridlove-highlight .entry-meta .meta-item, .gridlove-highlight .entry-meta a, .gridlove-highlight .entry-meta span, .gridlove-highlight p {
	color: rgba(255, 255, 255, .8);
}

.gridlove-highlight .gridlove-author-links .fa-link, .gridlove-highlight .gridlove_category_widget .gridlove-full-color li a:after {
	background: #b5e1ff;
}

.gridlove-highlight .entry-meta a:hover {
	color: #fff;
}

.gridlove-highlight.gridlove-post-d .entry-image a:after {
	background-color: rgba(8, 59, 92, .7);
}

.gridlove-highlight.gridlove-post-d:hover .entry-image a:after {
	background-color: rgba(8, 59, 92, .9);
}

.gridlove-highlight.gridlove-post-a .entry-image:hover>a:after, .gridlove-highlight.gridlove-post-b .entry-image:hover a:after {
	background-color: rgba(8, 59, 92, .2);
}

.gridlove-highlight .gridlove-slider-controls>div {
	background-color: rgba(255, 255, 255, .1);
	color: #fff;
}

.gridlove-highlight .gridlove-slider-controls>div:hover {
	background-color: rgba(255, 255, 255, .3);
	color: #fff;
}

.gridlove-highlight.gridlove-box .entry-title a:hover {
	color: #b5e1ff;
}

.gridlove-highlight.widget_meta a, .gridlove-highlight.widget_recent_entries li, .gridlove-highlight.widget_recent_comments li, .gridlove-highlight.widget_nav_menu a, .gridlove-highlight.widget_archive li, .gridlove-highlight.widget_pages a {
	border-color: rgba(255, 255, 255, .1);
}

.gridlove-cover-content .entry-meta .meta-item, .gridlove-cover-content .entry-meta a, .gridlove-cover-content .entry-meta span, .gridlove-cover-area .gridlove-breadcrumbs, .gridlove-cover-area .gridlove-breadcrumbs a, .gridlove-cover-area .gridlove-breadcrumbs .breadcrumb_last, body .gridlove-content .entry-overlay .gridlove-breadcrumbs {
	color: rgba(255, 255, 255, .8);
}

.gridlove-cover-content .entry-meta a:hover, .gridlove-cover-area .gridlove-breadcrumbs a:hover {
	color: #fff;
}

.module-title h2, .module-title .h2 {
	color: #111;
}

.gridlove-action-link, .gridlove-slider-controls>div, .module-actions ul.page-numbers .next.page-numbers, .module-actions ul.page-numbers .prev.page-numbers {
	background: rgba(17, 17, 17, .1);
	color: #111;
}

.gridlove-slider-controls>div:hover, .gridlove-action-link:hover, .module-actions ul.page-numbers .next.page-numbers:hover, .module-actions ul.page-numbers .prev.page-numbers:hover {
	color: #111;
	background: rgba(17, 17, 17, .3);
}

.gridlove-pn-ico, .gridlove-author-links .fa-link {
	background: rgba(0, 0, 0, .1);
	color: #000;
}

.gridlove-prev-next-nav a:hover .gridlove-pn-ico {
	background: #009cff;
	color: #fff;
}

.widget_meta a, .widget_recent_entries li, .widget_recent_comments li, .widget_nav_menu a, .widget_archive li, .widget_pages a, .widget_categories li, .gridlove_category_widget .gridlove-count-color li, .widget_categories .children li, .widget_archiv .children li {
	border-color: rgba(0, 0, 0, .1);
}

.widget_recent_entries a:hover, .menu-item-has-children.active>span, .menu-item-has-children.active>a, .gridlove-nav-widget-acordion:hover, .widget_recent_comments .recentcomments a.url:hover {
	color: #009cff;
}

.widget_recent_comments .url, .post-date, .widget_recent_comments .recentcomments, .gridlove-nav-widget-acordion, .widget_archive li, .rss-date, .widget_categories li, .widget_archive li {
	color: #818181;
}

.widget_pages .children, .widget_nav_menu .sub-menu {
	background: #009cff;
	color: #fff;
}

.widget_pages .children a, .widget_nav_menu .sub-menu a, .widget_nav_menu .sub-menu span, .widget_pages .children span {
	color: #fff;
}

.widget_tag_cloud a:hover, .entry-tags a:hover, .entry-content .wp-block-tag-cloud a:hover {
	background: #009cff;
	color: #fff;
}

.gridlove-footer {
	background: #111;
	color: #fff;
}

.gridlove-footer .widget-title {
	color: #fff;
}

.gridlove-footer a {
	color: rgba(255, 255, 255, .8);
}

.gridlove-footer a:hover {
	color: #fff;
}

.gridlove-footer .widget_recent_comments .url, .gridlove-footer .post-date, .gridlove-footer .widget_recent_comments .recentcomments, .gridlove-footer .gridlove-nav-widget-acordion, .gridlove-footer .widget_archive li, .gridlove-footer .rss-date {
	color: rgba(255, 255, 255, .8);
}

.gridlove-footer .widget_meta a, .gridlove-footer .widget_recent_entries li, .gridlove-footer .widget_recent_comments li, .gridlove-footer .widget_nav_menu a, .gridlove-footer .widget_archive li, .gridlove-footer .widget_pages a, .gridlove-footer table, .gridlove-footer td, .gridlove-footer th, .gridlove-footer .widget_calendar table, .gridlove-footer .widget.widget_categories select, .gridlove-footer .widget_calendar table tfoot tr td {
	border-color: rgba(255, 255, 255, .2);
}

table, thead, td, th, .widget_calendar table {
	border-color: rgba(0, 0, 0, .1);
}

input[type="text"], input[type="email"], input[type="search"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="password"], select, textarea {
	border-color: rgba(0, 0, 0, .2);
}

.gridlove-site-content div.mejs-container .mejs-controls {
	background-color: rgba(0, 0, 0, .1);
}

body .gridlove-site-content .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #009cff;
}

body .gridlove-site-content .mejs-video.mejs-container .mejs-controls {
	background-color: rgba(255, 255, 255, .9);
}

.wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2 {
	font-family: "Nunito Sans";
	font-weight: 800;
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image h2 {
	font-size: 24px;
}

.widget_display_replies li, .widget_display_topics li {
	color: #818181;
}

.has-small-font-size {
	font-size: 12px;
}

.has-large-font-size {
	font-size: 20px;
}

.has-huge-font-size {
	font-size: 25px;
}

@media (min-width:1024px) {
	.has-small-font-size {
		font-size: 12px;
	}
	
	.has-normal-font-size {
		font-size: 16px;
	}
	
	.has-large-font-size {
		font-size: 20px;
	}
	
	.has-huge-font-size {
		font-size: 27px;
	}
}

.has-gridlove-acc-background-color {
	background-color: #009cff;
}

.has-gridlove-acc-color {
	color: #009cff;
}

.has-gridlove-meta-background-color {
	background-color: #818181;
}

.has-gridlove-meta-color {
	color: #818181;
}

.has-gridlove-txt-background-color {
	background-color: #000;
}

.has-gridlove-txt-color {
	color: #000;
}

.has-gridlove-bg-background-color {
	background-color: #fff;
}

.has-gridlove-bg-color {
	color: #fff;
}

.has-gridlove-highlight-acc-background-color {
	background-color: #b5e1ff;
}

.has-gridlove-highlight-acc-color {
	color: #b5e1ff;
}

.has-gridlove-highlight-txt-background-color {
	background-color: #fff;
}

.has-gridlove-highlight-txt-color {
	color: #fff;
}

.has-gridlove-highlight-bg-background-color {
	background-color: #083b5c;
}

.has-gridlove-highlight-bg-color {
	color: #083b5c;
}

.has-gridlove-cat-419-background-color {
	background-color: #8224e3;
}

.has-gridlove-cat-419-color {
	color: #8224e3;
}

.has-gridlove-cat-802-background-color {
	background-color: #1e73be;
}

.has-gridlove-cat-802-color {
	color: #1e73be;
}

.has-gridlove-cat-803-background-color {}

.has-gridlove-cat-803-color {}

.gridlove-cats .gridlove-cat .entry-overlay-wrapper .entry-image:after, .gridlove-cat.gridlove-post-d .entry-image a:after {
	background-color: rgba(0, 156, 255, .7);
}

.gridlove-cat.gridlove-post-d:hover .entry-image a:after {
	background-color: rgba(0, 156, 255, .9);
}

.gridlove-cat-419 {
	background: #8224e3;
}

.gridlove-cat-col-419:hover {
	color: #8224e3;
}

.gridlove-cats .gridlove-cat-419 .entry-overlay-wrapper .entry-image:after, .gridlove-cat-419.gridlove-post-d .entry-image a:after {
	background-color: rgba(130, 36, 227, .7);
}

.gridlove-cat-419.gridlove-post-d:hover .entry-image a:after {
	background-color: rgba(130, 36, 227, .9);
}

.gridlove-cat-802 {
	background: #1e73be;
}

.gridlove-cat-col-802:hover {
	color: #1e73be;
}

.gridlove-cats .gridlove-cat-802 .entry-overlay-wrapper .entry-image:after, .gridlove-cat-802.gridlove-post-d .entry-image a:after {
	background-color: rgba(30, 115, 190, .7);
}

.gridlove-cat-802.gridlove-post-d:hover .entry-image a:after {
	background-color: rgba(30, 115, 190, .9);
}

.gridlove-cat-803 {}

.gridlove-cat-col-803:hover {}

.gridlove-cats .gridlove-cat-803 .entry-overlay-wrapper .entry-image:after, .gridlove-cat-803.gridlove-post-d .entry-image a:after {
	background-color: #000;
}

.gridlove-cat-803.gridlove-post-d:hover .entry-image a:after {
	background-color: #000;
}

.gridlove-logo {
	max-height: 60px;
}

.gridlove-header-sticky .gridlove-logo {
	max-height: 50px;
}

.page-template-fullwidth .gridlove-header-shadow.gridlove-site-header {
	margin-bottom: 0;
}

.single #content .gridlove-author p>a {
	color: #27e6cd;
}

.widget_text .footer-btn {
	border: 2px solid #fff;
	padding: 8px 30px;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	margin: 5px 0 5px;
	font-weight: 600;
}

.widget_text .footer-btn:hover {
	color: #111;
	background-color: #fff;
}

.widget_text h5 {
	color: #fff;
}

.footer-grid-wrap.fotinner2 img {
	margin-right: 10px;
}

.footer-grid-wrap.fotinner2 li {
	padding: 5px 0;
}

.company_cover p i {
	margin-right: 10px;
	font-size: 22px;
}

.company_cover p>a {
	text-decoration: none !important;
	border: unset;
}

.company_cover p {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}

.company_cover p img {
	max-width: 30px;
}

.company_cover h3 {
	float: left;
}

.company_cover .entry-category {
	float: right;
}

.company_cover a.gridlove-cat {
	padding: 10px 16px;
	line-height: 20px;
	font-size: 15px;
}

.listing_comp_main {
	margin-top: 40px;
}

.listing_comp_main .box-inner-p-bigger.box-single {
	padding: 0;
}

.company_main {
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #7ddbfd;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 5px 8px rgba(125, 219, 253, .4);
}

.key_services_cover.d-flex {
	display: flex;
	border: 1px solid #7ddbfd;
}

.service_provide {
	padding: 15px;
	border-left: 1px solid #7ddbfd;
}

.key_client {
	padding: 15px;
}

.details_main .details_col {
	display: inline-block;
	padding: 10px;
	text-align: center;
}

.details_main {
	border: 1px solid #7ddbfd;
	border-top: none;
}

.details_main .details_col h4 {
	margin-bottom: 15px;
}

.details_col.col-md-3 {
	border-left: 1px solid #7ddbfd;
	border-right: 1px solid #7ddbfd;
}

.key_services_cover h6 {
	margin-bottom: 10px;
}

.border_tp {
	border-top: 1px solid #7ddbfd;
	margin-top: 10px;
	padding-top: 20px;
}

.comp_logo {
	float: left;
	margin-right: 20px;
	max-width: 80px;
}

.top-picks-list ul {
	overflow: hidden;
	padding: 0;
	height: 100%;
}

.top-picks-list li {
	float: left;
	width: 25%;
	position: relative;
	padding: 0 15px 0 15px;
	margin: 0 0 30px;
	min-height: 123px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	list-style-type: none;
}

.nominate-section {
	padding: 40px 30px 20px;
	width: 267px;
	background: #fff;
	margin-top: -60px;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	border-radius: 6px;
	box-shadow: 0 0 60px rgba(0, 0, 0, .09);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.nomin-badge-figure img {
	width: 100%;
}

.report-detail-cta {
	background: #548bb7;
	border-radius: 5px;
	box-shadow: 0 0 60px rgba(0, 0, 0, .09);
}

.cta-mail {
	width: 267px;
	background: #326598;
	padding: 20px 25px;
}

.cta-heading {
	width: 267px;
	background: #548bb7;
	padding: 30px 25px 15px;
}

.cta-heading, .cta-mail {
	color: #fff;
}

.cwf-left {
	width: 47%;
	float: left;
	margin-right: 6%;
}

.cwf-right {
	width: 47%;
	float: left;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	margin-bottom: 10px;
}

.clearfix {
	display: block;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wpcf7 input[type="text"]:focus {
	background: #fff;
}

.wpcf7-submit {
	float: right;
	background: #ca0002;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}

.wpcf7-submit:hover {
	background: red;
}

span.wpcf7-not-valid-tip {
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: red;
	padding: 5px;
}

div.wpcf7-validation-errors {
	text-shadow: none;
	border: rgba(255, 255, 255, 0);
	background: #f9cd00;
	padding: 5px;
	color: #9c6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}

div.wpcf7-mail-sent-ok {
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

.gridlove-single-layout-4 .my_custom_layout .padding-left-right {
	padding-left: 60px;
	padding-right: 60px;
}

.gridlove-single-layout-4 .company_cover p {
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 17px;
}

.gridlove-single-layout-4 .company_cover p i {
	font-size: 15px;
}

.gridlove-single-layout-4 .company_cover p img {
	max-width: 20px;
}

.file-414 input.wpcf7-file {
	margin-top: 15px;
	font-size: 18px;
}

#wpcf7-f10010-p8570-o1 form .col-md-12 {
	margin-top: 15px;
}

#wpcf7-f10010-p8570-o1 form .col-md-12 label {
	line-height: 20px;
	display: inline;
	font-size: 14px;
}

body #wpcf7-f10010-p8570-o1 form .col-md-12 label textarea {
	height: 90px;
	min-height: 90px;
}

.ccdetail {
	text-align: center;
	background: #e52f48;
	color: #fff;
	display: block;
	height: auto;
	padding: 7px 11px 6px;
}

.ceo_q_air {
	font-size: 15px;
	color: #fff;
	background-color: #009cff;
	border-radius: 20%;
	display: block;
	float: left;
	line-height: 1em;
	margin: 5px 10px 0 0;
	padding: 10px 10px;
	text-align: center;
}

.signin-prompt {
	padding: 12px 10px 15px 20px;
	background-color: #ecf7ff;
	font-size: 14px;
	margin: 15px 0 30px 0;
	max-width: 100%;
}

.signin-prompt p {
	margin-bottom: 0;
}

.signin-prompt a {
	color: #fff;
	background-color: #fff;
	padding: 5px 10px;
	border-radius: 2px;
	font-size: 15px;
	font-weight: 600;
	white-space: nowrap;
}

.full_width.gridlove-content.gridlove-single-layout-4 {
	max-width: 100%;
}

.full_width.gridlove-content.gridlove-single-layout-4 .entry-image>img {
	height: auto;
	width: 100%;
}

@media (min-width:1200px) {
	.container {
		max-width: 1500px;
	}
}

.mks_ads_widget .small li, .mks_ads_widget ul.custom li, .mks_adswidget_ul.small li, .mks_adswidget_ul.custom li {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 0;
}

.mks_ads_widget ul.large img, .mks_adswidget_ul.large img {
	width: 300px;
	height: 250px;
}

.mks_ads_widget ul.small img, .mks_adswidget_ul.small img {
	width: 125px;
	height: 125px;
}

.mks_ads_widget ul li a {
	padding: 0;
	margin: 0;
}

.mks_adswidget_ul li img {
	width: auto;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	font-family: "object-fit: cover;";
}

.widget_mks_widget_hidden {
	display: none;
}

.widget_mks_widget_hidden {
	background: red;
	color: #fff;
}

.mks_author_widget img {
	float: left;
	margin: 0 20px 0 0;
}

.mks_author_widget .mks_autor_link_wrap {
	margin: 0;
	padding: 0;
}

.mks-co-authors-wrapper {
	margin-bottom: 30px;
}

.mks-co-authors-wrapper:last-child {
	margin-bottom: 0;
}

.wp-block-legacy-widget__edit-preview .mks_author_widget>* {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.howto {
	font-size: 12px;
}

.widget-inside ul {
	padding: 0 !important;
	margin: 5px 0 !important;
}

.widget-inside ul li::marker {
	content: none !important;
}

ul.mks_social_widget_ul li a:before {
	font-family: "socicon" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul.mks_social_widget_ul li:before, ul.mks_social_widget_ul li:after {
	display: none;
}

ul.mks_social_widget_ul li a {
	background: none;
	display: block;
	display: flex;
	height: 48px;
	width: 48px;
	float: left;
	margin-right: 5px;
	font-size: 0;
	margin-bottom: 5px;
	position: relative;
	border: none !important;
	padding: 0;
	text-align: center;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	letter-spacing: normal;
}

ul.mks_social_widget_ul li a span {
	margin: 0;
	padding: 0;
	font-size: 0;
}

ul.mks_social_widget_ul li a:before {
	color: #fff;
}

ul.mks_social_widget_ul li a.soc_rounded {
	border-radius: 20%;
}

ul.mks_social_widget_ul li a.soc_circle {
	border-radius: 50%;
}

ul.mks_social_widget_ul li:hover a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
	text-decoration: none;
}

ul.mks_social_widget_ul li {
	display: inline-block;
	vertical-align: top;
	border: none !important;
	padding: 0;
}

ul.mks_social_widget_ul .socicon-aim {
	background-color: #e95a00;
}

ul.mks_social_widget_ul .socicon-evernote {
	background-color: #77ba2f;
}

ul.mks_social_widget_ul .socicon-cargo {
	background-color: #00c462;
}

ul.mks_social_widget_ul .socicon-icloud {
	background-color: #fb913f;
}

ul.mks_social_widget_ul .socicon-picasa {
	background-color: #444;
}

ul.mks_social_widget_ul .socicon-posterous {
	background-color: #f9d560;
}

ul.mks_social_widget_ul .socicon-tencent {
	background-color: #389fda;
}

ul.mks_social_widget_ul .socicon-me2day {
	background-color: #4e28ac;
}

ul.mks_social_widget_ul .socicon-aim {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/meks-smart-social-widget/img/social_icons/aim_ico.png");
	background-repeat: no-repeat;
	background-position: center;
}

ul.mks_social_widget_ul .socicon-aim.nitro-lazy {
	background-image: none !important;
}

ul.mks_social_widget_ul .socicon-cargo {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/meks-smart-social-widget/img/social_icons/cargo_ico.png");
	background-repeat: no-repeat;
	background-position: center;
}

ul.mks_social_widget_ul .socicon-cargo.nitro-lazy {
	background-image: none !important;
}

ul.mks_social_widget_ul .socicon-evernote {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/meks-smart-social-widget/img/social_icons/evernote_ico.png");
	background-repeat: no-repeat;
	background-position: center;
}

ul.mks_social_widget_ul .socicon-evernote.nitro-lazy {
	background-image: none !important;
}

ul.mks_social_widget_ul .socicon-icloud {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/meks-smart-social-widget/img/social_icons/icloud_ico.png");
	background-repeat: no-repeat;
	background-position: center;
}

ul.mks_social_widget_ul .socicon-icloud.nitro-lazy {
	background-image: none !important;
}

ul.mks_social_widget_ul .socicon-picasa {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/meks-smart-social-widget/img/social_icons/picasa_ico.png");
	background-repeat: no-repeat;
	background-position: center;
}

ul.mks_social_widget_ul .socicon-picasa.nitro-lazy {
	background-image: none !important;
}

ul.mks_social_widget_ul .socicon-posterous {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/meks-smart-social-widget/img/social_icons/posterous_ico.png");
	background-repeat: no-repeat;
	background-position: center;
}

ul.mks_social_widget_ul .socicon-posterous.nitro-lazy {
	background-image: none !important;
}

ul.mks_social_widget_ul .socicon-tencent {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/meks-smart-social-widget/img/social_icons/tencent_ico.png");
	background-repeat: no-repeat;
	background-position: center;
}

ul.mks_social_widget_ul .socicon-tencent.nitro-lazy {
	background-image: none !important;
}

ul.mks_social_widget_ul .socicon-me2day {
	background-image: url("https://cdn-dkjjl.nitrocdn.com/LPyQRQuQQgeCWnCNuygqLTfDwWSgOhAI/assets/images/optimized/rev-dfb6f24/www.appstory.org/wp-content/plugins/meks-smart-social-widget/img/social_icons/me2day_ico.png");
	background-repeat: no-repeat;
	background-position: center;
}

ul.mks_social_widget_ul .socicon-me2day.nitro-lazy {
	background-image: none !important;
}

ul.mks_social_widget_ul .socicon-500px {
	background: #58a9de;
}

ul.mks_social_widget_ul .socicon-500px:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-8tracks {
	background: #122c4b;
}

ul.mks_social_widget_ul .socicon-8tracks:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-airbnb {
	background: #ff5a5f;
}

ul.mks_social_widget_ul .socicon-airbnb:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-alliance {
	background: #144587;
}

ul.mks_social_widget_ul .socicon-alliance:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-amazon {
	background: #f90;
}

ul.mks_social_widget_ul .socicon-amazon:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-amplement {
	background: #0996c3;
}

ul.mks_social_widget_ul .socicon-amplement:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-android {
	background: #8ec047;
}

ul.mks_social_widget_ul .socicon-android:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-angellist {
	background: #000;
}

ul.mks_social_widget_ul .socicon-angellist:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-apple {
	background: #b9bfc1;
}

ul.mks_social_widget_ul .socicon-apple:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-appnet {
	background: #494949;
}

ul.mks_social_widget_ul .socicon-appnet:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-baidu {
	background: #2629d9;
}

ul.mks_social_widget_ul .socicon-baidu:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-bandcamp {
	background: #619aa9;
}

ul.mks_social_widget_ul .socicon-bandcamp:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-battlenet {
	background: #0096cd;
}

ul.mks_social_widget_ul .socicon-battlenet:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-mixer {
	background: #1fbaed;
}

ul.mks_social_widget_ul .socicon-mixer:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-bebee {
	background: #f28f16;
}

ul.mks_social_widget_ul .socicon-bebee:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-bebo {
	background: #ef1011;
}

ul.mks_social_widget_ul .socicon-bebo:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-behance {
	background: #000;
}

ul.mks_social_widget_ul .socicon-behance:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-blizzard {
	background: #01b2f1;
}

ul.mks_social_widget_ul .socicon-blizzard:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-blogger {
	background: #ec661c;
}

ul.mks_social_widget_ul .socicon-blogger:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-buffer {
	background: #000;
}

ul.mks_social_widget_ul .socicon-buffer:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-chrome {
	background: #757575;
}

ul.mks_social_widget_ul .socicon-chrome:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-coderwall {
	background: #3e8dcc;
}

ul.mks_social_widget_ul .socicon-coderwall:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-curse {
	background: #f26522;
}

ul.mks_social_widget_ul .socicon-curse:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-dailymotion {
	background: #004e72;
}

ul.mks_social_widget_ul .socicon-dailymotion:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-deezer {
	background: #32323d;
}

ul.mks_social_widget_ul .socicon-deezer:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-delicious {
	background: #020202;
}

ul.mks_social_widget_ul .socicon-delicious:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-deviantart {
	background: #c5d200;
}

ul.mks_social_widget_ul .socicon-deviantart:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-diablo {
	background: #8b1209;
}

ul.mks_social_widget_ul .socicon-diablo:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-digg {
	background: #1d1d1b;
}

ul.mks_social_widget_ul .socicon-digg:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-discord {
	background: #7289da;
}

ul.mks_social_widget_ul .socicon-discord:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-disqus {
	background: #2e9fff;
}

ul.mks_social_widget_ul .socicon-disqus:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-douban {
	background: #3ca353;
}

ul.mks_social_widget_ul .socicon-douban:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-draugiem {
	background: #ffa32b;
}

ul.mks_social_widget_ul .socicon-draugiem:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-dribbble {
	background: #e84d88;
}

ul.mks_social_widget_ul .socicon-dribbble:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-drupal {
	background: #00598e;
}

ul.mks_social_widget_ul .socicon-drupal:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-ebay {
	background: #333;
}

ul.mks_social_widget_ul .socicon-ebay:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-ello {
	background: #000;
}

ul.mks_social_widget_ul .socicon-ello:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-endomondo {
	background: #86ad00;
}

ul.mks_social_widget_ul .socicon-endomondo:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-envato {
	background: #597c3a;
}

ul.mks_social_widget_ul .socicon-envato:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-etsy {
	background: #f56400;
}

ul.mks_social_widget_ul .socicon-etsy:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-facebook {
	background: #3e5b98;
}

ul.mks_social_widget_ul .socicon-facebook:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-feedburner {
	background: #fc0;
}

ul.mks_social_widget_ul .socicon-feedburner:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-filmweb {
	background: #ffc404;
}

ul.mks_social_widget_ul .socicon-filmweb:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-firefox {
	background: #484848;
}

ul.mks_social_widget_ul .socicon-firefox:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-flattr {
	background: #f67c1a;
}

ul.mks_social_widget_ul .socicon-flattr:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-flickr {
	background: #1e1e1b;
}

ul.mks_social_widget_ul .socicon-flickr:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-formulr {
	background: #ff5a60;
}

ul.mks_social_widget_ul .socicon-formulr:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-forrst {
	background: #5b9a68;
}

ul.mks_social_widget_ul .socicon-forrst:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-foursquare {
	background: #f94877;
}

ul.mks_social_widget_ul .socicon-foursquare:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-friendfeed {
	background: #2f72c4;
}

ul.mks_social_widget_ul .socicon-friendfeed:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-github {
	background: #221e1b;
}

ul.mks_social_widget_ul .socicon-github:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-goodreads {
	background: #463020;
}

ul.mks_social_widget_ul .socicon-goodreads:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-google {
	background: #4285f4;
}

ul.mks_social_widget_ul .socicon-google:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-googlegroups {
	background: #4f8ef5;
}

ul.mks_social_widget_ul .socicon-googlegroups:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-googlephotos {
	background: #212121;
}

ul.mks_social_widget_ul .socicon-googlephotos:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-googleplus {
	background: #dd4b39;
}

ul.mks_social_widget_ul .socicon-googleplus:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-googlescholar {
	background: #4285f4;
}

ul.mks_social_widget_ul .socicon-googlescholar:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-grooveshark {
	background: #000;
}

ul.mks_social_widget_ul .socicon-grooveshark:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-hackerrank {
	background: #2ec866;
}

ul.mks_social_widget_ul .socicon-hackerrank:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-hearthstone {
	background: #ec9313;
}

ul.mks_social_widget_ul .socicon-hearthstone:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-hellocoton {
	background: #d30d66;
}

ul.mks_social_widget_ul .socicon-hellocoton:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-heroes {
	background: #2397f7;
}

ul.mks_social_widget_ul .socicon-heroes:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-hitbox {
	background: #9c0;
}

ul.mks_social_widget_ul .socicon-hitbox:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-horde {
	background: #84121c;
}

ul.mks_social_widget_ul .socicon-horde:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-houzz {
	background: #7cc04b;
}

ul.mks_social_widget_ul .socicon-houzz:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-icq {
	background: #7ebd00;
}

ul.mks_social_widget_ul .socicon-icq:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-identica {
	background: #000;
}

ul.mks_social_widget_ul .socicon-identica:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-imdb {
	background: #e8ba00;
}

ul.mks_social_widget_ul .socicon-imdb:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-instagram {
	background: #000;
}

ul.mks_social_widget_ul .socicon-instagram:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-issuu {
	background: #f26f61;
}

ul.mks_social_widget_ul .socicon-issuu:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-istock {
	background: #000;
}

ul.mks_social_widget_ul .socicon-istock:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-itunes {
	background: #ff5e51;
}

ul.mks_social_widget_ul .socicon-itunes:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-keybase {
	background: #ff7100;
}

ul.mks_social_widget_ul .socicon-keybase:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-lanyrd {
	background: #3c80c9;
}

ul.mks_social_widget_ul .socicon-lanyrd:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-lastfm {
	background: #d41316;
}

ul.mks_social_widget_ul .socicon-lastfm:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-line {
	background: #00b901;
}

ul.mks_social_widget_ul .socicon-line:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-linkedin {
	background: #3371b7;
}

ul.mks_social_widget_ul .socicon-linkedin:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-livejournal {
	background: #09c;
}

ul.mks_social_widget_ul .socicon-livejournal:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-lyft {
	background: #ff00bf;
}

ul.mks_social_widget_ul .socicon-lyft:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-macos {
	background: #000;
}

ul.mks_social_widget_ul .socicon-macos:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-mail {
	background: #000;
}

ul.mks_social_widget_ul .socicon-mail:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-medium {
	background: #000;
}

ul.mks_social_widget_ul .socicon-medium:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-meetup {
	background: #e2373c;
}

ul.mks_social_widget_ul .socicon-meetup:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-mixcloud {
	background: #000;
}

ul.mks_social_widget_ul .socicon-mixcloud:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-modelmayhem {
	background: #000;
}

ul.mks_social_widget_ul .socicon-modelmayhem:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-mumble {
	background: #5ab5d1;
}

ul.mks_social_widget_ul .socicon-mumble:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-myspace {
	background: #323232;
}

ul.mks_social_widget_ul .socicon-myspace:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-newsvine {
	background: #075b2f;
}

ul.mks_social_widget_ul .socicon-newsvine:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-nintendo {
	background: #f58a33;
}

ul.mks_social_widget_ul .socicon-nintendo:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-npm {
	background: #c12127;
}

ul.mks_social_widget_ul .socicon-npm:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-odnoklassniki {
	background: #f48420;
}

ul.mks_social_widget_ul .socicon-odnoklassniki:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-openid {
	background: #f78c40;
}

ul.mks_social_widget_ul .socicon-openid:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-opera {
	background: #ff1b2d;
}

ul.mks_social_widget_ul .socicon-opera:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-outlook {
	background: #0072c6;
}

ul.mks_social_widget_ul .socicon-outlook:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-overwatch {
	background: #9e9e9e;
}

ul.mks_social_widget_ul .socicon-overwatch:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-patreon {
	background: #f96854;
}

ul.mks_social_widget_ul .socicon-patreon:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-paypal {
	background: #009cde;
}

ul.mks_social_widget_ul .socicon-paypal:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-periscope {
	background: #3aa4c6;
}

ul.mks_social_widget_ul .socicon-periscope:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-persona {
	background: #e6753d;
}

ul.mks_social_widget_ul .socicon-persona:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-pinterest {
	background: #c92619;
}

ul.mks_social_widget_ul .socicon-pinterest:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-play {
	background: #000;
}

ul.mks_social_widget_ul .socicon-play:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-player {
	background: #6e41bd;
}

ul.mks_social_widget_ul .socicon-player:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-playstation {
	background: #000;
}

ul.mks_social_widget_ul .socicon-playstation:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-pocket {
	background: #ed4055;
}

ul.mks_social_widget_ul .socicon-pocket:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-qq {
	background: #4297d3;
}

ul.mks_social_widget_ul .socicon-qq:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-quora {
	background: #cb202d;
}

ul.mks_social_widget_ul .socicon-quora:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-raidcall {
	background: #073558;
}

ul.mks_social_widget_ul .socicon-raidcall:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-ravelry {
	background: #b6014c;
}

ul.mks_social_widget_ul .socicon-ravelry:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-reddit {
	background: #e74a1e;
}

ul.mks_social_widget_ul .socicon-reddit:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-renren {
	background: #2266b0;
}

ul.mks_social_widget_ul .socicon-renren:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-researchgate {
	background: #0cb;
}

ul.mks_social_widget_ul .socicon-researchgate:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-residentadvisor {
	background: #b3be1b;
}

ul.mks_social_widget_ul .socicon-residentadvisor:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-reverbnation {
	background: #000;
}

ul.mks_social_widget_ul .socicon-reverbnation:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-rss {
	background: #f26109;
}

ul.mks_social_widget_ul .socicon-rss:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-sharethis {
	background: #01bf01;
}

ul.mks_social_widget_ul .socicon-sharethis:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-skype {
	background: #28abe3;
}

ul.mks_social_widget_ul .socicon-skype:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-slideshare {
	background: #4ba3a6;
}

ul.mks_social_widget_ul .socicon-slideshare:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-smugmug {
	background: #acfd32;
}

ul.mks_social_widget_ul .socicon-smugmug:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-snapchat {
	background: #fffa37;
}

ul.mks_social_widget_ul .socicon-snapchat:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-songkick {
	background: #f80046;
}

ul.mks_social_widget_ul .socicon-songkick:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-soundcloud {
	background: #fe3801;
}

ul.mks_social_widget_ul .socicon-soundcloud:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-spotify {
	background: #7bb342;
}

ul.mks_social_widget_ul .socicon-spotify:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-stackexchange {
	background: #2f2f2f;
}

ul.mks_social_widget_ul .socicon-stackexchange:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-stackoverflow {
	background: #fd9827;
}

ul.mks_social_widget_ul .socicon-stackoverflow:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-starcraft {
	background: #002250;
}

ul.mks_social_widget_ul .socicon-starcraft:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-stayfriends {
	background: #f08a1c;
}

ul.mks_social_widget_ul .socicon-stayfriends:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-steam {
	background: #171a21;
}

ul.mks_social_widget_ul .socicon-steam:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-storehouse {
	background: #25b0e6;
}

ul.mks_social_widget_ul .socicon-storehouse:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-strava {
	background: #fc4c02;
}

ul.mks_social_widget_ul .socicon-strava:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-streamjar {
	background: #503a60;
}

ul.mks_social_widget_ul .socicon-streamjar:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-stumbleupon {
	background: #e64011;
}

ul.mks_social_widget_ul .socicon-stumbleupon:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-swarm {
	background: #fc9d3c;
}

ul.mks_social_widget_ul .socicon-swarm:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-teamspeak {
	background: #465674;
}

ul.mks_social_widget_ul .socicon-teamspeak:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-teamviewer {
	background: #168ef4;
}

ul.mks_social_widget_ul .socicon-teamviewer:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-technorati {
	background: #5cb030;
}

ul.mks_social_widget_ul .socicon-technorati:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-telegram {
	background: #08c;
}

ul.mks_social_widget_ul .socicon-telegram:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-tripadvisor {
	background: #4b7e37;
}

ul.mks_social_widget_ul .socicon-tripadvisor:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-tripit {
	background: #1982c3;
}

ul.mks_social_widget_ul .socicon-tripit:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-triplej {
	background: #e53531;
}

ul.mks_social_widget_ul .socicon-triplej:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-tumblr {
	background: #45556c;
}

ul.mks_social_widget_ul .socicon-tumblr:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-twitch {
	background: #6441a5;
}

ul.mks_social_widget_ul .socicon-twitch:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-twitter {
	background: #222;
}

ul.mks_social_widget_ul .socicon-twitter:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-uber {
	background: #000;
}

ul.mks_social_widget_ul .socicon-uber:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-ventrilo {
	background: #77808a;
}

ul.mks_social_widget_ul .socicon-ventrilo:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-viadeo {
	background: #e4a000;
}

ul.mks_social_widget_ul .socicon-viadeo:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-viber {
	background: #7b519d;
}

ul.mks_social_widget_ul .socicon-viber:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-viewbug {
	background: #2b9fcf;
}

ul.mks_social_widget_ul .socicon-viewbug:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-vimeo {
	background: #51b5e7;
}

ul.mks_social_widget_ul .socicon-vimeo:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-vine {
	background: #00b389;
}

ul.mks_social_widget_ul .socicon-vine:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-vkontakte {
	background: #5a7fa6;
}

ul.mks_social_widget_ul .socicon-vkontakte:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-warcraft {
	background: #1eb10a;
}

ul.mks_social_widget_ul .socicon-warcraft:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-wechat {
	background: #09b507;
}

ul.mks_social_widget_ul .socicon-wechat:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-weibo {
	background: #e31c34;
}

ul.mks_social_widget_ul .socicon-weibo:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-whatsapp {
	background: #20b038;
}

ul.mks_social_widget_ul .socicon-whatsapp:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-wikipedia {
	background: #000;
}

ul.mks_social_widget_ul .socicon-wikipedia:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-windows {
	background: #00bdf6;
}

ul.mks_social_widget_ul .socicon-windows:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-wordpress {
	background: #464646;
}

ul.mks_social_widget_ul .socicon-wordpress:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-wykop {
	background: #328efe;
}

ul.mks_social_widget_ul .socicon-wykop:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-xbox {
	background: #92c83e;
}

ul.mks_social_widget_ul .socicon-xbox:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-xing {
	background: #005a60;
}

ul.mks_social_widget_ul .socicon-xing:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-yahoo {
	background: #6e2a85;
}

ul.mks_social_widget_ul .socicon-yahoo:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-yammer {
	background: #1175c4;
}

ul.mks_social_widget_ul .socicon-yammer:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-yandex {
	background: red;
}

ul.mks_social_widget_ul .socicon-yandex:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-yelp {
	background: #c83218;
}

ul.mks_social_widget_ul .socicon-yelp:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-younow {
	background: #61c03e;
}

ul.mks_social_widget_ul .socicon-younow:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-youtube {
	background: #e02a20;
}

ul.mks_social_widget_ul .socicon-youtube:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-zapier {
	background: #ff4a00;
}

ul.mks_social_widget_ul .socicon-zapier:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-zerply {
	background: #9dbc7a;
}

ul.mks_social_widget_ul .socicon-zerply:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-zomato {
	background: #cb202d;
}

ul.mks_social_widget_ul .socicon-zomato:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-zynga {
	background: #dc0606;
}

ul.mks_social_widget_ul .socicon-zynga:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-spreadshirt {
	background: #00b2a6;
}

ul.mks_social_widget_ul .socicon-spreadshirt:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-trello {
	background: #0079bf;
}

ul.mks_social_widget_ul .socicon-trello:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-gamejolt {
	background: #191919;
}

ul.mks_social_widget_ul .socicon-gamejolt:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-tunein {
	background: #36b4a7;
}

ul.mks_social_widget_ul .socicon-tunein:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-bloglovin {
	background: #000;
}

ul.mks_social_widget_ul .socicon-bloglovin:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-gamewisp {
	background: #f8a853;
}

ul.mks_social_widget_ul .socicon-gamewisp:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-messenger {
	background: #0084ff;
}

ul.mks_social_widget_ul .socicon-messenger:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-pandora {
	background: #224099;
}

ul.mks_social_widget_ul .socicon-pandora:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-microsoft {
	background: #666;
}

ul.mks_social_widget_ul .socicon-microsoft:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-mobcrush {
	background: #fe0;
}

ul.mks_social_widget_ul .socicon-mobcrush:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-sketchfab {
	background: #00a5d6;
}

ul.mks_social_widget_ul .socicon-sketchfab:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-yt-gaming {
	background: #e91d00;
}

ul.mks_social_widget_ul .socicon-yt-gaming:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-fyuse {
	background: #ff3143;
}

ul.mks_social_widget_ul .socicon-fyuse:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-bitbucket {
	background: #243759;
}

ul.mks_social_widget_ul .socicon-bitbucket:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-augment {
	background: #e71204;
}

ul.mks_social_widget_ul .socicon-augment:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-toneden {
	background: #777bf9;
}

ul.mks_social_widget_ul .socicon-toneden:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-niconico {
	background: #000;
}

ul.mks_social_widget_ul .socicon-niconico:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-zillow {
	background: #0074e4;
}

ul.mks_social_widget_ul .socicon-zillow:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-googlemaps {
	background: #4285f4;
}

ul.mks_social_widget_ul .socicon-googlemaps:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-booking {
	background: #003580;
}

ul.mks_social_widget_ul .socicon-booking:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-fundable {
	background: #1d181f;
}

ul.mks_social_widget_ul .socicon-fundable:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-upwork {
	background: #5bbc2f;
}

ul.mks_social_widget_ul .socicon-upwork:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-ghost {
	background: #33393c;
}

ul.mks_social_widget_ul .socicon-ghost:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-loomly {
	background: #00425f;
}

ul.mks_social_widget_ul .socicon-loomly:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-trulia {
	background: #20bf63;
}

ul.mks_social_widget_ul .socicon-trulia:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-ask {
	background: #cf0000;
}

ul.mks_social_widget_ul .socicon-ask:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-gust {
	background: #1e2e3e;
}

ul.mks_social_widget_ul .socicon-gust:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-toptal {
	background: #4c73aa;
}

ul.mks_social_widget_ul .socicon-toptal:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-squarespace {
	background: #121212;
}

ul.mks_social_widget_ul .socicon-squarespace:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-bonanza {
	background: #62764a;
}

ul.mks_social_widget_ul .socicon-bonanza:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-doodle {
	background: #0064dc;
}

ul.mks_social_widget_ul .socicon-doodle:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-bing {
	background: #008485;
}

ul.mks_social_widget_ul .socicon-bing:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-seedrs {
	background: #7fbb31;
}

ul.mks_social_widget_ul .socicon-seedrs:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-freelancer {
	background: #0088ca;
}

ul.mks_social_widget_ul .socicon-freelancer:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-shopify {
	background: #5c6ac4;
}

ul.mks_social_widget_ul .socicon-shopify:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-googlecalendar {
	background: #3d81f6;
}

ul.mks_social_widget_ul .socicon-googlecalendar:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-redfin {
	background: #c82022;
}

ul.mks_social_widget_ul .socicon-redfin:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-wix {
	background: #0096ff;
}

ul.mks_social_widget_ul .socicon-wix:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-craigslist {
	background: #561a8b;
}

ul.mks_social_widget_ul .socicon-craigslist:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-alibaba {
	background: #ff6a00;
}

ul.mks_social_widget_ul .socicon-alibaba:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-zoom {
	background: #2d8cff;
}

ul.mks_social_widget_ul .socicon-zoom:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-homes {
	background: #f7841b;
}

ul.mks_social_widget_ul .socicon-homes:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-appstore {
	background: #007aff;
}

ul.mks_social_widget_ul .socicon-appstore:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-guru {
	background: #4c81c0;
}

ul.mks_social_widget_ul .socicon-guru:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-aliexpress {
	background: #e92c00;
}

ul.mks_social_widget_ul .socicon-aliexpress:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-gotomeeting {
	background: #fd7a2b;
}

ul.mks_social_widget_ul .socicon-gotomeeting:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-fiverr {
	background: #0db62a;
}

ul.mks_social_widget_ul .socicon-fiverr:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-logmein {
	background: #45b6f3;
}

ul.mks_social_widget_ul .socicon-logmein:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-openaigym {
	background: #29a8b3;
}

ul.mks_social_widget_ul .socicon-openaigym:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-slack {
	background: #4b6bc6;
}

ul.mks_social_widget_ul .socicon-slack:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-codepen {
	background: #000;
}

ul.mks_social_widget_ul .socicon-codepen:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-angieslist {
	background: #299f37;
}

ul.mks_social_widget_ul .socicon-angieslist:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-homeadvisor {
	background: #ef8b1d;
}

ul.mks_social_widget_ul .socicon-homeadvisor:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-unsplash {
	background: #000;
}

ul.mks_social_widget_ul .socicon-unsplash:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-mastodon {
	background: #2986d6;
}

ul.mks_social_widget_ul .socicon-mastodon:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-natgeo {
	background: #222;
}

ul.mks_social_widget_ul .socicon-natgeo:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-qobuz {
	background: #298fbf;
}

ul.mks_social_widget_ul .socicon-qobuz:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-tidal {
	background: #01ffff;
}

ul.mks_social_widget_ul .socicon-tidal:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-realtor {
	background: #d52228;
}

ul.mks_social_widget_ul .socicon-realtor:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-calendly {
	background: #00a3fa;
}

ul.mks_social_widget_ul .socicon-calendly:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-homify {
	background: #7dcda3;
}

ul.mks_social_widget_ul .socicon-homify:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-crunchbase {
	background: #0288d1;
}

ul.mks_social_widget_ul .socicon-crunchbase:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-livemaster {
	background: #e76d00;
}

ul.mks_social_widget_ul .socicon-livemaster:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-udemy {
	background: #17aa1c;
}

ul.mks_social_widget_ul .socicon-udemy:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-nextdoor {
	background: #01b247;
}

ul.mks_social_widget_ul .socicon-nextdoor:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-origin {
	background: #f56c2e;
}

ul.mks_social_widget_ul .socicon-origin:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-codered {
	background: #ff033b;
}

ul.mks_social_widget_ul .socicon-codered:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-portfolio {
	background: #54afff;
}

ul.mks_social_widget_ul .socicon-portfolio:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-instructables {
	background: #f8b514;
}

ul.mks_social_widget_ul .socicon-instructables:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-gitlab {
	background: #e65228;
}

ul.mks_social_widget_ul .socicon-gitlab:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-mailru {
	background: #fda840;
}

ul.mks_social_widget_ul .socicon-mailru:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-bookbub {
	background: #e70005;
}

ul.mks_social_widget_ul .socicon-bookbub:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-kobo {
	background: #bf0000;
}

ul.mks_social_widget_ul .socicon-kobo:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-smashwords {
	background: #4181c3;
}

ul.mks_social_widget_ul .socicon-smashwords:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-hackernews {
	background: #ff6601;
}

ul.mks_social_widget_ul .socicon-hackernews:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-hackerone {
	background: #ec1075;
}

ul.mks_social_widget_ul .socicon-hackerone:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-beatport {
	background: #94d500;
}

ul.mks_social_widget_ul .socicon-beatport:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-napster {
	background: #000;
}

ul.mks_social_widget_ul .socicon-napster:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-spip {
	background: #e00d6f;
}

ul.mks_social_widget_ul .socicon-spip:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-wickr {
	background: #f29100;
}

ul.mks_social_widget_ul .socicon-wickr:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-blackberry {
	background: #000;
}

ul.mks_social_widget_ul .socicon-blackberry:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-myanimelist {
	background: #2e51a2;
}

ul.mks_social_widget_ul .socicon-myanimelist:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-pixiv {
	background: #049cff;
}

ul.mks_social_widget_ul .socicon-pixiv:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-gamefor {
	background: #506f82;
}

ul.mks_social_widget_ul .socicon-gamefor:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-traxsource {
	background: #40a0ff;
}

ul.mks_social_widget_ul .socicon-traxsource:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-indiedb {
	background: #77c628;
}

ul.mks_social_widget_ul .socicon-indiedb:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-moddb {
	background: #cc0300;
}

ul.mks_social_widget_ul .socicon-moddb:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-internet {
	background: #000;
}

ul.mks_social_widget_ul .socicon-internet:before {
	content: "";
}

ul.mks_social_widget_ul .socicon-tiktok {
	background: #00f2ea;
}

ul.mks_social_widget_ul .socicon-tiktok:before {
	content: "";
}

.meks_ess .socicon-facebook {
	background: #3e5b98;
}

.meks_ess .socicon-facebook:before {
	content: "";
}

.meks_ess .socicon-twitter {
	background: #222;
}

.meks_ess .socicon-twitter:before {
	content: "";
}

.meks_ess .socicon-pinterest {
	background: #c92619;
}

.meks_ess .socicon-pinterest:before {
	content: "";
}

.meks_ess .socicon-reddit {
	background: #e74a1e;
}

.meks_ess .socicon-reddit:before {
	content: "";
}

.meks_ess .socicon-instagram {
	background: #000;
}

.meks_ess .socicon-instagram:before {
	content: "";
}

.meks_ess .socicon-stumbleupon {
	background: #e64011;
}

.meks_ess .socicon-stumbleupon:before {
	content: "";
}

.meks_ess .socicon-linkedin {
	background: #3371b7;
}

.meks_ess .socicon-linkedin:before {
	content: "";
}

.meks_ess .socicon-googleplus {
	background: #dd4b39;
}

.meks_ess .socicon-googleplus:before {
	content: "";
}

.meks_ess .socicon-whatsapp {
	background: #20b038;
}

.meks_ess .socicon-whatsapp:before {
	content: "";
}

.meks_ess .socicon-vkontakte {
	background: #5a7fa6;
}

.meks_ess .socicon-vkontakte:before {
	content: "";
}

.meks_ess .socicon-mail {
	background: #000;
}

.meks_ess .socicon-mail:before {
	content: "";
}

.transparent .socicon-facebook:before, .outline .socicon-facebook:before, .transparent .socicon-facebook span, .outline .socicon-facebook span {
	color: #3e5b98;
}

.transparent .socicon-twitter:before, .outline .socicon-twitter:before, .transparent .socicon-twitter span, .outline .socicon-twitter span {
	color: #222;
}

.transparent .socicon-pinterest:before, .outline .socicon-pinterest:before, .transparent .socicon-pinterest span, .outline .socicon-pinterest span {
	color: #c92619;
}

.transparent .socicon-reddit:before, .outline .socicon-reddit:before, .transparent .socicon-reddit span, .outline .socicon-reddit span {
	color: #e74a1e;
}

.transparent .socicon-instagram:before, .outline .socicon-instagram:before, .transparent .socicon-instagram span, .outline .socicon-instagram span {
	color: #000;
}

.transparent .socicon-stumbleupon:before, .outline .socicon-stumbleupon:before, .transparent .socicon-stumbleupon span, .outline .socicon-stumbleupon span {
	color: #e64011;
}

.transparent .socicon-linkedin:before, .outline .socicon-linkedin:before, .transparent .socicon-linkedin span, .outline .socicon-linkedin span {
	color: #3371b7;
}

.transparent .socicon-googleplus:before, .outline .socicon-googleplus:before, .transparent .socicon-googleplus span, .outline .socicon-googleplus span {
	color: #dd4b39;
}

.transparent .socicon-whatsapp:before, .outline .socicon-whatsapp:before, .transparent .socicon-whatsapp span, .outline .socicon-whatsapp span {
	color: #20b038;
}

.transparent .socicon-vkontakte:before, .outline .socicon-vkontakte:before, .transparent .socicon-vkontakte span, .outline .socicon-vkontakte span {
	color: #5a7fa6;
}

.transparent .socicon-mail:before, .outline .socicon-mail:before, .transparent .socicon-mail span, .outline .socicon-mail span {
	color: #000;
}

body .outline .meks_ess-item.socicon-facebook, body .outline .meks_ess-item.socicon-facebook:hover {
	border-color: #3e5b98;
}

body .outline .meks_ess-item.socicon-twitter, body .outline .meks_ess-item.socicon-twitter:hover {
	border-color: #222;
}

body .outline .meks_ess-item.socicon-pinterest, body .outline .meks_ess-item.socicon-pinterest:hover {
	border-color: #c92619;
}

body .outline .meks_ess-item.socicon-reddit, body .outline .meks_ess-item.socicon-reddit:hover {
	border-color: #e74a1e;
}

body .outline .meks_ess-item.socicon-instagram, body .outline .meks_ess-item.socicon-instagram:hover {
	border-color: #000;
}

body .outline .meks_ess-item.socicon-stumbleupon, body .outline .meks_ess-item.socicon-stumbleupon:hover {
	border-color: #e64011;
}

body .outline .meks_ess-item.socicon-linkedin, body .outline .meks_ess-item.socicon-linkedin:hover {
	border-color: #3371b7;
}

body .outline .meks_ess-item.socicon-googleplus, body .outline .meks_ess-item.socicon-googleplus:hover {
	border-color: #dd4b39;
}

body .outline .meks_ess-item.socicon-whatsapp, body .outline .meks_ess-item.socicon-whatsapp:hover {
	border-color: #20b038;
}

body .outline .meks_ess-item.socicon-vkontakte, body .outline .meks_ess-item.socicon-vkontakte:hover {
	border-color: #5a7fa6;
}

body .outline .meks_ess-item.socicon-mail, body .outline .meks_ess-item.socicon-mail:hover {
	border-color: #000;
}

.meks_ess {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	padding: 0;
	margin: 0 0 20px 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	top: -5px;
}

body .meks_ess .meks_ess-item {
	font-style: normal;
	text-decoration: none !important;
	font-family: inherit;
	color: #fff;
	font-size: 16px;
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 100%;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
	margin-top: 5px !important;
	box-shadow: none !important;
	border: 0;
}

.meks_ess .meks_ess-item:before {
	font-family: "socicon" !important;
	font-style: normal !important;
	font-size: 14px;
	font-size: inherit;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	text-rendering: auto;
}

body .meks_ess .meks_ess-item:hover {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%) !important;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, .1))) !important;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%) !important;
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%) !important;
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%) !important;
	background-image: linear-gradient(to right, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%) !important;
}

body .meks_ess .meks_ess-item:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
}

.meks_ess .meks_ess-item span {
	font-family: inherit;
	position: relative;
	top: -1px;
	margin-left: 8px;
}

.meks_ess.no-labels span {
	display: none;
}

.meks_ess.transparent .meks_ess-item {
	font-size: 1em;
}

.meks_ess.outline .meks_ess-item {
	border: 1px solid rgba(255, 255, 255, 0);
	background: transparent !important;
}

.meks_ess.outline .meks_ess-item:hover {
	border: 1px solid;
}

.meks_ess.transparent .meks_ess-item {
	border-radius: 0;
	background: transparent !important;
}

.meks_ess.transparent .meks_ess-item:hover {
	background: transparent !important;
}

.meks_ess.rectangle.no-labels .meks_ess-item {
	border-radius: 0;
	min-width: 100px;
}

.meks_ess.rounded.no-labels .meks_ess-item {
	border-radius: 20px;
	min-width: 100px;
}

.meks_ess.circle, .meks_ess.square, .meks_ess.transparent {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.meks_ess.circle .meks_ess-item, .meks_ess.square .meks_ess-item, .meks_ess.transparent .meks_ess-item {
	width: 40px;
	border-radius: 50%;
	-webkit-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

.meks_ess.square .meks_ess-item {
	border-radius: 0;
}

.meks_ess.transparent.outline .meks_ess-item {
	border: 0;
}

.meks_ess.rectangle .meks_ess-item {
	border-radius: 0;
	min-width: 140px;
}

.meks_ess.rounded .meks_ess-item {
	border-radius: 20px;
	min-width: 140px;
}

.meks_ess.transparent .meks_ess-item {
	min-width: auto;
	width: auto;
	margin-right: 25px;
	border-radius: 0;
}

.meks_ess.transparent .socicon-facebook {
	margin-left: -3px;
}
