/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/* Include */
/*--------------------------------------------------------------*/
@font-face {
	font-family: 'canvas-icons';
	src: url(/wp-content/plugins/canvas/assets/css/../fonts/canvas-icons.woff) format("woff"), url(/wp-content/plugins/canvas/assets/css/../fonts/canvas-icons.ttf) format("truetype"), url(/wp-content/plugins/canvas/assets/css/../fonts/canvas-icons.svg) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="cnvs-icon-"],
[class*=" cnvs-icon-"] {
	font-family: 'canvas-icons' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cnvs-icon-arrow-right:before {
	content: "\e940";
}

.cnvs-icon-arrow-left:before {
	content: "\e941";
}

.cnvs-icon-arrow-down:before {
	content: "\e942";
}

.cnvs-icon-arrow-up:before {
	content: "\e943";
}

.cnvs-icon-watch:before {
	content: "\e93f";
}

.cnvs-icon-eye:before {
	content: "\e93e";
}

.cnvs-icon-share:before {
	content: "\e93d";
}

.cnvs-icon-check:before {
	content: "\e912";
}

.cnvs-icon-minus:before {
	content: "\e90d";
}

.cnvs-icon-chevron-right:before {
	content: "\e914";
}

.cnvs-icon-chevron-left:before {
	content: "\e915";
}

.cnvs-icon-x:before {
	content: "\e913";
}

.cnvs-icon-arrow-right-circle:before {
	content: "\e911";
}

.cnvs-icon-arrow-left-circle:before {
	content: "\e910";
}

.cnvs-icon-up:before {
	content: "\e908";
}

.cnvs-icon-comment:before {
	content: "\e900";
}

.cnvs-container {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.cnvs-container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.cnvs-container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.cnvs-container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.cnvs-container {
		max-width: 1140px;
	}
}

.cnvs-container-fluid {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.cnvs-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

.cnvs-col-1, .cnvs-col-2, .cnvs-col-3, .cnvs-col-4, .cnvs-col-5, .cnvs-col-6, .cnvs-col-7, .cnvs-col-8, .cnvs-col-9, .cnvs-col-10, .cnvs-col-11, .cnvs-col-12, .cnvs-col-sm-1, .cnvs-col-sm-2, .cnvs-col-sm-3, .cnvs-col-sm-4, .cnvs-col-sm-5, .cnvs-col-sm-6, .cnvs-col-sm-7, .cnvs-col-sm-8, .cnvs-col-sm-9, .cnvs-col-sm-10, .cnvs-col-sm-11, .cnvs-col-sm-12, .cnvs-col-md-1, .cnvs-col-md-2, .cnvs-col-md-3, .cnvs-col-md-4, .cnvs-col-md-5, .cnvs-col-md-6, .cnvs-col-md-7, .cnvs-col-md-8, .cnvs-col-md-9, .cnvs-col-md-10, .cnvs-col-md-11, .cnvs-col-md-12, .cnvs-col-lg-1, .cnvs-col-lg-2, .cnvs-col-lg-3, .cnvs-col-lg-4, .cnvs-col-lg-5, .cnvs-col-lg-6, .cnvs-col-lg-7, .cnvs-col-lg-8, .cnvs-col-lg-9, .cnvs-col-lg-10, .cnvs-col-lg-11, .cnvs-col-lg-12, .cnvs-col-xl-1, .cnvs-col-xl-2, .cnvs-col-xl-3, .cnvs-col-xl-4, .cnvs-col-xl-5, .cnvs-col-xl-6, .cnvs-col-xl-7, .cnvs-col-xl-8, .cnvs-col-xl-9, .cnvs-col-xl-10, .cnvs-col-xl-11, .cnvs-col-xl-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}

.cnvs-col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.cnvs-col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.cnvs-col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.cnvs-col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.cnvs-col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.cnvs-col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.cnvs-col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.cnvs-col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.cnvs-col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.cnvs-col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.cnvs-col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.cnvs-col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.cnvs-col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.cnvs-col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.cnvs-col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cnvs-col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.cnvs-col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.cnvs-col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cnvs-col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.cnvs-col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.cnvs-col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cnvs-col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.cnvs-col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.cnvs-col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.cnvs-col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.cnvs-col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.cnvs-col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cnvs-col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.cnvs-col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.cnvs-col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cnvs-col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.cnvs-col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.cnvs-col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cnvs-col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.cnvs-col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.cnvs-col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.cnvs-col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.cnvs-col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.cnvs-col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cnvs-col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.cnvs-col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.cnvs-col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cnvs-col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.cnvs-col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.cnvs-col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cnvs-col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.cnvs-col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.cnvs-col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.cnvs-col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.cnvs-col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.cnvs-col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cnvs-col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.cnvs-col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.cnvs-col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cnvs-col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.cnvs-col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.cnvs-col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cnvs-col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.cnvs-col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.cnvs-col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.cnvs-d-none {
	display: none;
}

.cnvs-clearfix {
	clear: both;
}

.cnvs-clearfix:after {
	content: '';
	clear: both;
	display: table;
}

.cnvs-post-meta {
	--cnvs-post-meta-color: #dee2e6;
	padding-left: 0;
	list-style: none;
	color: var(--cnvs-post-meta-color);
	padding: 0;
	margin: 0;
}

.cnvs-post-meta > li {
	display: inline-block;
}

.cnvs-post-meta > li:not(:last-child) {
	margin-right: 0.5rem;
}

.cnvs-post-meta li + li:before {
	margin-right: 0.5rem;
	content: "\b7";
}

.cnvs-post-meta .cnvs-icon {
	margin-right: 0.25rem;
}

.cnvs-meta-category .post-categories {
	padding-left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

.cnvs-meta-category .post-categories > li {
	display: inline-block;
}

.cnvs-meta-category .post-categories > li:not(:last-child) {
	margin-right: 0.5rem;
}

.cnvs-meta-category .post-categories li:not(:last-child):after {
	content: ",";
}

.post-meta .cnvs-meta-category .post-categories {
	margin-bottom: 0;
}

.cnvs-meta-author span + a,
.cnvs-meta-author a + span {
	margin-left: 0.25rem;
}

/* Blocks */
/*--------------------------------------------------------------*/
.wp-block-button.is-cnvs-button-full-width,
.entry-content .wp-block-button.is-cnvs-button-full-width {
	width: 100%;
}

.wp-block-button.is-cnvs-button-full-width .wp-block-button__link,
.entry-content .wp-block-button.is-cnvs-button-full-width .wp-block-button__link {
	width: 100%;
}

.wp-block-button.is-cnvs-button-size-sm .wp-block-button__link,
.entry-content .wp-block-button.is-cnvs-button-size-sm .wp-block-button__link {
	padding: 0.25rem 0.5rem;
}

.wp-block-button.is-cnvs-button-size-lg .wp-block-button__link,
.entry-content .wp-block-button.is-cnvs-button-size-lg .wp-block-button__link {
	padding: 1rem 2rem;
}

/* Color Styles */
/*--------------------------------------------------------------*/
.cnvs-color-primary {
	--cnvs-primary-color: #343a40;
	color: var(--cnvs-primary-color);
}

.cnvs-color-secondary {
	--cnvs-secondary-color: #A0A0A0;
	color: var(--cnvs-secondary-color);
}

.cnvs-bg-primary {
	--cnvs-primary-background: #343a40;
	background-color: var(--cnvs-primary-background);
}

.cnvs-bg-overlay {
	--cnvs-overlay-background: rgba(52, 58, 64, 0.5);
	background-color: var(--cnvs-overlay-background);
}

/* Font Styles */
/*--------------------------------------------------------------*/
.cnvs-font-primary {
	--cnvs-primary-font-weight: 700;
	font-weight: var(--cnvs-primary-font-weight);
}

.cnvs-font-secondary {
	--cnvs-secondary-font-size: 80%;
	--cnvs-secondary-font-color: #6c757d;
	font-size: var(--cnvs-secondary-font-size);
	color: var(--cnvs-secondary-font-color);
}

.cnvs-font-heading {
	--cnvs-heading-font-weight: 700;
	--cnvs-heading-font-color: #212529;
	font-weight: var(--cnvs-heading-font-weight);
	color: var(--cnvs-heading-font-color);
}

/* Background */
/*--------------------------------------------------------------*/
.cnvs-bg-primary {
	background-color: #007bff;
}

a.cnvs-bg-primary:hover, a.cnvs-bg-primary:focus,
button.cnvs-bg-primary:hover,
button.cnvs-bg-primary:focus {
	background-color: #0062cc;
}

.cnvs-bg-secondary {
	background-color: #A0A0A0;
}

a.cnvs-bg-secondary:hover, a.cnvs-bg-secondary:focus,
button.cnvs-bg-secondary:hover,
button.cnvs-bg-secondary:focus {
	background-color: #878686;
}

.cnvs-bg-success {
	background-color: #28a745;
}

a.cnvs-bg-success:hover, a.cnvs-bg-success:focus,
button.cnvs-bg-success:hover,
button.cnvs-bg-success:focus {
	background-color: #1e7e34;
}

.cnvs-bg-info {
	background-color: #17a2b8;
}

a.cnvs-bg-info:hover, a.cnvs-bg-info:focus,
button.cnvs-bg-info:hover,
button.cnvs-bg-info:focus {
	background-color: #117a8b;
}

.cnvs-bg-warning {
	background-color: #ffc107;
}

a.cnvs-bg-warning:hover, a.cnvs-bg-warning:focus,
button.cnvs-bg-warning:hover,
button.cnvs-bg-warning:focus {
	background-color: #d39e00;
}

.cnvs-bg-danger {
	background-color: #dc3545;
}

a.cnvs-bg-danger:hover, a.cnvs-bg-danger:focus,
button.cnvs-bg-danger:hover,
button.cnvs-bg-danger:focus {
	background-color: #bd2130;
}

.cnvs-bg-light {
	background-color: #f8f9fa;
}

a.cnvs-bg-light:hover, a.cnvs-bg-light:focus,
button.cnvs-bg-light:hover,
button.cnvs-bg-light:focus {
	background-color: #dae0e5;
}

.cnvs-bg-dark {
	background-color: #343a40;
}

a.cnvs-bg-dark:hover, a.cnvs-bg-dark:focus,
button.cnvs-bg-dark:hover,
button.cnvs-bg-dark:focus {
	background-color: #1d2124;
}

.cnvs-bg-white {
	--cnvs-bg-white: #fff;
	background-color: var(--cnvs-bg-white);
}

.cnvs-bg-transparent {
	--cnvs-bg-transparent: transparent;
	background-color: var(--cnvs-bg-transparent);
}

/* Alerts */
/*--------------------------------------------------------------*/
.cnvs-alert {
	--cnvs-alert-background: #f8f9fa;
	--cnvs-alert-heading-color: inherit;
	--cnvs-alert-close-color: #000;
	--cnvs-alert-close-hover-color: #000;
	--cnvs-alert-font-size: 0.875rem;
	--cnvs-alert-link-font-weight: 700;
	--cnvs-alert-close-font-size: 1rem;
	--cnvs-alert-close-line-height: 1;
	--cnvs-alert-close-text-shadow: 0 1px 0 #fff;
	--cnvs-alert-close-opacity: .75;
}

/*--------------------------------------------------------------*/
.cnvs-alert {
	position: relative;
	padding: 0.5rem 1rem;
	margin-bottom: 1rem;
	background: var(--cnvs-alert-background);
	font-size: var(--cnvs-alert-font-size);
}

.cnvs-alert a {
	text-decoration: underline;
	text-shadow: none;
	border: none;
}

.cnvs-alert a:hover {
	text-decoration: none;
	text-shadow: none;
	border: none;
}

.cnvs-alert p {
	margin-bottom: 0.5rem;
}

.cnvs-alert > *:last-child {
	margin-bottom: 0;
}

.cnvs-alert-multiline {
	padding: 1.25rem 1.75rem;
}

.cnvs-alert-heading {
	color: var(--cnvs-alert-heading-color);
}

.cnvs-alert-link {
	font-weight: var(--cnvs-alert-link-font-weight);
}

.cnvs-alert-dismissible {
	padding-right: 4rem;
}

.cnvs-alert-dismissible .cnvs-close {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 1rem;
	color: inherit;
}

.cnvs-close {
	float: right;
	font-size: var(--cnvs-alert-close-font-size);
	line-height: var(--cnvs-alert-close-line-height);
	color: var(--cnvs-alert-close-color);
	text-shadow: var(--cnvs-alert-close-text-shadow);
	opacity: var(--cnvs-alert-close-opacity);
}

.cnvs-close:hover, .cnvs-close:focus {
	color: var(--cnvs-alert-close-hover-color);
	text-decoration: none;
	opacity: 1;
}

button.cnvs-close {
	padding: 0;
	text-decoration: none !important;
	border: none !important;
	-webkit-appearance: none !important;
	background-color: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.cnvs-alert-primary {
	border-left: #007bff 2px solid;
}

.cnvs-alert-primary .cnvs-icon-close,
.cnvs-alert-primary .cnvs-alert-title {
	color: #0062cc;
}

.cnvs-alert-secondary {
	border-left: #A0A0A0 2px solid;
}

.cnvs-alert-secondary .cnvs-icon-close,
.cnvs-alert-secondary .cnvs-alert-title {
	color: #878686;
}

.cnvs-alert-success {
	border-left: #28a745 2px solid;
}

.cnvs-alert-success .cnvs-icon-close,
.cnvs-alert-success .cnvs-alert-title {
	color: #1e7e34;
}

.cnvs-alert-info {
	border-left: #17a2b8 2px solid;
}

.cnvs-alert-info .cnvs-icon-close,
.cnvs-alert-info .cnvs-alert-title {
	color: #117a8b;
}

.cnvs-alert-warning {
	border-left: #ffc107 2px solid;
}

.cnvs-alert-warning .cnvs-icon-close,
.cnvs-alert-warning .cnvs-alert-title {
	color: #d39e00;
}

.cnvs-alert-danger {
	border-left: #dc3545 2px solid;
}

.cnvs-alert-danger .cnvs-icon-close,
.cnvs-alert-danger .cnvs-alert-title {
	color: #bd2130;
}

.cnvs-alert-light {
	border-left: #f8f9fa 2px solid;
}

.cnvs-alert-light .cnvs-icon-close,
.cnvs-alert-light .cnvs-alert-title {
	color: #dae0e5;
}

.cnvs-alert-dark {
	border-left: #343a40 2px solid;
}

.cnvs-alert-dark .cnvs-icon-close,
.cnvs-alert-dark .cnvs-alert-title {
	color: #1d2124;
}

/* Badges */
/*--------------------------------------------------------------*/
.cnvs-badge {
	--cnvs-badge-background: #f8f9fa;
	--cnvs-badge-color: inherit;
	--cnvs-badge-primary-background: #00A0D2;
	--cnvs-badge-primary-color: #FFFFFF;
	--cnvs-badge-light-background: #FFFFFF;
	--cnvs-badge-light-color: #000000;
	--cnvs-badge-border-radius: 30px;
	--cnvs-badge-font-size: 75%;
	--cnvs-badge-line-height: 1;
}

/*--------------------------------------------------------------*/
.cnvs-badge {
	background: var(--cnvs-badge-background);
	color: var(--cnvs-badge-color);
	display: inline-block;
	padding: 0.3em 0.6em;
	font-size: var(--cnvs-badge-font-size);
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: var(--cnvs-badge-border-radius);
	text-transform: uppercase;
	line-height: var(--cnvs-badge-line-height);
}

.cnvs-badge:empty {
	display: none;
}

.menu-item .cnvs-badge {
	margin-left: 0.5rem;
}

.cnvs-button .cnvs-badge {
	position: relative;
	top: -1px;
}

.is-cnvs-badge-color-primary,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-primary {
	background: rgba(0, 123, 255, 0.1);
	color: #0056b3;
}

.is-cnvs-badge-color-secondary,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-secondary {
	background: rgba(160, 160, 160, 0.1);
	color: #7a7a7a;
}

.is-cnvs-badge-color-success,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-success {
	background: rgba(40, 167, 69, 0.1);
	color: #19692c;
}

.is-cnvs-badge-color-info,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-info {
	background: rgba(23, 162, 184, 0.1);
	color: #0f6674;
}

.is-cnvs-badge-color-warning,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-warning {
	background: rgba(255, 193, 7, 0.1);
	color: #ba8b00;
}

.is-cnvs-badge-color-danger,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-danger {
	background: rgba(220, 53, 69, 0.1);
	color: #a71d2a;
}

.is-cnvs-badge-color-light,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-light {
	background: rgba(248, 249, 250, 0.1);
	color: #cbd3da;
}

.is-cnvs-badge-color-dark,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-dark {
	background: rgba(52, 58, 64, 0.1);
	color: #121416;
}

.is-cnvs-badge-color-primary,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-primary {
	background: var(--cnvs-badge-primary-background);
	color: var(--cnvs-badge-primary-color);
}

.is-cnvs-badge-color-light,
.block-editor-rich-text__editable:focus [data-rich-text-format-boundary].is-cnvs-badge-color-light {
	background: var(--cnvs-badge-light-background);
	color: var(--cnvs-badge-light-color);
}

/* Flickity */
/*--------------------------------------------------------------*/
[cnvs-flickity="init"] {
	--cnvs-flickity-button-background: hsla(0, 0%, 100%, 0.75);
	--cnvs-flickity-button-color: #333;
	--cnvs-flickity-button-hover-background: white;
	--cnvs-flickity-button-focus-box-shadow: 0 0 0 5px #19F;
	--cnvs-flickity-button-active-opacity: 0.6;
	--cnvs-flickity-button-disabled-opacity: 0.3;
	--cnvs-flickity-button-icon-fill: #333;
	--cnvs-flickity-prev-next-border-radius: 50%;
	--cnvs-flickity-page-info-font-size: .75rem;
	--cnvs-flickity-page-info-line-height: 1;
	--cnvs-flickity-dot-width: 10px;
	--cnvs-flickity-dot-height: 10px;
	--cnvs-flickity-dot-margin: 0 3px;
	--cnvs-flickity-dot-background: #333;
	--cnvs-flickity-dot-border-radius: 50%;
	--cnvs-flickity-dot-opacity: 0.25;
}

[cnvs-flickity="init"].flickity-enabled {
	position: relative;
	padding-bottom: 0;
}

[cnvs-flickity="init"].flickity-enabled:focus {
	outline: none;
}

[cnvs-flickity="init"].flickity-enabled.is-animate .flickity-viewport {
	-webkit-transition: height 0.2s;
	transition: height 0.2s;
}

[cnvs-flickity="init"].flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

[cnvs-flickity="init"].flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

[cnvs-flickity="init"].flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

[cnvs-flickity="init"] .flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

[cnvs-flickity="init"] .flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

[cnvs-flickity="init"] .flickity-button {
	position: absolute;
	background: var(--cnvs-flickity-button-background);
	border: none;
	color: var(--cnvs-flickity-button-color);
}

[cnvs-flickity="init"] .flickity-button:hover {
	background: var(--cnvs-flickity-button-hover-background);
	cursor: pointer;
}

[cnvs-flickity="init"] .flickity-button:focus {
	outline: none;
	-webkit-box-shadow: var(--cnvs-flickity-button-focus-box-shadow);
	box-shadow: var(--cnvs-flickity-button-focus-box-shadow);
}

[cnvs-flickity="init"] .flickity-button:active {
	opacity: var(--cnvs-flickity-button-active-opacity);
}

[cnvs-flickity="init"] .flickity-button:disabled {
	opacity: var(--cnvs-flickity-button-disabled-opacity);
	cursor: auto;
	/* prevent disabled button from capturing pointer up event. #716 */
	pointer-events: none;
}

[cnvs-flickity="init"] .flickity-button-icon {
	fill: var(--cnvs-flickity-button-icon-fill);
}

[cnvs-flickity="init"] .flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: var(--cnvs-flickity-prev-next-border-radius);
	/* vertically center */
	margin-top: -22px;
}

[cnvs-flickity="init"] .flickity-prev-next-button.previous {
	left: 1rem;
}

[cnvs-flickity="init"] .flickity-prev-next-button.next {
	right: 1rem;
}

[cnvs-flickity="init"] .flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

[cnvs-flickity="init"] .flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

[cnvs-flickity="init"] .flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 30%;
	top: 30%;
	width: 40%;
	height: 40%;
}

[cnvs-flickity="init"] [data-sg-page-info="true"],
[cnvs-flickity="init"] [data-sg-page-dots="true"] {
	padding-bottom: 50px;
}

[cnvs-flickity="init"] [data-sg-page-info="true"] .flickity-prev-next-button,
[cnvs-flickity="init"] [data-sg-page-dots="true"] .flickity-prev-next-button {
	/* vertically center */
	margin-top: -52px;
}

[cnvs-flickity="init"] .flickity-pages {
	position: relative;
}

[cnvs-flickity="init"] .flickity-page-info {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: var(--cnvs-flickity-page-info-font-size);
	line-height: var(--cnvs-flickity-page-info-line-height);
}

[cnvs-flickity="init"] .flickity-page-info span:not(:last-child) {
	margin-right: .25rem;
}

[cnvs-flickity="init"] .flickity-page-dots {
	padding: 1rem 3rem 0;
	list-style: none;
	text-align: center;
	text-align: center;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}

[cnvs-flickity="init"] .flickity-rtl .flickity-page-dots {
	direction: rtl;
}

[cnvs-flickity="init"] .flickity-page-dots .dot {
	display: inline-block;
	width: var(--cnvs-flickity-dot-width);
	height: var(--cnvs-flickity-dot-height);
	margin: var(--cnvs-flickity-dot-margin);
	background: var(--cnvs-flickity-dot-background);
	border-radius: var(--cnvs-flickity-dot-border-radius);
	opacity: var(--cnvs-flickity-dot-opacity);
	cursor: pointer;
}

[cnvs-flickity="init"] .flickity-page-dots .dot.is-selected {
	opacity: 1;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/* Include */
/*--------------------------------------------------------------*/
@font-face {
	font-family: 'powerkit-icons';
	src: url(/wp-content/plugins/powerkit/assets/css/../fonts/powerkit-icons.woff) format("woff"), url(/wp-content/plugins/powerkit/assets/css/../fonts/powerkit-icons.ttf) format("truetype"), url(/wp-content/plugins/powerkit/assets/css/../fonts/powerkit-icons.svg) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="pk-icon-"],
[class*=" pk-icon-"] {
	font-family: 'powerkit-icons' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pk-icon-alert-circle:before {
	content: "\e946";
}

.pk-icon-star-half:before {
	content: "\e938";
}

.pk-icon-star-full:before {
	content: "\e939";
}

.pk-icon-star-empty:before {
	content: "\e93a";
}

.pk-icon-discord:before {
	content: "\e947";
}

.pk-icon-tiktok:before {
	content: "\e948";
}

.pk-icon-mix:before {
	content: "\e93c";
}

.pk-icon-strava:before {
	content: "\e93b";
}

.pk-icon-microblog:before {
	content: "\e937";
}

.pk-icon-mastodon:before {
	content: "\e935";
}

.pk-icon-goodreads:before {
	content: "\e934";
}

.pk-icon-codepen:before {
	content: "\e924";
}

.pk-icon-medium:before {
	content: "\e906";
}

.pk-icon-powerkit:before {
	content: "\e904";
}

.pk-icon-line:before {
	content: "\e90e";
}

.pk-icon-fb-messenger:before {
	content: "\e90a";
}

.pk-icon-pixelfed:before {
	content: "\e936";
}

.pk-icon-steam:before {
	content: "\e932";
}

.pk-icon-thumbtack:before {
	content: "\e933";
}

.pk-icon-tripadvisor:before {
	content: "\e931";
}

.pk-icon-slideshare:before {
	content: "\e925";
}

.pk-icon-producthunt:before {
	content: "\e930";
}

.pk-icon-meetup:before {
	content: "\e92f";
}

.pk-icon-houzz:before {
	content: "\e92e";
}

.pk-icon-deviantart:before {
	content: "\e92d";
}

.pk-icon-delicious:before {
	content: "\e92c";
}

.pk-icon-500px:before {
	content: "\e92b";
}

.pk-icon-bitbucket:before {
	content: "\e929";
}

.pk-icon-jsfiddle:before {
	content: "\e928";
}

.pk-icon-freecodecamp:before {
	content: "\e927";
}

.pk-icon-gitlab:before {
	content: "\e926";
}

.pk-icon-stackoverflow:before {
	content: "\e923";
}

.pk-icon-wechat:before {
	content: "\e91e";
}

.pk-icon-xing:before {
	content: "\e91c";
}

.pk-icon-ok:before {
	content: "\e91d";
}

.pk-icon-snapchat:before {
	content: "\e917";
}

.pk-icon-behance:before {
	content: "\f1b4";
}

.pk-icon-diamond:before {
	content: "\f219";
}

.pk-icon-dribbble:before {
	content: "\f17d";
}

.pk-icon-facebook:before {
	content: "\f09a";
}

.pk-icon-feed:before {
	content: "\f09e";
}

.pk-icon-rss:before {
	content: "\f09e";
}

.pk-icon-get-pocket:before {
	content: "\f265";
}

.pk-icon-pocket:before {
	content: "\f265";
}

.pk-icon-google-plus:before {
	content: "\f0d5";
}

.pk-icon-googleplus:before {
	content: "\f0d5";
}

.pk-icon-linkedin:before {
	content: "\f0e1";
}

.pk-icon-map-marker:before {
	content: "\f041";
}

.pk-icon-phone:before {
	content: "\f095";
}

.pk-icon-viber:before {
	content: "\f095";
}

.pk-icon-pinterest:before {
	content: "\f0d2";
}

.pk-icon-retweet:before {
	content: "\f079";
}

.pk-icon-soundcloud:before {
	content: "\f1be";
}

.pk-icon-spotify:before {
	content: "\f1bc";
}

.pk-icon-stumbleupon:before {
	content: "\f1a4";
}

.pk-icon-tumblr:before {
	content: "\f173";
}

.pk-icon-twitter:before {
	content: "\f099";
}

.pk-icon-vimeo:before {
	content: "\f27d";
}

.pk-icon-vk:before {
	content: "\f189";
}

.pk-icon-vkontakte:before {
	content: "\f189";
}

.pk-icon-whatsapp:before {
	content: "\f232";
}

.pk-icon-youtube:before {
	content: "\e945";
}

.pk-icon-foursquare:before {
	content: "\e92a";
}

.pk-icon-yelp:before {
	content: "\e922";
}

.pk-icon-weibo:before {
	content: "\e91f";
}

.pk-icon-apple:before {
	content: "\e921";
}

.pk-icon-flickr:before {
	content: "\e918";
}

.pk-icon-bloglovin:before {
	content: "\e944";
}

.pk-icon-twitch:before {
	content: "\e905";
}

.pk-icon-github:before {
	content: "\e90f";
}

.pk-icon-instagram:before {
	content: "\e90c";
}

.pk-icon-telegram:before {
	content: "\e909";
}

.pk-icon-reddit:before {
	content: "\e90b";
}

.pk-icon-android:before {
	content: "\e920";
}

.pk-icon-link:before {
	content: "\e91b";
}

.pk-icon-globe:before {
	content: "\e91a";
}

.pk-icon-website:before {
	content: "\e91a";
}

.pk-icon-bell:before {
	content: "\e919";
}

.pk-icon-zoom-in:before {
	content: "\e916";
}

.pk-icon-check:before {
	content: "\e912";
}

.pk-icon-minus:before {
	content: "\e90d";
}

.pk-icon-chevron-right:before {
	content: "\e914";
}

.pk-icon-chevron-left:before {
	content: "\e915";
}

.pk-icon-x:before {
	content: "\e913";
}

.pk-icon-arrow-right-circle:before {
	content: "\e911";
}

.pk-icon-arrow-left-circle:before {
	content: "\e910";
}

.pk-icon-up:before {
	content: "\e908";
}

.pk-icon-comment:before {
	content: "\e900";
}

.pk-icon-refresh-cw:before {
	content: "\e902";
}

.pk-icon-reply:before {
	content: "\e903";
}

.pk-icon-like:before {
	content: "\e901";
}

.pk-icon-mail:before {
	content: "\e002";
}

.pk-icon-email:before {
	content: "\e002";
}

.pk-icon-video:before {
	content: "\e018";
}

.pk-icon-share:before {
	content: "\e93d";
}

.pk-icon-watch:before {
	content: "\e93f";
}

.pk-icon-eye:before {
	content: "\e93e";
}

.pk-icon-arrow-right:before {
	content: "\e940";
}

.pk-icon-arrow-left:before {
	content: "\e941";
}

.pk-icon-arrow-down:before {
	content: "\e942";
}

.pk-icon-arrow-up:before {
	content: "\e943";
}

.pk-container {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.pk-container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.pk-container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.pk-container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.pk-container {
		max-width: 1140px;
	}
}

.pk-container-fluid {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.pk-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

.pk-col-1, .pk-col-2, .pk-col-3, .pk-col-4, .pk-col-5, .pk-col-6, .pk-col-7, .pk-col-8, .pk-col-9, .pk-col-10, .pk-col-11, .pk-col-12, .pk-col-sm-1, .pk-col-sm-2, .pk-col-sm-3, .pk-col-sm-4, .pk-col-sm-5, .pk-col-sm-6, .pk-col-sm-7, .pk-col-sm-8, .pk-col-sm-9, .pk-col-sm-10, .pk-col-sm-11, .pk-col-sm-12, .pk-col-md-1, .pk-col-md-2, .pk-col-md-3, .pk-col-md-4, .pk-col-md-5, .pk-col-md-6, .pk-col-md-7, .pk-col-md-8, .pk-col-md-9, .pk-col-md-10, .pk-col-md-11, .pk-col-md-12, .pk-col-lg-1, .pk-col-lg-2, .pk-col-lg-3, .pk-col-lg-4, .pk-col-lg-5, .pk-col-lg-6, .pk-col-lg-7, .pk-col-lg-8, .pk-col-lg-9, .pk-col-lg-10, .pk-col-lg-11, .pk-col-lg-12, .pk-col-xl-1, .pk-col-xl-2, .pk-col-xl-3, .pk-col-xl-4, .pk-col-xl-5, .pk-col-xl-6, .pk-col-xl-7, .pk-col-xl-8, .pk-col-xl-9, .pk-col-xl-10, .pk-col-xl-11, .pk-col-xl-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}

.pk-col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.pk-col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.pk-col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.pk-col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.pk-col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.pk-col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.pk-col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.pk-col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.pk-col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.pk-col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.pk-col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.pk-col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 576px) {
	.pk-col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.pk-col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.pk-col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.pk-col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.pk-col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.pk-col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pk-col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.pk-col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.pk-col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.pk-col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.pk-col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.pk-col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.pk-col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.pk-col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.pk-col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.pk-col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.pk-col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.pk-col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pk-col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.pk-col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.pk-col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.pk-col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.pk-col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.pk-col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.pk-col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.pk-col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.pk-col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.pk-col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.pk-col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.pk-col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pk-col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.pk-col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.pk-col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.pk-col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.pk-col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.pk-col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.pk-col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.pk-col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.pk-col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.pk-col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.pk-col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.pk-col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pk-col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.pk-col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.pk-col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.pk-col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.pk-col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.pk-col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.pk-d-none {
	display: none;
}

.pk-clearfix {
	clear: both;
}

.pk-clearfix:after {
	content: '';
	clear: both;
	display: table;
}

.pk-post-meta {
	--pk-post-meta-color: #dee2e6;
	padding-left: 0;
	list-style: none;
	color: var(--pk-post-meta-color);
	padding: 0;
	margin: 0;
}

.pk-post-meta > li {
	display: inline-block;
}

.pk-post-meta > li:not(:last-child) {
	margin-right: 0.5rem;
}

.pk-post-meta li + li:before {
	margin-right: 0.5rem;
	content: "\b7";
}

.pk-post-meta .pk-icon {
	margin-right: 0.25rem;
}

.pk-meta-category .post-categories {
	padding-left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

.pk-meta-category .post-categories > li {
	display: inline-block;
}

.pk-meta-category .post-categories > li:not(:last-child) {
	margin-right: 0.5rem;
}

.pk-meta-category .post-categories li:not(:last-child):after {
	content: ",";
}

.post-meta .pk-meta-category .post-categories {
	margin-bottom: 0;
}

.pk-meta-author span + a,
.pk-meta-author a + span {
	margin-left: 0.25rem;
}

/* Blocks */
/*--------------------------------------------------------------*/
.wp-block-button.is-pk-button-full-width,
.entry-content .wp-block-button.is-pk-button-full-width {
	width: 100%;
}

.wp-block-button.is-pk-button-full-width .wp-block-button__link,
.entry-content .wp-block-button.is-pk-button-full-width .wp-block-button__link {
	width: 100%;
}

.wp-block-button.is-pk-button-size-sm .wp-block-button__link,
.entry-content .wp-block-button.is-pk-button-size-sm .wp-block-button__link {
	padding: 0.25rem 0.5rem;
}

.wp-block-button.is-pk-button-size-lg .wp-block-button__link,
.entry-content .wp-block-button.is-pk-button-size-lg .wp-block-button__link {
	padding: 1rem 2rem;
}

/* Color Styles */
/*--------------------------------------------------------------*/
.pk-color-primary {
	--pk-primary-color: #343a40;
	color: var(--pk-primary-color);
}

.pk-color-secondary {
	--pk-secondary-color: #A0A0A0;
	color: var(--pk-secondary-color);
}

.pk-bg-primary {
	--pk-primary-background: #343a40;
	background-color: var(--pk-primary-background);
}

.pk-bg-overlay {
	--pk-overlay-background: rgba(52, 58, 64, 0.5);
	background-color: var(--pk-overlay-background);
}

/* Font Styles */
/*--------------------------------------------------------------*/
.pk-font-primary {
	--pk-primary-font-weight: 700;
	font-weight: var(--pk-primary-font-weight);
}

.pk-font-secondary {
	--pk-secondary-font-size: 80%;
	--pk-secondary-font-color: #6c757d;
	font-size: var(--pk-secondary-font-size);
	color: var(--pk-secondary-font-color);
}

.pk-font-heading {
	--pk-heading-font-weight: 700;
	--pk-heading-font-color: #212529;
	font-weight: var(--pk-heading-font-weight);
	color: var(--pk-heading-font-color);
}

/* Background */
/*--------------------------------------------------------------*/
.pk-bg-primary {
	background-color: #007bff;
}

a.pk-bg-primary:hover, a.pk-bg-primary:focus,
button.pk-bg-primary:hover,
button.pk-bg-primary:focus {
	background-color: #0062cc;
}

.pk-bg-secondary {
	background-color: #A0A0A0;
}

a.pk-bg-secondary:hover, a.pk-bg-secondary:focus,
button.pk-bg-secondary:hover,
button.pk-bg-secondary:focus {
	background-color: #878686;
}

.pk-bg-success {
	background-color: #28a745;
}

a.pk-bg-success:hover, a.pk-bg-success:focus,
button.pk-bg-success:hover,
button.pk-bg-success:focus {
	background-color: #1e7e34;
}

.pk-bg-info {
	background-color: #17a2b8;
}

a.pk-bg-info:hover, a.pk-bg-info:focus,
button.pk-bg-info:hover,
button.pk-bg-info:focus {
	background-color: #117a8b;
}

.pk-bg-warning {
	background-color: #ffc107;
}

a.pk-bg-warning:hover, a.pk-bg-warning:focus,
button.pk-bg-warning:hover,
button.pk-bg-warning:focus {
	background-color: #d39e00;
}

.pk-bg-danger {
	background-color: #dc3545;
}

a.pk-bg-danger:hover, a.pk-bg-danger:focus,
button.pk-bg-danger:hover,
button.pk-bg-danger:focus {
	background-color: #bd2130;
}

.pk-bg-light {
	background-color: #f8f9fa;
}

a.pk-bg-light:hover, a.pk-bg-light:focus,
button.pk-bg-light:hover,
button.pk-bg-light:focus {
	background-color: #dae0e5;
}

.pk-bg-dark {
	background-color: #343a40;
}

a.pk-bg-dark:hover, a.pk-bg-dark:focus,
button.pk-bg-dark:hover,
button.pk-bg-dark:focus {
	background-color: #1d2124;
}

.pk-bg-white {
	--pk-bg-white: #fff;
	background-color: var(--pk-bg-white);
}

.pk-bg-transparent {
	--pk-bg-transparent: transparent;
	background-color: var(--pk-bg-transparent);
}

/* Alerts */
/*--------------------------------------------------------------*/
.pk-alert {
	--pk-alert-background: #f8f9fa;
	--pk-alert-heading-color: inherit;
	--pk-alert-close-color: #000;
	--pk-alert-close-hover-color: #000;
	--pk-alert-font-size: 0.875rem;
	--pk-alert-link-font-weight: 700;
	--pk-alert-close-font-size: 1rem;
	--pk-alert-close-line-height: 1;
	--pk-alert-close-text-shadow: 0 1px 0 #fff;
	--pk-alert-close-opacity: .75;
}

/*--------------------------------------------------------------*/
.pk-alert {
	position: relative;
	padding: 0.5rem 1rem;
	margin-bottom: 1rem;
	background: var(--pk-alert-background);
	font-size: var(--pk-alert-font-size);
}

.pk-alert a {
	text-decoration: underline;
	text-shadow: none;
	border: none;
}

.pk-alert a:hover {
	text-decoration: none;
	text-shadow: none;
	border: none;
}

.pk-alert p {
	margin-bottom: 0.5rem;
}

.pk-alert > *:last-child {
	margin-bottom: 0;
}

.pk-alert-multiline {
	padding: 1.25rem 1.75rem;
}

.pk-alert-heading {
	color: var(--pk-alert-heading-color);
}

.pk-alert-link {
	font-weight: var(--pk-alert-link-font-weight);
}

.pk-alert-dismissible {
	padding-right: 4rem;
}

.pk-alert-dismissible .pk-close {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 1rem;
	color: inherit;
}

.pk-close {
	float: right;
	font-size: var(--pk-alert-close-font-size);
	line-height: var(--pk-alert-close-line-height);
	color: var(--pk-alert-close-color);
	text-shadow: var(--pk-alert-close-text-shadow);
	opacity: var(--pk-alert-close-opacity);
}

.pk-close:hover, .pk-close:focus {
	color: var(--pk-alert-close-hover-color);
	text-decoration: none;
	opacity: 1;
}

button.pk-close {
	padding: 0;
	text-decoration: none !important;
	border: none !important;
	-webkit-appearance: none !important;
	background-color: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.pk-alert-primary {
	border-left: #007bff 2px solid;
}

.pk-alert-primary .pk-icon-close,
.pk-alert-primary .pk-alert-title {
	color: #0062cc;
}

.pk-alert-secondary {
	border-left: #A0A0A0 2px solid;
}

.pk-alert-secondary .pk-icon-close,
.pk-alert-secondary .pk-alert-title {
	color: #878686;
}

.pk-alert-success {
	border-left: #28a745 2px solid;
}

.pk-alert-success .pk-icon-close,
.pk-alert-success .pk-alert-title {
	color: #1e7e34;
}

.pk-alert-info {
	border-left: #17a2b8 2px solid;
}

.pk-alert-info .pk-icon-close,
.pk-alert-info .pk-alert-title {
	color: #117a8b;
}

.pk-alert-warning {
	border-left: #ffc107 2px solid;
}

.pk-alert-warning .pk-icon-close,
.pk-alert-warning .pk-alert-title {
	color: #d39e00;
}

.pk-alert-danger {
	border-left: #dc3545 2px solid;
}

.pk-alert-danger .pk-icon-close,
.pk-alert-danger .pk-alert-title {
	color: #bd2130;
}

.pk-alert-light {
	border-left: #f8f9fa 2px solid;
}

.pk-alert-light .pk-icon-close,
.pk-alert-light .pk-alert-title {
	color: #dae0e5;
}

.pk-alert-dark {
	border-left: #343a40 2px solid;
}

.pk-alert-dark .pk-icon-close,
.pk-alert-dark .pk-alert-title {
	color: #1d2124;
}

/* ToolTip */
/*--------------------------------------------------------------*/
.pk-tippy .pk-alert {
	display: none;
}

.tippy-content .pk-alert {
	border: none;
	background: none;
	color: inherit;
	font-size: inherit;
	padding: 0;
	margin: 0;
	max-width: 600px;
}

/* Badges */
/*--------------------------------------------------------------*/
.pk-badge {
	--pk-badge-background: #f8f9fa;
	--pk-badge-color: inherit;
	--pk-badge-primary-background: #00A0D2;
	--pk-badge-primary-color: #FFFFFF;
	--pk-badge-light-background: #FFFFFF;
	--pk-badge-light-color: #000000;
	--pk-badge-border-radius: 30px;
	--pk-badge-font-size: 75%;
	--pk-badge-line-height: 1;
}

/*--------------------------------------------------------------*/
.pk-badge {
	background: var(--pk-badge-background);
	color: var(--pk-badge-color);
	display: inline-block;
	padding: 0.3em 0.6em;
	font-size: var(--pk-badge-font-size);
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: var(--pk-badge-border-radius);
	text-transform: uppercase;
	line-height: var(--pk-badge-line-height);
}

.pk-badge:empty {
	display: none;
}

.menu-item .pk-badge {
	margin-left: 0.5rem;
}

.pk-button .pk-badge {
	position: relative;
	top: -1px;
}

.pk-badge-primary {
	background: rgba(0, 123, 255, 0.1);
	color: #0056b3;
}

.pk-badge-secondary {
	background: rgba(160, 160, 160, 0.1);
	color: #7a7a7a;
}

.pk-badge-success {
	background: rgba(40, 167, 69, 0.1);
	color: #19692c;
}

.pk-badge-info {
	background: rgba(23, 162, 184, 0.1);
	color: #0f6674;
}

.pk-badge-warning {
	background: rgba(255, 193, 7, 0.1);
	color: #ba8b00;
}

.pk-badge-danger {
	background: rgba(220, 53, 69, 0.1);
	color: #a71d2a;
}

.pk-badge-light {
	background: rgba(248, 249, 250, 0.1);
	color: #cbd3da;
}

.pk-badge-dark {
	background: rgba(52, 58, 64, 0.1);
	color: #121416;
}

.pk-badge-primary {
	background: var(--pk-badge-primary-background);
	color: var(--pk-badge-primary-color);
}

.pk-badge-light {
	background: var(--pk-badge-light-background);
	color: var(--pk-badge-light-color);
}

/* Tippy */
/*--------------------------------------------------------------*/
.tippy-tooltip {
	color: #fff;
}

.tippy-tooltip a {
	text-decoration: underline;
	color: inherit;
}

.tippy-tooltip a:hover {
	text-decoration: none;
	color: inherit;
}

/* Flickity */
/*--------------------------------------------------------------*/
[pk-flickity="init"] {
	--pk-flickity-button-background: hsla(0, 0%, 100%, 0.75);
	--pk-flickity-button-color: #333;
	--pk-flickity-button-hover-background: white;
	--pk-flickity-button-focus-box-shadow: 0 0 0 5px #19F;
	--pk-flickity-button-active-opacity: 0.6;
	--pk-flickity-button-disabled-opacity: 0.3;
	--pk-flickity-button-icon-fill: #333;
	--pk-flickity-prev-next-border-radius: 50%;
	--pk-flickity-page-info-font-size: .75rem;
	--pk-flickity-page-info-line-height: 1;
	--pk-flickity-dot-width: 10px;
	--pk-flickity-dot-height: 10px;
	--pk-flickity-dot-margin: 0 3px;
	--pk-flickity-dot-background: #333;
	--pk-flickity-dot-border-radius: 50%;
	--pk-flickity-dot-opacity: 0.25;
}

[pk-flickity="init"].flickity-enabled {
	position: relative;
	padding-bottom: 0;
}

[pk-flickity="init"].flickity-enabled:focus {
	outline: none;
}

[pk-flickity="init"].flickity-enabled.is-animate .flickity-viewport {
	-webkit-transition: height 0.2s;
	transition: height 0.2s;
}

[pk-flickity="init"].flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

[pk-flickity="init"].flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

[pk-flickity="init"].flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

[pk-flickity="init"] .flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

[pk-flickity="init"] .flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

[pk-flickity="init"] .flickity-button {
	position: absolute;
	background: var(--pk-flickity-button-background);
	border: none;
	color: var(--pk-flickity-button-color);
}

[pk-flickity="init"] .flickity-button:hover {
	background: var(--pk-flickity-button-hover-background);
	cursor: pointer;
}

[pk-flickity="init"] .flickity-button:focus {
	outline: none;
	-webkit-box-shadow: var(--pk-flickity-button-focus-box-shadow);
	box-shadow: var(--pk-flickity-button-focus-box-shadow);
}

[pk-flickity="init"] .flickity-button:active {
	opacity: var(--pk-flickity-button-active-opacity);
}

[pk-flickity="init"] .flickity-button:disabled {
	opacity: var(--pk-flickity-button-disabled-opacity);
	cursor: auto;
	/* prevent disabled button from capturing pointer up event. #716 */
	pointer-events: none;
}

[pk-flickity="init"] .flickity-button-icon {
	fill: var(--pk-flickity-button-icon-fill);
}

[pk-flickity="init"] .flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: var(--pk-flickity-prev-next-border-radius);
	/* vertically center */
	margin-top: -22px;
}

[pk-flickity="init"] .flickity-prev-next-button.previous {
	left: 1rem;
}

[pk-flickity="init"] .flickity-prev-next-button.next {
	right: 1rem;
}

[pk-flickity="init"] .flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

[pk-flickity="init"] .flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

[pk-flickity="init"] .flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 30%;
	top: 30%;
	width: 40%;
	height: 40%;
}

[pk-flickity="init"] [data-sg-page-info="true"],
[pk-flickity="init"] [data-sg-page-dots="true"] {
	padding-bottom: 50px;
}

[pk-flickity="init"] [data-sg-page-info="true"] .flickity-prev-next-button,
[pk-flickity="init"] [data-sg-page-dots="true"] .flickity-prev-next-button {
	/* vertically center */
	margin-top: -52px;
}

[pk-flickity="init"] .flickity-pages {
	position: relative;
}

[pk-flickity="init"] .flickity-page-info {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: var(--pk-flickity-page-info-font-size);
	line-height: var(--pk-flickity-page-info-line-height);
}

[pk-flickity="init"] .flickity-page-info span:not(:last-child) {
	margin-right: .25rem;
}

[pk-flickity="init"] .flickity-page-dots {
	padding: 1rem 3rem 0;
	list-style: none;
	text-align: center;
	list-style: none;
	text-align: center;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}

[pk-flickity="init"] .flickity-rtl .flickity-page-dots {
	direction: rtl;
}

[pk-flickity="init"] .flickity-page-dots .dot {
	display: inline-block;
	width: var(--pk-flickity-dot-width);
	height: var(--pk-flickity-dot-height);
	margin: var(--pk-flickity-dot-margin);
	background: var(--pk-flickity-dot-background);
	border-radius: var(--pk-flickity-dot-border-radius);
	opacity: var(--pk-flickity-dot-opacity);
	cursor: pointer;
}

[pk-flickity="init"] .flickity-page-dots .dot.is-selected {
	opacity: 1;
}
.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button{color:#fff}.wp-block-button.aligncenter{text-align:center}.wp-block-button.alignright{text-align:right}.wp-block-button__link{background-color:#32373c;border:none;border-radius:28px;box-shadow:none;color:inherit;cursor:pointer;display:inline-block;font-size:18px;margin:0;padding:12px 24px;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:inherit}.wp-gs .wp-block-button__link:not(.has-background){background-color:var(--wp-block-core-button--color--background,var(--wp-color--primary,#32373c))}.is-style-squared .wp-block-button__link{border-radius:0}.no-border-radius.wp-block-button__link{border-radius:0!important}.is-style-outline{color:#32373c}.is-style-outline .wp-block-button__link{background-color:transparent;border:2px solid}.wp-block-buttons .wp-block-button{display:inline-block;margin-right:8px;margin-bottom:8px}.wp-block-buttons.alignright .wp-block-button{margin-right:none;margin-left:8px}.wp-block-buttons.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:4px;border:1px solid #e2e4e7}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.wp-block-calendar table th{font-weight:400;background:#edeff0}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar tfoot a{color:#00739c}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;margin-bottom:28px;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:20px 30px}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column{flex-basis:calc(50% - 16px)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:32px}}@media (min-width:782px){.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-column[style]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:32px}}.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}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.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-cover,.wp-block-cover-image{position:relative;background-color:#000;background-size:cover;background-position:50%;min-height:430px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{opacity:.5}.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:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background{opacity:.1}.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:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background{opacity:.2}.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:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background{opacity:.3}.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:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background{opacity:.4}.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:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background{opacity:.5}.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:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background{opacity:.6}.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:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background{opacity:.7}.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:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background{opacity:.8}.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:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background{opacity:.9}.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:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:290px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.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-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:calc(100% - 70px);z-index:1;color:#f8f9f9}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;object-fit:cover}.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2{color:#fff}.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 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 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-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:580px;padding:14px;text-align:center}.block-editor-block-list__block[data-type="core/embed"][data-align=left],.block-editor-block-list__block[data-type="core/embed"][data-align=right],.wp-block-embed.alignleft,.wp-block-embed.alignright{max-width:360px;width:100%}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.78%}.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 9px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;object-fit:cover}}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc((100% - 16px)/2)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc((100% - 32px)/3 - 1px)}}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc((100% - 48px)/4 - 1px)}}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc((100% - 64px)/5 - 1px)}}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc((100% - 80px)/6 - 1px)}}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc((100% - 96px)/7 - 1px)}}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8);margin-right:16px}@supports (-ms-ime-align:auto){.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc((100% - 112px)/8 - 1px)}}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:290px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-image{margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table;margin-left:0;margin-right:0}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin-right:1em}.wp-block-image .alignright{float:right;margin-left:1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.is-style-circle-mask img,.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.is-style-circle-mask img{-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-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.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:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.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}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 16px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 16px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 16px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-latest-posts__post-excerpt{margin-top:8px;margin-bottom:16px}.wp-block-latest-posts__featured-image img{height:auto;width:auto}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:-ms-grid;display:grid;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{-ms-grid-columns:1fr 50%;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{-ms-grid-row-align:start;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{-ms-grid-row-align:center;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{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{
  /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
  /*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text>figure>img,.wp-block-media-text>figure>video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}}.wp-block-navigation>ul{display:block;list-style:none;margin:0;padding-left:0}@media (min-width:600px){.wp-block-navigation>ul{display:flex;flex-wrap:wrap}}.wp-block-navigation>ul ul{list-style:none;padding-left:0;margin-top:0;margin-left:0}.wp-block-navigation>ul ul li{margin:0}.wp-block-navigation>ul li{z-index:1}.wp-block-navigation>ul li:focus-within,.wp-block-navigation>ul li:hover{cursor:pointer;z-index:99999}.wp-block-navigation>ul li:focus-within>ul,.wp-block-navigation>ul li:hover>ul,.wp-block-navigation>ul li ul:focus,.wp-block-navigation>ul li ul:hover{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation>ul>li ul{position:absolute;left:0;top:100%;min-width:200px;max-width:200px;opacity:0;transition:opacity .1s linear;visibility:hidden}.wp-block-navigation,.wp-block-navigation .block-editor-block-list__layout{display:flex;flex-wrap:wrap}.wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout{width:200px}.wp-block-navigation .block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block{margin:0;width:auto}.wp-block-navigation,.wp-block-navigation>.wp-block-navigation__container{align-items:center;width:100%}.wp-block-navigation>.wp-block-navigation-link,.wp-block-navigation>.wp-block-navigation__container>.wp-block-navigation-link{display:flex;margin-top:0;margin-bottom:0}.wp-block-navigation .wp-block-navigation-link{position:relative;margin:0;min-height:56px;display:flex;line-height:1.4}.wp-block-navigation .wp-block-navigation-link .wp-block,.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link{min-height:auto;padding:0}.wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link{margin:0}.wp-block-navigation .wp-block-navigation-link>.block-editor-inner-blocks{display:none}.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container,.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks{display:flex;border:1px solid rgba(0,0,0,.15);position:absolute;z-index:1;top:100%;left:0}.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .block-editor-inner-blocks,.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container .wp-block-navigation__container,.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .block-editor-inner-blocks,.wp-block-navigation .wp-block-navigation-link.is-editing.has-child>.block-editor-inner-blocks .wp-block-navigation__container{left:100%;top:-1px}.wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks,.wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container{background-color:inherit;color:inherit}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content{display:flex;align-items:center;width:max-content;padding:6px 16px}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content{padding-top:8px}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content{padding-bottom:8px}.wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content{min-width:100%;padding-right:32px;position:relative}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon{position:absolute;right:16px}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon svg{fill:currentColor}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg{transform:rotate(0)}.wp-block-navigation .wp-block-navigation-link.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container,.wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,.wp-block-navigation .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container{color:#111}.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container,.wp-block-navigation .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,.wp-block-navigation .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container{background-color:#fff}.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.block-editor-inner-blocks,.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color)>.wp-block-navigation__container{color:#fff}.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.block-editor-inner-blocks,.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background)>.wp-block-navigation__container{background-color:#333}.wp-block-navigation .wp-block-navigation-link.has-child>.wp-block-navigation__container{display:flex;flex-direction:column;padding:0}.wp-block-navigation>ul>li>a{display:flex;align-items:center}.wp-block-navigation>ul>li:first-of-type>a{padding-left:0}.wp-block-navigation>ul>li:last-of-type>a{padding-right:0}.wp-block-navigation.items-justified-left>ul{justify-content:flex-start}.wp-block-navigation.items-justified-center>ul{justify-content:center}.wp-block-navigation.items-justified-right>ul{justify-content:flex-end}.is-small-text{font-size:14px}.is-regular-text{font-size:16px}.is-large-text{font-size:36px}.is-larger-text{font-size:48px}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-background{padding:20px 30px}p.has-text-color a{color:inherit}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:290px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 16px)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-rss.columns-4 li{width:calc(25% - 16px)}.wp-block-rss.columns-5 li{width:calc(20% - 16px)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#6c7781;font-size:13px}.wp-block-search{display:flex;flex-wrap:wrap}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;max-width:360px}.wp-block-search .wp-block-search__button{margin-left:10px}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:currentColor;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-social-links{display:flex;justify-content:flex-start;padding-left:0;padding-right:0;margin-left:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-social-link{display:block;width:36px;height:36px;border-radius:36px;margin-right:8px;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-social-link{transition-duration:0s}}.wp-social-link a{padding:6px;display:block;line-height:0;transition:transform .1s ease}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1977f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0577b5;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#21a1f3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:#ff0100;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link svg{width:28px;height:28px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1977f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0577b5}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#21a1f3}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:#ff0100}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:16px;padding-right:16px}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.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{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f3f4f5}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f3f4f5}.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:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;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.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,#0693e3,#9b51e0)}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,#7adcb4,#00d082)}:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,#fcb900,#ff6900)}:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,#ff6900,#cf2e2e)}:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,#eee,#a9b8c3)}:root .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)}:root .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,#ffceec,#9896f0)}:root .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-pale-ocean-gradient-background{background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)}:root .has-electric-grass-gradient-background{background:linear-gradient(135deg,#caf880,#71ce7e)}: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-small-font-size{font-size:13px}.has-normal-font-size,.has-regular-font-size{font-size:16px}.has-medium-font-size{font-size:20px}.has-large-font-size{font-size:36px}.has-huge-font-size,.has-larger-font-size{font-size:42px}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}/**
 * Grid Block styles.
 * These styles are loaded into both the editor, and the frontend.
 */
/**
 * Padding Options
 */
/* autoprefixer grid: no-autoplace */
.wp-block-jetpack-layout-grid {
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small {
    padding-left: 8px;
    padding-right: 8px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium {
    padding-left: 16px;
    padding-right: 16px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge {
    padding-left: 48px;
    padding-right: 48px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__nowrap {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none {
    padding: 0px; }
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none.has-background {
      padding: 0px 13px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column {
    padding: 8px; }
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background {
      padding: 8px 21px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column {
    padding: 16px; }
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background {
      padding: 16px 29px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column {
    padding: 24px; }
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background {
      padding: 24px 37px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column {
    padding: 48px; }
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column.has-background {
      padding: 48px 61px; }

/**
 * Individual Column Options
 */
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.has-background {
  margin-left: -13px;
  margin-right: -13px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: .05px;
  padding-bottom: .05px; }

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none {
  padding: 0px; }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.has-background {
    padding: 0px 13px; }

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small {
  padding: 8px; }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small.has-background {
    padding: 8px 21px; }

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium {
  padding: 16px; }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium.has-background {
    padding: 16px 29px; }

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large {
  padding: 24px; }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large.has-background {
    padding: 24px 37px; }

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge {
  padding: 48px; }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background {
    padding: 48px 61px; }
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

/** Notices close button **/
.wp-block-premium-content-container .components-notice-list .components-notice__content {
	margin: 0;
}

/* Login button */

.wp-block-premium-content-login-button {
	margin-bottom: 8px;
}

/* Legacy Subscribe/Login buttons */

.wp-block-premium-content-logged-out-view__buttons {
	display: flex;
	margin-top: 20px;
}

.wp-block-premium-content-logged-out-view__buttons .wp-block-button__link {
	margin-right: 20px;
}

@media ( min-width: 660px ) {
	.wp-block-premium-content-logged-out-view__buttons .wp-block-button__link {
		min-width: 200px;
	}
}
/**
 * All of the CSS for your block editor functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.cnvs-block-alert {
	--cnvs-alert-background: #f8f9fa;
	--cnvs-alert-padding: 0.5rem 1rem;
	--cnvs-alert-font-size: 0.875rem;
	--cnvs-alert-margin-bottom: 1rem;
	--cnvs-alert-border-left: 2px solid transparent;
}

/*--------------------------------------------------------------*/
.cnvs-block-alert {
	position: relative;
	padding: var(--cnvs-alert-padding);
	background: var(--cnvs-alert-background);
	font-size: var(--cnvs-alert-font-size);
	margin-bottom: var(--cnvs-alert-margin-bottom);
	border-left: var(--cnvs-alert-border-left);
}

.cnvs-block-alert.cnvs-block-alert-dismissible {
	padding-right: 4rem;
}

.cnvs-block-alert.cnvs-block-alert-dismissible button.cnvs-close {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: 0 1rem;
	color: inherit;
}

.cnvs-block-alert .cnvs-block-alert-inner h1, .cnvs-block-alert .cnvs-block-alert-inner h2, .cnvs-block-alert .cnvs-block-alert-inner h3, .cnvs-block-alert .cnvs-block-alert-inner h4, .cnvs-block-alert .cnvs-block-alert-inner h5, .cnvs-block-alert .cnvs-block-alert-inner h6 {
	margin-bottom: 1rem;
}

.cnvs-block-alert .cnvs-block-alert-inner > * {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.cnvs-block-alert .cnvs-block-alert-inner > *:first-child:last-child {
	margin-top: 0;
	margin-bottom: 0;
}

.is-style-cnvs-block-alert-primary {
	border-left-color: #007bff;
}

.is-style-cnvs-block-alert-secondary {
	border-left-color: #6c757d;
}

.is-style-cnvs-block-alert-success {
	border-left-color: #28a745;
}

.is-style-cnvs-block-alert-info {
	border-left-color: #17a2b8;
}

.is-style-cnvs-block-alert-warning {
	border-left-color: #ffc107;
}

.is-style-cnvs-block-alert-danger {
	border-left-color: #dc3545;
}

.is-style-cnvs-block-alert-light {
	border-left-color: #f8f9fa;
}

.is-style-cnvs-block-alert-dark {
	border-left-color: #343a40;
}
/**
 * All of the CSS for your block editor functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.cnvs-block-progress {
	--cnvs-progress-background: #f8f9fa;
	--cnvs-progress-border-radius: .25rem;
	--cnvs-progress-font-size: .75rem;
	--cnvs-progress-bar-background: #007bff;
	--cnvs-progress-bar-color: #fff;
	--cnvs-progress-striped-bar-background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

/*--------------------------------------------------------------*/
.cnvs-block-progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: var(--cnvs-progress-font-size);
	background-color: var(--cnvs-progress-background);
	border-radius: var(--cnvs-progress-border-radius);
}

.cnvs-block-progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--cnvs-progress-bar-color);
	text-align: center;
	white-space: nowrap;
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
	background-color: var(--cnvs-progress-bar-background);
}

.is-style-cnvs-block-progress-primary .cnvs-block-progress-bar {
	background-color: #007bff;
}

.is-style-cnvs-block-progress-secondary .cnvs-block-progress-bar {
	background-color: #6c757d;
}

.is-style-cnvs-block-progress-success .cnvs-block-progress-bar {
	background-color: #28a745;
}

.is-style-cnvs-block-progress-info .cnvs-block-progress-bar {
	background-color: #17a2b8;
}

.is-style-cnvs-block-progress-warning .cnvs-block-progress-bar {
	background-color: #ffc107;
}

.is-style-cnvs-block-progress-danger .cnvs-block-progress-bar {
	background-color: #dc3545;
}

.is-style-cnvs-block-progress-light .cnvs-block-progress-bar {
	background-color: #f8f9fa;
}

.is-style-cnvs-block-progress-dark .cnvs-block-progress-bar {
	background-color: #343a40;
}

@media screen and (prefers-reduced-motion: reduce) {
	.cnvs-block-progress-bar {
		-webkit-transition: none;
		transition: none;
	}
}

.cnvs-block-progress-striped .cnvs-block-progress-bar {
	background-image: var(--cnvs-progress-striped-bar-background-image);
	background-size: 1rem 1rem;
}

.cnvs-block-progress-animated .cnvs-block-progress-bar {
	-webkit-animation: cnvs-block-progress-stripes 1s linear infinite;
	animation: cnvs-block-progress-stripes 1s linear infinite;
}

@-webkit-keyframes cnvs-block-progress-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}

@keyframes cnvs-block-progress-stripes {
	from {
		background-position: 1rem 0;
	}
	to {
		background-position: 0 0;
	}
}
/**
 * All of the CSS for your block editor functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.cnvs-block-collapsible {
	--cnvs-collapsible-border-top: 1px solid #e9ecef;
	--cnvs-collapsible-a-color: #212529;
	--cnvs-collapsible-a-hover-color: #adb5bd;
}

/*--------------------------------------------------------------*/
.cnvs-block-collapsible {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	margin-bottom: 0;
	background-clip: border-box;
}

.cnvs-block-collapsible + .cnvs-block-collapsible {
	border-top: var(--cnvs-collapsible-border-top);
}

.cnvs-block-collapsible .cnvs-block-collapsible-title h6 {
	margin: 0;
}

.cnvs-block-collapsible .cnvs-block-collapsible-title h6 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.75rem 0;
	border: none;
	color: var(--cnvs-collapsible-a-color);
	-webkit-transition: 0.25s;
	transition: 0.25s;
	text-decoration: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.cnvs-block-collapsible .cnvs-block-collapsible-title h6 a:hover {
	color: var(--cnvs-collapsible-a-hover-color);
}

.cnvs-block-collapsible .cnvs-block-collapsible-title h6 a:after {
	content: "\e914";
	font-family: "canvas-icons";
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.cnvs-block-collapsible .cnvs-block-collapsible-content {
	display: none;
}

.cnvs-block-collapsible.cnvs-block-collapsible-opened > .cnvs-block-collapsible-title h6 a:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.cnvs-block-collapsible.cnvs-block-collapsible-opened > .cnvs-block-collapsible-content {
	display: block;
}
/**
 * All of the CSS for your block editor functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.cnvs-block-tabs {
	--cnvs-tabs-border-width: 1px;
	--cnvs-tabs-border-color: #dee2e6;
	--cnvs-tabs-border-radius: 0.25rem;
	--cnvs-tabs-button-font-size: 1rem;
	--cnvs-tabs-button-color: #adb5bd;
	--cnvs-tabs-button-hover-color: #212529;
	--cnvs-tabs-button-active-color: #000;
	--cnvs-tabs-button-active-background: #e9ecef;
	--cnvs-tabs-button-pills-color: #adb5bd;
	--cnvs-tabs-button-pills-active-color: #000;
	--cnvs-tabs-button-pills-active-background: #e9ecef;
	--cnvs-pc-tabs-button-active-border-bottom-color: #FFFFFF;
	--cnvs-pc-tabs-button-active-background-color: #FFFFFF;
}

/*--------------------------------------------------------------*/
.cnvs-block-tabs .cnvs-block-tabs-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

.cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button {
	margin-bottom: 1.5rem;
}

.cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button a {
	display: block;
	border: var(--cnvs-tabs-border-width) solid transparent;
	border-color: var(--cnvs-tabs-border-color);
	padding: 1rem 1.5rem;
	line-height: 1;
	font-size: var(--cnvs-tabs-button-font-size);
	color: var(--cnvs-tabs-button-color);
	text-decoration: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-top-left-radius: var(--cnvs-tabs-border-radius);
	border-top-right-radius: var(--cnvs-tabs-border-radius);
}

.cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button a:hover, .cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button a:focus {
	color: var(--cnvs-tabs-button-hover-color);
}

.cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button.cnvs-block-tabs-button-active a {
	color: var(--cnvs-tabs-button-active-color);
	background-color: var(--cnvs-tabs-button-active-background);
}

.cnvs-block-tabs .cnvs-block-tabs-content > .cnvs-block-tab {
	display: none;
}

.cnvs-block-tabs .cnvs-block-tabs-content > .cnvs-block-tab.cnvs-block-tab-active {
	display: block;
}

.cnvs-block-tabs .cnvs-block-tabs-content > .cnvs-block-tab > *:last-child {
	margin-bottom: 0;
}

.cnvs-block-tabs.cnvs-block-tabs-vertical {
	margin-bottom: 0;
}

.cnvs-block-tabs.is-style-cnvs-block-tabs-pills .cnvs-block-tabs-buttons .cnvs-block-tabs-button {
	margin-bottom: 0;
}

.cnvs-block-tabs.is-style-cnvs-block-tabs-pills .cnvs-block-tabs-buttons .cnvs-block-tabs-button:last-of-type {
	margin-bottom: 1.5rem;
}

.cnvs-block-tabs.is-style-cnvs-block-tabs-pills .cnvs-block-tabs-buttons .cnvs-block-tabs-button a {
	border-radius: var(--cnvs-tabs-border-radius);
	padding: 0.75rem 1rem;
	line-height: 1;
	color: var(--cnvs-tabs-button-pills-color);
	border: none;
}

.cnvs-block-tabs.is-style-cnvs-block-tabs-pills .cnvs-block-tabs-buttons .cnvs-block-tabs-button.cnvs-block-tabs-button-active a {
	color: var(--cnvs-tabs-button-pills-active-color);
	background-color: var(--cnvs-tabs-button-pills-active-background);
}

@media (min-width: 768px) {
	.cnvs-block-tabs .cnvs-block-tabs-buttons {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		border-bottom: var(--cnvs-tabs-border-width) solid var(--cnvs-tabs-border-color);
	}
	.cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button {
		margin-bottom: 0;
		-webkit-transform: translateY(var(--cnvs-tabs-border-width));
		transform: translateY(var(--cnvs-tabs-border-width));
	}
	.cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button:not(.cnvs-block-tabs-button-active) a {
		border-color: transparent;
	}
	.cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button.cnvs-block-tabs-button-active a {
		border-bottom-color: var(--cnvs-pc-tabs-button-active-border-bottom-color);
		background-color: var(--cnvs-pc-tabs-button-active-background-color);
	}
	.cnvs-block-tabs.cnvs-block-tabs-vertical {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.cnvs-block-tabs.cnvs-block-tabs-vertical .cnvs-block-tabs-buttons {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		border-bottom: none;
		border-right: var(--cnvs-tabs-border-width) solid var(--cnvs-tabs-border-color);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
	}
	.cnvs-block-tabs.cnvs-block-tabs-vertical .cnvs-block-tabs-buttons .cnvs-block-tabs-button a {
		width: 100%;
		max-width: 100%;
		border-right-color: transparent;
		border-radius: var(--cnvs-tabs-border-radius) 0 0 var(--cnvs-tabs-border-radius);
		-webkit-transform: translateX(var(--cnvs-tabs-border-width));
		transform: translateX(var(--cnvs-tabs-border-width));
	}
	.cnvs-block-tabs.cnvs-block-tabs-vertical .cnvs-block-tabs-buttons .cnvs-block-tabs-button-active a {
		border-bottom-color: var(--cnvs-tabs-border-color);
	}
	.cnvs-block-tabs.cnvs-block-tabs-vertical .cnvs-block-tabs-content {
		margin-left: 5%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 65%;
		flex: 0 0 65%;
	}
	.cnvs-block-tabs.is-style-cnvs-block-tabs-pills .cnvs-block-tabs-buttons {
		border-bottom: none;
		border-right: none;
	}
	.cnvs-block-tabs.is-style-cnvs-block-tabs-pills .cnvs-block-tabs-buttons .cnvs-block-tabs-button:last-of-type {
		margin-bottom: 0;
	}
	.cnvs-block-tabs.is-style-cnvs-block-tabs-pills .cnvs-block-tabs-buttons .cnvs-block-tabs-button.cnvs-block-tabs-button-active a {
		color: var(--cnvs-tabs-button-pills-active-color);
		background-color: var(--cnvs-tabs-button-pills-active-background);
	}
	.cnvs-block-tabs.is-style-cnvs-block-tabs-pills.cnvs-block-tabs-vertical .cnvs-block-tabs-button-active a {
		border-radius: var(--cnvs-tabs-border-radius);
	}
}
/**
 * All of the CSS for your block editor functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.cnvs-block-section-heading {
	--cnvs-section-heading-color: #000000;
	--cnvs-section-heading-border-color: #e9ecef;
	--cnvs-section-heading-icon-color: #000000;
	--cnvs-section-heading-accent-block-backround: #000000;
	--cnvs-section-heading-accent-block-color: #FFFFFF;
}

/*--------------------------------------------------------------*/
.cnvs-block-section-heading {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.cnvs-block-section-heading .cnvs-section-title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: var(--cnvs-section-heading-color);
}

.cnvs-block-section-heading .cnvs-section-title > span {
	position: relative;
}

.cnvs-block-section-heading.haligncenter {
	text-align: center;
}

.cnvs-block-section-heading.halignright {
	text-align: right;
}

.is-style-cnvs-block-section-heading-2,
.section-heading-default-style-2 .is-style-cnvs-block-section-heading-default {
	border-bottom: 1px solid var(--cnvs-section-heading-border-color);
	padding-bottom: 1em;
}

.is-style-cnvs-block-section-heading-3,
.section-heading-default-style-3 .is-style-cnvs-block-section-heading-default {
	border-bottom: 4px solid var(--cnvs-section-heading-border-color);
	padding-bottom: 1em;
}

.is-style-cnvs-block-section-heading-4,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.is-style-cnvs-block-section-heading-4 .cnvs-section-title,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	max-width: 60%;
}

.is-style-cnvs-block-section-heading-4:after,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default:after {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	margin: 0 1em 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1em;
	flex: 1 0 1em;
}

.is-style-cnvs-block-section-heading-4:after,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default:after {
	margin: 0 0 0 1em;
}

.is-style-cnvs-block-section-heading-4.haligncenter,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default.haligncenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.is-style-cnvs-block-section-heading-4.haligncenter:before, .is-style-cnvs-block-section-heading-4.haligncenter:after,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default.haligncenter:before,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default.haligncenter:after {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	margin: 0 1em 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1em;
	flex: 1 0 1em;
}

.is-style-cnvs-block-section-heading-4.haligncenter:after,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default.haligncenter:after {
	margin: 0 0 0 1em;
}

.is-style-cnvs-block-section-heading-4.halignright,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default.halignright {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.is-style-cnvs-block-section-heading-4.halignright:before,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default.halignright:before {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	margin: 0 1em 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1em;
	flex: 1 0 1em;
}

.is-style-cnvs-block-section-heading-4.halignright:before,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default.halignright:before {
	margin: 0 1em 0 0;
}

.is-style-cnvs-block-section-heading-4.halignright:after,
.section-heading-default-style-4 .is-style-cnvs-block-section-heading-default.halignright:after {
	display: none !important;
}

.is-style-cnvs-block-section-heading-5,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.is-style-cnvs-block-section-heading-5 .cnvs-section-title,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	max-width: 60%;
}

.is-style-cnvs-block-section-heading-5:after,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default:after {
	content: '';
	border-top: 4px solid var(--cnvs-section-heading-border-color);
	margin: 0 1em 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1em;
	flex: 1 0 1em;
}

.is-style-cnvs-block-section-heading-5:after,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default:after {
	margin: 0 0 0 1em;
}

.is-style-cnvs-block-section-heading-5.haligncenter,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default.haligncenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.is-style-cnvs-block-section-heading-5.haligncenter:before, .is-style-cnvs-block-section-heading-5.haligncenter:after,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default.haligncenter:before,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default.haligncenter:after {
	content: '';
	border-top: 4px solid var(--cnvs-section-heading-border-color);
	margin: 0 1em 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1em;
	flex: 1 0 1em;
}

.is-style-cnvs-block-section-heading-5.haligncenter:after,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default.haligncenter:after {
	margin: 0 0 0 1em;
}

.is-style-cnvs-block-section-heading-5.halignright,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default.halignright {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.is-style-cnvs-block-section-heading-5.halignright:before,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default.halignright:before {
	content: '';
	border-top: 4px solid var(--cnvs-section-heading-border-color);
	margin: 0 1em 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1em;
	flex: 1 0 1em;
}

.is-style-cnvs-block-section-heading-5.halignright:before,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default.halignright:before {
	margin: 0 1em 0 0;
}

.is-style-cnvs-block-section-heading-5.halignright:after,
.section-heading-default-style-5 .is-style-cnvs-block-section-heading-default.halignright:after {
	display: none !important;
}

.is-style-cnvs-block-section-heading-6,
.section-heading-default-style-6 .is-style-cnvs-block-section-heading-default {
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	padding-top: 1em;
}

.is-style-cnvs-block-section-heading-7,
.section-heading-default-style-7 .is-style-cnvs-block-section-heading-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.is-style-cnvs-block-section-heading-7 .cnvs-section-title,
.section-heading-default-style-7 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	border-bottom: 1px solid var(--cnvs-section-heading-border-color);
	padding-bottom: 1em;
}

.is-style-cnvs-block-section-heading-7.haligncenter,
.section-heading-default-style-7 .is-style-cnvs-block-section-heading-default.haligncenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.is-style-cnvs-block-section-heading-7.halignright,
.section-heading-default-style-7 .is-style-cnvs-block-section-heading-default.halignright {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.is-style-cnvs-block-section-heading-8,
.section-heading-default-style-8 .is-style-cnvs-block-section-heading-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.is-style-cnvs-block-section-heading-8 .cnvs-section-title,
.section-heading-default-style-8 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	border-right: 1px solid var(--cnvs-section-heading-border-color);
	padding: 0.125rem 1em 0.125rem 0;
	max-width: 60%;
}

.is-style-cnvs-block-section-heading-8:after,
.section-heading-default-style-8 .is-style-cnvs-block-section-heading-default:after {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
}

.is-style-cnvs-block-section-heading-8.haligncenter,
.section-heading-default-style-8 .is-style-cnvs-block-section-heading-default.haligncenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.is-style-cnvs-block-section-heading-8.haligncenter:before, .is-style-cnvs-block-section-heading-8.haligncenter:after,
.section-heading-default-style-8 .is-style-cnvs-block-section-heading-default.haligncenter:before,
.section-heading-default-style-8 .is-style-cnvs-block-section-heading-default.haligncenter:after {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
}

.is-style-cnvs-block-section-heading-8.haligncenter .cnvs-section-title,
.section-heading-default-style-8 .is-style-cnvs-block-section-heading-default.haligncenter .cnvs-section-title {
	border-left: 1px solid var(--cnvs-section-heading-border-color);
	border-right: 1px solid var(--cnvs-section-heading-border-color);
	padding-left: 1em;
	padding-right: 1em;
}

.is-style-cnvs-block-section-heading-8.halignright,
.section-heading-default-style-8 .is-style-cnvs-block-section-heading-default.halignright {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.is-style-cnvs-block-section-heading-8.halignright:before,
.section-heading-default-style-8 .is-style-cnvs-block-section-heading-default.halignright:before {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
}

.is-style-cnvs-block-section-heading-8.halignright .cnvs-section-title,
.section-heading-default-style-8 .is-style-cnvs-block-section-heading-default.halignright .cnvs-section-title {
	border-left: 1px solid var(--cnvs-section-heading-border-color);
	border-right: none;
	padding-left: 1em;
	padding-right: 0;
}

.is-style-cnvs-block-section-heading-8.halignright:after,
.section-heading-default-style-8 .is-style-cnvs-block-section-heading-default.halignright:after {
	display: none !important;
}

.is-style-cnvs-block-section-heading-9,
.section-heading-default-style-9 .is-style-cnvs-block-section-heading-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.is-style-cnvs-block-section-heading-9 .cnvs-section-title,
.section-heading-default-style-9 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	position: relative;
	padding-left: 1.75em;
}

.is-style-cnvs-block-section-heading-9 .cnvs-section-title:before,
.section-heading-default-style-9 .is-style-cnvs-block-section-heading-default .cnvs-section-title:before {
	content: '';
	margin-right: 0.5em;
	height: calc(0.875em + 2px);
	width: 2px;
	background: var(--cnvs-section-heading-icon-color);
	position: absolute;
	top: 50%;
	left: 0.4375em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.is-style-cnvs-block-section-heading-9 .cnvs-section-title:after,
.section-heading-default-style-9 .is-style-cnvs-block-section-heading-default .cnvs-section-title:after {
	content: '';
	height: 2px;
	width: calc(0.875em + 2px);
	left: 0;
	position: absolute;
	background: var(--cnvs-section-heading-icon-color);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.is-style-cnvs-block-section-heading-9.haligncenter,
.section-heading-default-style-9 .is-style-cnvs-block-section-heading-default.haligncenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.is-style-cnvs-block-section-heading-9.halignright,
.section-heading-default-style-9 .is-style-cnvs-block-section-heading-default.halignright {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.is-style-cnvs-block-section-heading-10,
.section-heading-default-style-10 .is-style-cnvs-block-section-heading-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.is-style-cnvs-block-section-heading-10 .cnvs-section-title,
.section-heading-default-style-10 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	position: relative;
	padding: 0.5em 1em;
	color: var(--cnvs-section-heading-accent-block-color);
}

.is-style-cnvs-block-section-heading-10 .cnvs-section-title:before,
.section-heading-default-style-10 .is-style-cnvs-block-section-heading-default .cnvs-section-title:before {
	position: absolute;
	background-color: var(--cnvs-section-heading-accent-block-backround);
	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: '';
}

.is-style-cnvs-block-section-heading-10.haligncenter,
.section-heading-default-style-10 .is-style-cnvs-block-section-heading-default.haligncenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.is-style-cnvs-block-section-heading-10.halignright,
.section-heading-default-style-10 .is-style-cnvs-block-section-heading-default.halignright {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.is-style-cnvs-block-section-heading-11,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.is-style-cnvs-block-section-heading-11 .cnvs-section-title,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	position: relative;
	color: var(--cnvs-section-heading-accent-block-color);
	padding: 0.5em 1em;
	max-width: 60%;
}

.is-style-cnvs-block-section-heading-11 .cnvs-section-title:before,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default .cnvs-section-title:before {
	position: absolute;
	background-color: var(--cnvs-section-heading-accent-block-backround);
	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: '';
}

.is-style-cnvs-block-section-heading-11:after,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default:after {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	margin: 0 1em 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1em;
	flex: 1 0 1em;
}

.is-style-cnvs-block-section-heading-11:after,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default:after {
	margin: 0 0 0 1em;
}

.is-style-cnvs-block-section-heading-11.haligncenter,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default.haligncenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.is-style-cnvs-block-section-heading-11.haligncenter:before, .is-style-cnvs-block-section-heading-11.haligncenter:after,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default.haligncenter:before,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default.haligncenter:after {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	margin: 0 1em 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1em;
	flex: 1 0 1em;
}

.is-style-cnvs-block-section-heading-11.haligncenter:after,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default.haligncenter:after {
	margin: 0 0 0 1em;
}

.is-style-cnvs-block-section-heading-11.halignright,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default.halignright {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.is-style-cnvs-block-section-heading-11.halignright:before,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default.halignright:before {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	margin: 0 1em 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1em;
	flex: 1 0 1em;
}

.is-style-cnvs-block-section-heading-11.halignright:before,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default.halignright:before {
	margin: 0 1em 0 0;
}

.is-style-cnvs-block-section-heading-11.halignright:after,
.section-heading-default-style-11 .is-style-cnvs-block-section-heading-default.halignright:after {
	display: none !important;
}

.is-style-cnvs-block-section-heading-12,
.section-heading-default-style-12 .is-style-cnvs-block-section-heading-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.is-style-cnvs-block-section-heading-12 .cnvs-section-title,
.section-heading-default-style-12 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	background-color: var(--cnvs-section-heading-accent-block-backround);
	padding: 0.75rem 1rem;
	color: var(--cnvs-section-heading-accent-block-color);
}

.is-style-cnvs-block-section-heading-12.haligncenter,
.section-heading-default-style-12 .is-style-cnvs-block-section-heading-default.haligncenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.is-style-cnvs-block-section-heading-12.halignright,
.section-heading-default-style-12 .is-style-cnvs-block-section-heading-default.halignright {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.is-style-cnvs-block-section-heading-13,
.section-heading-default-style-13 .is-style-cnvs-block-section-heading-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.is-style-cnvs-block-section-heading-13 .cnvs-section-title,
.section-heading-default-style-13 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	border: 1px solid var(--cnvs-section-heading-border-color);
	padding: 0.75rem 1rem;
	color: var(--cnvs-section-heading-color);
}

.is-style-cnvs-block-section-heading-13.haligncenter,
.section-heading-default-style-13 .is-style-cnvs-block-section-heading-default.haligncenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.is-style-cnvs-block-section-heading-13.halignright,
.section-heading-default-style-13 .is-style-cnvs-block-section-heading-default.halignright {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.is-style-cnvs-block-section-heading-14,
.section-heading-default-style-14 .is-style-cnvs-block-section-heading-default {
	background-color: var(--cnvs-section-heading-accent-block-backround);
}

.is-style-cnvs-block-section-heading-14 .cnvs-section-title,
.section-heading-default-style-14 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	display: inline-block;
	padding: 0.75rem 1rem;
	color: var(--cnvs-section-heading-accent-block-color);
}

.is-style-cnvs-block-section-heading-15,
.section-heading-default-style-15 .is-style-cnvs-block-section-heading-default {
	border: 1px solid var(--cnvs-section-heading-border-color);
}

.is-style-cnvs-block-section-heading-15 .cnvs-section-title,
.section-heading-default-style-15 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	display: inline-block;
	padding: 0.75rem 1rem;
	color: var(--cnvs-section-heading-color);
}

.is-style-cnvs-block-section-heading-16,
.section-heading-default-style-16 .is-style-cnvs-block-section-heading-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.is-style-cnvs-block-section-heading-16 .cnvs-section-title,
.section-heading-default-style-16 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	border-right: 1px solid var(--cnvs-section-heading-border-color);
	padding: 0.125rem 1em 0.125rem 0;
	max-width: 60%;
}

.is-style-cnvs-block-section-heading-16:after,
.section-heading-default-style-16 .is-style-cnvs-block-section-heading-default:after {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	border-bottom: 1px solid var(--cnvs-section-heading-border-color);
	height: 0.25rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
}

.is-style-cnvs-block-section-heading-16.haligncenter,
.section-heading-default-style-16 .is-style-cnvs-block-section-heading-default.haligncenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.is-style-cnvs-block-section-heading-16.haligncenter:before, .is-style-cnvs-block-section-heading-16.haligncenter:after,
.section-heading-default-style-16 .is-style-cnvs-block-section-heading-default.haligncenter:before,
.section-heading-default-style-16 .is-style-cnvs-block-section-heading-default.haligncenter:after {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	border-bottom: 1px solid var(--cnvs-section-heading-border-color);
	height: 0.25rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
}

.is-style-cnvs-block-section-heading-16.haligncenter .cnvs-section-title,
.section-heading-default-style-16 .is-style-cnvs-block-section-heading-default.haligncenter .cnvs-section-title {
	border-left: 1px solid var(--cnvs-section-heading-border-color);
	border-right: 1px solid var(--cnvs-section-heading-border-color);
	padding-left: 1em;
	padding-right: 1em;
}

.is-style-cnvs-block-section-heading-16.halignright,
.section-heading-default-style-16 .is-style-cnvs-block-section-heading-default.halignright {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.is-style-cnvs-block-section-heading-16.halignright:before,
.section-heading-default-style-16 .is-style-cnvs-block-section-heading-default.halignright:before {
	content: '';
	border-top: 1px solid var(--cnvs-section-heading-border-color);
	border-bottom: 1px solid var(--cnvs-section-heading-border-color);
	height: 0.25rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
}

.is-style-cnvs-block-section-heading-16.halignright .cnvs-section-title,
.section-heading-default-style-16 .is-style-cnvs-block-section-heading-default.halignright .cnvs-section-title {
	border-left: 1px solid var(--cnvs-section-heading-border-color);
	border-right: none;
	padding-left: 1em;
	padding-right: 0;
}

.is-style-cnvs-block-section-heading-16.halignright:after,
.section-heading-default-style-16 .is-style-cnvs-block-section-heading-default.halignright:after {
	display: none !important;
}

.is-style-cnvs-block-section-heading-17,
.section-heading-default-style-17 .is-style-cnvs-block-section-heading-default {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.is-style-cnvs-block-section-heading-17 .cnvs-section-title,
.section-heading-default-style-17 .is-style-cnvs-block-section-heading-default .cnvs-section-title {
	padding-bottom: 1em;
}

.is-style-cnvs-block-section-heading-17 .cnvs-section-title:not([contenteditable="true"]),
.section-heading-default-style-17 .is-style-cnvs-block-section-heading-default .cnvs-section-title:not([contenteditable="true"]) {
	position: relative;
}

.is-style-cnvs-block-section-heading-17 .cnvs-section-title:after,
.section-heading-default-style-17 .is-style-cnvs-block-section-heading-default .cnvs-section-title:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	display: block;
	border-bottom: 1px solid var(--cnvs-section-heading-border-color);
	width: 100%;
	max-width: 30%;
	content: '';
}

.is-style-cnvs-block-section-heading-17.haligncenter .cnvs-section-title:after,
.section-heading-default-style-17 .is-style-cnvs-block-section-heading-default.haligncenter .cnvs-section-title:after {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.is-style-cnvs-block-section-heading-17.halignright .cnvs-section-title:after,
.section-heading-default-style-17 .is-style-cnvs-block-section-heading-default.halignright .cnvs-section-title:after {
	left: auto;
	right: 0;
}

.is-style-cnvs-block-section-heading-17.haligncenter,
.section-heading-default-style-17 .is-style-cnvs-block-section-heading-default.haligncenter {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.is-style-cnvs-block-section-heading-17.halignright,
.section-heading-default-style-17 .is-style-cnvs-block-section-heading-default.halignright {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/*--------------------------------------------------------------*/
.cnvs-block-section > .cnvs-block-section-outer {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 760px) {
	.cnvs-block-section > .cnvs-block-section-outer {
		max-width: 720px;
	}
}

@media (min-width: 1020px) {
	.cnvs-block-section > .cnvs-block-section-outer {
		max-width: 1000px;
	}
}

@media (min-width: 1120px) {
	.cnvs-block-section > .cnvs-block-section-outer {
		max-width: 1080px;
	}
}

@media (min-width: 1240px) {
	.cnvs-block-section > .cnvs-block-section-outer {
		max-width: 1200px;
	}
}

@media (min-width: 1020px) {
	.cnvs-block-section > .cnvs-block-section-outer > .cnvs-block-section-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
}

.cnvs-block-section-with-background-color {
	padding-top: 20px;
	padding-bottom: 20px;
}

.cnvs-block-section-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 100%;
	min-width: 0;
}

.cnvs-block-section-sidebar-inner > *:not(:first-child) {
	margin-top: 3rem;
}

@media (min-width: 1020px) {
	.cnvs-block-section-content {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		max-width: 100%;
		min-width: 0;
	}
	.cnvs-block-section-sidebar {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 340px;
		flex: 0 0 340px;
		max-width: 340px;
		min-width: 0;
	}
}

@media (min-width: 1120px) {
	.cnvs-block-section-sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 360px;
		flex: 0 0 360px;
		max-width: 360px;
	}
}

@media (min-width: 1120px) {
	.cnvs-block-section-sidebar-position-left .cnvs-block-section-content {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.cnvs-block-section-sidebar-position-left .cnvs-block-section-sidebar {
		padding-right: 40px;
	}
	.cnvs-block-section-sidebar-position-right .cnvs-block-section-sidebar {
		padding-left: 40px;
	}
}

@media (max-width: 1019.98px) {
	.cnvs-block-section-sidebar {
		max-width: 340px;
		margin: 0 auto;
		margin-top: 40px;
	}
}

@media (min-width: 1020px) {
	.cnvs-block-section-layout-align-full {
		width: 100vw !important;
		margin-right: initial;
		margin-left: calc(50% - 50vw);
	}
}

.cnvs-block-section-layout-align-full > .cnvs-block-section-outer {
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.cnvs-block-section-layout-align-full > .cnvs-block-section-outer > .cnvs-block-section-inner {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.cnvs-block-section-layout-align-full .cnvs-block-section-content {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.cnvs-block-section-sidebar-sticky-top .cnvs-block-section-sidebar-inner {
	position: -webkit-sticky;
	position: sticky;
	top: 30px;
}

.cnvs-block-section-sidebar-sticky-bottom .cnvs-block-section-sidebar-inner {
	position: -webkit-sticky;
	position: sticky;
	bottom: 30px;
	margin-top: auto;
}

.cnvs-block-section-sidebar-sticky-top-last-block .cnvs-block-section-sidebar-inner {
	height: 100%;
}

.cnvs-block-section-sidebar-sticky-top-last-block .cnvs-block-section-sidebar-inner > :last-child {
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/*--------------------------------------------------------------*/
.cnvs-block-row {
	overflow: hidden;
}

.cnvs-block-row > .cnvs-block-row-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.cnvs-block-column {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	min-width: 0;
	word-break: break-word;
	overflow-wrap: break-word;
}

.cnvs-block-column {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cnvs-block-column-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	width: 100%;
}

.cnvs-block-column-inner > div {
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	width: 100%;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.cnvs-block-posts .cnvs-block-post-single-excerpt {
	margin-top: 1rem;
}

.cnvs-block-posts .cnvs-block-posts-title {
	margin-bottom: 1.5rem;
}

.cnvs-block-posts .cnvs-block-posts-title a {
	text-decoration: none;
}

.cnvs-block-posts .cnvs-overlay {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
}

.cnvs-block-posts .cnvs-overlay-background {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.cnvs-block-posts .cnvs-overlay-background figure {
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}

.cnvs-block-posts .cnvs-overlay-background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.cnvs-block-posts .cnvs-overlay-ratio:before {
	content: '';
	display: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 0;
	height: 100%;
}

.cnvs-block-posts .cnvs-ratio-landscape:before {
	padding-bottom: 75%;
}

.cnvs-block-posts .cnvs-overlay-link {
	display: block;
	width: 100%;
	height: 100%;
}

.cnvs-block-posts .cnvs-block-post-single-inner:not(:last-child) {
	margin-bottom: 1.5rem;
}

.cnvs-block-posts .cnvs-share-buttons-wrap {
	width: 100%;
}

.cnvs-block-posts .cnvs-share-buttons-wrap .cnvs-share-buttons-items {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cnvs-block-posts .cnvs-block-post-single-view-post-button {
	margin-top: 1.5rem;
}

.cnvs-block-posts article:not(:first-child) {
	margin-top: 40px;
}

.cnvs-block-posts .pagination {
	margin-top: 1.5rem;
}

.entry-content .cnvs-block-posts article.post {
	max-width: none;
}

.cnvs-block-posts-layout-list .cnvs-block-post-single-meta {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (min-width: 760px) {
	.cnvs-block-posts-layout-list .cnvs-block-post-single-outer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.cnvs-block-posts-layout-list .cnvs-block-post-single-inner {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cnvs-block-posts-layout-list .cnvs-block-post-single-inner:not(:last-child) {
		margin-bottom: 0;
	}
	.cnvs-block-posts-layout-list .cnvs-block-post-single-inner:first-child:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.cnvs-block-posts-layout-list .cnvs-block-post-single-inner + .cnvs-block-post-single-inner {
		margin-top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.cnvs-block-posts-layout-grid .cnvs-block-post-inner + .cnvs-block-post-inner {
	margin-top: 1rem;
}

@media (min-width: 760px) {
	.cnvs-block-posts-layout-grid .cnvs-block-posts-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.cnvs-block-posts-layout-grid article {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cnvs-block-posts-layout-grid article:nth-child(-n+2) {
		margin-top: 0;
	}
	.cnvs-block-posts-layout-grid.cnvs-block-posts-columns-1 .cnvs-block-posts-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.cnvs-block-posts-layout-grid.cnvs-block-posts-columns-1 article {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.cnvs-block-posts-layout-grid.cnvs-block-posts-columns-1 article:not(:first-child) {
		margin-top: 40px;
	}
}

@media (min-width: 1120px) {
	.cnvs-block-posts-layout-grid.cnvs-block-posts-columns-4 article {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.cnvs-block-posts-layout-grid.cnvs-block-posts-columns-4 article:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media (min-width: 1240px) {
	.cnvs-block-posts-layout-grid.cnvs-block-posts-columns-3 article {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.cnvs-block-posts-layout-grid.cnvs-block-posts-columns-3 article:nth-child(-n+3) {
		margin-top: 0;
	}
	.cnvs-block-posts-layout-grid.cnvs-block-posts-columns-4 article {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cnvs-block-posts-layout-grid.cnvs-block-posts-columns-4 article:nth-child(-n+4) {
		margin-top: 0;
	}
}

.cnvs-block-posts-layout-masonry .cnvs-block-post-inner + .cnvs-block-post-inner {
	margin-top: 1rem;
}

.cnvs-block-posts-layout-masonry:not(.cnvs-block-posts-layout-masonry-colcade-ready) .cnvs-block-post-grid-col {
	display: none;
}

@media (min-width: 760px) {
	.cnvs-block-posts-layout-masonry .cnvs-block-posts-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.cnvs-block-posts-layout-masonry .cnvs-block-post-grid-col,
	.cnvs-block-posts-layout-masonry .cnvs-block-posts-inner > article {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cnvs-block-posts-layout-masonry .cnvs-block-post-grid-col:nth-child(-n+2),
	.cnvs-block-posts-layout-masonry .cnvs-block-posts-inner > article:nth-child(-n+2) {
		margin-top: 0;
	}
	.cnvs-block-posts-layout-masonry.cnvs-block-posts-columns-1 .cnvs-block-posts-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.cnvs-block-posts-layout-masonry.cnvs-block-posts-columns-1 .cnvs-block-posts-inner .cnvs-block-post-grid-col,
	.cnvs-block-posts-layout-masonry.cnvs-block-posts-columns-1 .cnvs-block-posts-inner > article {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.cnvs-block-posts-layout-masonry.cnvs-block-posts-columns-1 .cnvs-block-posts-inner .cnvs-block-post-grid-col:not(:first-child),
	.cnvs-block-posts-layout-masonry.cnvs-block-posts-columns-1 .cnvs-block-posts-inner > article:not(:first-child) {
		margin-top: 40px;
	}
}

@media (min-width: 1120px) {
	.cnvs-block-posts-layout-masonry.cnvs-block-posts-columns-4 .cnvs-block-posts-inner .cnvs-block-post-grid-col,
	.cnvs-block-posts-layout-masonry.cnvs-block-posts-columns-4 .cnvs-block-posts-inner > article {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.cnvs-block-posts-layout-masonry.cnvs-block-posts-columns-4 .cnvs-block-posts-inner .cnvs-block-post-grid-col:nth-child(-n+3),
	.cnvs-block-posts-layout-masonry.cnvs-block-posts-columns-4 .cnvs-block-posts-inner > article:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media (min-width: 1240px) {
	.cnvs-block-posts-layout-masonry.cnvs-block-posts-columns-3 .cnvs-block-posts-inner .cnvs-block-post-grid-col,
	.cnvs-block-posts-layout-masonry.cnvs-block-posts-columns-3 .cnvs-block-posts-inner > article {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.cnvs-block-posts-layout-masonry.cnvs-block-posts-columns-3 .cnvs-block-posts-inner .cnvs-block-post-grid-col:nth-child(-n+3),
	.cnvs-block-posts-layout-masonry.cnvs-block-posts-columns-3 .cnvs-block-posts-inner > article:nth-child(-n+3) {
		margin-top: 0;
	}
	.cnvs-block-posts-layout-masonry.cnvs-block-posts-columns-4 .cnvs-block-posts-inner .cnvs-block-post-grid-col,
	.cnvs-block-posts-layout-masonry.cnvs-block-posts-columns-4 .cnvs-block-posts-inner > article {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cnvs-block-posts-layout-masonry.cnvs-block-posts-columns-4 .cnvs-block-posts-inner .cnvs-block-post-grid-col:nth-child(-n+4),
	.cnvs-block-posts-layout-masonry.cnvs-block-posts-columns-4 .cnvs-block-posts-inner > article:nth-child(-n+4) {
		margin-top: 0;
	}
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.cnvs-gallery-type-justified {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 1.5rem;
}

.cnvs-gallery-type-justified .gallery-item {
	display: inline-block;
	overflow: hidden;
	position: absolute;
	margin: 0;
	/* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
	opacity: 0.1;
}

.cnvs-gallery-type-justified .gallery-item > img, .cnvs-gallery-type-justified .gallery-item > a > img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	opacity: 0;
}

.cnvs-gallery-type-justified .gallery-item > .caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0.5rem;
	opacity: 0;
	color: white;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 0.75rem;
	-webkit-transition: 0.2s ease opacity;
	transition: 0.2s ease opacity;
}

.cnvs-gallery-type-justified .gallery-item > .caption.caption-visible {
	opacity: 1;
}

.cnvs-gallery-type-justified > .entry-visible {
	opacity: 1;
	background: none;
}

.cnvs-gallery-type-justified > .entry-visible > img, .cnvs-gallery-type-justified > .entry-visible > a > img {
	opacity: 1;
}

.cnvs-gallery-type-justified > .jg-filtered {
	display: none;
}

.cnvs-gallery-type-justified.justified-loaded:before {
	display: none;
}

.cnvs-gallery-type-justified:before {
	width: 1.5rem;
	height: 1.5rem;
	border: 2px solid rgba(119, 119, 119, 0.25);
	border-top-color: #777;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	content: "";
}

@-webkit-keyframes loader-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.cnvs-gallery-type-slider.gallery {
	display: block;
}

.cnvs-gallery-type-slider .gallery-item {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.cnvs-gallery-type-slider .wp-caption-text {
	margin-top: 1rem;
}

.cnvs-gallery-type-slider figure {
	margin-bottom: 0;
}

.cnvs-gallery-type-slider img {
	width: 100%;
	height: auto;
}

.cnvs-gallery-type-slider > .gallery-item:not(:first-child) {
	position: fixed;
	top: -9999px;
	left: -9999px;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.cnvs-block-posts-sidebar {
	--cnvs-posts-sidebar-thumbnail-width: 80px;
	--cnvs-posts-sidebar-thumbnail-gutter: 2rem;
	--cnvs-posts-sidebar-number-top: 0;
	--cnvs-posts-sidebar-number-left: 0;
	--cnvs-posts-sidebar-number-right: initial;
	--cnvs-posts-sidebar-number-bottom: initial;
	--cnvs-posts-sidebar-number-width: 30px;
	--cnvs-posts-sidebar-number-height: 30px;
	--cnvs-posts-sidebar-number-line-height: 30px;
	--cnvs-posts-sidebar-number-background: #000;
	--cnvs-posts-sidebar-number-color: white;
	--cnvs-posts-sidebar-number-font-size: 80%;
	--cnvs-posts-sidebar-number-border-radius: 0;
}

/*--------------------------------------------------------------*/
.cnvs-block-posts-sidebar .cnvs-posts-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.cnvs-block-posts-sidebar .cnvs-post-item:not(:first-child) {
	margin-top: 1rem;
}

.cnvs-block-posts-sidebar .cnvs-post-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cnvs-block-posts-sidebar .cnvs-post-thumbnail {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--cnvs-posts-sidebar-thumbnail-width);
	flex: 0 0 var(--cnvs-posts-sidebar-thumbnail-width);
	margin-right: var(--cnvs-posts-sidebar-thumbnail-gutter);
}

.cnvs-block-posts-sidebar .cnvs-post-thumbnail img {
	width: var(--cnvs-posts-sidebar-thumbnail-width);
	height: var(--cnvs-posts-sidebar-thumbnail-width);
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.cnvs-block-posts-sidebar .cnvs-post-data {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}

.cnvs-block-posts-sidebar .cnvs-post-number {
	background: var(--cnvs-posts-sidebar-number-background);
	position: absolute;
	top: var(--cnvs-posts-sidebar-number-top);
	left: var(--cnvs-posts-sidebar-number-left);
	right: var(--cnvs-posts-sidebar-number-right);
	bottom: var(--cnvs-posts-sidebar-number-bottom);
	width: var(--cnvs-posts-sidebar-number-width);
	height: var(--cnvs-posts-sidebar-number-height);
	line-height: var(--cnvs-posts-sidebar-number-line-height);
	color: var(--cnvs-posts-sidebar-number-color);
	text-align: center;
	font-size: var(--cnvs-posts-sidebar-number-font-size);
	border-radius: var(--cnvs-posts-sidebar-number-border-radius);
}

.cnvs-block-posts-sidebar .cnvs-post-data .meta-category {
	display: inline-block;
	margin-bottom: 0.25rem;
}

.cnvs-block-posts-sidebar .cnvs-post-data .entry-title {
	margin-top: 0;
	margin-bottom: 0.25rem;
}

.cnvs-block-posts-sidebar .cnvs-post-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cnvs-block-posts-sidebar .cnvs-post-meta .avatar {
	margin-right: .5rem;
}

.cnvs-block-posts-sidebar .cnvs-post-meta a {
	text-decoration: none;
}

.cnvs-block-posts-sidebar .cnvs-post-meta > * + * {
	margin-left: .5rem;
}

.cnvs-block-posts-sidebar .cnvs-post-meta > * + *:before {
	content: "\b7";
	margin-right: .5rem;
}

.cnvs-block-posts-sidebar .cnvs-post-meta .published + .updated {
	display: none;
}

.cnvs-block-posts-sidebar .cnvs-post-meta-hide {
	display: none;
}

.cnvs-block-posts-sidebar-large .cnvs-post-item:not(:first-child) {
	margin-top: 2rem;
}

.cnvs-block-posts-sidebar-large .cnvs-post-outer {
	display: block;
}

.cnvs-block-posts-sidebar-large .cnvs-post-thumbnail {
	margin-right: 0;
	margin-bottom: 1rem;
}

.cnvs-block-posts-sidebar-large .cnvs-post-thumbnail img {
	width: 100%;
	height: auto;
	border-radius: 0;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@font-face {
	font-family: 'absolute-reviews-icons';
	src: url(/wp-content/plugins/absolute-reviews/public/css/../../fonts/absolute-reviews-icons.woff) format("woff"), url(/wp-content/plugins/absolute-reviews/public/css/../../fonts/absolute-reviews-icons.ttf) format("truetype"), url(/wp-content/plugins/absolute-reviews/public/css/../../fonts/absolute-reviews-icons.svg) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="abr-icon-"],
[class*=" abr-icon-"] {
	font-family: 'absolute-reviews-icons' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.abr-icon-comment:before {
	content: "\e905";
}

.abr-icon-eye:before {
	content: "\e903";
}

.abr-icon-watch:before {
	content: "\e904";
}

.abr-icon-funds-fill:before {
	content: "\e902";
}

.abr-icon-x:before {
	content: "\e901";
}

.abr-icon-check:before {
	content: "\e900";
}

.abr-icon-star-half:before {
	content: "\e938";
}

.abr-icon-star-full:before {
	content: "\e939";
}

.abr-icon-star-empty:before {
	content: "\e93a";
}

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.abr-post-meta {
	--abr-post-meta-color: #dee2e6;
	padding-left: 0;
	list-style: none;
	color: var(--abr-post-meta-color);
	margin: 0;
	padding: 0;
}

.abr-post-meta li {
	display: inline-block;
}

.abr-post-meta li + li {
	margin-left: 0.5rem;
}

.abr-post-meta li + li:before {
	margin-right: 0.5rem;
	content: "\b7";
}

.abr-meta-category .post-categories {
	padding-left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

.abr-meta-category .post-categories li {
	display: inline-block;
}

.abr-meta-category .post-categories li + li {
	margin-left: 0.5rem;
}

.abr-meta-category .post-categories li:not(:last-child):after {
	content: ",";
}

.post-meta .abr-meta-category .post-categories {
	margin-bottom: 0;
}

.abr-meta-author span + a,
.abr-meta-author a + span {
	margin-left: 0.25rem;
}

.abr-badge {
	--abr-badge-color: #fff;
	--abr-badge-border-radius: 30px;
	display: inline-block;
	padding: 0.2rem 0.25rem;
	margin-left: 1rem;
	line-height: 1;
	color: var(--abr-badge-color);
	border-radius: var(--abr-badge-border-radius);
}

.abr-badge-primary.abr-review-badge-0 {
	background-color: #000000;
}

.abr-badge-primary.abr-review-badge-1 {
	background-color: #E00F15;
}

.abr-badge-primary.abr-review-badge-2 {
	background-color: #FE761E;
}

.abr-badge-primary.abr-review-badge-3 {
	background-color: #FFA61E;
}

.abr-badge-primary.abr-review-badge-4 {
	background-color: #DECB53;
}

.abr-badge-primary.abr-review-badge-5 {
	background-color: #DECB53;
}

.abr-badge-primary.abr-review-badge-6 {
	background-color: #E7D456;
}

.abr-badge-primary.abr-review-badge-7 {
	background-color: #52AA6B;
}

.abr-badge-primary.abr-review-badge-8 {
	background-color: #4DA065;
}

.abr-badge-primary.abr-review-badge-9 {
	background-color: #419759;
}

.abr-badge-primary.abr-review-badge-10 {
	background-color: #33884B;
}

.abr-badge-text {
	--abr-badge-text-color: #000000;
	--abr-badge-text-border-radius: 30px;
	display: inline-block;
	margin-left: 1rem;
	line-height: 1;
	color: var(--abr-badge-text-color);
	border-radius: var(--abr-badge-text-border-radius);
}

.abr-badge-text-primary.abr-review-badge-text-0 {
	color: #000000;
}

.abr-badge-text-primary.abr-review-badge-text-1 {
	color: #E00F15;
}

.abr-badge-text-primary.abr-review-badge-text-2 {
	color: #FE761E;
}

.abr-badge-text-primary.abr-review-badge-text-3 {
	color: #FFA61E;
}

.abr-badge-text-primary.abr-review-badge-text-4 {
	color: #DECB53;
}

.abr-badge-text-primary.abr-review-badge-text-5 {
	color: #DECB53;
}

.abr-badge-text-primary.abr-review-badge-text-6 {
	color: #E7D456;
}

.abr-badge-text-primary.abr-review-badge-text-7 {
	color: #52AA6B;
}

.abr-badge-text-primary.abr-review-badge-text-8 {
	color: #4DA065;
}

.abr-badge-text-primary.abr-review-badge-text-9 {
	color: #419759;
}

.abr-badge-text-primary.abr-review-badge-text-10 {
	color: #33884B;
}

.abr-review-line {
	--abr-review-line-grid-gap: 2px;
	display: grid;
	grid-gap: var(--abr-review-line-grid-gap);
	margin-top: 0.5rem;
}

.abr-review-slice {
	--abr-review-slice-background-color: #e9ecef;
	--abr-review-slice-height: 6px;
	background-color: var(--abr-review-slice-background-color);
	height: var(--abr-review-slice-height);
}

.abr-review-point-5 .abr-review-line {
	grid-template-columns: repeat(5, 1fr);
}

.abr-review-point-10 .abr-review-line {
	grid-template-columns: repeat(10, 1fr);
}

.abr-review-point-5 .abr-review-slice-active:nth-child(1) {
	background-color: #E00F15;
}

.abr-review-point-5 .abr-review-slice-active:nth-child(2) {
	background-color: #FFA61E;
}

.abr-review-point-5 .abr-review-slice-active:nth-child(3) {
	background-color: #DECB53;
}

.abr-review-point-5 .abr-review-slice-active:nth-child(4) {
	background-color: #52AA6B;
}

.abr-review-point-5 .abr-review-slice-active:nth-child(5) {
	background-color: #419759;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(0) {
	background-color: #000000;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(1) {
	background-color: #E00F15;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(2) {
	background-color: #FE761E;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(3) {
	background-color: #FFA61E;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(4) {
	background-color: #DECB53;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(5) {
	background-color: #DECB53;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(6) {
	background-color: #E7D456;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(7) {
	background-color: #52AA6B;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(8) {
	background-color: #4DA065;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(9) {
	background-color: #419759;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(10) {
	background-color: #33884B;
}

.abr-review-progress {
	--abr-review-progress-background: #e9ecef;
	--abr-review-progress-height: 6px;
	--abr-review-progress-border-radius: 4px;
	background: var(--abr-review-progress-background);
	height: var(--abr-review-progress-height);
	border-radius: var(--abr-review-progress-border-radius);
	margin-top: 0.5rem;
}

.abr-review-progressbar {
	--abr-review-progressbar-height: 6px;
	--abr-review-progressbar-border-radius: 4px;
	height: var(--abr-review-progressbar-height);
	border-radius: var(--abr-review-progressbar-border-radius);
}

.abr-review-progressbar-1 {
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #E00F15), color-stop(20%, transparent), color-stop(30%, transparent), color-stop(40%, transparent), color-stop(50%, transparent), color-stop(60%, transparent), color-stop(70%, transparent), color-stop(80%, transparent), color-stop(90%, transparent), to(transparent));
	background: linear-gradient(to right, #E00F15 10%, transparent 20%, transparent 30%, transparent 40%, transparent 50%, transparent 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-2 {
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #E00F15), color-stop(20%, #FE761E), color-stop(30%, transparent), color-stop(40%, transparent), color-stop(50%, transparent), color-stop(60%, transparent), color-stop(70%, transparent), color-stop(80%, transparent), color-stop(90%, transparent), to(transparent));
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, transparent 30%, transparent 40%, transparent 50%, transparent 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-3 {
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #E00F15), color-stop(20%, #FE761E), color-stop(30%, #FFA61E), color-stop(40%, transparent), color-stop(50%, transparent), color-stop(60%, transparent), color-stop(70%, transparent), color-stop(80%, transparent), color-stop(90%, transparent), to(transparent));
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, transparent 40%, transparent 50%, transparent 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-4 {
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #E00F15), color-stop(20%, #FE761E), color-stop(30%, #FFA61E), color-stop(40%, #DECB53), color-stop(50%, transparent), color-stop(60%, transparent), color-stop(70%, transparent), color-stop(80%, transparent), color-stop(90%, transparent), to(transparent));
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, transparent 50%, transparent 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-5 {
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #E00F15), color-stop(20%, #FE761E), color-stop(30%, #FFA61E), color-stop(40%, #DECB53), color-stop(50%, #DECB53), color-stop(60%, transparent), color-stop(70%, transparent), color-stop(80%, transparent), color-stop(90%, transparent), to(transparent));
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, transparent 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-6 {
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #E00F15), color-stop(20%, #FE761E), color-stop(30%, #FFA61E), color-stop(40%, #DECB53), color-stop(50%, #DECB53), color-stop(60%, #E7D456), color-stop(70%, transparent), color-stop(80%, transparent), color-stop(90%, transparent), to(transparent));
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, #E7D456 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-7 {
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #E00F15), color-stop(20%, #FE761E), color-stop(30%, #FFA61E), color-stop(40%, #DECB53), color-stop(50%, #DECB53), color-stop(60%, #E7D456), color-stop(70%, #52AA6B), color-stop(80%, transparent), color-stop(90%, transparent), to(transparent));
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, #E7D456 60%, #52AA6B 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-8 {
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #E00F15), color-stop(20%, #FE761E), color-stop(30%, #FFA61E), color-stop(40%, #DECB53), color-stop(50%, #DECB53), color-stop(60%, #E7D456), color-stop(70%, #52AA6B), color-stop(80%, #4DA065), color-stop(90%, transparent), to(transparent));
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, #E7D456 60%, #52AA6B 70%, #4DA065 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-9 {
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #E00F15), color-stop(20%, #FE761E), color-stop(30%, #FFA61E), color-stop(40%, #DECB53), color-stop(50%, #DECB53), color-stop(60%, #E7D456), color-stop(70%, #52AA6B), color-stop(80%, #4DA065), color-stop(90%, #419759), to(transparent));
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, #E7D456 60%, #52AA6B 70%, #4DA065 80%, #419759 90%, transparent 100%);
}

.abr-review-progressbar-10 {
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #E00F15), color-stop(20%, #FE761E), color-stop(30%, #FFA61E), color-stop(40%, #DECB53), color-stop(50%, #DECB53), color-stop(60%, #E7D456), color-stop(70%, #52AA6B), color-stop(80%, #4DA065), color-stop(90%, #419759), to(#33884B));
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, #E7D456 60%, #52AA6B 70%, #4DA065 80%, #419759 90%, #33884B 100%);
}

.abr-review-stars {
	--abr-review-star-empty-color: #e9ecef;
	--abr-review-star-width: 1.125rem;
	--abr-review-star-height: 1.125rem;
	--abr-review-star-font-size: 1.125rem;
	--abr-review-star-color: #FFE27F;
	margin-top: 0.5rem;
}

.abr-review-stars .screen-reader-text {
	display: none;
}

.abr-review-stars .abr-star-full:before {
	content: "\e939";
}

.abr-review-stars .abr-star-half:before {
	content: "\e938";
}

.abr-review-stars .abr-star-empty:before {
	content: "\e93a";
}

.abr-review-stars .abr-star.abr-star-empty {
	color: var(--abr-review-star-empty-color);
}

.abr-review-stars .abr-star {
	display: inline-block;
	width: var(--abr-review-star-width);
	height: var(--abr-review-star-height);
	font-size: var(--abr-review-star-font-size);
	line-height: 1;
	font-family: 'absolute-reviews-icons';
	text-decoration: inherit;
	font-weight: 400;
	font-style: normal;
	vertical-align: top;
	-webkit-transition: color .1s ease-in;
	transition: color .1s ease-in;
	text-align: center;
	color: var(--abr-review-star-color);
	margin-right: 0.125rem;
}

.abr-review-stars .abr-star:last-child {
	margin-right: 0;
}

/*--------------------------------------------------------------*/
.abr-post-review {
	--abr-review-text-font-size: 1rem;
	--abr-review-text-font-weight: bold;
	--abr-review-name-font-size: 0.75rem;
	--abr-review-name-text-transform: uppercase;
	--abr-review-name-color: #777777;
	--abr-review-details-line-height: 1.5;
	--abr-review-details-font-size: 1rem;
	--abr-review-score-text-font-size: 3rem;
	--abr-review-score-label-text-transform: uppercase;
	--abr-review-score-label-font-size: 0.75rem;
	--abr-review-score-label-font-weight: 700;
	--abr-review-score-label-color: #777777;
	--abr-review-score-info-background: #6c757d;
	--abr-review-score-info-color: #fff;
	--abr-review-score-info-border-radius: 50%;
	--abr-review-score-info-font-size: 0.75rem;
	--abr-review-score-info-width: 1rem;
	--abr-review-score-info-height: 1rem;
	--abr-review-score-info-popup-border-color: #e9ecef;
	--abr-review-score-info-popup-background: #fff;
	--abr-review-score-info-popup-color: #000000;
	--abr-review-score-info-popup-font-size: 1rem;
	--abr-review-score-info-popup-border-radius: 5px;
}

.abr-post-review .abr-review-author {
	display: none;
}

.abr-post-review .abr-review-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 2rem;
}

.abr-post-review .abr-review-total > .abr-review-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 1rem;
	margin-top: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.abr-post-review .abr-review-total > .abr-review-list {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.abr-post-review .abr-review-total > .abr-review-list ul {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(2, 1fr);
}

.abr-post-review .abr-review-total > .abr-review-list .abr-review-item {
	display: block;
	margin-top: 0;
}

.abr-post-review .abr-review-total > .abr-review-list .abr-review-desc {
	margin-top: 0.5rem;
}

.abr-post-review .abr-review-score {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.abr-post-review .abr-review-score .abr-review-text {
	font-size: var(--abr-review-score-text-font-size);
}

.abr-post-review .abr-review-score .abr-review-subtext {
	margin-top: 0.5rem;
	white-space: nowrap;
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-label {
	text-transform: var(--abr-review-score-label-text-transform);
	font-size: var(--abr-review-score-label-font-size);
	font-weight: var(--abr-review-score-label-font-weight);
	color: var(--abr-review-score-label-color);
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-info {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	background: var(--abr-review-score-info-background);
	color: var(--abr-review-score-info-color);
	width: var(--abr-review-score-info-width);
	height: var(--abr-review-score-info-height);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 0.25rem;
	border-radius: var(--abr-review-score-info-border-radius);
	font-size: var(--abr-review-score-info-font-size);
	cursor: pointer;
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-info > span {
	position: absolute;
	border: 1px solid var(--abr-review-score-info-popup-border-color);
	background: var(--abr-review-score-info-popup-background);
	padding: 1rem;
	visibility: hidden;
	opacity: 0;
	width: 100vw;
	max-width: 250px;
	position: absolute;
	z-index: 2;
	bottom: 2rem;
	right: -1.5rem;
	font-size: var(--abr-review-score-info-popup-font-size);
	line-height: normal;
	color: var(--abr-review-score-info-popup-color);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	border-radius: var(--abr-review-score-info-popup-border-radius);
	white-space: normal;
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-info > span:after {
	top: 100%;
	right: 1.5rem;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-info > span:after {
	border-color: transparent;
	border-top-color: var(--abr-review-score-info-popup-border-color);
	border-width: 8px;
	margin-left: -8px;
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-info:hover > span {
	opacity: 1;
	visibility: visible;
}

.abr-post-review .abr-review-score-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media (min-width: 720px) {
	.abr-post-review .abr-review-total {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 0;
	}
	.abr-post-review .abr-review-total > .abr-review-data {
		margin-bottom: 0;
		margin-top: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.abr-post-review .abr-review-total > .abr-review-list {
		margin-top: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.abr-post-review .abr-review-total > .abr-review-list ul {
		grid-template-columns: repeat(3, 1fr);
	}
	.abr-post-review .abr-review-data + .abr-review-score,
	.abr-post-review .abr-review-list + .abr-review-score {
		margin-left: 2rem;
	}
	.abr-post-review .abr-review-score {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.abr-post-review .abr-review-text {
	font-size: var(--abr-review-text-font-size);
	font-weight: var(--abr-review-text-font-weight);
}

.abr-post-review .abr-review-name {
	font-size: var(--abr-review-name-font-size);
	text-transform: var(--abr-review-name-text-transform);
	color: var(--abr-review-name-color);
}

.abr-post-review .abr-review-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 0.5rem;
}

.abr-review-percentage .abr-review-text .sep,
.abr-review-percentage .abr-review-text .max {
	display: none;
}

.abr-review-percentage .abr-review-text .total:after {
	content: '%';
}

.abr-review-star > .abr-review-list ul {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(2, 1fr);
}

.abr-review-star > .abr-review-list .abr-review-item {
	display: block;
	margin-top: 0;
}

.abr-review-star > .abr-review-list .abr-review-desc {
	margin-top: 0.5rem;
}

@media (min-width: 720px) {
	.abr-review-star > .abr-review-list ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

.abr-review-list {
	margin-top: 2rem;
}

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

.abr-review-list .abr-review-item {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr;
	margin-top: 2rem;
}

.abr-review-list .abr-review-item:first-child {
	margin-top: 0;
}

.abr-review-list .abr-review-item .abr-review-desc {
	font-size: 0.875rem;
}

@media (min-width: 720px) {
	.abr-review-list .abr-review-item {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1024px) {
	.abr-review-list .abr-review-item {
		grid-gap: 40px;
	}
}

.abr-review-details {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: 1fr;
	margin-top: 2rem;
}

.abr-review-details ul {
	margin: 0;
	padding: 0;
	line-height: var(--abr-review-details-line-height);
	list-style: none;
	font-size: var(--abr-review-details-font-size);
}

.abr-review-details ul:not(:first-child) {
	margin-top: 1.5rem;
}

.abr-review-details ul:not(:last-child) {
	margin-bottom: 1.5rem;
}

.abr-review-details ul li:not(:first-child) {
	margin-top: 0.5rem;
}

.abr-review-details ul > li {
	position: relative;
	padding-left: 2.5rem;
}

.abr-review-details ul > li:before {
	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;
	position: absolute;
	width: 1.5rem;
	font-family: 'absolute-reviews-icons';
	left: 0;
	top: 0;
}

.abr-review-details .abr-review-pros ul > li:before {
	content: "\e900";
	color: #28a745;
}

.abr-review-details .abr-review-cons ul > li:before {
	content: "\e901";
	color: #dc3545;
}

@media (min-width: 720px) {
	.abr-review-details {
		grid-template-columns: 1fr 1fr;
	}
}

.abr-review-info + .abr-review-total {
	margin-top: 1rem;
}

.abr-review-scheme-hidden {
	display: none;
}

/*--------------------------------------------------------------*/
.abr-review-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.abr-review-block .abr-review-title {
	margin-top: 0;
	margin-bottom: 1.5rem;
}

.abr-review-block .abr-review-indicator {
	line-height: 1;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.abr-review-block .abr-review-indicator .abr-badge {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1.5rem;
	padding: 0.4rem 0.75rem;
}

.abr-review-block .abr-review-data {
	max-width: 50%;
}

@media (min-width: 720px) {
	.abr-review-block .abr-review-data + .abr-review-score {
		margin-left: 1.5rem;
	}
}

.abr-review-block.abr-review-star .abr-review-data {
	max-width: initial;
	-webkit-box-flex: initial;
	-ms-flex-positive: initial;
	flex-grow: initial;
}

/*--------------------------------------------------------------*/
.abr-reviews-posts {
	--abr-posts-meta-color: #000;
	--abr-posts-number-font-size: 1rem;
	--abr-posts-number-large-font-size: 1.25rem;
	--abr-posts-number-badge-color: #FFF;
	--abr-posts-number-caption-color: #FFF;
	--abr-posts-percentage-icon-font-size: 1.25em;
	--abr-posts-percentage-icon-color: #F7BF40;
	--abr-posts-star-width: 0.875rem;
	--abr-posts-star-height: 0.875rem;
	--abr-posts-star-font-size: 0.875rem;
	--abr-posts-star-color: #F8C249;
	--abr-posts-item-separator-color: #e9ecef;
	--abr-posts-thumbnail-small-width: 80px;
	--abr-posts-thumbnail-small-gutter: 1rem;
	--abr-posts-thumbnail-width: 80px;
	--abr-posts-thumbnail-gutter: 1rem;
	--abr-posts-overlay-background: rgba(0,0,0,0.125);
	--abr-posts-overlay-color: #FFFFFF;
	--abr-posts-overlay-hover-color: rgba(255,255,255,0.75);
}

.abr-reviews-posts .abr-post-item {
	margin-top: 2rem;
}

.abr-reviews-posts .abr-post-item:first-child {
	margin-top: 0;
}

.abr-reviews-posts .abr-post-headline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.abr-reviews-posts .abr-post-headline .meta-category {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.abr-reviews-posts .abr-post-headline .meta-category ul {
	margin-bottom: 0;
}

.abr-reviews-posts .abr-post-headline .entry-title {
	margin-bottom: 0.5rem;
	margin-top: 0;
}

.abr-reviews-posts .abr-post-headline > *:last-child {
	margin-bottom: 0;
}

.abr-reviews-posts .abr-review-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 0.5rem;
	color: var(--abr-posts-meta-color);
}

.abr-reviews-posts .abr-review-meta .abr-review-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	margin-left: 0;
	font-size: var(--abr-posts-number-font-size);
}

.abr-reviews-posts .abr-review-meta .abr-review-number.abr-badge {
	color: var(--abr-posts-number-badge-color);
}

.abr-reviews-posts .abr-review-meta .abr-review-caption {
	margin-left: 0.5rem;
}

.abr-reviews-posts .abr-review-meta .abr-review-caption.abr-badge {
	color: var(--abr-posts-number-caption-color);
}

.abr-reviews-posts .abr-review-meta .abr-badge-primary {
	white-space: nowrap;
}

.abr-reviews-posts .abr-type-percentage .abr-review-number:before {
	content: "\e902";
	font-family: 'absolute-reviews-icons';
	margin-right: 0.25rem;
	font-size: var(--abr-posts-percentage-icon-font-size);
	color: var(--abr-posts-percentage-icon-color);
}

.abr-reviews-posts .abr-review-indicator {
	margin-right: 0.5rem;
}

.abr-reviews-posts .abr-review-line,
.abr-reviews-posts .abr-review-progress,
.abr-reviews-posts .abr-review-stars {
	min-width: 100px;
	margin-top: 0;
}

.abr-reviews-posts .abr-review-stars {
	min-width: initial;
	line-height: 1;
}

.abr-reviews-posts .abr-review-stars .abr-star {
	width: var(--abr-posts-star-width);
	height: var(--abr-posts-star-height);
	font-size: var(--abr-posts-star-font-size);
	color: var(--abr-posts-star-color);
}

.abr-posts-template-reviews-1 .abr-post-outer,
.abr-posts-template-reviews-2 .abr-post-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.abr-posts-template-reviews-1 .abr-post-data,
.abr-posts-template-reviews-2 .abr-post-data {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}

.abr-posts-template-reviews-1 .abr-post-thumbnail,
.abr-posts-template-reviews-2 .abr-post-thumbnail {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--abr-posts-thumbnail-width);
	flex: 0 0 var(--abr-posts-thumbnail-width);
	margin-right: var(--abr-posts-thumbnail-gutter);
}

.abr-posts-template-reviews-1 .abr-post-thumbnail img,
.abr-posts-template-reviews-2 .abr-post-thumbnail img {
	width: var(--abr-posts-thumbnail-width);
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.abr-posts-template-reviews-2 .abr-review-meta .abr-review-number:before {
	display: none;
}

.abr-posts-template-reviews-3 .abr-post-item,
.abr-posts-template-reviews-4 .abr-post-item {
	border-top: 1px solid var(--abr-posts-item-separator-color);
	margin-top: 1rem;
	padding-top: 1rem;
}

.abr-posts-template-reviews-3 .abr-post-item:first-child,
.abr-posts-template-reviews-4 .abr-post-item:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(1) .abr-post-data,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(1) .abr-post-data {
	margin-top: 1rem;
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(1) .abr-review-meta .abr-review-number,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(1) .abr-review-meta .abr-review-number {
	font-size: var(--abr-posts-number-large-font-size);
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(n+2) .abr-post-outer,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(n+2) .abr-post-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(n+2) .abr-post-data,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(n+2) .abr-post-data {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(n+2) .abr-post-thumbnail,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(n+2) .abr-post-thumbnail {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--abr-posts-thumbnail-width);
	flex: 0 0 var(--abr-posts-thumbnail-width);
	margin-right: var(--abr-posts-thumbnail-gutter);
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(n+2) .abr-post-thumbnail img,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(n+2) .abr-post-thumbnail img {
	width: var(--abr-posts-thumbnail-width);
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.abr-posts-template-reviews-4 .abr-review-meta .abr-review-number:before {
	display: none;
}

.abr-posts-template-reviews-5 .abr-post-item {
	border-top: 1px solid var(--abr-posts-item-separator-color);
	margin-top: 1rem;
	padding-top: 1rem;
}

.abr-posts-template-reviews-5 .abr-post-item:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data .abr-post-headline {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data .abr-review-meta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: initial;
	-ms-flex-align: initial;
	align-items: initial;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	margin-top: 0;
	margin-left: 1rem;
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data .abr-review-number {
	font-size: var(--abr-posts-number-large-font-size);
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data .abr-review-number:before {
	display: none;
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data .abr-review-caption {
	margin-top: 0.5rem;
	margin-left: 0;
	text-align: center;
}

.abr-posts-template-reviews-5 .abr-post-item:nth-child(1) .abr-post-data {
	margin-top: 1rem;
}

.abr-posts-template-reviews-5 .abr-post-item:nth-child(n+2) .abr-post-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.abr-posts-template-reviews-5 .abr-post-item:nth-child(n+2) .abr-post-data {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}

.abr-posts-template-reviews-5 .abr-post-item:nth-child(n+2) .abr-post-thumbnail {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--abr-posts-thumbnail-small-width);
	flex: 0 0 var(--abr-posts-thumbnail-small-width);
	margin-right: var(--abr-posts-thumbnail-small-gutter);
}

.abr-posts-template-reviews-5 .abr-post-item:nth-child(n+2) .abr-post-thumbnail img {
	width: var(--abr-posts-thumbnail-small-width);
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.abr-posts-template-reviews-6 .abr-post-outer,
.abr-posts-template-reviews-7 .abr-post-outer,
.abr-posts-template-reviews-8 .abr-post-outer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.abr-posts-template-reviews-6 .abr-post-outer .abr-post-inner,
.abr-posts-template-reviews-7 .abr-post-outer .abr-post-inner,
.abr-posts-template-reviews-8 .abr-post-outer .abr-post-inner {
	width: 100%;
}

.abr-posts-template-reviews-6 .abr-post-outer:after,
.abr-posts-template-reviews-7 .abr-post-outer:after,
.abr-posts-template-reviews-8 .abr-post-outer:after {
	padding-bottom: 125%;
	width: 0;
	content: '';
}

.abr-posts-template-reviews-6 .abr-post-thumbnail,
.abr-posts-template-reviews-7 .abr-post-thumbnail,
.abr-posts-template-reviews-8 .abr-post-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.abr-posts-template-reviews-6 .abr-post-thumbnail .post-thumbnail,
.abr-posts-template-reviews-7 .abr-post-thumbnail .post-thumbnail,
.abr-posts-template-reviews-8 .abr-post-thumbnail .post-thumbnail {
	width: 100%;
	height: 100%;
}

.abr-posts-template-reviews-6 .abr-post-thumbnail img,
.abr-posts-template-reviews-7 .abr-post-thumbnail img,
.abr-posts-template-reviews-8 .abr-post-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.abr-posts-template-reviews-6 .abr-post-data,
.abr-posts-template-reviews-7 .abr-post-data,
.abr-posts-template-reviews-8 .abr-post-data {
	background: var(--abr-posts-overlay-background);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px;
	color: var(--abr-posts-overlay-color);
	z-index: 1;
}

.abr-posts-template-reviews-6 .abr-post-data a,
.abr-posts-template-reviews-6 .abr-post-data .entry-title a,
.abr-posts-template-reviews-6 .abr-post-data .post-meta a,
.abr-posts-template-reviews-7 .abr-post-data a,
.abr-posts-template-reviews-7 .abr-post-data .entry-title a,
.abr-posts-template-reviews-7 .abr-post-data .post-meta a,
.abr-posts-template-reviews-8 .abr-post-data a,
.abr-posts-template-reviews-8 .abr-post-data .entry-title a,
.abr-posts-template-reviews-8 .abr-post-data .post-meta a {
	position: relative;
	color: var(--abr-posts-overlay-color);
	z-index: 2;
}

.abr-posts-template-reviews-6 .abr-post-data a:hover, .abr-posts-template-reviews-6 .abr-post-data a:focus,
.abr-posts-template-reviews-6 .abr-post-data .entry-title a:hover,
.abr-posts-template-reviews-6 .abr-post-data .entry-title a:focus,
.abr-posts-template-reviews-6 .abr-post-data .post-meta a:hover,
.abr-posts-template-reviews-6 .abr-post-data .post-meta a:focus,
.abr-posts-template-reviews-7 .abr-post-data a:hover,
.abr-posts-template-reviews-7 .abr-post-data a:focus,
.abr-posts-template-reviews-7 .abr-post-data .entry-title a:hover,
.abr-posts-template-reviews-7 .abr-post-data .entry-title a:focus,
.abr-posts-template-reviews-7 .abr-post-data .post-meta a:hover,
.abr-posts-template-reviews-7 .abr-post-data .post-meta a:focus,
.abr-posts-template-reviews-8 .abr-post-data a:hover,
.abr-posts-template-reviews-8 .abr-post-data a:focus,
.abr-posts-template-reviews-8 .abr-post-data .entry-title a:hover,
.abr-posts-template-reviews-8 .abr-post-data .entry-title a:focus,
.abr-posts-template-reviews-8 .abr-post-data .post-meta a:hover,
.abr-posts-template-reviews-8 .abr-post-data .post-meta a:focus {
	color: var(--abr-posts-overlay-hover-color);
}

.abr-posts-template-reviews-6 .abr-post-data .abr-post-link,
.abr-posts-template-reviews-7 .abr-post-data .abr-post-link,
.abr-posts-template-reviews-8 .abr-post-data .abr-post-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.abr-posts-template-reviews-6 .abr-post-headline,
.abr-posts-template-reviews-7 .abr-post-headline,
.abr-posts-template-reviews-8 .abr-post-headline {
	width: 100%;
	margin-top: auto;
	padding-top: 1rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.abr-posts-template-reviews-6 .abr-review-meta,
.abr-posts-template-reviews-7 .abr-review-meta,
.abr-posts-template-reviews-8 .abr-review-meta {
	width: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	color: var(--abr-posts-overlay-color);
}

.abr-posts-template-reviews-6 .abr-review-meta .abr-review-number,
.abr-posts-template-reviews-7 .abr-review-meta .abr-review-number,
.abr-posts-template-reviews-8 .abr-review-meta .abr-review-number {
	font-size: var(--abr-posts-number-large-font-size);
	color: var(--abr-posts-overlay-color);
}

.abr-posts-template-reviews-6 .abr-review-meta .abr-review-number:before,
.abr-posts-template-reviews-7 .abr-review-meta .abr-review-number:before,
.abr-posts-template-reviews-8 .abr-review-meta .abr-review-number:before {
	color: var(--abr-posts-overlay-color);
}

.abr-posts-template-reviews-6 .abr-review-meta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 0;
}

.abr-posts-template-reviews-6 .abr-review-meta .abr-review-number:before {
	display: none;
}

.abr-posts-template-reviews-6 .abr-review-meta .abr-review-caption {
	margin-top: 0.5rem;
	margin-left: 0;
	text-align: center;
}

.abr-posts-template-reviews-7 .abr-post-headline {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.abr-posts-template-reviews-7 .abr-review-meta {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@font-face {
	font-family: 'advanced-popups-icons';
	src: url(/wp-content/plugins/advanced-popups/public/css/../../fonts/advanced-popups-icons.woff) format("woff"), url(/wp-content/plugins/advanced-popups/public/css/../../fonts/advanced-popups-icons.ttf) format("truetype"), url(/wp-content/plugins/advanced-popups/public/css/../../fonts/advanced-popups-icons.svg) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="adp-icon-"],
[class*=" adp-icon-"] {
	font-family: 'advanced-popups-icons' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.adp-icon-x:before {
	content: "\e913";
}

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.adp-popup {
	--adp-popup-wrap-scrollbar-width: 0.625rem;
	--adp-popup-wrap-scrollbar-track-background: #f1f1f1;
	--adp-popup-wrap-scrollbar-thumb-background: #888;
	--adp-popup-wrap-scrollbar-thumb-hover-background: #555;
	--adp-popup-wrap-box-shadow: 0 0 40px 0 rgba(0,0,0,.075);
	--adp-popup-container-background: #FFFFFF;
	--adp-popup-close-font-size: 1.25rem;
	--adp-popup-close-color: #000;
	--adp-popup-close-hover-color: #777;
	--adp-popup-close-light-color: #FFFF;
	--adp-popup-close-light-hover-color: rgba(255,255,255,0.75);
	--adp-popup-type-content-close-font-size: 1.5rem;
	--adp-popup-type-notification-text-font-size: 90%;
	--adp-popup-type-notification-text-color: #777777;
	--adp-popup-type-notification-text-link-color: #000000;
	--adp-popup-type-notification-button-background: #282828;
	--adp-popup-type-notification-button-color: #FFF;
	--adp-popup-type-notification-button-border-radius: 0;
}

.adp-popup-overlay {
	--adp-popup-overlay-background: rgba(0,0,0,0.25);
}

/*--------------------------------------------------------------*/
.adp-popup-scroll-hidden {
	overflow: hidden;
	width: 100%;
}

.adp-popup-animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	overflow: hidden  !important;
}

@-webkit-keyframes popupOpenFade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes popupOpenFade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes popupExitFade {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes popupExitFade {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@-webkit-keyframes popupOpenSlide {
	from {
		-webkit-transform: translate3d(0, 100vh, 0);
		transform: translate3d(0, 100vh, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes popupOpenSlide {
	from {
		-webkit-transform: translate3d(0, 100vh, 0);
		transform: translate3d(0, 100vh, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes popupExitSlide {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100vh, 0);
		transform: translate3d(0, 100vh, 0);
	}
}

@keyframes popupExitSlide {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100vh, 0);
		transform: translate3d(0, 100vh, 0);
	}
}

@-webkit-keyframes popupOpenZoom {
	from {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes popupOpenZoom {
	from {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes popupExitZoom {
	from {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@keyframes popupExitZoom {
	from {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@-webkit-keyframes popupOpenSlideFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
		visibility: visible;
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes popupOpenSlideFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
		visibility: visible;
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes popupExitSlideFade {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
}

@keyframes popupExitSlideFade {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
}

.popupOpenFade {
	-webkit-animation-name: popupOpenFade;
	animation-name: popupOpenFade;
}

.popupExitFade {
	-webkit-animation-name: popupExitFade;
	animation-name: popupExitFade;
}

.popupOpenSlide {
	-webkit-animation-name: popupOpenSlide;
	animation-name: popupOpenSlide;
}

.popupExitSlide {
	-webkit-animation-name: popupExitSlide;
	animation-name: popupExitSlide;
}

.popupOpenZoom {
	-webkit-animation-name: popupOpenZoom;
	animation-name: popupOpenZoom;
}

.popupExitZoom {
	-webkit-animation-name: popupExitZoom;
	animation-name: popupExitZoom;
}

.popupOpenSlideFade {
	-webkit-animation-name: popupOpenSlideFade;
	animation-name: popupOpenSlideFade;
}

.popupExitSlideFade {
	-webkit-animation-name: popupExitSlideFade;
	animation-name: popupExitSlideFade;
}

.adp-popup {
	display: none;
	position: fixed;
	z-index: 999999;
	max-width: calc(100vw - 6rem);
	max-height: calc(100vh - 6rem);
	-webkit-backface-visibility: hidden;
}

.adp-popup.adp-popup-location-top {
	top: 20px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

.adp-popup.adp-popup-location-top-left {
	top: 20px;
	left: 20px;
}

.adp-popup.adp-popup-location-top-right {
	top: 20px;
	right: 20px;
}

.adp-popup.adp-popup-location-bottom {
	bottom: 20px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

.adp-popup.adp-popup-location-bottom-left {
	left: 20px;
	bottom: 20px;
}

.adp-popup.adp-popup-location-bottom-right {
	right: 20px;
	bottom: 20px;
}

.adp-popup.adp-popup-location-left {
	top: 50%;
	left: 20px;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.adp-popup.adp-popup-location-right {
	top: 50%;
	right: 20px;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.adp-popup.adp-popup-location-center {
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.adp-popup .adp-popup-wrap {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	-webkit-box-shadow: var(--adp-popup-wrap-box-shadow);
	box-shadow: var(--adp-popup-wrap-box-shadow);
}

.adp-popup .adp-popup-wrap::-webkit-scrollbar {
	width: var(--adp-popup-wrap-scrollbar-width);
}

.adp-popup .adp-popup-wrap::-webkit-scrollbar-track {
	background: var(--adp-popup-wrap-scrollbar-track-background);
}

.adp-popup .adp-popup-wrap::-webkit-scrollbar-thumb {
	background: var(--adp-popup-wrap-scrollbar-thumb-background);
}

.adp-popup .adp-popup-wrap::-webkit-scrollbar-thumb:hover {
	background: var(--adp-popup-wrap-scrollbar-thumb-hover-background);
}

.adp-popup .adp-popup-container {
	background: var(--adp-popup-container-background);
	width: 100%;
}

.adp-popup .adp-popup-outer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.adp-popup .adp-popup-close {
	position: absolute;
	background: transparent;
	color: var(--adp-popup-close-color);
	padding: 0;
	line-height: 1;
	font-size: var(--adp-popup-close-font-size);
	top: 20px;
	right: 20px;
	z-index: 2;
}

.adp-popup .adp-popup-close:before {
	font-family: 'advanced-popups-icons';
	-webkit-transition: color 0.25s ease;
	transition: color 0.25s ease;
	content: "\e913";
}

.adp-popup .adp-popup-close:hover:before {
	color: var(--adp-popup-close-hover-color);
}

.adp-popup.adp-popup-open[data-light-close="true"] .adp-popup-close {
	color: var(--adp-popup-close-light-color);
}

.adp-popup.adp-popup-open[data-light-close="true"] .adp-popup-close:hover:before {
	color: var(--adp-popup-close-light-hover-color);
}

.adp-popup.adp-popup-open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 720px) {
	.adp-popup.adp-popup-open[data-mobile-disable="true"] {
		display: none;
	}
}

.adp-popup-overlay {
	background: var(--adp-popup-overlay-background);
	position: fixed;
	display: none;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999998;
}

.adp-popup-overlay .adp-popup-wrap {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.adp-popup-open + .adp-popup-overlay {
	display: block;
}

.adp-popup-type-content .adp-popup-content {
	padding: 60px;
}

.adp-popup-type-content .adp-popup-close {
	font-size: var(--adp-popup-type-content-close-font-size);
}

.adp-popup-type-content .wp-block-cover:first-child:last-child {
	margin: -60px;
	width: initial;
}

.adp-popup-type-content.adp-preview-image-yes .adp-popup-close {
	color: var(--adp-popup-close-light-color);
}

.adp-popup-type-content.adp-preview-image-yes .adp-popup-close:hover:before {
	color: var(--adp-popup-close-light-hover-color);
}

@media (min-width: 1024px) {
	.adp-popup-type-content .adp-popup-outer {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.adp-popup-type-content.adp-preview-image-left .adp-popup-close, .adp-popup-type-content.adp-preview-image-bottom .adp-popup-close {
		color: var(--adp-popup-close-color);
	}
	.adp-popup-type-content.adp-preview-image-left .adp-popup-close:hover:before, .adp-popup-type-content.adp-preview-image-bottom .adp-popup-close:hover:before {
		color: var(--adp-popup-close-hover-color);
	}
	.adp-popup-type-content.adp-preview-image-left .adp-popup-thumbnail {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.adp-popup-type-content.adp-preview-image-right .adp-popup-thumbnail {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.adp-popup-type-content.adp-preview-image-top .adp-popup-outer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.adp-popup-type-content.adp-preview-image-top .adp-popup-thumbnail img {
		position: relative;
		top: initial;
		bottom: initial;
		right: initial;
		left: initial;
		width: initial;
		height: initial;
	}
	.adp-popup-type-content.adp-preview-image-bottom .adp-popup-outer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.adp-popup-type-content.adp-preview-image-bottom .adp-popup-thumbnail {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.adp-popup-type-content.adp-preview-image-bottom .adp-popup-thumbnail img {
		position: relative;
		top: initial;
		bottom: initial;
		right: initial;
		left: initial;
		width: initial;
		height: initial;
	}
	.adp-popup-type-content .adp-popup-thumbnail {
		position: relative;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.adp-popup-type-content .adp-popup-thumbnail img {
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.adp-popup-type-content .adp-popup-content {
		padding: 80px;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.adp-popup-type-content .adp-popup-content:first-child:last-child {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
	}
	.adp-popup-type-content .wp-block-cover:first-child:last-child {
		margin: -80px;
	}
}

.adp-popup-type-notification-box .adp-popup-outer,
.adp-popup-type-notification-bar .adp-popup-outer {
	padding: 30px;
}

.adp-popup-type-notification-box .adp-popup-text,
.adp-popup-type-notification-bar .adp-popup-text {
	padding-right: 10px;
	font-size: var(--adp-popup-type-notification-text-font-size);
	color: var(--adp-popup-type-notification-text-color);
}

.adp-popup-type-notification-box .adp-popup-text a,
.adp-popup-type-notification-bar .adp-popup-text a {
	color: var(--adp-popup-type-notification-text-link-color);
	text-decoration: underline;
}

.adp-popup-type-notification-box .adp-popup-text a:hover,
.adp-popup-type-notification-bar .adp-popup-text a:hover {
	text-decoration: none;
}

.adp-popup-type-notification-box .adp-popup-button,
.adp-popup-type-notification-bar .adp-popup-button {
	background: var(--adp-popup-type-notification-button-background);
	margin-top: 1.5rem;
	width: 100%;
	color: var(--adp-popup-type-notification-button-color);
	border-radius: var(--adp-popup-type-notification-button-border-radius);
}

.adp-popup-type-notification-box .adp-popup-close {
	top: 15px;
	right: 15px;
}

.adp-popup-type-notification-bar.adp-popup-location-top {
	width: 100%;
	max-width: 100%;
	top: 0;
	left: 0;
	bottom: auto;
	-webkit-transform: none;
	transform: none;
}

.adp-popup-type-notification-bar.adp-popup-location-bottom {
	width: 100%;
	max-width: 100%;
	top: auto;
	left: 0;
	bottom: 0;
	-webkit-transform: none;
	transform: none;
}

.adp-popup-type-notification-bar .adp-popup-outer {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-right: 60px;
}

@media (min-width: 720px) {
	.adp-popup-type-notification-bar .adp-popup-outer {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto;
		padding-left: 40px;
		padding-right: 40px;
	}
	.adp-popup-type-notification-bar .adp-popup-close {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.adp-popup-type-notification-bar .adp-button {
		margin-left: 1rem;
		margin-top: 0;
		width: auto;
	}
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.is-style-cnvs-heading-numbered {
	--cnvs-heading-numbered-background: #ced4da;
	--cnvs-heading-numbered-color: white;
	--cnvs-heading-numbered-border-radius: 50%;
}

/*--------------------------------------------------------------*/
.content,
.entry-content {
	counter-reset: h2;
}

.content h2,
.entry-content h2 {
	counter-reset: h3;
}

.content h3,
.entry-content h3 {
	counter-reset: h4;
}

.content h4,
.entry-content h4 {
	counter-reset: h5;
}

.content h5,
.entry-content h5 {
	counter-reset: h6;
}

.is-style-cnvs-heading-numbered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.is-style-cnvs-heading-numbered:before {
	margin-right: 1rem;
}

h2.is-style-cnvs-heading-numbered:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 2.5rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 2.5rem;
	flex: 0 0 2.5rem;
	border-radius: var(--cnvs-heading-numbered-border-radius);
	background: var(--cnvs-heading-numbered-background);
	color: var(--cnvs-heading-numbered-color);
	counter-increment: h2;
	content: counter(h2);
}

h3.is-style-cnvs-heading-numbered:before {
	counter-increment: h3;
	content: counter(h3);
}

h2.is-style-cnvs-heading-numbered ~ h3.is-style-cnvs-heading-numbered:before {
	content: counter(h2) "." counter(h3);
}

h4.is-style-cnvs-heading-numbered:before {
	counter-increment: h4;
	content: counter(h4);
}

h3.is-style-cnvs-heading-numbered ~ h4.is-style-cnvs-heading-numbered:before {
	content: counter(h3) "." counter(h4);
}

h2.is-style-cnvs-heading-numbered ~ h3.is-style-cnvs-heading-numbered ~ h4.is-style-cnvs-heading-numbered:before {
	content: counter(h2) "." counter(h3) "." counter(h4);
}

h5.is-style-cnvs-heading-numbered:before {
	counter-increment: h5;
	content: counter(h5);
}

h4.is-style-cnvs-heading-numbered ~ h5.is-style-cnvs-heading-numbered:before {
	content: counter(h4) "." counter(h5);
}

h3.is-style-cnvs-heading-numbered ~ h4.is-style-cnvs-heading-numbered ~ h5.is-style-cnvs-heading-numbered:before {
	content: counter(h3) "." counter(h4) "." counter(h5);
}

h2.is-style-cnvs-heading-numbered ~ h3.is-style-cnvs-heading-numbered ~ h4.is-style-cnvs-heading-numbered ~ h5.is-style-cnvs-heading-numbered:before {
	content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5);
}

h6.is-style-cnvs-heading-numbered:before {
	counter-increment: h6;
	content: counter(h6);
}

h5.is-style-cnvs-heading-numbered ~ h6.is-style-cnvs-heading-numbered:before {
	content: counter(h5) "." counter(h6);
}

h4.is-style-cnvs-heading-numbered ~ h5.is-style-cnvs-heading-numbered ~ h6.is-style-cnvs-heading-numbered:before {
	content: counter(h4) "." counter(h5) "." counter(h6);
}

h3.is-style-cnvs-heading-numbered ~ h4.is-style-cnvs-heading-numbered ~ h5.is-style-cnvs-heading-numbered ~ h6.is-style-cnvs-heading-numbered:before {
	content: counter(h3) "." counter(h4) "." counter(h5) "." counter(h6);
}

h2.is-style-cnvs-heading-numbered ~ h3.is-style-cnvs-heading-numbered ~ h4.is-style-cnvs-heading-numbered ~ h5.is-style-cnvs-heading-numbered ~ h6.is-style-cnvs-heading-numbered:before {
	content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6);
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
[class*="is-style-cnvs-list-styled"] {
	--cnvs-list-styled-line-height: 1.5;
	--cnvs-list-styled-font-size: 1rem;
	--cnvs-list-styled-children-font-size: 0.875rem;
	--cnvs-list-styled-ul-box-background: #ced4da;
	--cnvs-list-styled-ul-box-border-radius: 0;
	--cnvs-list-styled-ul-positive-box-color: #28a745;
	--cnvs-list-styled-ul-negative-box-color: #dc3545;
	--cnvs-list-styled-ol-box-color: #495057;
	--cnvs-list-styled-ol-box-font-size: 0.875rem;
	--cnvs-list-styled-ol-box-font-weight: 600;
	--cnvs-list-styled-ol-box-background-color: #e9ecef;
	--cnvs-list-styled-ol-box-border-radius: 50%;
	--cnvs-list-styled-ol-positive-box-background-color: #28a745;
	--cnvs-list-styled-ol-negative-box-background-color: #dc3545;
	--cnvs-list-styled-ol-positive-box-color: #fff;
	--cnvs-list-styled-ol-negative-box-color: #fff;
}

/*--------------------------------------------------------------*/
.is-style-cnvs-list-styled,
.is-style-cnvs-list-styled-positive,
.is-style-cnvs-list-styled-negative {
	line-height: var(--cnvs-list-styled-line-height);
	list-style: none;
	font-size: var(--cnvs-list-styled-font-size);
}

.is-style-cnvs-list-styled:not(:first-child),
.is-style-cnvs-list-styled-positive:not(:first-child),
.is-style-cnvs-list-styled-negative:not(:first-child) {
	margin-top: 1.5rem;
}

.is-style-cnvs-list-styled:not(:last-child),
.is-style-cnvs-list-styled-positive:not(:last-child),
.is-style-cnvs-list-styled-negative:not(:last-child) {
	margin-bottom: 1.5rem;
}

.is-style-cnvs-list-styled li:not(:first-child),
.is-style-cnvs-list-styled-positive li:not(:first-child),
.is-style-cnvs-list-styled-negative li:not(:first-child) {
	margin-top: 0.5rem;
}

.is-style-cnvs-list-styled > li,
.is-style-cnvs-list-styled-positive > li,
.is-style-cnvs-list-styled-negative > li {
	position: relative;
	padding-left: 2.5rem;
}

.is-style-cnvs-list-styled > li:before,
.is-style-cnvs-list-styled-positive > li:before,
.is-style-cnvs-list-styled-negative > li:before {
	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;
	position: absolute;
	left: 0;
	top: 0;
}

ol.is-style-cnvs-list-styled,
ol.is-style-cnvs-list-styled-positive,
ol.is-style-cnvs-list-styled-negative {
	counter-reset: ol;
}

ol.is-style-cnvs-list-styled > li:before,
ol.is-style-cnvs-list-styled-positive > li:before,
ol.is-style-cnvs-list-styled-negative > li:before {
	width: 1.5rem;
	height: 1.5rem;
	content: counter(ol);
	counter-increment: ol;
	color: var(--cnvs-list-styled-ol-box-color);
	font-size: var(--cnvs-list-styled-ol-box-font-size);
	font-weight: var(--cnvs-list-styled-ol-box-font-weight);
	background-color: var(--cnvs-list-styled-ol-box-background-color);
	border-radius: var(--cnvs-list-styled-ol-box-border-radius);
	line-height: 1;
}

ul.is-style-cnvs-list-styled > li:before {
	content: '';
	width: 0.25rem;
	height: 0.25rem;
	margin-top: 0.75rem;
	left: 1rem;
	background: var(--cnvs-list-styled-ul-box-background);
	border-radius: var(--cnvs-list-styled-ul-box-border-radius);
}

ol.is-style-cnvs-list-styled ul,
ol.is-style-cnvs-list-styled ol,
ul.is-style-cnvs-list-styled ol,
ul.is-style-cnvs-list-styled ul {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	padding-left: 0;
	font-size: var(--cnvs-list-styled-children-font-size);
}

ol.is-style-cnvs-list-styled ul > li:not(:first-child),
ol.is-style-cnvs-list-styled ol > li:not(:first-child),
ul.is-style-cnvs-list-styled ol > li:not(:first-child),
ul.is-style-cnvs-list-styled ul > li:not(:first-child) {
	margin-top: 0.25rem;
}

ol.is-style-cnvs-list-styled-positive > li:before {
	background-color: var(--cnvs-list-styled-ol-positive-box-background-color);
	color: var(--cnvs-list-styled-ol-positive-box-color);
}

ol.is-style-cnvs-list-styled-negative > li:before {
	background-color: var(--cnvs-list-styled-ol-negative-box-background-color);
	color: var(--cnvs-list-styled-ol-negative-box-color);
}

ul.is-style-cnvs-list-styled-positive > li:before,
ul.is-style-cnvs-list-styled-negative > li:before {
	width: 1.5rem;
	font-family: 'canvas-icons';
}

ul.is-style-cnvs-list-styled-positive > li:before {
	content: "\e912";
	color: var(--cnvs-list-styled-ul-positive-box-color);
}

ul.is-style-cnvs-list-styled-negative > li:before {
	content: "\e913";
	color: var(--cnvs-list-styled-ul-negative-box-color);
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.has-drop-cap {
	--cnvs-drop-cap-color: black;
	--cnvs-drop-cap-font-size: 2.5rem;
	--cnvs-drop-cap-dark-background: black;
	--cnvs-drop-cap-dark-color: #fff;
	--cnvs-drop-cap-light-background: #f8f9fa;
	--cnvs-drop-cap-light-color: inherit;
	--cnvs-drop-cap-bordered-width: 1px;
	--cnvs-drop-cap-bordered-color: #dee2e6;
}

.is-style-cnvs-paragraph-callout {
	--cnvs-callout-font-size: 1.25rem;
	--cnvs-callout-font-weight: 600;
}

/*--------------------------------------------------------------*/
.content .has-drop-cap.is-cnvs-dropcap-simple:after,
.content .has-drop-cap.is-cnvs-dropcap-bordered:after,
.content .has-drop-cap.is-cnvs-dropcap-border-right:after,
.content .has-drop-cap.is-cnvs-dropcap-bg-light:after,
.content .has-drop-cap.is-cnvs-dropcap-bg-dark:after,
.entry-content .has-drop-cap.is-cnvs-dropcap-simple:after,
.entry-content .has-drop-cap.is-cnvs-dropcap-bordered:after,
.entry-content .has-drop-cap.is-cnvs-dropcap-border-right:after,
.entry-content .has-drop-cap.is-cnvs-dropcap-bg-light:after,
.entry-content .has-drop-cap.is-cnvs-dropcap-bg-dark:after {
	content: "";
	display: table;
	clear: both;
	padding-top: 14px;
}

.content .has-drop-cap.is-cnvs-dropcap-simple:first-letter,
.content .has-drop-cap.is-cnvs-dropcap-bordered:first-letter,
.content .has-drop-cap.is-cnvs-dropcap-border-right:first-letter,
.content .has-drop-cap.is-cnvs-dropcap-bg-light:first-letter,
.content .has-drop-cap.is-cnvs-dropcap-bg-dark:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-simple:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-bordered:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-border-right:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-bg-light:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-bg-dark:first-letter {
	display: block;
	float: left;
	margin-top: 0.5rem;
	margin-right: 2rem;
	margin-bottom: 1rem;
	color: var(--cnvs-drop-cap-color);
	font-size: var(--cnvs-drop-cap-font-size);
	line-height: 1;
	text-align: center;
}

.content .has-drop-cap.is-cnvs-dropcap-bg-dark:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-bg-dark:first-letter {
	padding: 0.5rem 1rem;
	background: var(--cnvs-drop-cap-dark-background);
	color: var(--cnvs-drop-cap-dark-color);
}

.content .has-drop-cap.is-cnvs-dropcap-bg-light:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-bg-light:first-letter {
	padding: 0.5rem 1rem;
	background: var(--cnvs-drop-cap-light-background);
	color: var(--cnvs-drop-cap-light-color);
}

.content .has-drop-cap.is-cnvs-dropcap-bordered:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-bordered:first-letter {
	margin-top: 0.25rem;
	padding: 0.5rem 1rem;
	border: var(--cnvs-drop-cap-bordered-width) solid var(--cnvs-drop-cap-bordered-color);
}

.content .has-drop-cap.is-cnvs-dropcap-border-right:first-letter,
.entry-content .has-drop-cap.is-cnvs-dropcap-border-right:first-letter {
	padding-right: 2rem;
	border-right: var(--cnvs-drop-cap-bordered-width) solid var(--cnvs-drop-cap-bordered-color);
	border-radius: 0;
}

.content .is-style-cnvs-paragraph-callout,
.entry-content .is-style-cnvs-paragraph-callout {
	font-size: var(--cnvs-callout-font-size);
	font-weight: var(--cnvs-callout-font-weight);
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.wp-block-separator {
	--cnvs-wp-block-separator-color: #dee2e6;
}

/*--------------------------------------------------------------*/
.content .wp-block-separator:not(.has-text-color),
.entry-content .wp-block-separator:not(.has-text-color) {
	color: var(--cnvs-wp-block-separator-color);
}

.content .wp-block-separator.is-style-cnvs-separator-double, .content .wp-block-separator.is-style-cnvs-separator-dotted, .content .wp-block-separator.is-style-cnvs-separator-dashed,
.entry-content .wp-block-separator.is-style-cnvs-separator-double,
.entry-content .wp-block-separator.is-style-cnvs-separator-dotted,
.entry-content .wp-block-separator.is-style-cnvs-separator-dashed {
	position: relative;
	display: block;
	width: 100% !important;
	height: 10px;
	max-width: 100% !important;
	background-color: transparent !important;
	border-bottom: none !important;
}

.content .wp-block-separator.is-style-cnvs-separator-double:after, .content .wp-block-separator.is-style-cnvs-separator-dotted:after, .content .wp-block-separator.is-style-cnvs-separator-dashed:after,
.entry-content .wp-block-separator.is-style-cnvs-separator-double:after,
.entry-content .wp-block-separator.is-style-cnvs-separator-dotted:after,
.entry-content .wp-block-separator.is-style-cnvs-separator-dashed:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -1px;
	border-bottom: 2px solid;
}

.content .wp-block-separator.is-style-cnvs-separator-double:after,
.entry-content .wp-block-separator.is-style-cnvs-separator-double:after {
	border-bottom-width: 4px !important;
	border-bottom-style: double !important;
	margin-top: -2px;
}

.content .wp-block-separator.is-style-cnvs-separator-dotted:after,
.entry-content .wp-block-separator.is-style-cnvs-separator-dotted:after {
	border-bottom-style: dotted !important;
}

.content .wp-block-separator.is-style-cnvs-separator-dashed:after,
.entry-content .wp-block-separator.is-style-cnvs-separator-dashed:after {
	border-bottom-style: dashed !important;
}
/**
 * All of the CSS for your block editor functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.wp-block-group {
	position: relative;
}

.wp-block-group .wp-block-group__inner-container {
	position: relative;
	width: 100%;
	z-index: 3;
}

.wp-block-group .wp-block-group__inner-container > *:last-child {
	margin-bottom: 0;
}

@media (min-width: 760px) and (min-width: 760px) {
	.wp-block-group > .is-block-content {
		max-width: 50%;
		width: 100%;
	}
}

.is-style-cnvs-block-bordered {
	--cnvs-style-single-border-color: #dee2e6;
	border: 1px solid var(--cnvs-style-single-border-color);
	padding: 40px;
}

.is-style-cnvs-block-single-border {
	--cnvs-style-single-border-width: 1px;
	--cnvs-style-single-border-color: #dee2e6;
	--cnvs-style-single-margin: 2rem;
}

.is-style-cnvs-block-single-border:before {
	content: "";
	background-color: var(--cnvs-style-single-border-color);
	display: block;
	width: 4rem;
	height: var(--cnvs-style-single-border-width);
	margin: var(--cnvs-style-single-margin) auto;
}

.is-style-cnvs-block-single-border:after {
	content: "";
	background-color: var(--cnvs-style-single-border-color);
	display: block;
	width: 4rem;
	height: var(--cnvs-style-single-border-width);
	margin: var(--cnvs-style-single-margin) auto;
}

.is-style-cnvs-block-single-border.alignright {
	border: none;
	padding-left: var(--cnvs-style-single-margin);
	border-left: var(--cnvs-style-single-border-width) solid var(--cnvs-style-single-border-color);
}

.is-style-cnvs-block-single-border.alignright:before, .is-style-cnvs-block-single-border.alignright:after {
	content: none;
}

.is-style-cnvs-block-single-border.alignleft {
	border: none;
	padding-right: var(--cnvs-style-single-margin);
	border-right: var(--cnvs-style-single-border-width) solid var(--cnvs-style-single-border-color);
}

.is-style-cnvs-block-single-border.alignleft:before, .is-style-cnvs-block-single-border.alignleft:after {
	content: none;
}

.is-style-cnvs-block-bg-light {
	--cnvs-style-bg-light-background: #f8f9fa;
	--cnvs-style-bg-light-padding: 40px;
	background: var(--cnvs-style-bg-light-background);
	padding: var(--cnvs-style-bg-light-padding);
}

.is-style-cnvs-block-bg-inverse {
	--cnvs-style-bg-inverse-background: black;
	--cnvs-style-bg-inverse-color: #fff;
	--cnvs-style-bg-inverse-padding: 40px;
	background: var(--cnvs-style-bg-inverse-background);
	padding: var(--cnvs-style-bg-inverse-padding);
	color: var(--cnvs-style-bg-inverse-color);
}

.is-style-cnvs-block-shadow {
	--cnvs-style-shadow-box-shadow: 0 16px 36px 0 rgba(0,0,0,0.08);
	--cnvs-style-shadow-padding: 40px;
	-webkit-box-shadow: var(--cnvs-style-shadow-box-shadow);
	box-shadow: var(--cnvs-style-shadow-box-shadow);
	padding: var(--cnvs-style-shadow-padding);
}

@media (max-width: 1019.98px) {
	.is-style-cnvs-block-single-border.alignleft,
	.is-style-cnvs-block-single-border.alignright {
		float: none;
		width: 100%;
		max-width: 100%;
		border-left: none;
		border-right: none;
		margin-left: 0;
		margin-right: 0;
	}
}
/**
 * All of the CSS for your block editor functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.wp-block-cover {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.wp-block-cover.is-cnvs-vert-align-middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wp-block-cover.is-cnvs-vert-align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-widget-author {
	--pk-author-social-link-color: #000000;
	--pk-author-with-bg-color: #FFFFFF;
	--pk-author-with-bg-links-color: #FFFFFF;
	--pk-author-with-bg-links-hover-color: rgba(255,255,255, 0.6);
	--pk-author-with-bg-decsription-color: #FFFFFF;
	--pk-author-avatar-border-radius: 100%;
	--pk-author-description-font-size: 90%;
}

/*--------------------------------------------------------------*/
.pk-widget-author {
	position: relative;
	text-align: center;
}

.pk-widget-author .pk-widget-author-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.pk-widget-author .pk-widget-author-bg img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.pk-widget-author .pk-widget-author-container {
	position: relative;
	padding: 0 2rem;
	z-index: 2;
}

.pk-widget-author .pk-author-avatar img {
	border-radius: var(--pk-author-avatar-border-radius);
}

.pk-widget-author .pk-author-data {
	margin-top: 1rem;
}

.pk-widget-author .pk-author-data .author-description {
	font-size: var(--pk-author-description-font-size);
}

.pk-widget-author .pk-author-footer {
	margin-top: 1rem;
}

.pk-widget-author .pk-author-button {
	margin-top: 1rem;
}

.pk-widget-author .pk-social-links-wrap {
	margin-top: 1rem;
}

.pk-widget-author .pk-social-links-items {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pk-widget-author .pk-social-links-link {
	color: var(--pk-author-social-link-color);
}

.pk-author-social-links .pk-social-links-link {
	padding: 0 0.25rem;
}

.pk-widget-author-with-bg {
	color: var(--pk-author-with-bg-color);
}

.pk-widget-author-with-bg a,
.pk-widget-author-with-bg .section-heading,
.pk-widget-author-with-bg .pk-social-links-link {
	color: var(--pk-author-with-bg-links-color) !important;
}

.pk-widget-author-with-bg a:hover,
.pk-widget-author-with-bg .pk-social-links-link:hover {
	color: var(--pk-author-with-bg-links-hover-color) !important;
}

.pk-widget-author-with-bg .author-description {
	color: var(--pk-author-with-bg-decsription-color) !important;
}

.pk-widget-author-with-bg .pk-widget-author-container {
	padding: 2rem;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-coming-soon-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
}

.pk-coming-soon-image {
	position: relative;
	width: 100%;
}

.pk-coming-soon-image img {
	width: 100%;
	height: auto;
}

.pk-coming-soon-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px;
	width: 100%;
}

@media (min-width: 992px) {
	.pk-coming-soon-page {
		min-height: 100vh;
	}
	.pk-coming-soon-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		min-height: 100vh;
	}
	.pk-coming-soon-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		min-height: 100vh;
		height: 100%;
	}
	.pk-coming-soon-image img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.pk-coming-soon-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pk-coming-soon-content:first-child:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.pk-coming-soon-content .entry-content {
	margin: 0 auto;
	max-width: 640px;
	width: 100%;
}

.pk-coming-soon-content .pk-social-links-items {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.content,
.entry-content,
.mce-content-body {
	counter-reset: h2;
}

.content h2,
.entry-content h2,
.mce-content-body h2 {
	counter-reset: h3;
}

.content h3,
.entry-content h3,
.mce-content-body h3 {
	counter-reset: h4;
}

.content h4,
.entry-content h4,
.mce-content-body h4 {
	counter-reset: h5;
}

.content h5,
.entry-content h5,
.mce-content-body h5 {
	counter-reset: h6;
}

.pk-list-styled,
.pk-list-positive,
.pk-list-negative {
	line-height: 1.5;
	list-style: none;
	font-size: 1rem;
}

.pk-list-styled:not(:first-child),
.pk-list-positive:not(:first-child),
.pk-list-negative:not(:first-child) {
	margin-top: 1.5rem;
}

.pk-list-styled:not(:last-child),
.pk-list-positive:not(:last-child),
.pk-list-negative:not(:last-child) {
	margin-bottom: 1.5rem;
}

.pk-list-styled li:not(:first-child),
.pk-list-positive li:not(:first-child),
.pk-list-negative li:not(:first-child) {
	margin-top: 0.5rem;
}

.pk-list-styled > li,
.pk-list-positive > li,
.pk-list-negative > li {
	position: relative;
	padding-left: 2.5rem;
}

.pk-list-styled > li:before,
.pk-list-positive > li:before,
.pk-list-negative > li:before {
	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;
	position: absolute;
	left: 0;
	top: 0;
}

ol.pk-list-styled,
ol.pk-list-positive,
ol.pk-list-negative {
	counter-reset: ol;
}

ol.pk-list-styled > li:before,
ol.pk-list-positive > li:before,
ol.pk-list-negative > li:before {
	width: 1.5rem;
	height: 1.5rem;
	content: counter(ol);
	counter-increment: ol;
	color: #495057;
	font-size: 0.875rem;
	font-weight: 600;
	background-color: #e9ecef;
	border-radius: 50%;
	line-height: 1;
}

ul.pk-list-styled > li:before {
	content: '';
	width: 0.25rem;
	height: 0.25rem;
	background: #ced4da;
	margin-top: 0.75rem;
	left: 1rem;
}

ol.pk-list-styled ul,
ol.pk-list-styled ol,
ul.pk-list-styled ol,
ul.pk-list-styled ul {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	padding-left: 0;
	font-size: 0.875rem;
}

ol.pk-list-styled ul > li:not(:first-child),
ol.pk-list-styled ol > li:not(:first-child),
ul.pk-list-styled ol > li:not(:first-child),
ul.pk-list-styled ul > li:not(:first-child) {
	margin-top: 0.25rem;
}

ol.pk-list-positive > li:before {
	background-color: #28a745;
	color: #fff;
}

ol.pk-list-negative > li:before {
	background-color: #dc3545;
	color: #fff;
}

ul.pk-list-positive > li:before,
ul.pk-list-negative > li:before {
	width: 1.5rem;
	font-family: 'powerkit-icons';
}

ul.pk-list-positive > li:before {
	content: "\e912";
	color: #28a745;
}

ul.pk-list-negative > li:before {
	content: "\e913";
	color: #dc3545;
}

.pk-heading-numbered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pk-heading-numbered:before {
	margin-right: 1rem;
}

h2.pk-heading-numbered:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 2.5rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 2.5rem;
	flex: 0 0 2.5rem;
	border-radius: 50%;
	background: #ced4da;
	color: white;
	counter-increment: h2;
	content: counter(h2);
}

h3.pk-heading-numbered:before {
	counter-increment: h3;
	content: counter(h3);
}

h2.pk-heading-numbered ~ h3.pk-heading-numbered:before {
	content: counter(h2) "." counter(h3);
}

h4.pk-heading-numbered:before {
	counter-increment: h4;
	content: counter(h4);
}

h3.pk-heading-numbered ~ h4.pk-heading-numbered:before {
	content: counter(h3) "." counter(h4);
}

h2.pk-heading-numbered ~ h3.pk-heading-numbered ~ h4.pk-heading-numbered:before {
	content: counter(h2) "." counter(h3) "." counter(h4);
}

h5.pk-heading-numbered:before {
	counter-increment: h5;
	content: counter(h5);
}

h4.pk-heading-numbered ~ h5.pk-heading-numbered:before {
	content: counter(h4) "." counter(h5);
}

h3.pk-heading-numbered ~ h4.pk-heading-numbered ~ h5.pk-heading-numbered:before {
	content: counter(h3) "." counter(h4) "." counter(h5);
}

h2.pk-heading-numbered ~ h3.pk-heading-numbered ~ h4.pk-heading-numbered ~ h5.pk-heading-numbered:before {
	content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5);
}

h6.pk-heading-numbered:before {
	counter-increment: h6;
	content: counter(h6);
}

h5.pk-heading-numbered ~ h6.pk-heading-numbered:before {
	content: counter(h5) "." counter(h6);
}

h4.pk-heading-numbered ~ h5.pk-heading-numbered ~ h6.pk-heading-numbered:before {
	content: counter(h4) "." counter(h5) "." counter(h6);
}

h3.pk-heading-numbered ~ h4.pk-heading-numbered ~ h5.pk-heading-numbered ~ h6.pk-heading-numbered:before {
	content: counter(h3) "." counter(h4) "." counter(h5) "." counter(h6);
}

h2.pk-heading-numbered ~ h3.pk-heading-numbered ~ h4.pk-heading-numbered ~ h5.pk-heading-numbered ~ h6.pk-heading-numbered:before {
	content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6);
}

.content .pk-dropcap,
.entry-content .pk-dropcap,
.mce-content-body .pk-dropcap {
	text-align: left;
}

.content .pk-dropcap:after,
.entry-content .pk-dropcap:after,
.mce-content-body .pk-dropcap:after {
	content: "";
	display: table;
	clear: both;
	padding-top: 14px;
}

.content .pk-dropcap:first-letter,
.entry-content .pk-dropcap:first-letter,
.mce-content-body .pk-dropcap:first-letter {
	display: block;
	float: left;
	margin-top: 0.5rem;
	margin-right: 2rem;
	margin-bottom: 1rem;
	color: black;
	font-size: 2.5rem;
	line-height: 1;
	text-align: center;
}

.content .pk-dropcap-bg-inverse:first-letter,
.entry-content .pk-dropcap-bg-inverse:first-letter,
.mce-content-body .pk-dropcap-bg-inverse:first-letter {
	padding: 0.5rem 1rem;
	background: black;
	color: #fff;
}

.content .pk-dropcap-bg-light:first-letter,
.entry-content .pk-dropcap-bg-light:first-letter,
.mce-content-body .pk-dropcap-bg-light:first-letter {
	padding: 0.5rem 1rem;
	background: #f8f9fa;
}

.content .pk-dropcap-borders:first-letter,
.entry-content .pk-dropcap-borders:first-letter,
.mce-content-body .pk-dropcap-borders:first-letter {
	margin-top: 0.25rem;
	padding: 0.5rem 1rem;
	border: 1px solid #dee2e6;
}

.content .pk-dropcap-border-right:first-letter,
.entry-content .pk-dropcap-border-right:first-letter,
.mce-content-body .pk-dropcap-border-right:first-letter {
	padding-right: 2rem;
	border-right: 1px solid #dee2e6;
	border-radius: 0;
}

.content .pk-callout,
.entry-content .pk-callout,
.mce-content-body .pk-callout {
	font-size: 1.25rem;
	font-weight: 600;
}

.content .pk-content-block,
.entry-content .pk-content-block,
.mce-content-body .pk-content-block {
	margin-bottom: 2rem;
}

.content .pk-content-block > *:last-child,
.entry-content .pk-content-block > *:last-child,
.mce-content-body .pk-content-block > *:last-child {
	margin-bottom: 0;
}

.content .pk-block-alignment-left,
.entry-content .pk-block-alignment-left,
.mce-content-body .pk-block-alignment-left {
	float: left;
	max-width: 50%;
	margin-right: 2rem;
}

.content .pk-block-alignment-right,
.entry-content .pk-block-alignment-right,
.mce-content-body .pk-block-alignment-right {
	float: right;
	max-width: 50%;
	margin-left: 2rem;
}

.content .pk-block-border-left,
.entry-content .pk-block-border-left,
.mce-content-body .pk-block-border-left {
	padding-left: 2rem;
	border-left: 1px solid #dee2e6;
}

.content .pk-block-border-right,
.entry-content .pk-block-border-right,
.mce-content-body .pk-block-border-right {
	padding-right: 2rem;
	border-right: 1px solid #dee2e6;
}

.content .pk-block-border-top:before,
.entry-content .pk-block-border-top:before,
.mce-content-body .pk-block-border-top:before {
	background-color: #dee2e6;
	display: block;
	width: 4rem;
	height: 1px;
	margin: 2rem auto;
	content: "";
}

.content .pk-block-border-bottom:after,
.entry-content .pk-block-border-bottom:after,
.mce-content-body .pk-block-border-bottom:after {
	background-color: #dee2e6;
	display: block;
	width: 4rem;
	height: 1px;
	margin: 2rem auto;
	content: "";
}

.content .pk-block-border-all,
.entry-content .pk-block-border-all,
.mce-content-body .pk-block-border-all {
	padding: 2rem;
	border: 1px solid #dee2e6;
}

.content .pk-block-bg-light,
.entry-content .pk-block-bg-light,
.mce-content-body .pk-block-bg-light {
	background: #f8f9fa;
	padding: 2rem;
}

.content .pk-block-bg-inverse,
.entry-content .pk-block-bg-inverse,
.mce-content-body .pk-block-bg-inverse {
	background: black;
	padding: 2rem;
	color: #fff;
}

.content .pk-block-bg .pk-alert,
.entry-content .pk-block-bg .pk-alert,
.mce-content-body .pk-block-bg .pk-alert {
	background-color: white;
}

.content .pk-block-bg .pk-subscribe-form-wrap form,
.entry-content .pk-block-bg .pk-subscribe-form-wrap form,
.mce-content-body .pk-block-bg .pk-subscribe-form-wrap form {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.content .pk-block-shadows,
.entry-content .pk-block-shadows,
.mce-content-body .pk-block-shadows {
	padding: 2rem;
	-webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.075);
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 767.98px) {
	.content .pk-content-block,
	.entry-content .pk-content-block,
	.mce-content-body .pk-content-block {
		float: none;
		width: 100%;
		max-width: 100%;
		border-left: none;
		border-right: none;
		margin-left: 0;
		margin-right: 0;
	}
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-widget-contributors {
	--pk-contributors-item-border-color: #eeeeee;
	--pk-contributors-post-arrow-color: #ced4da;
	--pk-contributors-post-arrow-color-hover: #fff;
	--pk-contributors-post-arrow-backgroynd-hover: #6c757d;
	--pk-contributors-avatar-border-radius: 100%;
	--pk-contributors-post-arrow-border-radius: 100%;
	--pk-contributors-description-font-size: 80%;
	--pk-contributors-post-link-font-size: 0.875rem;
	--pk-contributors-post-link-line-height: 1.25rem;
	--pk-contributors-post-arrow-font-size: 14px;
}

/*--------------------------------------------------------------*/
.pk-widget-contributors .pk-author-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px var(--pk-contributors-item-border-color) solid;
}

.pk-widget-contributors .pk-author-item:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.pk-widget-contributors .pk-author-avatar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	width: 80px;
	height: 80px;
	margin-right: 1rem;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.pk-widget-contributors .pk-author-avatar img {
	border-radius: var(--pk-contributors-avatar-border-radius);
}

.pk-widget-contributors .pk-author-data {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}

.pk-widget-contributors .pk-author-data .author-name {
	margin-top: 0;
	margin-bottom: .5rem;
}

.pk-widget-contributors .pk-author-data .author-description {
	font-size: var(--pk-contributors-description-font-size);
	margin-bottom: .5rem;
}

.pk-widget-contributors .pk-social-links-wrap {
	margin-top: .5rem;
}

.pk-widget-contributors .pk-author-posts {
	margin-top: 2rem;
}

.pk-widget-contributors .pk-author-posts > .pk-author-posts-single > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	position: relative;
	padding-left: 2rem;
	font-size: var(--pk-contributors-post-link-font-size);
	line-height: var(--pk-contributors-post-link-line-height);
}

.pk-widget-contributors .pk-author-posts > .pk-author-posts-single > a:before {
	position: absolute;
	left: 0;
	top: 4px;
	font-family: 'powerkit-icons';
	content: "\e940";
	color: var(--pk-contributors-post-arrow-color);
	font-size: var(--pk-contributors-post-arrow-font-size);
	margin-right: 1rem;
	display: inline-block;
	-webkit-transition: .2s ease all;
	transition: .2s ease all;
	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;
	width: 20px;
	height: 20px;
	border-radius: var(--pk-contributors-post-arrow-border-radius);
}

.pk-widget-contributors .pk-author-posts > .pk-author-posts-single > a:hover:before {
	color: var(--pk-contributors-post-arrow-color-hover);
	-webkit-transition: .2s ease all;
	transition: .2s ease all;
	background: var(--pk-contributors-post-arrow-backgroynd-hover);
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.fb-page-wrapper {
	overflow: hidden;
}

.fb-comments {
	margin-top: 3rem;
}

.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
	width: 100% !important;
	left: 0;
}

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-featured-categories {
	--pk-featured-image-background: #f8f9fa;
	--pk-featured-content-color: #FFFFFF;
	--pk-featured-overlay-background: #000000;
	--pk-featured-link-color: #FFFFFF;
	--pk-featured-list-count-background: #000000;
	--pk-featured-overlay-opacity: 0.3;
	--pk-featured-name-font-weight: bold;
	--pk-featured-tiles-count-font-size: 0.75rem;
	--pk-featured-list-count-font-size: 0.6875rem;
	--pk-featured-list-count-size: 1.5rem;
	--pk-featured-list-number-font-weight: bold;
}

/*--------------------------------------------------------------*/
.pk-featured-categories .pk-featured-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.pk-featured-categories .pk-featured-image {
	background: var(--pk-featured-image-background);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.pk-featured-categories .pk-featured-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.pk-featured-categories .pk-featured-content {
	position: relative;
	padding: 40px;
	color: var(--pk-featured-content-color);
}

.pk-featured-categories .pk-featured-content:before {
	position: absolute;
	background: var(--pk-featured-overlay-background);
	opacity: var(--pk-featured-overlay-opacity);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
}

.pk-featured-categories .pk-featured-inner {
	position: relative;
}

.pk-featured-categories .pk-featured-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.pk-featured-categories .pk-featured-link span {
	display: none;
}

.pk-featured-categories-tiles {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.pk-featured-categories-tiles .pk-featured-item {
	min-height: 170px;
}

.pk-featured-categories-tiles .pk-featured-content {
	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;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.pk-featured-categories-tiles .pk-featured-inner {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.pk-featured-categories-tiles .pk-featured-item:hover .pk-featured-inner {
	-webkit-transform: translate3d(0, -20%, 0);
	transform: translate3d(0, -20%, 0);
	opacity: 0;
}

.pk-featured-categories-tiles .pk-featured-name {
	font-weight: var(--pk-featured-name-font-weight);
}

.pk-featured-categories-tiles .pk-featured-link {
	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;
	color: var(--pk-featured-link-color);
}

.pk-featured-categories-tiles .pk-featured-link span {
	display: inline-block;
	opacity: 0;
	-webkit-transform: translate3d(0, 20%, 0);
	transform: translate3d(0, 20%, 0);
	-webkit-transition: 0.25s ease 0s;
	transition: 0.25s ease 0s;
}

.pk-featured-categories-tiles .pk-featured-link span:after {
	content: ' →';
}

.pk-featured-categories-tiles .pk-featured-link:hover span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: 0.25s ease 0.15s;
	transition: 0.25s ease 0.15s;
}

.pk-featured-categories-tiles .pk-featured-count {
	font-size: var(--pk-featured-tiles-count-font-size);
}

.pk-featured-categories-vertical-list .pk-featured-item {
	margin-top: 0.5rem;
}

.pk-featured-categories-vertical-list .pk-featured-item:first-child {
	margin-top: 0;
}

.pk-featured-categories-vertical-list .pk-featured-content {
	padding: 1rem;
}

.pk-featured-categories-vertical-list .pk-featured-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pk-featured-categories-vertical-list .pk-featured-name {
	font-weight: var(--pk-featured-name-font-weight);
}

.pk-featured-categories-vertical-list .pk-featured-count {
	position: relative;
	background: var(--pk-featured-list-count-background);
	min-width: var(--pk-featured-list-count-size);
	height: var(--pk-featured-list-count-size);
	padding: 0 0.25rem;
	font-size: var(--pk-featured-list-count-font-size);
	overflow: hidden;
}

.pk-featured-categories-vertical-list .pk-featured-count:after {
	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;
	width: 100%;
	height: var(--pk-featured-list-count-size);
	content: '→';
}

.pk-featured-categories-vertical-list .pk-featured-count .pk-featured-number {
	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;
	width: 100%;
	height: var(--pk-featured-list-count-size);
	font-weight: var(--pk-featured-list-number-font-weight);
	margin-top: 0;
	-webkit-transition: 0.25s ease;
	transition: 0.25s ease;
}

.pk-featured-categories-vertical-list .pk-featured-count .pk-featured-label {
	display: none;
}

.pk-featured-categories-vertical-list .pk-featured-item:hover .pk-featured-number {
	margin-top: calc(var(--pk-featured-list-count-size) * -1);
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-inline-posts .pk-inline-posts-title {
	margin-bottom: 1.5rem;
}

.pk-inline-posts:not(:last-child) {
	padding-bottom: 40px;
	margin-bottom: 3rem;
	border-bottom: 1px #e9ecef solid;
}

.pk-inline-posts:not(:first-child) {
	padding-top: 40px;
	margin-top: 3rem;
	border-top: 1px #e9ecef solid;
}

.pk-inline-posts-container .pk-overlay {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
}

.pk-inline-posts-container .pk-overlay-background {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.pk-inline-posts-container .pk-overlay-background figure {
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}

.pk-inline-posts-container .pk-overlay-background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.pk-inline-posts-container .pk-overlay-ratio:before {
	content: '';
	display: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 0;
	height: 100%;
}

.pk-inline-posts-container .pk-ratio-landscape:before {
	padding-bottom: 75%;
}

.pk-inline-posts-container .pk-overlay-link {
	display: block;
	width: 100%;
	height: 100%;
}

.pk-inline-posts-container .pk-post-inner:not(:last-child) {
	margin-bottom: 1.5rem;
}

.pk-inline-posts-container .pk-post-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pk-inline-posts-container .pk-post-meta .sep {
	display: inline-block;
	padding: 0 0.5rem;
}

.pk-inline-posts-container article:not(:first-child) {
	margin-top: 40px;
}

@media (min-width: 576px) {
	.pk-inline-posts-template-list .pk-post-outer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.pk-inline-posts-template-list .pk-post-inner {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pk-inline-posts-template-list .pk-post-inner:not(:last-child) {
		margin-bottom: 0;
	}
	.pk-inline-posts-template-list .pk-post-inner:first-child:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pk-inline-posts-template-list .pk-post-inner + .pk-post-inner {
		margin-top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.pk-inline-posts-template-grid .pk-post-inner + .pk-post-inner {
	margin-top: 1rem;
}

@media (min-width: 576px) {
	.pk-inline-posts-template-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.pk-inline-posts-template-grid article {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pk-inline-posts-template-grid article:nth-child(-n+2) {
		margin-top: 0;
	}
	.pk-inline-posts-template-grid[data-columns="1"] {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.pk-inline-posts-template-grid[data-columns="1"] article {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pk-inline-posts-template-grid[data-columns="1"] article:not(:first-child) {
		margin-top: 40px;
	}
}

@media (min-width: 1200px) {
	.pk-inline-posts-template-grid[data-columns="3"] article {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.pk-inline-posts-template-grid[data-columns="3"] article:nth-child(-n+3) {
		margin-top: 0;
	}
	.pk-inline-posts-template-grid[data-columns="4"] article {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.pk-inline-posts-template-grid[data-columns="4"] article:nth-child(-n+4) {
		margin-top: 0;
	}
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-instagram-feed {
	--pk-instagram-a-color: inherit;
	--pk-instagram-info-color: #000000;
	--pk-instagram-name-a-color: inherit;
	--pk-instagram-number-color: #000000;
	--pk-instagram-data-color: rgba(255, 255, 255, 0.9);
	--pk-instagram-link-opacity: rgba(0, 0, 0, 0.5);
	--pk-instagram-name-font-size: 0.875rem;
	--pk-instagram-counters-font-size: 80%;
	--pk-instagram-number-font-size: 0.875rem;
	--pk-instagram-number-font-weight: bold;
	--pk-instagram-meta-font-size: 14px;
}

/*--------------------------------------------------------------*/
.pk-instagram-header {
	margin-bottom: 1.5rem;
}

.pk-instagram-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pk-avatar-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-right: 1rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
}

.pk-instagram-avatar {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.pk-instagram-info a {
	color: var(--pk-instagram-a-color);
}

.pk-instagram-username {
	color: var(--pk-instagram-info-color);
	margin-top: 0;
	margin-bottom: 0;
	word-break: break-all;
}

.pk-instagram-name {
	font-size: var(--pk-instagram-name-font-size);
	word-break: break-all;
}

.pk-instagram-name a {
	color: var(--pk-instagram-name-a-color);
}

.pk-instagram-counters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1rem;
	font-size: var(--pk-instagram-counters-font-size);
}

.pk-instagram-counters .counter + .counter {
	margin-left: 0.5rem;
}

.pk-instagram-counters .number {
	color: var(--pk-instagram-number-color);
	font-size: var(--pk-instagram-number-font-size);
	font-weight: var(--pk-instagram-number-font-weight);
}

.pk-instagram-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1rem;
}

.pk-instagram-footer .pk-instagram-btn {
	display: block;
	width: 100%;
}

.pk-instagram-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pk-instagram-item {
	display: block;
	position: relative;
}

.pk-instagram-item:after {
	position: relative;
	padding-bottom: 100%;
	display: block;
	height: 0;
	z-index: 0;
	content: '';
}

.pk-instagram-link img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pk-instagram-link {
	position: absolute;
	display: block;
	border: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pk-instagram-link:before {
	background: var(--pk-instagram-link-opacity);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	content: '';
	-webkit-transition: 0.25s;
	transition: 0.25s;
	z-index: 2;
}

.pk-instagram-link:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pk-instagram-link:hover:before {
	opacity: 1;
}

.pk-instagram-link:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.pk-instagram-data {
	position: absolute;
	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: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: var(--pk-instagram-data-color);
	z-index: 3;
	opacity: 0;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.pk-instagram-link:hover .pk-instagram-data {
	opacity: 1;
}

.pk-instagram-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pk-instagram-meta .pk-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	font-size: var(--pk-instagram-meta-font-size);
	margin-left: 10px;
}

.pk-instagram-meta .pk-meta i {
	position: relative;
	margin-right: 5px;
	top: 1px;
}

.pk-instagram-meta .pk-meta:first-child {
	margin-left: 0;
}

.widget .pk-instagram-meta {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.widget .pk-instagram-meta .pk-meta {
	margin: 0;
}

.pk-instagram-columns-1 .pk-instagram-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.pk-instagram-columns-2 .pk-instagram-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.pk-instagram-columns-3 .pk-instagram-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
}

.pk-instagram-columns-4 .pk-instagram-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}

.pk-instagram-columns-5 .pk-instagram-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
}

.pk-instagram-columns-6 .pk-instagram-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
}

.pk-instagram-columns-7 .pk-instagram-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 14.2857142857%;
	flex: 0 0 14.2857142857%;
}

.pk-instagram-size-auto .pk-instagram-items {
	margin-left: -5px;
	margin-right: -5px;
}

.pk-instagram-size-auto .pk-instagram-items .pk-instagram-item {
	margin: 5px;
}

.pk-instagram-size-auto.pk-instagram-columns-1 .pk-instagram-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 1 - 10px);
	flex: 0 0 calc(100% / 1 - 10px);
}

.pk-instagram-size-auto.pk-instagram-columns-2 .pk-instagram-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 2 - 10px);
	flex: 0 0 calc(100% / 2 - 10px);
}

.pk-instagram-size-auto.pk-instagram-columns-3 .pk-instagram-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 3 - 10px);
	flex: 0 0 calc(100% / 3 - 10px);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.pk-instagram-size-auto .pk-instagram-items {
		margin: 0;
	}
	.pk-instagram-size-auto .pk-instagram-items .pk-instagram-item {
		margin: 0;
	}
	.pk-instagram-size-auto.pk-instagram-columns-1 .pk-instagram-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.pk-instagram-size-auto.pk-instagram-columns-2 .pk-instagram-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	.pk-instagram-size-auto.pk-instagram-columns-3 .pk-instagram-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
	}
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.gallery-type-justified {
	--pk-twitter-caption-color: #FFFFFF;
	--pk-twitter-caption-background: rgba(0, 0, 0, 0.5);
	--pk-twitter-loader-border-color: rgba(0, 0, 0, 0.25);
	--pk-twitter-loader-color: #777;
	--pk-twitter-caption-font-size: 0.75rem;
}

/*--------------------------------------------------------------*/
.gallery-type-justified {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 1.5rem;
}

.gallery-type-justified .gallery-item {
	display: inline-block;
	overflow: hidden;
	position: absolute;
	margin: 0;
	/* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
	opacity: 0.1;
}

.gallery-type-justified .gallery-item > img,
.gallery-type-justified .gallery-item > a > img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	opacity: 0;
}

.gallery-type-justified .gallery-item > .caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0.5rem;
	opacity: 0;
	color: var(--pk-twitter-caption-color);
	background-color: var(--pk-twitter-caption-background);
	font-size: var(--pk-twitter-caption-font-size);
	-webkit-transition: 0.2s ease opacity;
	transition: 0.2s ease opacity;
}

.gallery-type-justified .gallery-item > .caption.caption-visible {
	opacity: 1;
}

.gallery-type-justified > .entry-visible {
	opacity: 1;
	background: none;
}

.gallery-type-justified > .entry-visible > img,
.gallery-type-justified > .entry-visible > a > img {
	opacity: 1;
}

.gallery-type-justified > .jg-filtered {
	display: none;
}

.gallery-type-justified.justified-loaded:before {
	display: none;
}

.gallery-type-justified:before {
	width: 1.5rem;
	height: 1.5rem;
	border: 2px solid var(--pk-twitter-loader-border-color);
	border-top-color: var(--pk-twitter-loader-color);
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	content: "";
}

@-webkit-keyframes loader-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.mfp-bg,
.mfp-wrap {
	--pk-mfp-overlay-opacity: 1.0;
	--pk-mfp-overlay-color: #FFFFFF;
	--pk-mfp-shadow: none;
	--pk-mfp-controls-color: #000;
	--pk-mfp-controls-border-color: #FFFFFF;
	--pk-mfp-inner-close-icon-color: #E0E0E0;
	--pk-mfp-controls-text-color: #3D3D3D;
	--pk-mfp-controls-text-color-hover: #000000;
	--pk-mfp-iframe-background: #FFFFFF;
	--pk-mfp-image-background: #E6E6E6;
	--pk-mfp-caption-title-color: #000000;
	--pk-mfp-caption-subtitle-color: #434343;
}

.pk-zoom-icon-popup {
	--pk-zoom-icon-popup-color: white;
	--pk-zoom-icon-popup-background: rgba(0, 0, 0, 0.6);
	--pk-zoom-icon-popup-font-size: 16px;
}

/*--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: var(--pk-mfp-overlay-color);
	opacity: var(--pk-mfp-overlay-opacity);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	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-inline-holder .mfp-content,
.mfp-ajax-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: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: var(--pk-mfp-controls-text-color);
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: var(--pk-mfp-controls-text-color);
}

.mfp-preloader a:hover {
	color: var(--pk-mfp-controls-text-color-hover);
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

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: 0.65;
	padding: 0 0 18px 10px;
	color: var(--pk-mfp-controls-color);
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: var(--pk-mfp-inner-close-icon-color);
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: var(--pk-mfp-controls-color);
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: var(--pk-mfp-controls-text-color);
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid var(--pk-mfp-controls-color);
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid var(--pk-mfp-controls-border-color);
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid var(--pk-mfp-controls-color);
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid var(--pk-mfp-controls-border-color);
}

.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 {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: var(--pk-mfp-shadow);
	box-shadow: var(--pk-mfp-shadow);
	background: var(--pk-mfp-iframe-background);
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: var(--pk-mfp-shadow);
	box-shadow: var(--pk-mfp-shadow);
	background: var(--pk-mfp-image-background);
}

.mfp-figure small {
	color: var(--pk-mfp-caption-subtitle-color);
	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;
	line-height: 18px;
	color: var(--pk-mfp-caption-title-color);
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.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, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-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, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.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;
	}
}

.pk-lightbox-container {
	position: relative;
	max-width: 100%;
}

.pk-zoom-icon-popup {
	display: block;
}

.pk-zoom-icon-popup:after {
	display: block;
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	opacity: 0;
	color: var(--pk-zoom-icon-popup-color);
	background: var(--pk-zoom-icon-popup-background);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-family: 'powerkit-icons';
	font-size: var(--pk-zoom-icon-popup-font-size);
	content: "\e916";
}

.pk-zoom-icon-popup:hover:after {
	opacity: 1;
}

.pk-zoom-icon-popup img {
	min-width: 100%;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-subscribe-form-wrap {
	--pk-subscribe-with-bg-color: #FFFFFF;
	--pk-subscribe-with-bg-elements-color: #FFFFFF;
	--pk-subscribe-heading-font-size: 1.25rem;
	--pk-subscribe-privacy-font-size: 80%;
}

/*--------------------------------------------------------------*/
.pk-subscribe-form-wrap {
	position: relative;
}

.pk-subscribe-form-wrap .pk-subscribe-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.pk-subscribe-form-wrap .pk-subscribe-bg img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.pk-subscribe-form-wrap .pk-input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pk-subscribe-form-wrap .pk-alert {
	margin: 1rem 0 0;
}

.pk-subscribe-form-wrap .pk-font-heading {
	font-size: var(--pk-subscribe-heading-font-size);
}

.pk-subscribe-form-wrap .pk-privacy {
	margin: 1rem 0 0;
	font-size: var(--pk-subscribe-privacy-font-size);
}

.pk-subscribe-form-wrap .pk-privacy label {
	margin-bottom: 0;
	cursor: pointer;
}

.pk-subscribe-form-wrap .pk-privacy input[type="checkbox"] {
	margin-right: 0.5rem;
}

.pk-subscribe-form-wrap .pk-subscribe-message a,
.pk-subscribe-form-wrap .pk-privacy a {
	border: none;
	text-decoration: underline;
}

.pk-subscribe-form-wrap .pk-subscribe-message a:hover,
.pk-subscribe-form-wrap .pk-privacy a:hover {
	text-decoration: none;
}

.pk-subscribe-with-name .pk-input-group {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.pk-subscribe-with-name .pk-input-group input,
.pk-subscribe-with-name .pk-input-group button {
	margin-top: 0.5rem;
}

.pk-subscribe-with-name .pk-input-group input:first-child,
.pk-subscribe-with-name .pk-input-group button:first-child {
	margin-top: 0;
}

.pk-subscribe-with-name .pk-input-group input[type="text"] {
	width: 100%;
}

.pk-subscribe-with-bg {
	color: var(--pk-subscribe-with-bg-color);
	overflow: hidden;
}

.pk-subscribe-with-bg .pk-subscribe-container {
	position: relative;
	padding: 2rem;
	z-index: 2;
}

.pk-subscribe-with-bg .pk-input-group input,
.pk-subscribe-with-bg .pk-input-group button {
	margin-top: 0.5rem;
}

.pk-subscribe-with-bg .pk-input-group input:first-child,
.pk-subscribe-with-bg .pk-input-group button:first-child {
	margin-top: 0;
}

.pk-subscribe-with-bg .section-heading {
	color: var(--pk-subscribe-with-bg-elements-color);
}

.pk-subscribe-with-bg .pk-title,
.pk-subscribe-with-bg .pk-subscribe-message,
.pk-subscribe-with-bg .pk-subscribe-message a,
.pk-subscribe-with-bg .pk-privacy,
.pk-subscribe-with-bg .pk-privacy a {
	color: var(--pk-subscribe-with-bg-elements-color);
}

.pk-subscribe-with-bg .subscription {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.pk-subscribe-form-widget .pk-bg-overlay {
	text-align: center;
}

.pk-subscribe-form-widget .pk-bg-overlay .pk-input-group {
	background: transparent;
	display: block;
}

.pk-subscribe-form-widget .pk-bg-overlay .pk-input-group button {
	margin-bottom: 0;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-pin-it {
	--pk-pinterest-pinit-background: #bd081c;
	--pk-pinterest-pinit-background-hover: #ee0a23;
	--pk-pinterest-pinit-color: #FFFFFF;
	--pk-pinterest-pinit-color-hover: #FFFFFF;
	--pk-pinterest-pinit-font-size: 16px;
}

/*--------------------------------------------------------------*/
.pk-pin-it-container {
	position: relative;
	max-width: 100%;
}

@-webkit-keyframes pk_pin_it_show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes pk_pin_it_show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.pk-pin-it {
	position: absolute;
	top: 1rem;
	left: 1rem;
	color: var(--pk-pinterest-pinit-color) !important;
	text-decoration: none !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-color: var(--pk-pinterest-pinit-background);
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: var(--pk-pinterest-pinit-font-size);
	text-align: center;
	opacity: 1;
	-webkit-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
	z-index: 2;
}

.pk-pin-it:hover {
	background-color: var(--pk-pinterest-pinit-background-hover);
	color: var(--pk-pinterest-pinit-color-hover);
}

.pk-pin-it span:first-child {
	display: none;
}

.pk-pin-it.pk-pin-it-visible {
	-webkit-animation: pk_pin_it_show 0.25s ease;
	animation: pk_pin_it_show 0.25s ease;
}

.wp-block-gallery .blocks-gallery-image .pk-pin-it,
.wp-block-gallery .blocks-gallery-item
.wp-block-gallery.is-cropped .blocks-gallery-image .pk-pin-it,
.wp-block-gallery.is-cropped .blocks-gallery-item .pk-pin-it {
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-share-buttons-wrap {
	--pk-share-link-background: #F8F9FA;
	--pk-share-link-color: #000000;
	--pk-share-link-hover-color: #FFFFFF;
	--pk-share-link-hover-count-color: rgba(255,255,255,.9);
	--pk-share-simple-light-link-background: transparent;
	--pk-share-simple-light-link-hover-color: #6c757d;
	--pk-share-simple-dark-link-background: rgba(0,0,0,1);
	--pk-share-simple-dark-link-color: white;
	--pk-share-simple-dark-link-count-color: rgba(255, 255, 255, 0.9);
	--pk-share-simple-dark-link-hover-background: rgba(0,0,0,0.85);
	--pk-share-bold-bg-link-color: #fff;
	--pk-share-bold-bg-link-count-color: rgba(255, 255, 255, 0.9);
	--pk-share-bold-light-link-hover-count-color: #6c757d;
	--pk-share-bold-link-hover-count-color: #6c757d;
	--pk-share-inverse-link-color: #fff;
	--pk-share-inverse-link-count-color: rgba(255,255,255,0.75);
	--pk-share-inverse-total-count-color: rgba(255,255,255,0.75);
	--pk-share-inverse-total-label-color: #fff;
	--pk-share-highlight-background: #fff;
	--pk-share-highlight-box-shadow: 0 2px 9px 0 rgba(0,0,0,0.07);
	--pk-mobile-share-horizontal-background: #F8F9FA;
	--pk-mobile-share-total-background: rgba(0,0,0,1);
	--pk-mobile-share-total-label-color: rgba(255,255,255,1);
	--pk-mobile-share-total-count-color: rgba(255,255,255,0.5);
	--pk-mobile-share-total-count-font-size: 0.75rem;
	--pk-mobile-share-close-font-size: 1.5rem;
	--pk-mobile-share-close-color: #FFF;
	--pk-share-tip-background: #FFFFFF;
	--pk-share-tip-border-color: #dbdbdb;
	--pk-share-tip-border-radius: 2px;
}

.pk-mobile-share-overlay {
	--pk-mobile-share-overlay-background: rgba(0,0,0,0.35);
}

/*--------------------------------------------------------------*/
/* --------------------------------------------------------------*/
.pk-share-buttons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1;
}

.pk-share-buttons-wrap .pk-share-buttons-link {
	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;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	height: 36px;
	padding: 0 1rem;
	background: var(--pk-share-link-background);
	color: var(--pk-share-link-color);
	text-decoration: none;
	-webkit-transition: .25s ease all;
	transition: .25s ease all;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pk-share-buttons-wrap .pk-share-buttons-link:hover {
	color: var(--pk-share-link-hover-color);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pk-share-buttons-wrap .pk-share-buttons-link:hover .pk-share-buttons-count {
	color: var(--pk-share-link-hover-count-color);
}

.pk-share-buttons-wrap .pk-share-buttons-link .pk-share-buttons-count {
	-webkit-transition: .25s ease all;
	transition: .25s ease all;
	opacity: 0.6;
}

.pk-share-buttons-icon,
.pk-share-buttons-title,
.pk-share-buttons-label,
.pk-share-buttons-count {
	padding: 0 0.25rem;
}

.pk-share-buttons-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 2rem;
}

.pk-share-buttons-total .pk-share-buttons-title {
	display: none;
	margin-bottom: .25rem;
}

.pk-share-buttons-total .pk-share-buttons-count {
	margin-bottom: .25rem;
}

.pk-share-buttons-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -0.25rem;
}

.pk-share-buttons-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.25rem;
}

.pk-share-buttons-icon {
	line-height: inherit;
}

.pk-share-buttons-item > .pk-share-buttons-count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 0.25rem 0.25rem;
	margin-left: 0.5rem;
	position: relative;
	background: var(--pk-share-tip-background);
	border-color: var(--pk-share-tip-border-color);
	border: 1px solid var(--pk-share-tip-border-color);
	line-height: 1rem;
	border-radius: var(--pk-share-tip-border-radius);
	cursor: default;
}

.pk-share-buttons-item > .pk-share-buttons-count:after, .pk-share-buttons-item > .pk-share-buttons-count:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	content: " ";
	position: absolute;
	pointer-events: none;
}

.pk-share-buttons-item > .pk-share-buttons-count:after {
	border-color: transparent;
	border-right-color: var(--pk-share-tip-background);
	border-width: 5px;
	margin-top: -5px;
}

.pk-share-buttons-item > .pk-share-buttons-count:before {
	border-color: transparent;
	border-right-color: var(--pk-share-tip-border-color);
	border-width: 6px;
	margin-top: -6px;
}

.pk-share-buttons-no-count .pk-share-buttons-count {
	display: none;
}

.pk-share-buttons-total-no-count {
	display: none;
}

/* ----------------------------- Layouts ---------------------------------*/
.pk-share-buttons-layout-default .pk-share-buttons-item:nth-child(-n+2) {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.pk-share-buttons-layout-default .pk-share-buttons-item:nth-child(n+3) .pk-share-buttons-title {
	display: none;
}

.pk-share-buttons-layout-default .pk-share-buttons-item:nth-child(n+3) .pk-share-buttons-label {
	display: none;
}

.pk-share-buttons-layout-equal .pk-share-buttons-item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

/* ----------------------------- Schemes ---------------------------------*/
.pk-share-buttons-scheme-simple-light .pk-share-buttons-item,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item {
	margin-right: 0.25rem;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-item:last-child,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item:last-child,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item:last-child {
	margin-right: 0;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-link,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link {
	background: var(--pk-share-simple-light-link-background);
	padding: 0;
	height: initial;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-link:hover .pk-share-buttons-count,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link:hover .pk-share-buttons-count,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link:hover .pk-share-buttons-count {
	color: var(--pk-share-simple-light-link-hover-color);
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-twitter .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-twitter .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-twitter .pk-share-buttons-link:hover {
	color: #00aced;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-facebook .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-facebook .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-facebook .pk-share-buttons-link:hover {
	color: #3b5998;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-instagram .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-instagram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-instagram .pk-share-buttons-link:hover {
	color: #675144;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover {
	color: #0084ff;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-xing .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-xing .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-xing .pk-share-buttons-link:hover {
	color: #006567;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-linkedin .pk-share-buttons-link:hover {
	color: #007bb6;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pinterest .pk-share-buttons-link:hover {
	color: #cb2027;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover {
	color: #eb4823;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-whatsapp .pk-share-buttons-link:hover {
	color: #29a628;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-telegram .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-telegram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-telegram .pk-share-buttons-link:hover {
	color: #2ca5e0;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-line .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-line .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-line .pk-share-buttons-link:hover {
	color: #25af00;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-viber .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-viber .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-viber .pk-share-buttons-link:hover {
	color: #7b519d;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-pocket .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pocket .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pocket .pk-share-buttons-link:hover {
	color: #ef4056;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-messenger .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-messenger .pk-share-buttons-link:hover {
	color: #0084ff;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-ok .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-ok .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-ok .pk-share-buttons-link:hover {
	color: #EE8208;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-vk .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vk .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vk .pk-share-buttons-link:hover {
	color: #45668e;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vkontakte .pk-share-buttons-link:hover {
	color: #45668e;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-reddit .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-reddit .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-reddit .pk-share-buttons-link:hover {
	color: #ff4500;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-mix .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mix .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mix .pk-share-buttons-link:hover {
	color: #FF8226;
}

.pk-share-buttons-scheme-simple-light .pk-share-buttons-mail .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mail .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mail .pk-share-buttons-link:hover {
	color: #121212;
}

.pk-share-buttons-scheme-default .pk-share-buttons-twitter .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-twitter .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-twitter .pk-share-buttons-link:hover {
	background: #00aced;
}

.pk-share-buttons-scheme-default .pk-share-buttons-facebook .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-facebook .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-facebook .pk-share-buttons-link:hover {
	background: #3b5998;
}

.pk-share-buttons-scheme-default .pk-share-buttons-instagram .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-instagram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-instagram .pk-share-buttons-link:hover {
	background: #675144;
}

.pk-share-buttons-scheme-default .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover {
	background: #0084ff;
}

.pk-share-buttons-scheme-default .pk-share-buttons-xing .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-xing .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-xing .pk-share-buttons-link:hover {
	background: #006567;
}

.pk-share-buttons-scheme-default .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-linkedin .pk-share-buttons-link:hover {
	background: #007bb6;
}

.pk-share-buttons-scheme-default .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pinterest .pk-share-buttons-link:hover {
	background: #cb2027;
}

.pk-share-buttons-scheme-default .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover {
	background: #eb4823;
}

.pk-share-buttons-scheme-default .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-whatsapp .pk-share-buttons-link:hover {
	background: #29a628;
}

.pk-share-buttons-scheme-default .pk-share-buttons-telegram .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-telegram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-telegram .pk-share-buttons-link:hover {
	background: #2ca5e0;
}

.pk-share-buttons-scheme-default .pk-share-buttons-line .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-line .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-line .pk-share-buttons-link:hover {
	background: #25af00;
}

.pk-share-buttons-scheme-default .pk-share-buttons-viber .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-viber .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-viber .pk-share-buttons-link:hover {
	background: #7b519d;
}

.pk-share-buttons-scheme-default .pk-share-buttons-pocket .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pocket .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pocket .pk-share-buttons-link:hover {
	background: #ef4056;
}

.pk-share-buttons-scheme-default .pk-share-buttons-messenger .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-messenger .pk-share-buttons-link:hover {
	background: #0084ff;
}

.pk-share-buttons-scheme-default .pk-share-buttons-ok .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-ok .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-ok .pk-share-buttons-link:hover {
	background: #EE8208;
}

.pk-share-buttons-scheme-default .pk-share-buttons-vk .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vk .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vk .pk-share-buttons-link:hover {
	background: #45668e;
}

.pk-share-buttons-scheme-default .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vkontakte .pk-share-buttons-link:hover {
	background: #45668e;
}

.pk-share-buttons-scheme-default .pk-share-buttons-reddit .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-reddit .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-reddit .pk-share-buttons-link:hover {
	background: #ff4500;
}

.pk-share-buttons-scheme-default .pk-share-buttons-mix .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mix .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mix .pk-share-buttons-link:hover {
	background: #FF8226;
}

.pk-share-buttons-scheme-default .pk-share-buttons-mail .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mail .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mail .pk-share-buttons-link:hover {
	background: #121212;
}

.pk-share-buttons-scheme-simple-dark-back .pk-share-buttons-link,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link,
.is-style-pk-share-buttons-simple-dark-back > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link {
	background: var(--pk-share-simple-dark-link-background);
	color: var(--pk-share-simple-dark-link-color);
}

.pk-share-buttons-scheme-simple-dark-back .pk-share-buttons-link .pk-share-buttons-count,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link .pk-share-buttons-count,
.is-style-pk-share-buttons-simple-dark-back > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link .pk-share-buttons-count {
	color: var(--pk-share-simple-dark-link-count-color);
}

.pk-share-buttons-scheme-simple-dark-back .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-dark-back > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link:hover {
	background: var(--pk-share-simple-dark-link-hover-background);
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-link {
	color: var(--pk-share-bold-bg-link-color);
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-link .pk-share-buttons-count,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-link .pk-share-buttons-count {
	color: var(--pk-share-bold-bg-link-count-color);
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-twitter .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-twitter .pk-share-buttons-link {
	background: #00aced;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-twitter .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-twitter .pk-share-buttons-link:hover {
	background: #21c2ff;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-facebook .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-facebook .pk-share-buttons-link {
	background: #3b5998;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-facebook .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-facebook .pk-share-buttons-link:hover {
	background: #4c70ba;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-instagram .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-instagram .pk-share-buttons-link {
	background: #675144;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-instagram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-instagram .pk-share-buttons-link:hover {
	background: #866958;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-fb-messenger .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-fb-messenger .pk-share-buttons-link {
	background: #0084ff;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover {
	background: #339dff;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-xing .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-xing .pk-share-buttons-link {
	background: #006567;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-xing .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-xing .pk-share-buttons-link:hover {
	background: #00979a;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-linkedin .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-linkedin .pk-share-buttons-link {
	background: #007bb6;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-linkedin .pk-share-buttons-link:hover {
	background: #009de9;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-pinterest .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-pinterest .pk-share-buttons-link {
	background: #cb2027;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-pinterest .pk-share-buttons-link:hover {
	background: #e03e44;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-stumbleupon .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-stumbleupon .pk-share-buttons-link {
	background: #eb4823;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover {
	background: #ef6f52;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-whatsapp .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-whatsapp .pk-share-buttons-link {
	background: #29a628;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-whatsapp .pk-share-buttons-link:hover {
	background: #34ce33;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-telegram .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-telegram .pk-share-buttons-link {
	background: #2ca5e0;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-telegram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-telegram .pk-share-buttons-link:hover {
	background: #58b8e7;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-line .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-line .pk-share-buttons-link {
	background: #25af00;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-line .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-line .pk-share-buttons-link:hover {
	background: #30e200;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-viber .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-viber .pk-share-buttons-link {
	background: #7b519d;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-viber .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-viber .pk-share-buttons-link:hover {
	background: #946db4;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-pocket .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-pocket .pk-share-buttons-link {
	background: #ef4056;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-pocket .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-pocket .pk-share-buttons-link:hover {
	background: #f36f80;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-messenger .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-messenger .pk-share-buttons-link {
	background: #0084ff;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-messenger .pk-share-buttons-link:hover {
	background: #339dff;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-ok .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-ok .pk-share-buttons-link {
	background: #EE8208;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-ok .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-ok .pk-share-buttons-link:hover {
	background: #f89b31;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-vk .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-vk .pk-share-buttons-link {
	background: #45668e;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-vk .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-vk .pk-share-buttons-link:hover {
	background: #587fae;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-vkontakte .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-vkontakte .pk-share-buttons-link {
	background: #45668e;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-vkontakte .pk-share-buttons-link:hover {
	background: #587fae;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-reddit .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-reddit .pk-share-buttons-link {
	background: #ff4500;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-reddit .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-reddit .pk-share-buttons-link:hover {
	background: #ff6a33;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-mix .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-mix .pk-share-buttons-link {
	background: #FF8226;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-mix .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-mix .pk-share-buttons-link:hover {
	background: #ff9f59;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-mail .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-mail .pk-share-buttons-link {
	background: #121212;
}

.pk-share-buttons-scheme-bold-bg .pk-share-buttons-mail .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-mail .pk-share-buttons-link:hover {
	background: #2c2b2b;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-item,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item,
.is-style-pk-share-buttons-bold-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item {
	margin-right: 0.25rem;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-item:last-child,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item:last-child,
.is-style-pk-share-buttons-bold-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item:last-child {
	margin-right: 0;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-link,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link {
	background: transparent;
	padding: 0;
	height: initial;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-link:hover > .pk-share-buttons-count,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link:hover > .pk-share-buttons-count,
.is-style-pk-share-buttons-bold-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link:hover > .pk-share-buttons-count {
	color: var(--pk-share-bold-light-link-hover-count-color);
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-twitter .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-twitter .pk-share-buttons-link {
	color: #00aced;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-twitter .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-twitter .pk-share-buttons-link:hover {
	color: #0087ba;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-facebook .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-facebook .pk-share-buttons-link {
	color: #3b5998;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-facebook .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-facebook .pk-share-buttons-link:hover {
	color: #2d4373;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-instagram .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-instagram .pk-share-buttons-link {
	color: #675144;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-instagram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-instagram .pk-share-buttons-link:hover {
	color: #483930;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-fb-messenger .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-fb-messenger .pk-share-buttons-link {
	color: #0084ff;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover {
	color: #006acc;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-xing .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-xing .pk-share-buttons-link {
	color: #006567;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-xing .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-xing .pk-share-buttons-link:hover {
	color: #003334;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-linkedin .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-linkedin .pk-share-buttons-link {
	color: #007bb6;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-linkedin .pk-share-buttons-link:hover {
	color: #005983;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-pinterest .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-pinterest .pk-share-buttons-link {
	color: #cb2027;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-pinterest .pk-share-buttons-link:hover {
	color: #9f191f;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-stumbleupon .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-stumbleupon .pk-share-buttons-link {
	color: #eb4823;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover {
	color: #c93412;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-whatsapp .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-whatsapp .pk-share-buttons-link {
	color: #29a628;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-whatsapp .pk-share-buttons-link:hover {
	color: #1f7d1e;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-telegram .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-telegram .pk-share-buttons-link {
	color: #2ca5e0;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-telegram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-telegram .pk-share-buttons-link:hover {
	color: #1c88bd;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-line .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-line .pk-share-buttons-link {
	color: #25af00;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-line .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-line .pk-share-buttons-link:hover {
	color: #1a7c00;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-viber .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-viber .pk-share-buttons-link {
	color: #7b519d;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-viber .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-viber .pk-share-buttons-link:hover {
	color: #61407b;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-pocket .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-pocket .pk-share-buttons-link {
	color: #ef4056;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-pocket .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-pocket .pk-share-buttons-link:hover {
	color: #e9132e;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-messenger .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-messenger .pk-share-buttons-link {
	color: #0084ff;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-messenger .pk-share-buttons-link:hover {
	color: #006acc;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-ok .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-ok .pk-share-buttons-link {
	color: #EE8208;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-ok .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-ok .pk-share-buttons-link:hover {
	color: #bd6706;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-vk .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-vk .pk-share-buttons-link {
	color: #45668e;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-vk .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-vk .pk-share-buttons-link:hover {
	color: #344d6c;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-vkontakte .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-vkontakte .pk-share-buttons-link {
	color: #45668e;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-vkontakte .pk-share-buttons-link:hover {
	color: #344d6c;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-reddit .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-reddit .pk-share-buttons-link {
	color: #ff4500;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-reddit .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-reddit .pk-share-buttons-link:hover {
	color: #cc3700;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-mix .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-mix .pk-share-buttons-link {
	color: #FF8226;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-mix .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-mix .pk-share-buttons-link:hover {
	color: #f26700;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-mail .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-mail .pk-share-buttons-link {
	color: #121212;
}

.pk-share-buttons-scheme-bold-light .pk-share-buttons-mail .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-mail .pk-share-buttons-link:hover {
	color: black;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-link:hover > .pk-share-buttons-count,
.is-style-pk-share-buttons-bold .pk-share-buttons-link:hover > .pk-share-buttons-count {
	color: var(--pk-share-bold-link-hover-count-color);
}

.pk-share-buttons-scheme-bold .pk-share-buttons-twitter .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-twitter .pk-share-buttons-link {
	color: #00aced;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-twitter .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-twitter .pk-share-buttons-link:hover {
	color: #0087ba;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-facebook .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-facebook .pk-share-buttons-link {
	color: #3b5998;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-facebook .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-facebook .pk-share-buttons-link:hover {
	color: #2d4373;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-instagram .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-instagram .pk-share-buttons-link {
	color: #675144;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-instagram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-instagram .pk-share-buttons-link:hover {
	color: #483930;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-fb-messenger .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-fb-messenger .pk-share-buttons-link {
	color: #0084ff;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover {
	color: #006acc;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-xing .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-xing .pk-share-buttons-link {
	color: #006567;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-xing .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-xing .pk-share-buttons-link:hover {
	color: #003334;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-linkedin .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-linkedin .pk-share-buttons-link {
	color: #007bb6;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-linkedin .pk-share-buttons-link:hover {
	color: #005983;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-pinterest .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-pinterest .pk-share-buttons-link {
	color: #cb2027;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-pinterest .pk-share-buttons-link:hover {
	color: #9f191f;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-stumbleupon .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-stumbleupon .pk-share-buttons-link {
	color: #eb4823;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover {
	color: #c93412;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-whatsapp .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-whatsapp .pk-share-buttons-link {
	color: #29a628;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-whatsapp .pk-share-buttons-link:hover {
	color: #1f7d1e;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-telegram .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-telegram .pk-share-buttons-link {
	color: #2ca5e0;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-telegram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-telegram .pk-share-buttons-link:hover {
	color: #1c88bd;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-line .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-line .pk-share-buttons-link {
	color: #25af00;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-line .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-line .pk-share-buttons-link:hover {
	color: #1a7c00;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-viber .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-viber .pk-share-buttons-link {
	color: #7b519d;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-viber .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-viber .pk-share-buttons-link:hover {
	color: #61407b;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-pocket .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-pocket .pk-share-buttons-link {
	color: #ef4056;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-pocket .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-pocket .pk-share-buttons-link:hover {
	color: #e9132e;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-messenger .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-messenger .pk-share-buttons-link {
	color: #0084ff;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-messenger .pk-share-buttons-link:hover {
	color: #006acc;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-ok .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-ok .pk-share-buttons-link {
	color: #EE8208;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-ok .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-ok .pk-share-buttons-link:hover {
	color: #bd6706;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-vk .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-vk .pk-share-buttons-link {
	color: #45668e;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-vk .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-vk .pk-share-buttons-link:hover {
	color: #344d6c;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-vkontakte .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-vkontakte .pk-share-buttons-link {
	color: #45668e;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-vkontakte .pk-share-buttons-link:hover {
	color: #344d6c;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-reddit .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-reddit .pk-share-buttons-link {
	color: #ff4500;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-reddit .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-reddit .pk-share-buttons-link:hover {
	color: #cc3700;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-mix .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-mix .pk-share-buttons-link {
	color: #FF8226;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-mix .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-mix .pk-share-buttons-link:hover {
	color: #f26700;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-mail .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-mail .pk-share-buttons-link {
	color: #121212;
}

.pk-share-buttons-scheme-bold .pk-share-buttons-mail .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-mail .pk-share-buttons-link:hover {
	color: black;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-item,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item {
	margin-right: 0.25rem;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-item:last-child,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item:last-child,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item:last-child {
	margin-right: 0;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-link,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link {
	background: transparent;
	padding: 0;
	height: initial;
	color: var(--pk-share-inverse-link-color);
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-link .pk-share-buttons-count,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link .pk-share-buttons-count,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link .pk-share-buttons-count {
	color: var(--pk-share-inverse-link-count-color);
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-total .pk-share-buttons-count,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-total .pk-share-buttons-count,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-total .pk-share-buttons-count {
	color: var(--pk-share-inverse-total-count-color) !important;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-total .pk-share-buttons-label,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-total .pk-share-buttons-label,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-total .pk-share-buttons-label {
	color: var(--pk-share-inverse-total-label-color) !important;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-twitter .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-twitter .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-twitter .pk-share-buttons-link:hover {
	color: #00aced;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-facebook .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-facebook .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-facebook .pk-share-buttons-link:hover {
	color: #3b5998;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-instagram .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-instagram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-instagram .pk-share-buttons-link:hover {
	color: #675144;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover {
	color: #0084ff;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-xing .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-xing .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-xing .pk-share-buttons-link:hover {
	color: #006567;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-linkedin .pk-share-buttons-link:hover {
	color: #007bb6;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pinterest .pk-share-buttons-link:hover {
	color: #cb2027;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover {
	color: #eb4823;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-whatsapp .pk-share-buttons-link:hover {
	color: #29a628;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-telegram .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-telegram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-telegram .pk-share-buttons-link:hover {
	color: #2ca5e0;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-line .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-line .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-line .pk-share-buttons-link:hover {
	color: #25af00;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-viber .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-viber .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-viber .pk-share-buttons-link:hover {
	color: #7b519d;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-pocket .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pocket .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pocket .pk-share-buttons-link:hover {
	color: #ef4056;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-messenger .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-messenger .pk-share-buttons-link:hover {
	color: #0084ff;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-ok .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-ok .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-ok .pk-share-buttons-link:hover {
	color: #EE8208;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-vk .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vk .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vk .pk-share-buttons-link:hover {
	color: #45668e;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vkontakte .pk-share-buttons-link:hover {
	color: #45668e;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-reddit .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-reddit .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-reddit .pk-share-buttons-link:hover {
	color: #ff4500;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-mix .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mix .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mix .pk-share-buttons-link:hover {
	color: #FF8226;
}

.pk-share-buttons-scheme-inverse-light .pk-share-buttons-mail .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mail .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mail .pk-share-buttons-link:hover {
	color: #121212;
}

@media (min-width: 720px) {
	.pk-share-buttons-wrap .pk-share-buttons-item.pk-share-buttons-whatsapp,
	.pk-share-buttons-wrap .pk-share-buttons-item.pk-share-buttons-fb-messenger {
		display: none;
	}
}

/* ----------------------------- Highlight and Shares ---------------------------------*/
.pk-share-buttons-highlight-text {
	display: none;
}

.pk-share-buttons-highlight-clone {
	background: var(--pk-share-highlight-background);
	position: absolute;
	display: block;
	width: auto;
	height: auto;
	padding: 1rem;
	margin: 0;
	z-index: 3;
	-webkit-box-shadow: var(--pk-share-highlight-box-shadow);
	box-shadow: var(--pk-share-highlight-box-shadow);
}

/* ----------------------------- Blockquote ---------------------------------*/
.pk-share-buttons-blockquote {
	display: none;
}

.pk-share-buttons-blockquote-clone {
	display: block;
	margin-top: 1.5rem;
	margin-bottom: 0;
}

/* ----------------------------- Mobile Share ---------------------------------*/
.pk-share-buttons-mobile-share {
	position: fixed;
	z-index: 99997;
}

@media (min-width: 720px) {
	.pk-share-buttons-mobile-share {
		display: none !important;
	}
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-horizontal {
	background: var(--pk-mobile-share-horizontal-background);
	width: 100%;
	left: 0;
	bottom: 0;
	margin: 0;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-horizontal .pk-share-buttons-total {
	margin-right: 1.5rem;
	padding-left: 1.5rem;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-horizontal .pk-share-buttons-items {
	margin: 0;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-horizontal .pk-share-buttons-item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-horizontal .pk-share-buttons-link {
	height: 100%;
	padding: 1.5rem 0.5rem;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	margin: 0;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-total, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-total, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total {
	position: relative;
	background: var(--pk-mobile-share-total-background);
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem;
	margin: 0;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	z-index: 1;
	cursor: pointer;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-total .pk-share-buttons-title, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-total .pk-share-buttons-title, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total .pk-share-buttons-title {
	display: none;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-total .pk-share-buttons-label, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-total .pk-share-buttons-label, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total .pk-share-buttons-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--pk-mobile-share-total-label-color);
	margin: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-total .pk-share-buttons-label:before, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-total .pk-share-buttons-label:before, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total .pk-share-buttons-label:before {
	font-family: 'powerkit-icons';
	margin-right: 0.5rem;
	content: "\e93d";
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-total .pk-share-buttons-count, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-total .pk-share-buttons-count, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total .pk-share-buttons-count {
	color: var(--pk-mobile-share-total-count-color);
	font-size: var(--pk-mobile-share-total-count-font-size);
	margin: 0;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-total-no-count, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-total-no-count, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total-no-count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-total-no-count .pk-share-buttons-count, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-total-no-count .pk-share-buttons-count, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total-no-count .pk-share-buttons-count {
	display: none;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-items, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-items {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
	margin-bottom: 1rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, calc(100% + 1rem), 0);
	transform: translate3d(0, calc(100% + 1rem), 0);
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-items:first-child, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-items:first-child {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	margin-bottom: 0;
	opacity: 1;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-items:after, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-items:after {
	bottom: -1rem;
	right: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-bottom-color: transparent;
	border-width: 5px;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	margin-bottom: -10px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-item, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-item {
	padding: 0;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-link, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-link {
	height: 40px;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side {
	left: 1rem;
	bottom: 1rem;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-items {
	margin-right: auto;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side {
	right: 1rem;
	bottom: 1rem;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-items {
	margin-left: auto;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-popup {
	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;
	right: 1rem;
	bottom: 1rem;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-popup:after {
	position: absolute;
	top: 0;
	right: 0;
	left: -99999px;
	font-family: 'powerkit-icons';
	font-size: var(--pk-mobile-share-close-font-size);
	color: var(--pk-mobile-share-close-color);
	opacity: 0;
	-webkit-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
	cursor: pointer;
	content: "\e913";
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total {
	bottom: 1rem;
	right: 0;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: 0.25s ease;
	transition: 0.25s ease;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-items {
	-webkit-box-flex: initial;
	-ms-flex-positive: initial;
	flex-grow: initial;
	margin: 0;
	opacity: 0;
	margin-left: -9999px;
	max-height: calc(100vh - 8rem);
	overflow-y: auto;
	-webkit-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 3rem 1.5rem;
}

.pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-link .pk-share-buttons-count {
	margin-top: 0.25rem;
}

.pk-mobile-share-overlay {
	background: transparent;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: 99996;
}

.pk-mobile-share-active .pk-mobile-share-overlay {
	background: var(--pk-mobile-share-overlay-background);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-left-side .pk-share-buttons-items,
.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-right-side .pk-share-buttons-items {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-left-side .pk-share-buttons-items:after,
.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-right-side .pk-share-buttons-items:after {
	border-bottom-color: var(--pk-mobile-share-total-background);
	margin-bottom: 0;
}

.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-popup {
	overflow: initial;
	top: 1rem;
	left: 1rem;
	width: calc(100% - 2rem);
	height: calc(100% - 2rem);
}

.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-popup:after {
	left: initial;
	opacity: 1;
}

.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-popup .pk-share-buttons-total {
	position: absolute;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	opacity: 0;
}

.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-popup .pk-share-buttons-items {
	margin-left: 0;
	opacity: 1;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.gallery-type-slider.gallery {
	display: block;
}

.gallery-type-slider .gallery-item {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.gallery-type-slider .wp-caption-text {
	margin-top: 1rem;
}

.gallery-type-slider figure {
	margin-bottom: 0;
}

.gallery-type-slider img {
	width: 100%;
	height: auto;
}

.gallery-type-slider > .gallery-item:not(:first-child) {
	position: fixed;
	top: -9999px;
	left: -9999px;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-social-links-wrap {
	--pk-social-link-color: #000000;
	--pk-social-links-label-color: rgba(0,0,0,.3);
	--pk-social-links-icon-color: inherit;
	--pk-social-links-title-color: inherit;
	--pk-social-nav-count-color: rgba(0,0,0,.5);
	--pk-social-bold-title-color: #000000;
	--pk-social-inverse-link-color: #FFFFFF;
	--pk-social-light-bg-link-background: #f8f9fa;
	--pk-social-light-bg-hover-color: #FFFFFF;
	--pk-social-light-bg-hover-title-color:#FFFFFF;
	--pk-social-light-bg-hover-label-color:rgba(255,255,255,.75);
	--pk-social-light-bg-hover-count-color:rgba(255,255,255,.75);
	--pk-social-bold-bg-link-color: #FFFFFF;
	--pk-social-dark-link-background: #000000;
	--pk-social-dark-link-color: #FFFFFF;
	--pk-social-dark-link-hover-background: #1a1919;
	--pk-social-light-rounded-icon-background: #f8f9fa;
	--pk-social-light-rounded-title-color: #000000;
	--pk-social-bold-rounded-icon-background: #f8f9fa;
	--pk-social-bold-rounded-icon-color: #FFFFFF;
	--pk-social-bold-rounded-title-color: #000000;
	--pk-social-dark-rounded-link-background: #000000;
	--pk-social-dark-rounded-link-color: #FFFFFF;
	--pk-social-dark-rounded-link-hover-background: #1a1919;
	--pk-social-links-title-font-size: 0.875rem;
	--pk-social-vertical-icon-font-size: 110%;
}

/*--------------------------------------------------------------*/
/* --------------------------------------------------------------*/
.pk-social-links-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -0.125rem;
}

.pk-social-links-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pk-social-links-item {
	padding: 0 0.125rem 0.125rem;
}

.pk-social-links-item .pk-social-links-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	line-height: 1;
	text-align: center;
	color: var(--pk-social-link-color);
	border: none !important;
	text-decoration: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.pk-social-links-note {
	display: inline-block !important;
}

.pk-social-links-note-icon:before {
	font-family: 'powerkit-icons';
	font-size: 1.125em;
	content: "\e946";
}

.pk-social-links-count,
.pk-social-links-label,
.pk-social-links-title {
	margin-top: 0.5rem;
}

.pk-social-links-icon,
.pk-social-links-count,
.pk-social-links-label,
.pk-social-links-title {
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.pk-social-links-title {
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	white-space: nowrap;
	font-size: var(--pk-social-links-title-font-size);
}

.pk-social-links-label {
	color: var(--pk-social-links-label-color);
}

.pk-social-links-no-count .pk-social-links-count {
	display: none;
}

.pk-social-links .pk-social-links-icon {
	color: var(--pk-social-links-icon-color);
}

.pk-social-links .pk-social-links-title {
	color: var(--pk-social-links-title-color);
}

.pk-social-links-twitter .pk-social-links-link:hover {
	color: #00aced;
}

.pk-social-links-facebook .pk-social-links-link:hover {
	color: #3b5998;
}

.pk-social-links-instagram .pk-social-links-link:hover {
	color: #675144;
}

.pk-social-links-fb-messenger .pk-social-links-link:hover {
	color: #0084ff;
}

.pk-social-links-youtube .pk-social-links-link:hover {
	color: #ff0000;
}

.pk-social-links-vimeo .pk-social-links-link:hover {
	color: #00ADEF;
}

.pk-social-links-soundcloud .pk-social-links-link:hover {
	color: #FE8336;
}

.pk-social-links-spotify .pk-social-links-link:hover {
	color: #1ED760;
}

.pk-social-links-dribbble .pk-social-links-link:hover {
	color: #EA4C89;
}

.pk-social-links-behance .pk-social-links-link:hover {
	color: #115EFA;
}

.pk-social-links-github .pk-social-links-link:hover {
	color: #010101;
}

.pk-social-links-tumblr .pk-social-links-link:hover {
	color: #35455C;
}

.pk-social-links-bloglovin .pk-social-links-link:hover {
	color: #00BDF4;
}

.pk-social-links-linkedin .pk-social-links-link:hover {
	color: #007bb6;
}

.pk-social-links-pinterest .pk-social-links-link:hover {
	color: #cb2027;
}

.pk-social-links-stumbleupon .pk-social-links-link:hover {
	color: #eb4823;
}

.pk-social-links-whatsapp .pk-social-links-link:hover {
	color: #29a628;
}

.pk-social-links-telegram .pk-social-links-link:hover {
	color: #2ca5e0;
}

.pk-social-links-line .pk-social-links-link:hover {
	color: #25af00;
}

.pk-social-links-viber .pk-social-links-link:hover {
	color: #7b519d;
}

.pk-social-links-pocket .pk-social-links-link:hover {
	color: #ef4056;
}

.pk-social-links-messenger .pk-social-links-link:hover {
	color: #0084ff;
}

.pk-social-links-ok .pk-social-links-link:hover {
	color: #EE8208;
}

.pk-social-links-vk .pk-social-links-link:hover {
	color: #45668e;
}

.pk-social-links-vkontakte .pk-social-links-link:hover {
	color: #45668e;
}

.pk-social-links-xing .pk-social-links-link:hover {
	color: #006567;
}

.pk-social-links-twitch .pk-social-links-link:hover {
	color: #4B367C;
}

.pk-social-links-flickr .pk-social-links-link:hover {
	color: #FF1981;
}

.pk-social-links-snapchat .pk-social-links-link:hover {
	color: #F0EC00;
}

.pk-social-links-medium .pk-social-links-link:hover {
	color: #1f1f1f;
}

.pk-social-links-reddit .pk-social-links-link:hover {
	color: #ff4500;
}

.pk-social-links-wechat .pk-social-links-link:hover {
	color: #1AAD19;
}

.pk-social-links-tiktok .pk-social-links-link:hover {
	color: #000000;
}

.pk-social-links-discord .pk-social-links-link:hover {
	color: #5b77b8;
}

.pk-social-links-weibo .pk-social-links-link:hover {
	color: #D72829;
}

.pk-social-links-android .pk-social-links-link:hover {
	color: #A4C639;
}

.pk-social-links-apple .pk-social-links-link:hover {
	color: #444444;
}

.pk-social-links-yelp .pk-social-links-link:hover {
	color: #D32323;
}

.pk-social-links-stackoverflow .pk-social-links-link:hover {
	color: #FE7A15;
}

.pk-social-links-codepen .pk-social-links-link:hover {
	color: #000000;
}

.pk-social-links-gitlab .pk-social-links-link:hover {
	color: #E24329;
}

.pk-social-links-freecodecamp .pk-social-links-link:hover {
	color: #006400;
}

.pk-social-links-jsfiddle .pk-social-links-link:hover {
	color: #487AA2;
}

.pk-social-links-bitbucket .pk-social-links-link:hover {
	color: #205081;
}

.pk-social-links-foursquare .pk-social-links-link:hover {
	color: #2D5BE3;
}

.pk-social-links-500px .pk-social-links-link:hover {
	color: #0099E5;
}

.pk-social-links-delicious .pk-social-links-link:hover {
	color: #3399FF;
}

.pk-social-links-deviantart .pk-social-links-link:hover {
	color: #05CC47;
}

.pk-social-links-houzz .pk-social-links-link:hover {
	color: #7AC142;
}

.pk-social-links-meetup .pk-social-links-link:hover {
	color: #EC1C40;
}

.pk-social-links-producthunt .pk-social-links-link:hover {
	color: #DA552F;
}

.pk-social-links-slideshare .pk-social-links-link:hover {
	color: #0077B5;
}

.pk-social-links-tripadvisor .pk-social-links-link:hover {
	color: #589442;
}

.pk-social-links-steam .pk-social-links-link:hover {
	color: #00ADEE;
}

.pk-social-links-thumbtack .pk-social-links-link:hover {
	color: #1AA1D8;
}

.pk-social-links-goodreads .pk-social-links-link:hover {
	color: #BAAC9A;
}

.pk-social-links-mastodon .pk-social-links-link:hover {
	color: #3088D4;
}

.pk-social-links-pixelfed .pk-social-links-link:hover {
	color: #F22349;
}

.pk-social-links-microblog .pk-social-links-link:hover {
	color: #FD8308;
}

.pk-social-links-strava .pk-social-links-link:hover {
	color: #FC4C02;
}

.pk-social-links-phone .pk-social-links-link:hover {
	color: #121212;
}

.pk-social-links-mail .pk-social-links-link:hover {
	color: #121212;
}

.pk-social-links-rss .pk-social-links-link:hover {
	color: #FFA500;
}

/* ----------------------------- Templates ---------------------------------*/
.pk-social-links-template-inline .pk-social-links-item {
	min-width: 3rem;
}

.pk-social-links-template-columns .pk-social-links-items {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.pk-social-links-template-columns .pk-social-links-item {
	padding: 0;
}

.pk-social-links-template-columns .pk-social-links-link {
	padding: 1rem .5rem !important;
}

.pk-social-links-template-columns .pk-social-links-count + .pk-social-links-label {
	margin-top: 0;
}

.pk-social-links-template-col-2 .pk-social-links-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.pk-social-links-template-col-3 .pk-social-links-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.pk-social-links-template-col-4 .pk-social-links-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.pk-social-links-template-col-5 .pk-social-links-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.pk-social-links-template-col-6 .pk-social-links-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.pk-social-links-template-vertical .pk-social-links-items {
	display: block;
	margin: 0;
}

.pk-social-links-template-vertical .pk-social-links-item {
	padding: 0;
}

.pk-social-links-template-vertical .pk-social-links-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.pk-social-links-template-vertical .pk-social-links-link {
	padding: .5rem 0;
}

.pk-social-links-template-vertical .pk-social-links-item + .pk-social-links-item {
	margin-top: 1px;
}

.pk-social-links-template-vertical .pk-social-links-icon,
.pk-social-links-template-vertical .pk-social-links-count,
.pk-social-links-template-vertical .pk-social-links-label,
.pk-social-links-template-vertical .pk-social-links-title {
	margin-top: 0;
}

.pk-social-links-template-vertical .pk-social-links-icon {
	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;
	width: 1rem;
	height: 1rem;
	font-size: var(--pk-social-vertical-icon-font-size);
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.pk-social-links-template-vertical .pk-social-links-title {
	margin-left: 1rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.pk-social-links-template-vertical .pk-social-links-label {
	margin-left: 0.5rem;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.pk-social-links-template-vertical .pk-social-links-count {
	margin-left: auto;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.pk-social-links-template-vertical .pk-social-links-count,
.pk-social-links-template-vertical .pk-social-links-label {
	padding: 0 0.125rem;
}

.pk-social-links-template-nav .pk-social-links-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -0.225rem;
}

.pk-social-links-template-nav .pk-social-links-item {
	padding: 0 0.225rem;
}

.pk-social-links-template-nav .pk-social-links-item:not(:last-child) {
	margin-right: .25rem;
}

.pk-social-links-template-nav .pk-social-links-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}

.pk-social-links-template-nav .pk-social-links-icon {
	margin-top: 0;
}

.pk-social-links-template-nav .pk-social-links-count,
.pk-social-links-template-nav .pk-social-links-label,
.pk-social-links-template-nav .pk-social-links-title {
	margin-top: 0;
	margin-left: 0.25rem;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.pk-social-links-template-nav .pk-social-links-count {
	color: var(--pk-social-nav-count-color);
}

/* ----------------------------- Schemes ---------------------------------*/
.pk-social-links-scheme-bold .pk-social-links-link:hover .pk-social-links-title,
.is-style-pk-social-links-bold .pk-social-links-link:hover .pk-social-links-title {
	color: var(--pk-social-bold-title-color);
}

.pk-social-links-scheme-bold .pk-social-links-twitter .pk-social-links-link {
	color: #00aced;
}

.pk-social-links-scheme-bold .pk-social-links-twitter .pk-social-links-link:hover .pk-social-links-icon {
	color: #21c2ff;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-twitter .pk-social-links-link {
	color: #00aced !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-twitter .pk-social-links-link:hover .pk-social-links-icon {
	color: #21c2ff !important;
}

.pk-social-links-scheme-bold .pk-social-links-facebook .pk-social-links-link {
	color: #3b5998;
}

.pk-social-links-scheme-bold .pk-social-links-facebook .pk-social-links-link:hover .pk-social-links-icon {
	color: #4c70ba;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-facebook .pk-social-links-link {
	color: #3b5998 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-facebook .pk-social-links-link:hover .pk-social-links-icon {
	color: #4c70ba !important;
}

.pk-social-links-scheme-bold .pk-social-links-instagram .pk-social-links-link {
	color: #675144;
}

.pk-social-links-scheme-bold .pk-social-links-instagram .pk-social-links-link:hover .pk-social-links-icon {
	color: #866958;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-instagram .pk-social-links-link {
	color: #675144 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-instagram .pk-social-links-link:hover .pk-social-links-icon {
	color: #866958 !important;
}

.pk-social-links-scheme-bold .pk-social-links-fb-messenger .pk-social-links-link {
	color: #0084ff;
}

.pk-social-links-scheme-bold .pk-social-links-fb-messenger .pk-social-links-link:hover .pk-social-links-icon {
	color: #339dff;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-fb-messenger .pk-social-links-link {
	color: #0084ff !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-fb-messenger .pk-social-links-link:hover .pk-social-links-icon {
	color: #339dff !important;
}

.pk-social-links-scheme-bold .pk-social-links-youtube .pk-social-links-link {
	color: #ff0000;
}

.pk-social-links-scheme-bold .pk-social-links-youtube .pk-social-links-link:hover .pk-social-links-icon {
	color: #ff3333;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-youtube .pk-social-links-link {
	color: #ff0000 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-youtube .pk-social-links-link:hover .pk-social-links-icon {
	color: #ff3333 !important;
}

.pk-social-links-scheme-bold .pk-social-links-vimeo .pk-social-links-link {
	color: #00ADEF;
}

.pk-social-links-scheme-bold .pk-social-links-vimeo .pk-social-links-link:hover .pk-social-links-icon {
	color: #23c2ff;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-vimeo .pk-social-links-link {
	color: #00ADEF !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-vimeo .pk-social-links-link:hover .pk-social-links-icon {
	color: #23c2ff !important;
}

.pk-social-links-scheme-bold .pk-social-links-soundcloud .pk-social-links-link {
	color: #FE8336;
}

.pk-social-links-scheme-bold .pk-social-links-soundcloud .pk-social-links-link:hover .pk-social-links-icon {
	color: #fea269;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-soundcloud .pk-social-links-link {
	color: #FE8336 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-soundcloud .pk-social-links-link:hover .pk-social-links-icon {
	color: #fea269 !important;
}

.pk-social-links-scheme-bold .pk-social-links-spotify .pk-social-links-link {
	color: #1ED760;
}

.pk-social-links-scheme-bold .pk-social-links-spotify .pk-social-links-link:hover .pk-social-links-icon {
	color: #43e57d;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-spotify .pk-social-links-link {
	color: #1ED760 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-spotify .pk-social-links-link:hover .pk-social-links-icon {
	color: #43e57d !important;
}

.pk-social-links-scheme-bold .pk-social-links-dribbble .pk-social-links-link {
	color: #EA4C89;
}

.pk-social-links-scheme-bold .pk-social-links-dribbble .pk-social-links-link:hover .pk-social-links-icon {
	color: #ef7aa7;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-dribbble .pk-social-links-link {
	color: #EA4C89 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-dribbble .pk-social-links-link:hover .pk-social-links-icon {
	color: #ef7aa7 !important;
}

.pk-social-links-scheme-bold .pk-social-links-behance .pk-social-links-link {
	color: #115EFA;
}

.pk-social-links-scheme-bold .pk-social-links-behance .pk-social-links-link:hover .pk-social-links-icon {
	color: #4380fb;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-behance .pk-social-links-link {
	color: #115EFA !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-behance .pk-social-links-link:hover .pk-social-links-icon {
	color: #4380fb !important;
}

.pk-social-links-scheme-bold .pk-social-links-github .pk-social-links-link {
	color: #010101;
}

.pk-social-links-scheme-bold .pk-social-links-github .pk-social-links-link:hover .pk-social-links-icon {
	color: #1b1a1a;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-github .pk-social-links-link {
	color: #010101 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-github .pk-social-links-link:hover .pk-social-links-icon {
	color: #1b1a1a !important;
}

.pk-social-links-scheme-bold .pk-social-links-tumblr .pk-social-links-link {
	color: #35455C;
}

.pk-social-links-scheme-bold .pk-social-links-tumblr .pk-social-links-link:hover .pk-social-links-icon {
	color: #485d7c;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-tumblr .pk-social-links-link {
	color: #35455C !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-tumblr .pk-social-links-link:hover .pk-social-links-icon {
	color: #485d7c !important;
}

.pk-social-links-scheme-bold .pk-social-links-bloglovin .pk-social-links-link {
	color: #00BDF4;
}

.pk-social-links-scheme-bold .pk-social-links-bloglovin .pk-social-links-link:hover .pk-social-links-icon {
	color: #28cfff;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-bloglovin .pk-social-links-link {
	color: #00BDF4 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-bloglovin .pk-social-links-link:hover .pk-social-links-icon {
	color: #28cfff !important;
}

.pk-social-links-scheme-bold .pk-social-links-linkedin .pk-social-links-link {
	color: #007bb6;
}

.pk-social-links-scheme-bold .pk-social-links-linkedin .pk-social-links-link:hover .pk-social-links-icon {
	color: #009de9;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-linkedin .pk-social-links-link {
	color: #007bb6 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-linkedin .pk-social-links-link:hover .pk-social-links-icon {
	color: #009de9 !important;
}

.pk-social-links-scheme-bold .pk-social-links-pinterest .pk-social-links-link {
	color: #cb2027;
}

.pk-social-links-scheme-bold .pk-social-links-pinterest .pk-social-links-link:hover .pk-social-links-icon {
	color: #e03e44;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-pinterest .pk-social-links-link {
	color: #cb2027 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-pinterest .pk-social-links-link:hover .pk-social-links-icon {
	color: #e03e44 !important;
}

.pk-social-links-scheme-bold .pk-social-links-stumbleupon .pk-social-links-link {
	color: #eb4823;
}

.pk-social-links-scheme-bold .pk-social-links-stumbleupon .pk-social-links-link:hover .pk-social-links-icon {
	color: #ef6f52;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-stumbleupon .pk-social-links-link {
	color: #eb4823 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-stumbleupon .pk-social-links-link:hover .pk-social-links-icon {
	color: #ef6f52 !important;
}

.pk-social-links-scheme-bold .pk-social-links-whatsapp .pk-social-links-link {
	color: #29a628;
}

.pk-social-links-scheme-bold .pk-social-links-whatsapp .pk-social-links-link:hover .pk-social-links-icon {
	color: #34ce33;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-whatsapp .pk-social-links-link {
	color: #29a628 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-whatsapp .pk-social-links-link:hover .pk-social-links-icon {
	color: #34ce33 !important;
}

.pk-social-links-scheme-bold .pk-social-links-telegram .pk-social-links-link {
	color: #2ca5e0;
}

.pk-social-links-scheme-bold .pk-social-links-telegram .pk-social-links-link:hover .pk-social-links-icon {
	color: #58b8e7;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-telegram .pk-social-links-link {
	color: #2ca5e0 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-telegram .pk-social-links-link:hover .pk-social-links-icon {
	color: #58b8e7 !important;
}

.pk-social-links-scheme-bold .pk-social-links-line .pk-social-links-link {
	color: #25af00;
}

.pk-social-links-scheme-bold .pk-social-links-line .pk-social-links-link:hover .pk-social-links-icon {
	color: #30e200;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-line .pk-social-links-link {
	color: #25af00 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-line .pk-social-links-link:hover .pk-social-links-icon {
	color: #30e200 !important;
}

.pk-social-links-scheme-bold .pk-social-links-viber .pk-social-links-link {
	color: #7b519d;
}

.pk-social-links-scheme-bold .pk-social-links-viber .pk-social-links-link:hover .pk-social-links-icon {
	color: #946db4;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-viber .pk-social-links-link {
	color: #7b519d !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-viber .pk-social-links-link:hover .pk-social-links-icon {
	color: #946db4 !important;
}

.pk-social-links-scheme-bold .pk-social-links-pocket .pk-social-links-link {
	color: #ef4056;
}

.pk-social-links-scheme-bold .pk-social-links-pocket .pk-social-links-link:hover .pk-social-links-icon {
	color: #f36f80;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-pocket .pk-social-links-link {
	color: #ef4056 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-pocket .pk-social-links-link:hover .pk-social-links-icon {
	color: #f36f80 !important;
}

.pk-social-links-scheme-bold .pk-social-links-messenger .pk-social-links-link {
	color: #0084ff;
}

.pk-social-links-scheme-bold .pk-social-links-messenger .pk-social-links-link:hover .pk-social-links-icon {
	color: #339dff;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-messenger .pk-social-links-link {
	color: #0084ff !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-messenger .pk-social-links-link:hover .pk-social-links-icon {
	color: #339dff !important;
}

.pk-social-links-scheme-bold .pk-social-links-ok .pk-social-links-link {
	color: #EE8208;
}

.pk-social-links-scheme-bold .pk-social-links-ok .pk-social-links-link:hover .pk-social-links-icon {
	color: #f89b31;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-ok .pk-social-links-link {
	color: #EE8208 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-ok .pk-social-links-link:hover .pk-social-links-icon {
	color: #f89b31 !important;
}

.pk-social-links-scheme-bold .pk-social-links-vk .pk-social-links-link {
	color: #45668e;
}

.pk-social-links-scheme-bold .pk-social-links-vk .pk-social-links-link:hover .pk-social-links-icon {
	color: #587fae;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-vk .pk-social-links-link {
	color: #45668e !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-vk .pk-social-links-link:hover .pk-social-links-icon {
	color: #587fae !important;
}

.pk-social-links-scheme-bold .pk-social-links-vkontakte .pk-social-links-link {
	color: #45668e;
}

.pk-social-links-scheme-bold .pk-social-links-vkontakte .pk-social-links-link:hover .pk-social-links-icon {
	color: #587fae;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-vkontakte .pk-social-links-link {
	color: #45668e !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-vkontakte .pk-social-links-link:hover .pk-social-links-icon {
	color: #587fae !important;
}

.pk-social-links-scheme-bold .pk-social-links-xing .pk-social-links-link {
	color: #006567;
}

.pk-social-links-scheme-bold .pk-social-links-xing .pk-social-links-link:hover .pk-social-links-icon {
	color: #00979a;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-xing .pk-social-links-link {
	color: #006567 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-xing .pk-social-links-link:hover .pk-social-links-icon {
	color: #00979a !important;
}

.pk-social-links-scheme-bold .pk-social-links-twitch .pk-social-links-link {
	color: #4B367C;
}

.pk-social-links-scheme-bold .pk-social-links-twitch .pk-social-links-link:hover .pk-social-links-icon {
	color: #6045a0;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-twitch .pk-social-links-link {
	color: #4B367C !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-twitch .pk-social-links-link:hover .pk-social-links-icon {
	color: #6045a0 !important;
}

.pk-social-links-scheme-bold .pk-social-links-flickr .pk-social-links-link {
	color: #FF1981;
}

.pk-social-links-scheme-bold .pk-social-links-flickr .pk-social-links-link:hover .pk-social-links-icon {
	color: #ff4c9d;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-flickr .pk-social-links-link {
	color: #FF1981 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-flickr .pk-social-links-link:hover .pk-social-links-icon {
	color: #ff4c9d !important;
}

.pk-social-links-scheme-bold .pk-social-links-snapchat .pk-social-links-link {
	color: #F0EC00;
}

.pk-social-links-scheme-bold .pk-social-links-snapchat .pk-social-links-link:hover .pk-social-links-icon {
	color: #fffb24;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-snapchat .pk-social-links-link {
	color: #F0EC00 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-snapchat .pk-social-links-link:hover .pk-social-links-icon {
	color: #fffb24 !important;
}

.pk-social-links-scheme-bold .pk-social-links-medium .pk-social-links-link {
	color: #1f1f1f;
}

.pk-social-links-scheme-bold .pk-social-links-medium .pk-social-links-link:hover .pk-social-links-icon {
	color: #393838;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-medium .pk-social-links-link {
	color: #1f1f1f !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-medium .pk-social-links-link:hover .pk-social-links-icon {
	color: #393838 !important;
}

.pk-social-links-scheme-bold .pk-social-links-reddit .pk-social-links-link {
	color: #ff4500;
}

.pk-social-links-scheme-bold .pk-social-links-reddit .pk-social-links-link:hover .pk-social-links-icon {
	color: #ff6a33;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-reddit .pk-social-links-link {
	color: #ff4500 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-reddit .pk-social-links-link:hover .pk-social-links-icon {
	color: #ff6a33 !important;
}

.pk-social-links-scheme-bold .pk-social-links-wechat .pk-social-links-link {
	color: #1AAD19;
}

.pk-social-links-scheme-bold .pk-social-links-wechat .pk-social-links-link:hover .pk-social-links-icon {
	color: #21da1f;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-wechat .pk-social-links-link {
	color: #1AAD19 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-wechat .pk-social-links-link:hover .pk-social-links-icon {
	color: #21da1f !important;
}

.pk-social-links-scheme-bold .pk-social-links-tiktok .pk-social-links-link {
	color: #000000;
}

.pk-social-links-scheme-bold .pk-social-links-tiktok .pk-social-links-link:hover .pk-social-links-icon {
	color: #1a1919;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-tiktok .pk-social-links-link {
	color: #000000 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-tiktok .pk-social-links-link:hover .pk-social-links-icon {
	color: #1a1919 !important;
}

.pk-social-links-scheme-bold .pk-social-links-discord .pk-social-links-link {
	color: #5b77b8;
}

.pk-social-links-scheme-bold .pk-social-links-discord .pk-social-links-link:hover .pk-social-links-icon {
	color: #7f95c7;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-discord .pk-social-links-link {
	color: #5b77b8 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-discord .pk-social-links-link:hover .pk-social-links-icon {
	color: #7f95c7 !important;
}

.pk-social-links-scheme-bold .pk-social-links-weibo .pk-social-links-link {
	color: #D72829;
}

.pk-social-links-scheme-bold .pk-social-links-weibo .pk-social-links-link:hover .pk-social-links-icon {
	color: #df5354;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-weibo .pk-social-links-link {
	color: #D72829 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-weibo .pk-social-links-link:hover .pk-social-links-icon {
	color: #df5354 !important;
}

.pk-social-links-scheme-bold .pk-social-links-android .pk-social-links-link {
	color: #A4C639;
}

.pk-social-links-scheme-bold .pk-social-links-android .pk-social-links-link:hover .pk-social-links-icon {
	color: #b6d161;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-android .pk-social-links-link {
	color: #A4C639 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-android .pk-social-links-link:hover .pk-social-links-icon {
	color: #b6d161 !important;
}

.pk-social-links-scheme-bold .pk-social-links-apple .pk-social-links-link {
	color: #444444;
}

.pk-social-links-scheme-bold .pk-social-links-apple .pk-social-links-link:hover .pk-social-links-icon {
	color: #5e5d5d;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-apple .pk-social-links-link {
	color: #444444 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-apple .pk-social-links-link:hover .pk-social-links-icon {
	color: #5e5d5d !important;
}

.pk-social-links-scheme-bold .pk-social-links-yelp .pk-social-links-link {
	color: #D32323;
}

.pk-social-links-scheme-bold .pk-social-links-yelp .pk-social-links-link:hover .pk-social-links-icon {
	color: #e14848;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-yelp .pk-social-links-link {
	color: #D32323 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-yelp .pk-social-links-link:hover .pk-social-links-icon {
	color: #e14848 !important;
}

.pk-social-links-scheme-bold .pk-social-links-stackoverflow .pk-social-links-link {
	color: #FE7A15;
}

.pk-social-links-scheme-bold .pk-social-links-stackoverflow .pk-social-links-link:hover .pk-social-links-icon {
	color: #fe9748;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-stackoverflow .pk-social-links-link {
	color: #FE7A15 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-stackoverflow .pk-social-links-link:hover .pk-social-links-icon {
	color: #fe9748 !important;
}

.pk-social-links-scheme-bold .pk-social-links-codepen .pk-social-links-link {
	color: #000000;
}

.pk-social-links-scheme-bold .pk-social-links-codepen .pk-social-links-link:hover .pk-social-links-icon {
	color: #1a1919;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-codepen .pk-social-links-link {
	color: #000000 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-codepen .pk-social-links-link:hover .pk-social-links-icon {
	color: #1a1919 !important;
}

.pk-social-links-scheme-bold .pk-social-links-gitlab .pk-social-links-link {
	color: #E24329;
}

.pk-social-links-scheme-bold .pk-social-links-gitlab .pk-social-links-link:hover .pk-social-links-icon {
	color: #e86a56;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-gitlab .pk-social-links-link {
	color: #E24329 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-gitlab .pk-social-links-link:hover .pk-social-links-icon {
	color: #e86a56 !important;
}

.pk-social-links-scheme-bold .pk-social-links-freecodecamp .pk-social-links-link {
	color: #006400;
}

.pk-social-links-scheme-bold .pk-social-links-freecodecamp .pk-social-links-link:hover .pk-social-links-icon {
	color: #009700;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-freecodecamp .pk-social-links-link {
	color: #006400 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-freecodecamp .pk-social-links-link:hover .pk-social-links-icon {
	color: #009700 !important;
}

.pk-social-links-scheme-bold .pk-social-links-jsfiddle .pk-social-links-link {
	color: #487AA2;
}

.pk-social-links-scheme-bold .pk-social-links-jsfiddle .pk-social-links-link:hover .pk-social-links-icon {
	color: #6393ba;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-jsfiddle .pk-social-links-link {
	color: #487AA2 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-jsfiddle .pk-social-links-link:hover .pk-social-links-icon {
	color: #6393ba !important;
}

.pk-social-links-scheme-bold .pk-social-links-bitbucket .pk-social-links-link {
	color: #205081;
}

.pk-social-links-scheme-bold .pk-social-links-bitbucket .pk-social-links-link:hover .pk-social-links-icon {
	color: #2a69aa;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-bitbucket .pk-social-links-link {
	color: #205081 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-bitbucket .pk-social-links-link:hover .pk-social-links-icon {
	color: #2a69aa !important;
}

.pk-social-links-scheme-bold .pk-social-links-foursquare .pk-social-links-link {
	color: #2D5BE3;
}

.pk-social-links-scheme-bold .pk-social-links-foursquare .pk-social-links-link:hover .pk-social-links-icon {
	color: #5a7ee9;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-foursquare .pk-social-links-link {
	color: #2D5BE3 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-foursquare .pk-social-links-link:hover .pk-social-links-icon {
	color: #5a7ee9 !important;
}

.pk-social-links-scheme-bold .pk-social-links-500px .pk-social-links-link {
	color: #0099E5;
}

.pk-social-links-scheme-bold .pk-social-links-500px .pk-social-links-link:hover .pk-social-links-icon {
	color: #19b3ff;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-500px .pk-social-links-link {
	color: #0099E5 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-500px .pk-social-links-link:hover .pk-social-links-icon {
	color: #19b3ff !important;
}

.pk-social-links-scheme-bold .pk-social-links-delicious .pk-social-links-link {
	color: #3399FF;
}

.pk-social-links-scheme-bold .pk-social-links-delicious .pk-social-links-link:hover .pk-social-links-icon {
	color: #66b3ff;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-delicious .pk-social-links-link {
	color: #3399FF !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-delicious .pk-social-links-link:hover .pk-social-links-icon {
	color: #66b3ff !important;
}

.pk-social-links-scheme-bold .pk-social-links-deviantart .pk-social-links-link {
	color: #05CC47;
}

.pk-social-links-scheme-bold .pk-social-links-deviantart .pk-social-links-link:hover .pk-social-links-icon {
	color: #0bf95a;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-deviantart .pk-social-links-link {
	color: #05CC47 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-deviantart .pk-social-links-link:hover .pk-social-links-icon {
	color: #0bf95a !important;
}

.pk-social-links-scheme-bold .pk-social-links-houzz .pk-social-links-link {
	color: #7AC142;
}

.pk-social-links-scheme-bold .pk-social-links-houzz .pk-social-links-link:hover .pk-social-links-icon {
	color: #95ce68;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-houzz .pk-social-links-link {
	color: #7AC142 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-houzz .pk-social-links-link:hover .pk-social-links-icon {
	color: #95ce68 !important;
}

.pk-social-links-scheme-bold .pk-social-links-meetup .pk-social-links-link {
	color: #EC1C40;
}

.pk-social-links-scheme-bold .pk-social-links-meetup .pk-social-links-link:hover .pk-social-links-icon {
	color: #f04b68;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-meetup .pk-social-links-link {
	color: #EC1C40 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-meetup .pk-social-links-link:hover .pk-social-links-icon {
	color: #f04b68 !important;
}

.pk-social-links-scheme-bold .pk-social-links-producthunt .pk-social-links-link {
	color: #DA552F;
}

.pk-social-links-scheme-bold .pk-social-links-producthunt .pk-social-links-link:hover .pk-social-links-icon {
	color: #e2785a;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-producthunt .pk-social-links-link {
	color: #DA552F !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-producthunt .pk-social-links-link:hover .pk-social-links-icon {
	color: #e2785a !important;
}

.pk-social-links-scheme-bold .pk-social-links-slideshare .pk-social-links-link {
	color: #0077B5;
}

.pk-social-links-scheme-bold .pk-social-links-slideshare .pk-social-links-link:hover .pk-social-links-icon {
	color: #0099e8;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-slideshare .pk-social-links-link {
	color: #0077B5 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-slideshare .pk-social-links-link:hover .pk-social-links-icon {
	color: #0099e8 !important;
}

.pk-social-links-scheme-bold .pk-social-links-tripadvisor .pk-social-links-link {
	color: #589442;
}

.pk-social-links-scheme-bold .pk-social-links-tripadvisor .pk-social-links-link:hover .pk-social-links-icon {
	color: #6fb356;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-tripadvisor .pk-social-links-link {
	color: #589442 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-tripadvisor .pk-social-links-link:hover .pk-social-links-icon {
	color: #6fb356 !important;
}

.pk-social-links-scheme-bold .pk-social-links-steam .pk-social-links-link {
	color: #00ADEE;
}

.pk-social-links-scheme-bold .pk-social-links-steam .pk-social-links-link:hover .pk-social-links-icon {
	color: #22c3ff;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-steam .pk-social-links-link {
	color: #00ADEE !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-steam .pk-social-links-link:hover .pk-social-links-icon {
	color: #22c3ff !important;
}

.pk-social-links-scheme-bold .pk-social-links-thumbtack .pk-social-links-link {
	color: #1AA1D8;
}

.pk-social-links-scheme-bold .pk-social-links-thumbtack .pk-social-links-link:hover .pk-social-links-icon {
	color: #3db6e8;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-thumbtack .pk-social-links-link {
	color: #1AA1D8 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-thumbtack .pk-social-links-link:hover .pk-social-links-icon {
	color: #3db6e8 !important;
}

.pk-social-links-scheme-bold .pk-social-links-goodreads .pk-social-links-link {
	color: #BAAC9A;
}

.pk-social-links-scheme-bold .pk-social-links-goodreads .pk-social-links-link:hover .pk-social-links-icon {
	color: #cfc5b8;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-goodreads .pk-social-links-link {
	color: #BAAC9A !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-goodreads .pk-social-links-link:hover .pk-social-links-icon {
	color: #cfc5b8 !important;
}

.pk-social-links-scheme-bold .pk-social-links-mastodon .pk-social-links-link {
	color: #3088D4;
}

.pk-social-links-scheme-bold .pk-social-links-mastodon .pk-social-links-link:hover .pk-social-links-icon {
	color: #5aa0dd;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-mastodon .pk-social-links-link {
	color: #3088D4 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-mastodon .pk-social-links-link:hover .pk-social-links-icon {
	color: #5aa0dd !important;
}

.pk-social-links-scheme-bold .pk-social-links-pixelfed .pk-social-links-link {
	color: #F22349;
}

.pk-social-links-scheme-bold .pk-social-links-pixelfed .pk-social-links-link:hover .pk-social-links-icon {
	color: #f55371;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-pixelfed .pk-social-links-link {
	color: #F22349 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-pixelfed .pk-social-links-link:hover .pk-social-links-icon {
	color: #f55371 !important;
}

.pk-social-links-scheme-bold .pk-social-links-microblog .pk-social-links-link {
	color: #FD8308;
}

.pk-social-links-scheme-bold .pk-social-links-microblog .pk-social-links-link:hover .pk-social-links-icon {
	color: #fd9c3b;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-microblog .pk-social-links-link {
	color: #FD8308 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-microblog .pk-social-links-link:hover .pk-social-links-icon {
	color: #fd9c3b !important;
}

.pk-social-links-scheme-bold .pk-social-links-strava .pk-social-links-link {
	color: #FC4C02;
}

.pk-social-links-scheme-bold .pk-social-links-strava .pk-social-links-link:hover .pk-social-links-icon {
	color: #fd6f34;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-strava .pk-social-links-link {
	color: #FC4C02 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-strava .pk-social-links-link:hover .pk-social-links-icon {
	color: #fd6f34 !important;
}

.pk-social-links-scheme-bold .pk-social-links-phone .pk-social-links-link {
	color: #121212;
}

.pk-social-links-scheme-bold .pk-social-links-phone .pk-social-links-link:hover .pk-social-links-icon {
	color: #2c2b2b;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-phone .pk-social-links-link {
	color: #121212 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-phone .pk-social-links-link:hover .pk-social-links-icon {
	color: #2c2b2b !important;
}

.pk-social-links-scheme-bold .pk-social-links-mail .pk-social-links-link {
	color: #121212;
}

.pk-social-links-scheme-bold .pk-social-links-mail .pk-social-links-link:hover .pk-social-links-icon {
	color: #2c2b2b;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-mail .pk-social-links-link {
	color: #121212 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-mail .pk-social-links-link:hover .pk-social-links-icon {
	color: #2c2b2b !important;
}

.pk-social-links-scheme-bold .pk-social-links-rss .pk-social-links-link {
	color: #FFA500;
}

.pk-social-links-scheme-bold .pk-social-links-rss .pk-social-links-link:hover .pk-social-links-icon {
	color: #ffb733;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-rss .pk-social-links-link {
	color: #FFA500 !important;
}

.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-rss .pk-social-links-link:hover .pk-social-links-icon {
	color: #ffb733 !important;
}

.pk-social-links-scheme-inverse .pk-social-links-items .pk-social-links-link,
.is-style-pk-social-links-inverse .pk-social-links-items .pk-social-links-link {
	color: var(--pk-social-inverse-link-color) !important;
}

.pk-social-links-scheme-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-icon,
.pk-social-links-scheme-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-title,
.pk-social-links-scheme-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-label,
.pk-social-links-scheme-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-count,
.is-style-pk-social-links-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-icon,
.is-style-pk-social-links-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-title,
.is-style-pk-social-links-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-label,
.is-style-pk-social-links-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-count {
	color: inherit !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-twitter .pk-social-links-link:hover .pk-social-links-icon {
	color: #00aced !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-facebook .pk-social-links-link:hover .pk-social-links-icon {
	color: #3b5998 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-instagram .pk-social-links-link:hover .pk-social-links-icon {
	color: #675144 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-fb-messenger .pk-social-links-link:hover .pk-social-links-icon {
	color: #0084ff !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-youtube .pk-social-links-link:hover .pk-social-links-icon {
	color: #ff0000 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-vimeo .pk-social-links-link:hover .pk-social-links-icon {
	color: #00ADEF !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-soundcloud .pk-social-links-link:hover .pk-social-links-icon {
	color: #FE8336 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-spotify .pk-social-links-link:hover .pk-social-links-icon {
	color: #1ED760 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-dribbble .pk-social-links-link:hover .pk-social-links-icon {
	color: #EA4C89 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-behance .pk-social-links-link:hover .pk-social-links-icon {
	color: #115EFA !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-github .pk-social-links-link:hover .pk-social-links-icon {
	color: #010101 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-tumblr .pk-social-links-link:hover .pk-social-links-icon {
	color: #35455C !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-bloglovin .pk-social-links-link:hover .pk-social-links-icon {
	color: #00BDF4 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-linkedin .pk-social-links-link:hover .pk-social-links-icon {
	color: #007bb6 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-pinterest .pk-social-links-link:hover .pk-social-links-icon {
	color: #cb2027 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-stumbleupon .pk-social-links-link:hover .pk-social-links-icon {
	color: #eb4823 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-whatsapp .pk-social-links-link:hover .pk-social-links-icon {
	color: #29a628 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-telegram .pk-social-links-link:hover .pk-social-links-icon {
	color: #2ca5e0 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-line .pk-social-links-link:hover .pk-social-links-icon {
	color: #25af00 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-viber .pk-social-links-link:hover .pk-social-links-icon {
	color: #7b519d !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-pocket .pk-social-links-link:hover .pk-social-links-icon {
	color: #ef4056 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-messenger .pk-social-links-link:hover .pk-social-links-icon {
	color: #0084ff !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-ok .pk-social-links-link:hover .pk-social-links-icon {
	color: #EE8208 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-vk .pk-social-links-link:hover .pk-social-links-icon {
	color: #45668e !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-vkontakte .pk-social-links-link:hover .pk-social-links-icon {
	color: #45668e !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-xing .pk-social-links-link:hover .pk-social-links-icon {
	color: #006567 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-twitch .pk-social-links-link:hover .pk-social-links-icon {
	color: #4B367C !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-flickr .pk-social-links-link:hover .pk-social-links-icon {
	color: #FF1981 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-snapchat .pk-social-links-link:hover .pk-social-links-icon {
	color: #F0EC00 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-medium .pk-social-links-link:hover .pk-social-links-icon {
	color: #1f1f1f !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-reddit .pk-social-links-link:hover .pk-social-links-icon {
	color: #ff4500 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-wechat .pk-social-links-link:hover .pk-social-links-icon {
	color: #1AAD19 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-tiktok .pk-social-links-link:hover .pk-social-links-icon {
	color: #000000 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-discord .pk-social-links-link:hover .pk-social-links-icon {
	color: #5b77b8 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-weibo .pk-social-links-link:hover .pk-social-links-icon {
	color: #D72829 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-android .pk-social-links-link:hover .pk-social-links-icon {
	color: #A4C639 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-apple .pk-social-links-link:hover .pk-social-links-icon {
	color: #444444 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-yelp .pk-social-links-link:hover .pk-social-links-icon {
	color: #D32323 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-stackoverflow .pk-social-links-link:hover .pk-social-links-icon {
	color: #FE7A15 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-codepen .pk-social-links-link:hover .pk-social-links-icon {
	color: #000000 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-gitlab .pk-social-links-link:hover .pk-social-links-icon {
	color: #E24329 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-freecodecamp .pk-social-links-link:hover .pk-social-links-icon {
	color: #006400 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-jsfiddle .pk-social-links-link:hover .pk-social-links-icon {
	color: #487AA2 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-bitbucket .pk-social-links-link:hover .pk-social-links-icon {
	color: #205081 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-foursquare .pk-social-links-link:hover .pk-social-links-icon {
	color: #2D5BE3 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-500px .pk-social-links-link:hover .pk-social-links-icon {
	color: #0099E5 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-delicious .pk-social-links-link:hover .pk-social-links-icon {
	color: #3399FF !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-deviantart .pk-social-links-link:hover .pk-social-links-icon {
	color: #05CC47 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-houzz .pk-social-links-link:hover .pk-social-links-icon {
	color: #7AC142 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-meetup .pk-social-links-link:hover .pk-social-links-icon {
	color: #EC1C40 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-producthunt .pk-social-links-link:hover .pk-social-links-icon {
	color: #DA552F !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-slideshare .pk-social-links-link:hover .pk-social-links-icon {
	color: #0077B5 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-tripadvisor .pk-social-links-link:hover .pk-social-links-icon {
	color: #589442 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-steam .pk-social-links-link:hover .pk-social-links-icon {
	color: #00ADEE !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-thumbtack .pk-social-links-link:hover .pk-social-links-icon {
	color: #1AA1D8 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-goodreads .pk-social-links-link:hover .pk-social-links-icon {
	color: #BAAC9A !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-mastodon .pk-social-links-link:hover .pk-social-links-icon {
	color: #3088D4 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-pixelfed .pk-social-links-link:hover .pk-social-links-icon {
	color: #F22349 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-microblog .pk-social-links-link:hover .pk-social-links-icon {
	color: #FD8308 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-strava .pk-social-links-link:hover .pk-social-links-icon {
	color: #FC4C02 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-phone .pk-social-links-link:hover .pk-social-links-icon {
	color: #121212 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-mail .pk-social-links-link:hover .pk-social-links-icon {
	color: #121212 !important;
}

.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-rss .pk-social-links-link:hover .pk-social-links-icon {
	color: #FFA500 !important;
}

.pk-social-links-scheme-light-bg .pk-social-links-link,
.is-style-pk-social-links-light-bg .pk-social-links-link {
	padding: .8rem 1rem;
	background-color: var(--pk-social-light-bg-link-background);
	color: var(--pk-social-light-bg-color);
}

.pk-social-links-scheme-light-bg .pk-social-links-link .pk-social-links-title,
.is-style-pk-social-links-light-bg .pk-social-links-link .pk-social-links-title {
	color: var(--pk-social-light-bg-title-color);
}

.pk-social-links-scheme-light-bg .pk-social-links-link .pk-social-links-label,
.is-style-pk-social-links-light-bg .pk-social-links-link .pk-social-links-label {
	color: var(--pk-social-light-bg-label-color);
}

.pk-social-links-scheme-light-bg .pk-social-links-link .pk-social-links-count,
.is-style-pk-social-links-light-bg .pk-social-links-link .pk-social-links-count {
	color: var(--pk-social-light-bg-count-color);
}

.pk-social-links-scheme-light-bg .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-link:hover {
	color: var(--pk-social-light-bg-hover-color);
}

.pk-social-links-scheme-light-bg .pk-social-links-link:hover .pk-social-links-title,
.is-style-pk-social-links-light-bg .pk-social-links-link:hover .pk-social-links-title {
	color: var(--pk-social-light-bg-hover-title-color);
}

.pk-social-links-scheme-light-bg .pk-social-links-link:hover .pk-social-links-label,
.is-style-pk-social-links-light-bg .pk-social-links-link:hover .pk-social-links-label {
	color: var(--pk-social-light-bg-hover-label-color);
}

.pk-social-links-scheme-light-bg .pk-social-links-link:hover .pk-social-links-count,
.is-style-pk-social-links-light-bg .pk-social-links-link:hover .pk-social-links-count {
	color: var(--pk-social-light-bg-hover-count-color);
}

.pk-social-links-scheme-light-bg .pk-social-links-twitter .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-twitter .pk-social-links-link:hover {
	background-color: #00aced;
}

.pk-social-links-scheme-light-bg .pk-social-links-facebook .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-facebook .pk-social-links-link:hover {
	background-color: #3b5998;
}

.pk-social-links-scheme-light-bg .pk-social-links-instagram .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-instagram .pk-social-links-link:hover {
	background-color: #675144;
}

.pk-social-links-scheme-light-bg .pk-social-links-fb-messenger .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-fb-messenger .pk-social-links-link:hover {
	background-color: #0084ff;
}

.pk-social-links-scheme-light-bg .pk-social-links-youtube .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-youtube .pk-social-links-link:hover {
	background-color: #ff0000;
}

.pk-social-links-scheme-light-bg .pk-social-links-vimeo .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-vimeo .pk-social-links-link:hover {
	background-color: #00ADEF;
}

.pk-social-links-scheme-light-bg .pk-social-links-soundcloud .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-soundcloud .pk-social-links-link:hover {
	background-color: #FE8336;
}

.pk-social-links-scheme-light-bg .pk-social-links-spotify .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-spotify .pk-social-links-link:hover {
	background-color: #1ED760;
}

.pk-social-links-scheme-light-bg .pk-social-links-dribbble .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-dribbble .pk-social-links-link:hover {
	background-color: #EA4C89;
}

.pk-social-links-scheme-light-bg .pk-social-links-behance .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-behance .pk-social-links-link:hover {
	background-color: #115EFA;
}

.pk-social-links-scheme-light-bg .pk-social-links-github .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-github .pk-social-links-link:hover {
	background-color: #010101;
}

.pk-social-links-scheme-light-bg .pk-social-links-tumblr .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-tumblr .pk-social-links-link:hover {
	background-color: #35455C;
}

.pk-social-links-scheme-light-bg .pk-social-links-bloglovin .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-bloglovin .pk-social-links-link:hover {
	background-color: #00BDF4;
}

.pk-social-links-scheme-light-bg .pk-social-links-linkedin .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-linkedin .pk-social-links-link:hover {
	background-color: #007bb6;
}

.pk-social-links-scheme-light-bg .pk-social-links-pinterest .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-pinterest .pk-social-links-link:hover {
	background-color: #cb2027;
}

.pk-social-links-scheme-light-bg .pk-social-links-stumbleupon .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-stumbleupon .pk-social-links-link:hover {
	background-color: #eb4823;
}

.pk-social-links-scheme-light-bg .pk-social-links-whatsapp .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-whatsapp .pk-social-links-link:hover {
	background-color: #29a628;
}

.pk-social-links-scheme-light-bg .pk-social-links-telegram .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-telegram .pk-social-links-link:hover {
	background-color: #2ca5e0;
}

.pk-social-links-scheme-light-bg .pk-social-links-line .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-line .pk-social-links-link:hover {
	background-color: #25af00;
}

.pk-social-links-scheme-light-bg .pk-social-links-viber .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-viber .pk-social-links-link:hover {
	background-color: #7b519d;
}

.pk-social-links-scheme-light-bg .pk-social-links-pocket .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-pocket .pk-social-links-link:hover {
	background-color: #ef4056;
}

.pk-social-links-scheme-light-bg .pk-social-links-messenger .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-messenger .pk-social-links-link:hover {
	background-color: #0084ff;
}

.pk-social-links-scheme-light-bg .pk-social-links-ok .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-ok .pk-social-links-link:hover {
	background-color: #EE8208;
}

.pk-social-links-scheme-light-bg .pk-social-links-vk .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-vk .pk-social-links-link:hover {
	background-color: #45668e;
}

.pk-social-links-scheme-light-bg .pk-social-links-vkontakte .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-vkontakte .pk-social-links-link:hover {
	background-color: #45668e;
}

.pk-social-links-scheme-light-bg .pk-social-links-xing .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-xing .pk-social-links-link:hover {
	background-color: #006567;
}

.pk-social-links-scheme-light-bg .pk-social-links-twitch .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-twitch .pk-social-links-link:hover {
	background-color: #4B367C;
}

.pk-social-links-scheme-light-bg .pk-social-links-flickr .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-flickr .pk-social-links-link:hover {
	background-color: #FF1981;
}

.pk-social-links-scheme-light-bg .pk-social-links-snapchat .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-snapchat .pk-social-links-link:hover {
	background-color: #F0EC00;
}

.pk-social-links-scheme-light-bg .pk-social-links-medium .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-medium .pk-social-links-link:hover {
	background-color: #1f1f1f;
}

.pk-social-links-scheme-light-bg .pk-social-links-reddit .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-reddit .pk-social-links-link:hover {
	background-color: #ff4500;
}

.pk-social-links-scheme-light-bg .pk-social-links-wechat .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-wechat .pk-social-links-link:hover {
	background-color: #1AAD19;
}

.pk-social-links-scheme-light-bg .pk-social-links-tiktok .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-tiktok .pk-social-links-link:hover {
	background-color: #000000;
}

.pk-social-links-scheme-light-bg .pk-social-links-discord .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-discord .pk-social-links-link:hover {
	background-color: #5b77b8;
}

.pk-social-links-scheme-light-bg .pk-social-links-weibo .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-weibo .pk-social-links-link:hover {
	background-color: #D72829;
}

.pk-social-links-scheme-light-bg .pk-social-links-android .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-android .pk-social-links-link:hover {
	background-color: #A4C639;
}

.pk-social-links-scheme-light-bg .pk-social-links-apple .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-apple .pk-social-links-link:hover {
	background-color: #444444;
}

.pk-social-links-scheme-light-bg .pk-social-links-yelp .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-yelp .pk-social-links-link:hover {
	background-color: #D32323;
}

.pk-social-links-scheme-light-bg .pk-social-links-stackoverflow .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-stackoverflow .pk-social-links-link:hover {
	background-color: #FE7A15;
}

.pk-social-links-scheme-light-bg .pk-social-links-codepen .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-codepen .pk-social-links-link:hover {
	background-color: #000000;
}

.pk-social-links-scheme-light-bg .pk-social-links-gitlab .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-gitlab .pk-social-links-link:hover {
	background-color: #E24329;
}

.pk-social-links-scheme-light-bg .pk-social-links-freecodecamp .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-freecodecamp .pk-social-links-link:hover {
	background-color: #006400;
}

.pk-social-links-scheme-light-bg .pk-social-links-jsfiddle .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-jsfiddle .pk-social-links-link:hover {
	background-color: #487AA2;
}

.pk-social-links-scheme-light-bg .pk-social-links-bitbucket .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-bitbucket .pk-social-links-link:hover {
	background-color: #205081;
}

.pk-social-links-scheme-light-bg .pk-social-links-foursquare .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-foursquare .pk-social-links-link:hover {
	background-color: #2D5BE3;
}

.pk-social-links-scheme-light-bg .pk-social-links-500px .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-500px .pk-social-links-link:hover {
	background-color: #0099E5;
}

.pk-social-links-scheme-light-bg .pk-social-links-delicious .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-delicious .pk-social-links-link:hover {
	background-color: #3399FF;
}

.pk-social-links-scheme-light-bg .pk-social-links-deviantart .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-deviantart .pk-social-links-link:hover {
	background-color: #05CC47;
}

.pk-social-links-scheme-light-bg .pk-social-links-houzz .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-houzz .pk-social-links-link:hover {
	background-color: #7AC142;
}

.pk-social-links-scheme-light-bg .pk-social-links-meetup .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-meetup .pk-social-links-link:hover {
	background-color: #EC1C40;
}

.pk-social-links-scheme-light-bg .pk-social-links-producthunt .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-producthunt .pk-social-links-link:hover {
	background-color: #DA552F;
}

.pk-social-links-scheme-light-bg .pk-social-links-slideshare .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-slideshare .pk-social-links-link:hover {
	background-color: #0077B5;
}

.pk-social-links-scheme-light-bg .pk-social-links-tripadvisor .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-tripadvisor .pk-social-links-link:hover {
	background-color: #589442;
}

.pk-social-links-scheme-light-bg .pk-social-links-steam .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-steam .pk-social-links-link:hover {
	background-color: #00ADEE;
}

.pk-social-links-scheme-light-bg .pk-social-links-thumbtack .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-thumbtack .pk-social-links-link:hover {
	background-color: #1AA1D8;
}

.pk-social-links-scheme-light-bg .pk-social-links-goodreads .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-goodreads .pk-social-links-link:hover {
	background-color: #BAAC9A;
}

.pk-social-links-scheme-light-bg .pk-social-links-mastodon .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-mastodon .pk-social-links-link:hover {
	background-color: #3088D4;
}

.pk-social-links-scheme-light-bg .pk-social-links-pixelfed .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-pixelfed .pk-social-links-link:hover {
	background-color: #F22349;
}

.pk-social-links-scheme-light-bg .pk-social-links-microblog .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-microblog .pk-social-links-link:hover {
	background-color: #FD8308;
}

.pk-social-links-scheme-light-bg .pk-social-links-strava .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-strava .pk-social-links-link:hover {
	background-color: #FC4C02;
}

.pk-social-links-scheme-light-bg .pk-social-links-phone .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-phone .pk-social-links-link:hover {
	background-color: #121212;
}

.pk-social-links-scheme-light-bg .pk-social-links-mail .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-mail .pk-social-links-link:hover {
	background-color: #121212;
}

.pk-social-links-scheme-light-bg .pk-social-links-rss .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-rss .pk-social-links-link:hover {
	background-color: #FFA500;
}

.pk-social-links-scheme-bold-bg .pk-social-links-items .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-items .pk-social-links-link {
	padding: .8rem 1rem;
	color: var(--pk-social-bold-bg-link-color) !important;
}

.pk-social-links-scheme-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-icon,
.pk-social-links-scheme-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-title,
.pk-social-links-scheme-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-label,
.pk-social-links-scheme-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-count,
.is-style-pk-social-links-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-icon,
.is-style-pk-social-links-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-title,
.is-style-pk-social-links-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-label,
.is-style-pk-social-links-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-count {
	color: inherit !important;
}

.pk-social-links-scheme-bold-bg .pk-social-links-twitter .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-twitter .pk-social-links-link {
	background-color: #00aced;
}

.pk-social-links-scheme-bold-bg .pk-social-links-twitter .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-twitter .pk-social-links-link:hover {
	background-color: #21c2ff;
}

.pk-social-links-scheme-bold-bg .pk-social-links-facebook .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-facebook .pk-social-links-link {
	background-color: #3b5998;
}

.pk-social-links-scheme-bold-bg .pk-social-links-facebook .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-facebook .pk-social-links-link:hover {
	background-color: #4c70ba;
}

.pk-social-links-scheme-bold-bg .pk-social-links-instagram .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-instagram .pk-social-links-link {
	background-color: #675144;
}

.pk-social-links-scheme-bold-bg .pk-social-links-instagram .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-instagram .pk-social-links-link:hover {
	background-color: #866958;
}

.pk-social-links-scheme-bold-bg .pk-social-links-fb-messenger .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-fb-messenger .pk-social-links-link {
	background-color: #0084ff;
}

.pk-social-links-scheme-bold-bg .pk-social-links-fb-messenger .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-fb-messenger .pk-social-links-link:hover {
	background-color: #339dff;
}

.pk-social-links-scheme-bold-bg .pk-social-links-youtube .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-youtube .pk-social-links-link {
	background-color: #ff0000;
}

.pk-social-links-scheme-bold-bg .pk-social-links-youtube .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-youtube .pk-social-links-link:hover {
	background-color: #ff3333;
}

.pk-social-links-scheme-bold-bg .pk-social-links-vimeo .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-vimeo .pk-social-links-link {
	background-color: #00ADEF;
}

.pk-social-links-scheme-bold-bg .pk-social-links-vimeo .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-vimeo .pk-social-links-link:hover {
	background-color: #23c2ff;
}

.pk-social-links-scheme-bold-bg .pk-social-links-soundcloud .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-soundcloud .pk-social-links-link {
	background-color: #FE8336;
}

.pk-social-links-scheme-bold-bg .pk-social-links-soundcloud .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-soundcloud .pk-social-links-link:hover {
	background-color: #fea269;
}

.pk-social-links-scheme-bold-bg .pk-social-links-spotify .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-spotify .pk-social-links-link {
	background-color: #1ED760;
}

.pk-social-links-scheme-bold-bg .pk-social-links-spotify .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-spotify .pk-social-links-link:hover {
	background-color: #43e57d;
}

.pk-social-links-scheme-bold-bg .pk-social-links-dribbble .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-dribbble .pk-social-links-link {
	background-color: #EA4C89;
}

.pk-social-links-scheme-bold-bg .pk-social-links-dribbble .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-dribbble .pk-social-links-link:hover {
	background-color: #ef7aa7;
}

.pk-social-links-scheme-bold-bg .pk-social-links-behance .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-behance .pk-social-links-link {
	background-color: #115EFA;
}

.pk-social-links-scheme-bold-bg .pk-social-links-behance .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-behance .pk-social-links-link:hover {
	background-color: #4380fb;
}

.pk-social-links-scheme-bold-bg .pk-social-links-github .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-github .pk-social-links-link {
	background-color: #010101;
}

.pk-social-links-scheme-bold-bg .pk-social-links-github .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-github .pk-social-links-link:hover {
	background-color: #1b1a1a;
}

.pk-social-links-scheme-bold-bg .pk-social-links-tumblr .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-tumblr .pk-social-links-link {
	background-color: #35455C;
}

.pk-social-links-scheme-bold-bg .pk-social-links-tumblr .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-tumblr .pk-social-links-link:hover {
	background-color: #485d7c;
}

.pk-social-links-scheme-bold-bg .pk-social-links-bloglovin .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-bloglovin .pk-social-links-link {
	background-color: #00BDF4;
}

.pk-social-links-scheme-bold-bg .pk-social-links-bloglovin .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-bloglovin .pk-social-links-link:hover {
	background-color: #28cfff;
}

.pk-social-links-scheme-bold-bg .pk-social-links-linkedin .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-linkedin .pk-social-links-link {
	background-color: #007bb6;
}

.pk-social-links-scheme-bold-bg .pk-social-links-linkedin .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-linkedin .pk-social-links-link:hover {
	background-color: #009de9;
}

.pk-social-links-scheme-bold-bg .pk-social-links-pinterest .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-pinterest .pk-social-links-link {
	background-color: #cb2027;
}

.pk-social-links-scheme-bold-bg .pk-social-links-pinterest .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-pinterest .pk-social-links-link:hover {
	background-color: #e03e44;
}

.pk-social-links-scheme-bold-bg .pk-social-links-stumbleupon .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-stumbleupon .pk-social-links-link {
	background-color: #eb4823;
}

.pk-social-links-scheme-bold-bg .pk-social-links-stumbleupon .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-stumbleupon .pk-social-links-link:hover {
	background-color: #ef6f52;
}

.pk-social-links-scheme-bold-bg .pk-social-links-whatsapp .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-whatsapp .pk-social-links-link {
	background-color: #29a628;
}

.pk-social-links-scheme-bold-bg .pk-social-links-whatsapp .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-whatsapp .pk-social-links-link:hover {
	background-color: #34ce33;
}

.pk-social-links-scheme-bold-bg .pk-social-links-telegram .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-telegram .pk-social-links-link {
	background-color: #2ca5e0;
}

.pk-social-links-scheme-bold-bg .pk-social-links-telegram .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-telegram .pk-social-links-link:hover {
	background-color: #58b8e7;
}

.pk-social-links-scheme-bold-bg .pk-social-links-line .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-line .pk-social-links-link {
	background-color: #25af00;
}

.pk-social-links-scheme-bold-bg .pk-social-links-line .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-line .pk-social-links-link:hover {
	background-color: #30e200;
}

.pk-social-links-scheme-bold-bg .pk-social-links-viber .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-viber .pk-social-links-link {
	background-color: #7b519d;
}

.pk-social-links-scheme-bold-bg .pk-social-links-viber .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-viber .pk-social-links-link:hover {
	background-color: #946db4;
}

.pk-social-links-scheme-bold-bg .pk-social-links-pocket .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-pocket .pk-social-links-link {
	background-color: #ef4056;
}

.pk-social-links-scheme-bold-bg .pk-social-links-pocket .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-pocket .pk-social-links-link:hover {
	background-color: #f36f80;
}

.pk-social-links-scheme-bold-bg .pk-social-links-messenger .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-messenger .pk-social-links-link {
	background-color: #0084ff;
}

.pk-social-links-scheme-bold-bg .pk-social-links-messenger .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-messenger .pk-social-links-link:hover {
	background-color: #339dff;
}

.pk-social-links-scheme-bold-bg .pk-social-links-ok .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-ok .pk-social-links-link {
	background-color: #EE8208;
}

.pk-social-links-scheme-bold-bg .pk-social-links-ok .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-ok .pk-social-links-link:hover {
	background-color: #f89b31;
}

.pk-social-links-scheme-bold-bg .pk-social-links-vk .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-vk .pk-social-links-link {
	background-color: #45668e;
}

.pk-social-links-scheme-bold-bg .pk-social-links-vk .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-vk .pk-social-links-link:hover {
	background-color: #587fae;
}

.pk-social-links-scheme-bold-bg .pk-social-links-vkontakte .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-vkontakte .pk-social-links-link {
	background-color: #45668e;
}

.pk-social-links-scheme-bold-bg .pk-social-links-vkontakte .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-vkontakte .pk-social-links-link:hover {
	background-color: #587fae;
}

.pk-social-links-scheme-bold-bg .pk-social-links-xing .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-xing .pk-social-links-link {
	background-color: #006567;
}

.pk-social-links-scheme-bold-bg .pk-social-links-xing .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-xing .pk-social-links-link:hover {
	background-color: #00979a;
}

.pk-social-links-scheme-bold-bg .pk-social-links-twitch .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-twitch .pk-social-links-link {
	background-color: #4B367C;
}

.pk-social-links-scheme-bold-bg .pk-social-links-twitch .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-twitch .pk-social-links-link:hover {
	background-color: #6045a0;
}

.pk-social-links-scheme-bold-bg .pk-social-links-flickr .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-flickr .pk-social-links-link {
	background-color: #FF1981;
}

.pk-social-links-scheme-bold-bg .pk-social-links-flickr .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-flickr .pk-social-links-link:hover {
	background-color: #ff4c9d;
}

.pk-social-links-scheme-bold-bg .pk-social-links-snapchat .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-snapchat .pk-social-links-link {
	background-color: #F0EC00;
}

.pk-social-links-scheme-bold-bg .pk-social-links-snapchat .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-snapchat .pk-social-links-link:hover {
	background-color: #fffb24;
}

.pk-social-links-scheme-bold-bg .pk-social-links-medium .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-medium .pk-social-links-link {
	background-color: #1f1f1f;
}

.pk-social-links-scheme-bold-bg .pk-social-links-medium .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-medium .pk-social-links-link:hover {
	background-color: #393838;
}

.pk-social-links-scheme-bold-bg .pk-social-links-reddit .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-reddit .pk-social-links-link {
	background-color: #ff4500;
}

.pk-social-links-scheme-bold-bg .pk-social-links-reddit .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-reddit .pk-social-links-link:hover {
	background-color: #ff6a33;
}

.pk-social-links-scheme-bold-bg .pk-social-links-wechat .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-wechat .pk-social-links-link {
	background-color: #1AAD19;
}

.pk-social-links-scheme-bold-bg .pk-social-links-wechat .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-wechat .pk-social-links-link:hover {
	background-color: #21da1f;
}

.pk-social-links-scheme-bold-bg .pk-social-links-tiktok .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-tiktok .pk-social-links-link {
	background-color: #000000;
}

.pk-social-links-scheme-bold-bg .pk-social-links-tiktok .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-tiktok .pk-social-links-link:hover {
	background-color: #1a1919;
}

.pk-social-links-scheme-bold-bg .pk-social-links-discord .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-discord .pk-social-links-link {
	background-color: #5b77b8;
}

.pk-social-links-scheme-bold-bg .pk-social-links-discord .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-discord .pk-social-links-link:hover {
	background-color: #7f95c7;
}

.pk-social-links-scheme-bold-bg .pk-social-links-weibo .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-weibo .pk-social-links-link {
	background-color: #D72829;
}

.pk-social-links-scheme-bold-bg .pk-social-links-weibo .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-weibo .pk-social-links-link:hover {
	background-color: #df5354;
}

.pk-social-links-scheme-bold-bg .pk-social-links-android .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-android .pk-social-links-link {
	background-color: #A4C639;
}

.pk-social-links-scheme-bold-bg .pk-social-links-android .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-android .pk-social-links-link:hover {
	background-color: #b6d161;
}

.pk-social-links-scheme-bold-bg .pk-social-links-apple .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-apple .pk-social-links-link {
	background-color: #444444;
}

.pk-social-links-scheme-bold-bg .pk-social-links-apple .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-apple .pk-social-links-link:hover {
	background-color: #5e5d5d;
}

.pk-social-links-scheme-bold-bg .pk-social-links-yelp .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-yelp .pk-social-links-link {
	background-color: #D32323;
}

.pk-social-links-scheme-bold-bg .pk-social-links-yelp .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-yelp .pk-social-links-link:hover {
	background-color: #e14848;
}

.pk-social-links-scheme-bold-bg .pk-social-links-stackoverflow .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-stackoverflow .pk-social-links-link {
	background-color: #FE7A15;
}

.pk-social-links-scheme-bold-bg .pk-social-links-stackoverflow .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-stackoverflow .pk-social-links-link:hover {
	background-color: #fe9748;
}

.pk-social-links-scheme-bold-bg .pk-social-links-codepen .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-codepen .pk-social-links-link {
	background-color: #000000;
}

.pk-social-links-scheme-bold-bg .pk-social-links-codepen .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-codepen .pk-social-links-link:hover {
	background-color: #1a1919;
}

.pk-social-links-scheme-bold-bg .pk-social-links-gitlab .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-gitlab .pk-social-links-link {
	background-color: #E24329;
}

.pk-social-links-scheme-bold-bg .pk-social-links-gitlab .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-gitlab .pk-social-links-link:hover {
	background-color: #e86a56;
}

.pk-social-links-scheme-bold-bg .pk-social-links-freecodecamp .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-freecodecamp .pk-social-links-link {
	background-color: #006400;
}

.pk-social-links-scheme-bold-bg .pk-social-links-freecodecamp .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-freecodecamp .pk-social-links-link:hover {
	background-color: #009700;
}

.pk-social-links-scheme-bold-bg .pk-social-links-jsfiddle .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-jsfiddle .pk-social-links-link {
	background-color: #487AA2;
}

.pk-social-links-scheme-bold-bg .pk-social-links-jsfiddle .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-jsfiddle .pk-social-links-link:hover {
	background-color: #6393ba;
}

.pk-social-links-scheme-bold-bg .pk-social-links-bitbucket .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-bitbucket .pk-social-links-link {
	background-color: #205081;
}

.pk-social-links-scheme-bold-bg .pk-social-links-bitbucket .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-bitbucket .pk-social-links-link:hover {
	background-color: #2a69aa;
}

.pk-social-links-scheme-bold-bg .pk-social-links-foursquare .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-foursquare .pk-social-links-link {
	background-color: #2D5BE3;
}

.pk-social-links-scheme-bold-bg .pk-social-links-foursquare .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-foursquare .pk-social-links-link:hover {
	background-color: #5a7ee9;
}

.pk-social-links-scheme-bold-bg .pk-social-links-500px .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-500px .pk-social-links-link {
	background-color: #0099E5;
}

.pk-social-links-scheme-bold-bg .pk-social-links-500px .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-500px .pk-social-links-link:hover {
	background-color: #19b3ff;
}

.pk-social-links-scheme-bold-bg .pk-social-links-delicious .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-delicious .pk-social-links-link {
	background-color: #3399FF;
}

.pk-social-links-scheme-bold-bg .pk-social-links-delicious .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-delicious .pk-social-links-link:hover {
	background-color: #66b3ff;
}

.pk-social-links-scheme-bold-bg .pk-social-links-deviantart .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-deviantart .pk-social-links-link {
	background-color: #05CC47;
}

.pk-social-links-scheme-bold-bg .pk-social-links-deviantart .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-deviantart .pk-social-links-link:hover {
	background-color: #0bf95a;
}

.pk-social-links-scheme-bold-bg .pk-social-links-houzz .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-houzz .pk-social-links-link {
	background-color: #7AC142;
}

.pk-social-links-scheme-bold-bg .pk-social-links-houzz .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-houzz .pk-social-links-link:hover {
	background-color: #95ce68;
}

.pk-social-links-scheme-bold-bg .pk-social-links-meetup .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-meetup .pk-social-links-link {
	background-color: #EC1C40;
}

.pk-social-links-scheme-bold-bg .pk-social-links-meetup .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-meetup .pk-social-links-link:hover {
	background-color: #f04b68;
}

.pk-social-links-scheme-bold-bg .pk-social-links-producthunt .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-producthunt .pk-social-links-link {
	background-color: #DA552F;
}

.pk-social-links-scheme-bold-bg .pk-social-links-producthunt .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-producthunt .pk-social-links-link:hover {
	background-color: #e2785a;
}

.pk-social-links-scheme-bold-bg .pk-social-links-slideshare .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-slideshare .pk-social-links-link {
	background-color: #0077B5;
}

.pk-social-links-scheme-bold-bg .pk-social-links-slideshare .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-slideshare .pk-social-links-link:hover {
	background-color: #0099e8;
}

.pk-social-links-scheme-bold-bg .pk-social-links-tripadvisor .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-tripadvisor .pk-social-links-link {
	background-color: #589442;
}

.pk-social-links-scheme-bold-bg .pk-social-links-tripadvisor .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-tripadvisor .pk-social-links-link:hover {
	background-color: #6fb356;
}

.pk-social-links-scheme-bold-bg .pk-social-links-steam .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-steam .pk-social-links-link {
	background-color: #00ADEE;
}

.pk-social-links-scheme-bold-bg .pk-social-links-steam .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-steam .pk-social-links-link:hover {
	background-color: #22c3ff;
}

.pk-social-links-scheme-bold-bg .pk-social-links-thumbtack .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-thumbtack .pk-social-links-link {
	background-color: #1AA1D8;
}

.pk-social-links-scheme-bold-bg .pk-social-links-thumbtack .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-thumbtack .pk-social-links-link:hover {
	background-color: #3db6e8;
}

.pk-social-links-scheme-bold-bg .pk-social-links-goodreads .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-goodreads .pk-social-links-link {
	background-color: #BAAC9A;
}

.pk-social-links-scheme-bold-bg .pk-social-links-goodreads .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-goodreads .pk-social-links-link:hover {
	background-color: #cfc5b8;
}

.pk-social-links-scheme-bold-bg .pk-social-links-mastodon .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-mastodon .pk-social-links-link {
	background-color: #3088D4;
}

.pk-social-links-scheme-bold-bg .pk-social-links-mastodon .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-mastodon .pk-social-links-link:hover {
	background-color: #5aa0dd;
}

.pk-social-links-scheme-bold-bg .pk-social-links-pixelfed .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-pixelfed .pk-social-links-link {
	background-color: #F22349;
}

.pk-social-links-scheme-bold-bg .pk-social-links-pixelfed .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-pixelfed .pk-social-links-link:hover {
	background-color: #f55371;
}

.pk-social-links-scheme-bold-bg .pk-social-links-microblog .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-microblog .pk-social-links-link {
	background-color: #FD8308;
}

.pk-social-links-scheme-bold-bg .pk-social-links-microblog .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-microblog .pk-social-links-link:hover {
	background-color: #fd9c3b;
}

.pk-social-links-scheme-bold-bg .pk-social-links-strava .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-strava .pk-social-links-link {
	background-color: #FC4C02;
}

.pk-social-links-scheme-bold-bg .pk-social-links-strava .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-strava .pk-social-links-link:hover {
	background-color: #fd6f34;
}

.pk-social-links-scheme-bold-bg .pk-social-links-phone .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-phone .pk-social-links-link {
	background-color: #121212;
}

.pk-social-links-scheme-bold-bg .pk-social-links-phone .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-phone .pk-social-links-link:hover {
	background-color: #2c2b2b;
}

.pk-social-links-scheme-bold-bg .pk-social-links-mail .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-mail .pk-social-links-link {
	background-color: #121212;
}

.pk-social-links-scheme-bold-bg .pk-social-links-mail .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-mail .pk-social-links-link:hover {
	background-color: #2c2b2b;
}

.pk-social-links-scheme-bold-bg .pk-social-links-rss .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-rss .pk-social-links-link {
	background-color: #FFA500;
}

.pk-social-links-scheme-bold-bg .pk-social-links-rss .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-rss .pk-social-links-link:hover {
	background-color: #ffb733;
}

.pk-social-links-scheme-dark-bg .pk-social-links-items .pk-social-links-link,
.is-style-pk-social-links-dark-bg .pk-social-links-items .pk-social-links-link {
	background: var(--pk-social-dark-link-background);
	padding: .8rem 1rem;
	color: var(--pk-social-dark-link-color) !important;
}

.pk-social-links-scheme-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-icon,
.pk-social-links-scheme-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-title,
.pk-social-links-scheme-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-label,
.pk-social-links-scheme-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-count,
.is-style-pk-social-links-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-icon,
.is-style-pk-social-links-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-title,
.is-style-pk-social-links-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-label,
.is-style-pk-social-links-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-count {
	color: inherit !important;
}

.pk-social-links-scheme-dark-bg .pk-social-links-items .pk-social-links-link:hover,
.is-style-pk-social-links-dark-bg .pk-social-links-items .pk-social-links-link:hover {
	background-color: var(--pk-social-dark-link-hover-background);
}

.pk-social-links-scheme-light-rounded .pk-social-links-link,
.is-style-pk-social-links-light-rounded .pk-social-links-link {
	background-color: transparent;
	padding: 0;
}

.pk-social-links-scheme-light-rounded .pk-social-links-icon,
.is-style-pk-social-links-light-rounded .pk-social-links-scheme-gutenberg-block .pk-social-links-icon {
	background-color: var(--pk-social-light-rounded-icon-background);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	border-radius: 50%;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.pk-social-links-scheme-light-rounded .pk-social-links-title,
.is-style-pk-social-links-light-rounded .pk-social-links-title {
	color: var(--pk-social-light-rounded-title-color);
}

.is-style-pk-social-links-light-rounded .pk-social-links-twitter .pk-social-links-link {
	color: #00aced !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-twitter .pk-social-links-link:hover .pk-social-links-icon {
	color: #21c2ff !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-facebook .pk-social-links-link {
	color: #3b5998 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-facebook .pk-social-links-link:hover .pk-social-links-icon {
	color: #4c70ba !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-instagram .pk-social-links-link {
	color: #675144 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-instagram .pk-social-links-link:hover .pk-social-links-icon {
	color: #866958 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-fb-messenger .pk-social-links-link {
	color: #0084ff !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-fb-messenger .pk-social-links-link:hover .pk-social-links-icon {
	color: #339dff !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-youtube .pk-social-links-link {
	color: #ff0000 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-youtube .pk-social-links-link:hover .pk-social-links-icon {
	color: #ff3333 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-vimeo .pk-social-links-link {
	color: #00ADEF !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-vimeo .pk-social-links-link:hover .pk-social-links-icon {
	color: #23c2ff !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-soundcloud .pk-social-links-link {
	color: #FE8336 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-soundcloud .pk-social-links-link:hover .pk-social-links-icon {
	color: #fea269 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-spotify .pk-social-links-link {
	color: #1ED760 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-spotify .pk-social-links-link:hover .pk-social-links-icon {
	color: #43e57d !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-dribbble .pk-social-links-link {
	color: #EA4C89 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-dribbble .pk-social-links-link:hover .pk-social-links-icon {
	color: #ef7aa7 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-behance .pk-social-links-link {
	color: #115EFA !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-behance .pk-social-links-link:hover .pk-social-links-icon {
	color: #4380fb !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-github .pk-social-links-link {
	color: #010101 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-github .pk-social-links-link:hover .pk-social-links-icon {
	color: #1b1a1a !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-tumblr .pk-social-links-link {
	color: #35455C !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-tumblr .pk-social-links-link:hover .pk-social-links-icon {
	color: #485d7c !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-bloglovin .pk-social-links-link {
	color: #00BDF4 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-bloglovin .pk-social-links-link:hover .pk-social-links-icon {
	color: #28cfff !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-linkedin .pk-social-links-link {
	color: #007bb6 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-linkedin .pk-social-links-link:hover .pk-social-links-icon {
	color: #009de9 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-pinterest .pk-social-links-link {
	color: #cb2027 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-pinterest .pk-social-links-link:hover .pk-social-links-icon {
	color: #e03e44 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-stumbleupon .pk-social-links-link {
	color: #eb4823 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-stumbleupon .pk-social-links-link:hover .pk-social-links-icon {
	color: #ef6f52 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-whatsapp .pk-social-links-link {
	color: #29a628 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-whatsapp .pk-social-links-link:hover .pk-social-links-icon {
	color: #34ce33 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-telegram .pk-social-links-link {
	color: #2ca5e0 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-telegram .pk-social-links-link:hover .pk-social-links-icon {
	color: #58b8e7 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-line .pk-social-links-link {
	color: #25af00 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-line .pk-social-links-link:hover .pk-social-links-icon {
	color: #30e200 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-viber .pk-social-links-link {
	color: #7b519d !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-viber .pk-social-links-link:hover .pk-social-links-icon {
	color: #946db4 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-pocket .pk-social-links-link {
	color: #ef4056 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-pocket .pk-social-links-link:hover .pk-social-links-icon {
	color: #f36f80 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-messenger .pk-social-links-link {
	color: #0084ff !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-messenger .pk-social-links-link:hover .pk-social-links-icon {
	color: #339dff !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-ok .pk-social-links-link {
	color: #EE8208 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-ok .pk-social-links-link:hover .pk-social-links-icon {
	color: #f89b31 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-vk .pk-social-links-link {
	color: #45668e !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-vk .pk-social-links-link:hover .pk-social-links-icon {
	color: #587fae !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-vkontakte .pk-social-links-link {
	color: #45668e !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-vkontakte .pk-social-links-link:hover .pk-social-links-icon {
	color: #587fae !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-xing .pk-social-links-link {
	color: #006567 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-xing .pk-social-links-link:hover .pk-social-links-icon {
	color: #00979a !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-twitch .pk-social-links-link {
	color: #4B367C !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-twitch .pk-social-links-link:hover .pk-social-links-icon {
	color: #6045a0 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-flickr .pk-social-links-link {
	color: #FF1981 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-flickr .pk-social-links-link:hover .pk-social-links-icon {
	color: #ff4c9d !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-snapchat .pk-social-links-link {
	color: #F0EC00 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-snapchat .pk-social-links-link:hover .pk-social-links-icon {
	color: #fffb24 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-medium .pk-social-links-link {
	color: #1f1f1f !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-medium .pk-social-links-link:hover .pk-social-links-icon {
	color: #393838 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-reddit .pk-social-links-link {
	color: #ff4500 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-reddit .pk-social-links-link:hover .pk-social-links-icon {
	color: #ff6a33 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-wechat .pk-social-links-link {
	color: #1AAD19 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-wechat .pk-social-links-link:hover .pk-social-links-icon {
	color: #21da1f !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-tiktok .pk-social-links-link {
	color: #000000 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-tiktok .pk-social-links-link:hover .pk-social-links-icon {
	color: #1a1919 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-discord .pk-social-links-link {
	color: #5b77b8 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-discord .pk-social-links-link:hover .pk-social-links-icon {
	color: #7f95c7 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-weibo .pk-social-links-link {
	color: #D72829 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-weibo .pk-social-links-link:hover .pk-social-links-icon {
	color: #df5354 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-android .pk-social-links-link {
	color: #A4C639 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-android .pk-social-links-link:hover .pk-social-links-icon {
	color: #b6d161 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-apple .pk-social-links-link {
	color: #444444 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-apple .pk-social-links-link:hover .pk-social-links-icon {
	color: #5e5d5d !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-yelp .pk-social-links-link {
	color: #D32323 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-yelp .pk-social-links-link:hover .pk-social-links-icon {
	color: #e14848 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-stackoverflow .pk-social-links-link {
	color: #FE7A15 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-stackoverflow .pk-social-links-link:hover .pk-social-links-icon {
	color: #fe9748 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-codepen .pk-social-links-link {
	color: #000000 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-codepen .pk-social-links-link:hover .pk-social-links-icon {
	color: #1a1919 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-gitlab .pk-social-links-link {
	color: #E24329 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-gitlab .pk-social-links-link:hover .pk-social-links-icon {
	color: #e86a56 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-freecodecamp .pk-social-links-link {
	color: #006400 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-freecodecamp .pk-social-links-link:hover .pk-social-links-icon {
	color: #009700 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-jsfiddle .pk-social-links-link {
	color: #487AA2 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-jsfiddle .pk-social-links-link:hover .pk-social-links-icon {
	color: #6393ba !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-bitbucket .pk-social-links-link {
	color: #205081 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-bitbucket .pk-social-links-link:hover .pk-social-links-icon {
	color: #2a69aa !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-foursquare .pk-social-links-link {
	color: #2D5BE3 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-foursquare .pk-social-links-link:hover .pk-social-links-icon {
	color: #5a7ee9 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-500px .pk-social-links-link {
	color: #0099E5 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-500px .pk-social-links-link:hover .pk-social-links-icon {
	color: #19b3ff !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-delicious .pk-social-links-link {
	color: #3399FF !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-delicious .pk-social-links-link:hover .pk-social-links-icon {
	color: #66b3ff !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-deviantart .pk-social-links-link {
	color: #05CC47 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-deviantart .pk-social-links-link:hover .pk-social-links-icon {
	color: #0bf95a !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-houzz .pk-social-links-link {
	color: #7AC142 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-houzz .pk-social-links-link:hover .pk-social-links-icon {
	color: #95ce68 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-meetup .pk-social-links-link {
	color: #EC1C40 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-meetup .pk-social-links-link:hover .pk-social-links-icon {
	color: #f04b68 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-producthunt .pk-social-links-link {
	color: #DA552F !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-producthunt .pk-social-links-link:hover .pk-social-links-icon {
	color: #e2785a !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-slideshare .pk-social-links-link {
	color: #0077B5 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-slideshare .pk-social-links-link:hover .pk-social-links-icon {
	color: #0099e8 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-tripadvisor .pk-social-links-link {
	color: #589442 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-tripadvisor .pk-social-links-link:hover .pk-social-links-icon {
	color: #6fb356 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-steam .pk-social-links-link {
	color: #00ADEE !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-steam .pk-social-links-link:hover .pk-social-links-icon {
	color: #22c3ff !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-thumbtack .pk-social-links-link {
	color: #1AA1D8 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-thumbtack .pk-social-links-link:hover .pk-social-links-icon {
	color: #3db6e8 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-goodreads .pk-social-links-link {
	color: #BAAC9A !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-goodreads .pk-social-links-link:hover .pk-social-links-icon {
	color: #cfc5b8 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-mastodon .pk-social-links-link {
	color: #3088D4 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-mastodon .pk-social-links-link:hover .pk-social-links-icon {
	color: #5aa0dd !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-pixelfed .pk-social-links-link {
	color: #F22349 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-pixelfed .pk-social-links-link:hover .pk-social-links-icon {
	color: #f55371 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-microblog .pk-social-links-link {
	color: #FD8308 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-microblog .pk-social-links-link:hover .pk-social-links-icon {
	color: #fd9c3b !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-strava .pk-social-links-link {
	color: #FC4C02 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-strava .pk-social-links-link:hover .pk-social-links-icon {
	color: #fd6f34 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-phone .pk-social-links-link {
	color: #121212 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-phone .pk-social-links-link:hover .pk-social-links-icon {
	color: #2c2b2b !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-mail .pk-social-links-link {
	color: #121212 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-mail .pk-social-links-link:hover .pk-social-links-icon {
	color: #2c2b2b !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-rss .pk-social-links-link {
	color: #FFA500 !important;
}

.is-style-pk-social-links-light-rounded .pk-social-links-rss .pk-social-links-link:hover .pk-social-links-icon {
	color: #ffb733 !important;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-scheme-gutenberg-block .pk-social-links-icon {
	background-color: var(--pk-social-bold-rounded-icon-background);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	border-radius: 50%;
	color: var(--pk-social-bold-rounded-icon-color);
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-link:hover .pk-social-links-title,
.is-style-pk-social-links-bold-rounded .pk-social-links-link:hover .pk-social-links-title {
	color: var(--pk-social-bold-rounded-title-color);
}

.pk-social-links-scheme-bold-rounded .pk-social-links-twitter .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-twitter .pk-social-links-icon {
	background-color: #00aced;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-twitter .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-twitter .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #21c2ff;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-facebook .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-facebook .pk-social-links-icon {
	background-color: #3b5998;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-facebook .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-facebook .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #4c70ba;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-instagram .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-instagram .pk-social-links-icon {
	background-color: #675144;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-instagram .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-instagram .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #866958;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-fb-messenger .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-fb-messenger .pk-social-links-icon {
	background-color: #0084ff;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-fb-messenger .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-fb-messenger .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #339dff;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-youtube .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-youtube .pk-social-links-icon {
	background-color: #ff0000;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-youtube .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-youtube .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #ff3333;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-vimeo .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-vimeo .pk-social-links-icon {
	background-color: #00ADEF;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-vimeo .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-vimeo .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #23c2ff;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-soundcloud .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-soundcloud .pk-social-links-icon {
	background-color: #FE8336;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-soundcloud .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-soundcloud .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #fea269;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-spotify .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-spotify .pk-social-links-icon {
	background-color: #1ED760;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-spotify .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-spotify .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #43e57d;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-dribbble .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-dribbble .pk-social-links-icon {
	background-color: #EA4C89;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-dribbble .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-dribbble .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #ef7aa7;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-behance .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-behance .pk-social-links-icon {
	background-color: #115EFA;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-behance .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-behance .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #4380fb;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-github .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-github .pk-social-links-icon {
	background-color: #010101;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-github .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-github .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #1b1a1a;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-tumblr .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-tumblr .pk-social-links-icon {
	background-color: #35455C;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-tumblr .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-tumblr .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #485d7c;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-bloglovin .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-bloglovin .pk-social-links-icon {
	background-color: #00BDF4;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-bloglovin .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-bloglovin .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #28cfff;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-linkedin .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-linkedin .pk-social-links-icon {
	background-color: #007bb6;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-linkedin .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-linkedin .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #009de9;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-pinterest .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-pinterest .pk-social-links-icon {
	background-color: #cb2027;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-pinterest .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-pinterest .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #e03e44;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-stumbleupon .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-stumbleupon .pk-social-links-icon {
	background-color: #eb4823;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-stumbleupon .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-stumbleupon .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #ef6f52;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-whatsapp .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-whatsapp .pk-social-links-icon {
	background-color: #29a628;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-whatsapp .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-whatsapp .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #34ce33;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-telegram .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-telegram .pk-social-links-icon {
	background-color: #2ca5e0;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-telegram .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-telegram .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #58b8e7;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-line .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-line .pk-social-links-icon {
	background-color: #25af00;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-line .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-line .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #30e200;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-viber .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-viber .pk-social-links-icon {
	background-color: #7b519d;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-viber .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-viber .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #946db4;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-pocket .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-pocket .pk-social-links-icon {
	background-color: #ef4056;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-pocket .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-pocket .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #f36f80;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-messenger .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-messenger .pk-social-links-icon {
	background-color: #0084ff;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-messenger .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-messenger .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #339dff;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-ok .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-ok .pk-social-links-icon {
	background-color: #EE8208;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-ok .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-ok .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #f89b31;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-vk .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-vk .pk-social-links-icon {
	background-color: #45668e;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-vk .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-vk .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #587fae;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-vkontakte .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-vkontakte .pk-social-links-icon {
	background-color: #45668e;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-vkontakte .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-vkontakte .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #587fae;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-xing .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-xing .pk-social-links-icon {
	background-color: #006567;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-xing .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-xing .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #00979a;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-twitch .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-twitch .pk-social-links-icon {
	background-color: #4B367C;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-twitch .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-twitch .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #6045a0;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-flickr .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-flickr .pk-social-links-icon {
	background-color: #FF1981;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-flickr .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-flickr .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #ff4c9d;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-snapchat .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-snapchat .pk-social-links-icon {
	background-color: #F0EC00;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-snapchat .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-snapchat .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #fffb24;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-medium .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-medium .pk-social-links-icon {
	background-color: #1f1f1f;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-medium .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-medium .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #393838;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-reddit .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-reddit .pk-social-links-icon {
	background-color: #ff4500;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-reddit .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-reddit .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #ff6a33;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-wechat .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-wechat .pk-social-links-icon {
	background-color: #1AAD19;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-wechat .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-wechat .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #21da1f;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-tiktok .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-tiktok .pk-social-links-icon {
	background-color: #000000;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-tiktok .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-tiktok .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #1a1919;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-discord .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-discord .pk-social-links-icon {
	background-color: #5b77b8;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-discord .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-discord .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #7f95c7;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-weibo .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-weibo .pk-social-links-icon {
	background-color: #D72829;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-weibo .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-weibo .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #df5354;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-android .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-android .pk-social-links-icon {
	background-color: #A4C639;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-android .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-android .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #b6d161;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-apple .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-apple .pk-social-links-icon {
	background-color: #444444;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-apple .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-apple .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #5e5d5d;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-yelp .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-yelp .pk-social-links-icon {
	background-color: #D32323;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-yelp .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-yelp .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #e14848;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-stackoverflow .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-stackoverflow .pk-social-links-icon {
	background-color: #FE7A15;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-stackoverflow .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-stackoverflow .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #fe9748;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-codepen .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-codepen .pk-social-links-icon {
	background-color: #000000;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-codepen .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-codepen .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #1a1919;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-gitlab .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-gitlab .pk-social-links-icon {
	background-color: #E24329;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-gitlab .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-gitlab .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #e86a56;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-freecodecamp .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-freecodecamp .pk-social-links-icon {
	background-color: #006400;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-freecodecamp .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-freecodecamp .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #009700;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-jsfiddle .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-jsfiddle .pk-social-links-icon {
	background-color: #487AA2;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-jsfiddle .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-jsfiddle .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #6393ba;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-bitbucket .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-bitbucket .pk-social-links-icon {
	background-color: #205081;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-bitbucket .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-bitbucket .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #2a69aa;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-foursquare .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-foursquare .pk-social-links-icon {
	background-color: #2D5BE3;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-foursquare .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-foursquare .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #5a7ee9;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-500px .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-500px .pk-social-links-icon {
	background-color: #0099E5;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-500px .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-500px .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #19b3ff;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-delicious .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-delicious .pk-social-links-icon {
	background-color: #3399FF;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-delicious .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-delicious .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #66b3ff;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-deviantart .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-deviantart .pk-social-links-icon {
	background-color: #05CC47;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-deviantart .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-deviantart .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #0bf95a;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-houzz .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-houzz .pk-social-links-icon {
	background-color: #7AC142;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-houzz .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-houzz .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #95ce68;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-meetup .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-meetup .pk-social-links-icon {
	background-color: #EC1C40;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-meetup .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-meetup .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #f04b68;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-producthunt .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-producthunt .pk-social-links-icon {
	background-color: #DA552F;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-producthunt .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-producthunt .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #e2785a;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-slideshare .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-slideshare .pk-social-links-icon {
	background-color: #0077B5;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-slideshare .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-slideshare .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #0099e8;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-tripadvisor .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-tripadvisor .pk-social-links-icon {
	background-color: #589442;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-tripadvisor .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-tripadvisor .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #6fb356;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-steam .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-steam .pk-social-links-icon {
	background-color: #00ADEE;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-steam .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-steam .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #22c3ff;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-thumbtack .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-thumbtack .pk-social-links-icon {
	background-color: #1AA1D8;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-thumbtack .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-thumbtack .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #3db6e8;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-goodreads .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-goodreads .pk-social-links-icon {
	background-color: #BAAC9A;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-goodreads .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-goodreads .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #cfc5b8;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-mastodon .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-mastodon .pk-social-links-icon {
	background-color: #3088D4;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-mastodon .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-mastodon .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #5aa0dd;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-pixelfed .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-pixelfed .pk-social-links-icon {
	background-color: #F22349;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-pixelfed .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-pixelfed .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #f55371;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-microblog .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-microblog .pk-social-links-icon {
	background-color: #FD8308;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-microblog .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-microblog .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #fd9c3b;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-strava .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-strava .pk-social-links-icon {
	background-color: #FC4C02;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-strava .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-strava .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #fd6f34;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-phone .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-phone .pk-social-links-icon {
	background-color: #121212;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-phone .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-phone .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #2c2b2b;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-mail .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-mail .pk-social-links-icon {
	background-color: #121212;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-mail .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-mail .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #2c2b2b;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-rss .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-rss .pk-social-links-icon {
	background-color: #FFA500;
}

.pk-social-links-scheme-bold-rounded .pk-social-links-rss .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-rss .pk-social-links-link:hover .pk-social-links-icon {
	background-color: #ffb733;
}

.pk-social-links-scheme-dark-rounded .pk-social-links-icon,
.is-style-pk-social-links-dark-rounded .pk-social-links-scheme-gutenberg-block .pk-social-links-icon {
	background-color: var(--pk-social-dark-rounded-link-background);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	border-radius: 50%;
	color: var(--pk-social-dark-rounded-link-color);
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.pk-social-links-scheme-dark-rounded .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-dark-rounded .pk-social-links-scheme-gutenberg-block .pk-social-links-link:hover .pk-social-links-icon {
	background-color: var(--pk-social-dark-rounded-link-hover-background);
}

/* ----------------------------- Combinations ---------------------------------*/
.pk-social-links-template-default.pk-social-links-scheme-light-bg .pk-social-links-item,
.pk-social-links-template-default.pk-social-links-scheme-dark-bg .pk-social-links-item,
.pk-social-links-template-default.pk-social-links-scheme-bold-bg .pk-social-links-item,
.is-style-pk-social-links-light-bg .pk-social-links-template-default .pk-social-links-item,
.is-style-pk-social-links-dark-bg .pk-social-links-template-default .pk-social-links-item,
.is-style-pk-social-links-bold-bg .pk-social-links-template-default .pk-social-links-item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0.125rem .25rem;
}

.pk-social-links-template-vertical.pk-social-links-scheme-light-rounded .pk-social-links-link,
.pk-social-links-template-vertical.pk-social-links-scheme-dark-rounded .pk-social-links-link,
.pk-social-links-template-vertical.pk-social-links-scheme-bold-rounded .pk-social-links-link,
.is-style-pk-social-links-light-rounded .pk-social-links-template-vertical .pk-social-links-link,
.is-style-pk-social-links-dark-rounded .pk-social-links-template-vertical .pk-social-links-link,
.is-style-pk-social-links-bold-rounded .pk-social-links-template-vertical .pk-social-links-link {
	padding: 0.125rem 0;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-toc {
	--pk-toc-box-background: #e9ecef;
	--pk-toc-box-color: #495057;
	--pk-toc-box-small-background: #ced4da;
	--pk-toc-box-border-radius: 50%;
	--pk-toc-box-small-border-radius: 0;
	--pk-toc-ol-line-height: 1.5;
	--pk-toc-ol-font-size: 1rem;
	--pk-toc-ol-ol-font-size: 0.875rem;
	--pk-toc-box-font-size: 0.875rem;
	--pk-toc-box-font-weight: 600;
	--pk-toc-box-line-height: 1;
	--pk-toc-widget-active-font-weight: bold;
}

/*--------------------------------------------------------------*/
.pk-toc:not(:last-child) {
	margin-bottom: 1.5rem;
}

.pk-toc:not(:first-child) {
	margin-top: 1.5rem;
}

.pk-toc-title {
	margin-bottom: 1.5rem;
}

.pk-toc > ol:not(:first-child) {
	margin-top: 1.5rem;
}

.pk-toc > ol:not(:last-child) {
	margin-bottom: 1.5rem;
}

.pk-toc > ol:last-child {
	margin-bottom: 0;
}

.pk-toc ol {
	line-height: var(--pk-toc-ol-line-height);
	font-size: var(--pk-toc-ol-font-size);
	counter-reset: ol;
}

.pk-toc ol,
.editor-styles-wrapper .pk-toc ol {
	list-style: none;
}

.pk-toc ol li:not(:first-child) {
	margin-top: 0.5rem;
}

.pk-toc ol > li {
	position: relative;
	padding-left: 2.5rem;
}

.pk-toc ol > li:before {
	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;
	position: absolute;
	left: 0;
	top: 0;
	width: 1.5rem;
	height: 1.5rem;
	content: counter(ol);
	counter-increment: ol;
	background-color: var(--pk-toc-box-background);
	color: var(--pk-toc-box-color);
	font-size: var(--pk-toc-box-font-size);
	font-weight: var(--pk-toc-box-font-weight);
	line-height: var(--pk-toc-box-line-height);
	border-radius: var(--pk-toc-box-border-radius);
}

.pk-toc ol ol {
	list-style: none;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	margin-left: 0;
	padding-left: 0;
	font-size: var(--pk-toc-ol-ol-font-size);
}

.pk-toc ol ol > li:not(:first-child) {
	margin-top: 0.25rem;
}

.pk-toc ol ol > li {
	position: relative;
	padding-left: 2.5rem;
}

.pk-toc ol ol > li:before {
	background: var(--pk-toc-box-small-background);
	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;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
	content: '';
	width: 0.25rem;
	height: 0.25rem;
	margin-top: 0.6666666667rem;
	left: 1rem;
	border-radius: var(--pk-toc-box-small-border-radius);
}

.pk-anchor-link {
	text-decoration: none;
	color: inherit;
}

.pk-anchor-link:before {
	font-family: 'powerkit-icons';
	margin-right: 0.5rem;
	content: "\e91b";
}

.powerkit_toc_widget ol {
	padding-left: 0;
}

.powerkit_toc_widget ol li.active > a,
.powerkit_toc_widget ol li.active-child > a {
	font-weight: var(--pk-toc-widget-active-font-weight);
	text-decoration: none;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-twitter-wrap {
	--pk-twitter-a-color: inherit;
	--pk-twitter-number-color: #000000;
	--pk-twitter-tweet-border-color: #eeeeee;
	--pk-twitter-a-font-family: inherit;
	--pk-twitter-username-font-size: 0.875rem;
	--pk-twitter-number-font-size: 0.875rem;
	--pk-twitter-number-font-weight: bold;
	--pk-twitter-content-font-size: 90%;
	--pk-twitter-counters-font-size: 80%;
	--pk-twitter-actions-font-size: 80%;
	--pk-twitter-label-font-size: 80%;
	--pk-twitter-count-font-size: 80%;
}

/*--------------------------------------------------------------*/
.pk-twitter-wrap a {
	font-family: var(--pk-twitter-a-font-family);
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.pk-twitter-header {
	margin-bottom: 1.5rem;
}

.pk-twitter-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pk-twitter-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-right: 1rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
}

.pk-twitter-avatar {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.pk-twitter-info a {
	color: var(--pk-twitter-a-color);
}

.pk-twitter-name {
	margin-bottom: 0;
	word-break: break-all;
}

.pk-twitter-username {
	font-size: var(--pk-twitter-username-font-size);
	word-break: break-all;
}

.pk-twitter-counters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1rem;
	font-size: var(--pk-twitter-counters-font-size);
}

.pk-twitter-counters .counter + .counter {
	margin-left: 0.5rem;
}

.pk-twitter-counters .number {
	color: var(--pk-twitter-number-color);
	font-weight: var(--pk-twitter-number-font-weight);
	font-size: var(--pk-twitter-number-font-size);
}

.pk-twitter-tweet:after {
	display: table;
	clear: both;
	width: 100%;
	content: '';
}

.pk-twitter-content {
	font-size: var(--pk-twitter-content-font-size);
}

.pk-twitter-label {
	display: none;
}

.pk-twitter-count {
	margin-left: 0.25rem;
	font-size: var(--pk-twitter-count-font-size);
}

.pk-twitter-label {
	margin-left: 0.25rem;
	font-size: var(--pk-twitter-label-font-size);
}

.pk-twitter-count:empty {
	display: none;
}

.pk-twitter-time {
	display: block;
	float: left;
	margin-top: .25rem;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pk-twitter-time:before {
	font-family: "powerkit-icons";
	content: "\f099";
	margin-right: .25rem;
}

.pk-twitter-actions {
	float: right;
	margin-top: .25rem;
	font-size: var(--pk-twitter-actions-font-size);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.pk-twitter-actions ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pk-twitter-actions ul li {
	display: inline-block;
	border: none;
	padding: 0;
	margin: 0;
}

.pk-twitter-actions ul li:not(:last-child) {
	margin-right: .25rem;
}

.pk-twitter-actions ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
}

.pk-twitter-actions ul li .pk-icon {
	text-decoration: none;
}

.pk-twitter-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1.5rem;
}

.pk-twitter-footer .pk-twitter-btn {
	display: block;
	width: 100%;
}

.pk-twitter-default .pk-twitter-tweet {
	padding-top: 1rem;
	margin-top: 1rem;
	border-top: 1px var(--pk-twitter-tweet-border-color) solid;
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/**
 * Environment for all styles (variables, additions, etc).
 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.pk-widget-about,
.pk-block-about {
	--pk-about-small-color: #adb5bd;
}

/*--------------------------------------------------------------*/
.pk-widget-about,
.pk-block-about {
	text-align: center;
}

.pk-widget-about .pk-about-media,
.pk-block-about .pk-about-media {
	margin-bottom: 1rem;
}

.pk-widget-about .pk-about-media img,
.pk-block-about .pk-about-media img {
	max-width: 100%;
}

.pk-widget-about .pk-about-content,
.pk-widget-about .pk-about-small,
.pk-widget-about .pk-about-button,
.pk-widget-about .pk-social-links-wrap,
.pk-block-about .pk-about-content,
.pk-block-about .pk-about-small,
.pk-block-about .pk-about-button,
.pk-block-about .pk-social-links-wrap {
	margin-top: 1rem;
	margin-bottom: 0;
}

.pk-widget-about .pk-about-small,
.pk-block-about .pk-about-small {
	color: var(--pk-about-small-color);
}

.pk-widget-about .pk-about-button,
.pk-block-about .pk-about-button {
	display: inline-block;
}

.pk-widget-about .pk-social-links-items,
.pk-block-about .pk-social-links-items {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pk-widget-about .pk-social-links-item,
.pk-block-about .pk-social-links-item {
	min-width: 2rem;
}

.widget .pk-widget-about .title-widget {
	margin: 0;
}
.download-box{width:250px;border:1px solid #ccc;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;text-align:center;position:relative;margin:1em auto;box-shadow:0 2px 4px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.4)}.download-box h1{margin:.5em 0!important}.download-box img.wp-post-image{margin:0;padding:0;display:block;width:100%;-moz-border-radius:0;-webkit-border-radius:0;-moz-border-top-left-radius:3px;-moz-border-top-right-radius:3px;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-radius:0;border-top-left-radius:3px;border-top-right-radius:3px;box-shadow:inset 0 1px 0 rgba(255,255,255,.4)}.download-box .download-box-content{padding:0 1em 1em}.download-box .download-count{-moz-border-radius:1em;-webkit-border-radius:1em;border-radius:1em;color:#777;text-shadow:0 1px 0 rgba(255,255,255,.5);background:#ddd;box-shadow:0 2px 4px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.4);position:absolute;top:0;right:0;padding:.6em;width:auto;min-width:1em;font-size:1em;text-align:center;vertical-align:middle;line-height:1em;border:1px solid #bbb;margin:-.5em -.5em 0 0}.download-button{text-align:center;text-decoration:none!important;padding:.75em 1em;color:#fff;display:block;font-size:1.2em;line-height:1.5em;background-color:#09c;background-image:-webkit-linear-gradient(#009fd4,#09c,#0086b2);background-image:-moz-linear-gradient(#009fd4,#09c,#0086b2);-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;text-shadow:0 -1px 0 rgba(0,0,0,.5);box-shadow:0 2px 4px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.4);border:1px solid #0086b2;cursor:pointer}.download-button:hover{color:#fff;background-color:#09c;background-image:-webkit-linear-gradient(#09c,#0086b2);background-image:-moz-linear-gradient(#09c,#0086b2)}.download-button:visited{color:#fff;text-decoration:none}.download-button small{font-size:.8em;opacity:.8;display:block}.filetype-icon{padding-left:19px;background-repeat:no-repeat;background-position:left;background-image:url(/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document.png)}.filetype-pdf{background-image:url(/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-pdf.png)}.filetype-aif,.filetype-aifc,.filetype-aiff,.filetype-au,.filetype-kar,.filetype-m3u,.filetype-m4r,.filetype-mid,.filetype-midi,.filetype-mp2,.filetype-mp3,.filetype-mpga,.filetype-ra,.filetype-ram,.filetype-rm,.filetype-rpm,.filetype-snd,.filetype-wav,.filetype-wave{background-image:url(/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-music.png)}.filetype-avi,.filetype-divx,.filetype-mov,.filetype-movie,.filetype-mp4,.filetype-mpe,.filetype-mpeg,.filetype-mpg,.filetype-mxu,.filetype-qt,.filetype-wmv{background-image:url(/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-film.png)}.filetype-7z,.filetype-gz,.filetype-rar,.filetype-sit,.filetype-tar,.filetype-zip{background-image:url(/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-zipper.png)}.filetype-csv,.filetype-tsv,.filetype-xls,.filetype-xlsx{background-image:url(/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-excel.png)}.filetype-doc,.filetype-docx{background-image:url(/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-word-text.png)}.filetype-ai{background-image:url(/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-illustrator.png)}.filetype-swf{background-image:url(/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-flash-movie.png)}.filetype-bmp,.filetype-djv,.filetype-eps,.filetype-gif,.filetype-ief,.filetype-jpe,.filetype-jpeg,.filetype-jpg,.filetype-pbm,.filetype-pgm,.filetype-png,.filetype-pnm,.filetype-ppm,.filetype-ps,.filetype-ras,.filetype-rgb,.filetype-tif,.filetype-tiff,.filetype-wbmp,.filetype-xbm,.filetype-xpm,.filetype-xwd{background-image:url(/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-image.png)}.filetype-psd{background-image:url(/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-photoshop.png)}.filetype-ppt,.filetype-pptx{background-image:url(/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-powerpoint.png)}.filetype-as,.filetype-css,.filetype-htaccess,.filetype-htm,.filetype-html,.filetype-js,.filetype-php,.filetype-sql,.filetype-xml,.filetype-xsl{background-image:url(/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-code.png)}.filetype-rtf,.filetype-rtx{background-image:url(/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-text-image.png)}.filetype-txt{background-image:url(/wp-content/plugins/download-monitor/assets/css/../images/filetypes/document-text.png)}#content nav.download-monitor-pagination,nav.download-monitor-pagination{text-align:center}#content nav.download-monitor-pagination ul,nav.download-monitor-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #eee;border-right:0;margin:1px}#content nav.download-monitor-pagination ul li,nav.download-monitor-pagination ul li{border-right:1px solid #eee;padding:0;margin:0;float:left;display:inline;overflow:hidden}#content nav.download-monitor-pagination ul li a,#content nav.download-monitor-pagination ul li span,nav.download-monitor-pagination ul li a,nav.download-monitor-pagination ul li span{margin:0;text-decoration:none;padding:0;line-height:1em;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}#content nav.download-monitor-pagination ul li a:focus,#content nav.download-monitor-pagination ul li a:hover,#content nav.download-monitor-pagination ul li span.current,nav.download-monitor-pagination ul li a:focus,nav.download-monitor-pagination ul li a:hover,nav.download-monitor-pagination ul li span.current{background:#eee;color:#888}.dlm_widget_downloads ul,.dlm_widget_downloads ul li{list-style:none}
@keyframes ifMenuFadeIn {
	from {
		opacity: 0;
		transform: translate3d(20%, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.if-menu-peek {
	position: relative;
}

.if-menu-peek a {
	opacity: 0.8;
}

.if-menu-peek::before {
	content: "If Menu peek";
	position: absolute;
	text-align: center;
	top: 50%;
	left: calc(100% + 15px);
	background: #f6f9fc;
	box-shadow: 0 0 0 1px rgba(136,152,170,.1), 0 15px 35px 0 rgba(49,49,93,.1), 0 5px 15px 0 rgba(0,0,0,.08);
	border-radius: 4px;
	width: 140px;
	margin-top: -17px;
	padding: 10px 15px;
	font-size: 14px;
	opacity: 0;
	pointer-events: none;
}

.if-menu-peek:hover::before {
	animation: ifMenuFadeIn ease-in-out .2s forwards;
}

.if-menu-peek::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 17px;
	background: url(/wp-content/plugins/if-menu/assets/icon-visibility.svg);
	color: rgb(80,169,47);
	background-size: cover;
	top: -14px;
	right: -15px;
	border-radius: 50%;
}
@charset "UTF-8";
/*
Theme Name:           Once
Theme URI:            http://codesupply.co/themes/once
Description:          Clean & Elegant WordPress Blog Theme
Author:               Code Supply Co.
Author URI:           https://codesupply.co
Version:              1.0.9
Tags:                 two-columns, right-sidebar, custom-colors, editor-style, theme-options, featured-images, custom-menu, sticky-post, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          once
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reboot
# Base
# Utilities
# Layout
# Elements
# Widgets
# Media
# Vendors

/*--------------------------------------------------------------
# Reboot
--------------------------------------------------------------*/
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #121416;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr, .wp-block-separator {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}

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

a:not([href]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table, .wp-block-table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 1rem;
	font-weight: 500;
	line-height: 1.25;
	color: #000000;
	word-wrap: break-word;
}

h1, .h1 {
	font-size: 3rem;
}

h2, .h2 {
	font-size: 2rem;
}

h3, .h3 {
	font-size: 1.75rem;
}

h4, .h4 {
	font-size: 1.5rem;
}

h5, .h5 {
	font-size: 1.25rem;
}

h6, .h6 {
	font-size: 1rem;
}

hr, .wp-block-separator {
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 48px !important;
	margin-bottom: 48px !important;
}

small, .small {
	font-size: 80%;
	font-weight: 400;
}

mark, .mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

/*--------------------------------------------------------------
## Font Style
--------------------------------------------------------------*/
.site-primary .cs-breadcrumbs {
	font-size: 1rem;
	text-transform: inherit;
}

.title-block-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 2rem;
}

.title-block {
	margin-bottom: 0;
}

.design-title-right-border .title-block-wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.design-title-right-border .title-block-wrap:after {
	border-top: 1px solid #e9ecef;
	margin: 0 0 0 1rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 1rem;
	flex: 1 0 1rem;
	content: '';
}

.design-title-bottom-border .title-block-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.design-title-bottom-border .title-block-wrap:after {
	border-top: 1px solid #e9ecef;
	content: '';
}

.design-title-bottom-border .title-block {
	margin-bottom: 0.5rem;
}

.design-title-bordered-center .title-block-wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.design-title-bordered-center .title-block-wrap:before, .design-title-bordered-center .title-block-wrap:after {
	border-top: 1px solid #e9ecef;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	content: '';
}

.design-title-bordered-center .title-block {
	border: 1px solid #e9ecef;
	padding: 0.25rem 0.5rem;
}

.design-title-bordered-right .title-block-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.design-title-bordered-right .title-block-wrap:after {
	border-top: 1px solid #e9ecef;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	content: '';
}

.design-title-bordered-right .title-block {
	border: 1px solid #e9ecef;
	padding: 0.25rem 0.5rem;
}

.entry-header .post-excerpt {
	font-size: 1rem;
}

.tagcloud a {
	font-size: 0.875rem !important;
}

.tagcloud a:not(:last-child) {
	margin-right: 0.5rem;
}

.sidebar-disabled .archive-wrap .archive-list .entry-excerpt {
	font-size: 1rem;
}

.cs-post-carousel-items .entry-title {
	font-size: 1.25rem;
	line-height: 1.5;
}

@media (min-width: 1020px) {
	.layout-tile-full .entry-title {
		font-size: 2.5rem;
	}
}

@media (min-width: 1020px) {
	.layout-tile-grid .entry-title {
		font-size: 1.125rem;
		line-height: 1.5;
	}
}

@media (min-width: 1020px) {
	.layout-tile-list .entry-title {
		font-size: 1.125rem;
		line-height: 1.5;
	}
}

.archive-grid .entry-title,
.archive-masonry .entry-title,
.archive-list .entry-title {
	font-size: 1.5rem;
	line-height: 1.5;
}

@media (min-width: 1020px) {
	.sidebar-disabled .archive-full .entry-title {
		font-size: 3.75rem;
		line-height: 1.25;
	}
	.sidebar-disabled .archive-list .entry-title {
		font-size: 2rem;
		line-height: 1.25;
	}
}

@media (min-width: 1020px) {
	.single .entry-header .entry-header-inner .entry-title, .page .entry-header .entry-header-inner .entry-title {
		font-size: 3rem;
		line-height: 1.25;
	}
	.single .entry-header-small .entry-header-inner .entry-title, .page .entry-header-small .entry-header-inner .entry-title {
		font-size: 3rem;
	}
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table, .wp-block-table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin-bottom: 1rem;
}

table th, .wp-block-table th,
table td,
.wp-block-table td {
	padding: 0.75rem;
	vertical-align: top;
	border: none;
	border-top: 1px solid #dee2e6;
	text-align: left;
}

table thead th, .wp-block-table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

table tbody + tbody, .wp-block-table tbody + tbody {
	border-top: 2px solid #dee2e6;
}

.wp-block-table .wp-block-table__cell-content {
	padding: 0;
}

.table-bordered {
	border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

@media (max-width: 599.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

@media (max-width: 719.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

@media (max-width: 1019.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

@media (max-width: 1919.98px) {
	.table-responsive-full {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
	display: block;
	width: 100%;
	font-size: 0.75rem;
	padding: 0.5rem 0.75rem;
	line-height: 1.625rem;
	color: #495057;
	background-color: #FFFFFF;
	border: 1px solid #E3E5E7;
	border-radius: 0;
	-webkit-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	select,
	textarea {
		-webkit-transition: none;
		transition: none;
	}
}

input[type="text"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="url"]::-ms-expand,
input[type="password"]::-ms-expand,
input[type="search"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="tel"]::-ms-expand,
input[type="range"]::-ms-expand,
input[type="date"]::-ms-expand,
input[type="month"]::-ms-expand,
input[type="week"]::-ms-expand,
input[type="time"]::-ms-expand,
input[type="datetime"]::-ms-expand,
input[type="datetime-local"]::-ms-expand,
input[type="color"]::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
	background-color: transparent;
	border: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
	background-color: #FFFFFF;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="range"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #A8AAB2;
	opacity: 1;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="range"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="color"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
	color: #A8AAB2;
	opacity: 1;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #A8AAB2;
	opacity: 1;
}

input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="range"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, input[type="month"]::-ms-input-placeholder, input[type="week"]::-ms-input-placeholder, input[type="time"]::-ms-input-placeholder, input[type="datetime"]::-ms-input-placeholder, input[type="datetime-local"]::-ms-input-placeholder, input[type="color"]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: #A8AAB2;
	opacity: 1;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
select::placeholder,
textarea::placeholder {
	color: #A8AAB2;
	opacity: 1;
}

input[type="text"]:disabled, input[type="text"][readonly],
input[type="email"]:disabled,
input[type="email"][readonly],
input[type="url"]:disabled,
input[type="url"][readonly],
input[type="password"]:disabled,
input[type="password"][readonly],
input[type="search"]:disabled,
input[type="search"][readonly],
input[type="number"]:disabled,
input[type="number"][readonly],
input[type="tel"]:disabled,
input[type="tel"][readonly],
input[type="range"]:disabled,
input[type="range"][readonly],
input[type="date"]:disabled,
input[type="date"][readonly],
input[type="month"]:disabled,
input[type="month"][readonly],
input[type="week"]:disabled,
input[type="week"][readonly],
input[type="time"]:disabled,
input[type="time"][readonly],
input[type="datetime"]:disabled,
input[type="datetime"][readonly],
input[type="datetime-local"]:disabled,
input[type="datetime-local"][readonly],
input[type="color"]:disabled,
input[type="color"][readonly],
select:disabled,
select[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select:not([size]):not([multiple]) {
	height: calc(1.5em + 1rem + 2px);
}

select:focus::-ms-value {
	color: #495057;
	background-color: #FFFFFF;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid currentColor;
	background-color: #fff;
	color: #222831;
	-webkit-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	padding: 0.5rem 1.25rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
	background-color: #000000;
	text-decoration: none;
	color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus {
	outline: 0;
}

.site button,
.site .button {
	background: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

.site button:before,
.site .button:before {
	background: #000000;
	position: absolute;
	width: 0;
	min-height: 108%;
	top: -1px;
	bottom: -1px;
	left: -65px;
	content: '';
	z-index: -1;
	-webkit-transform: skew(50deg);
	transform: skew(50deg);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

.site button:hover,
.site .button:hover {
	background: #fff;
	color: #fff;
}

.site button:hover:before,
.site .button:hover:before {
	width: 200%;
}

.post-password-form {
	padding: 40px;
	background: #f8f9fa;
}

.post-password-form label {
	margin-bottom: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.post-password-form input[type="password"] {
	background-color: #fff;
	min-height: 44px;
}

.post-password-form input[type="submit"] {
	padding: 0 2.5rem;
	min-height: 44px;
	height: 100%;
	border-radius: 0;
}

.post-password-form > p:first-child {
	font-size: 1.25rem;
	margin-bottom: 2rem;
}

.post-password-form > p:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 0;
}

.cs-input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.cs-input-group input[type="text"],
.cs-input-group input[type="email"],
.cs-input-group input[type="url"],
.cs-input-group input[type="password"],
.cs-input-group input[type="search"],
.cs-input-group input[type="number"],
.cs-input-group input[type="tel"] {
	position: relative;
	z-index: 2;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.cs-input-group button {
	line-height: 1.5rem;
}

.cs-input-group .search-submit {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.search-form {
	-webkit-transition: .2s ease box-shadow;
	transition: .2s ease box-shadow;
	border-radius: 0;
}

/*--------------------------------------------------------------
## Icons
--------------------------------------------------------------*/
@font-face {
	font-family: "cs-icons";
	src: url(/wp-content/themes/once/css/icons/icons.ttf) format("truetype"), url(/wp-content/themes/once/css/icons/icons.woff) format("woff"), url(/wp-content/themes/once/css/icons/icons.svg#icons) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="cs-icon-"],
[class*=" cs-icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "cs-icons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cs-icon-pinterest:before {
	content: "\e93d";
}

.cs-icon-arrow-long-bottom:before {
	content: "\e938";
}

.cs-icon-arrow-long-top:before {
	content: "\e939";
}

.cs-icon-arrow-long-left:before {
	content: "\e93a";
}

.cs-icon-arrow-long-right:before {
	content: "\e93b";
}

.cs-icon-instagram:before {
	content: "\e93c";
}

.cs-icon-youtube-alt:before {
	content: "\e937";
}

.cs-icon-dot-single:before {
	content: "\e933";
}

.cs-icon-pause:before {
	content: "\e936";
}

.cs-icon-send:before {
	content: "\e935";
}

.cs-icon-share-top:before {
	content: "\e934";
}

.cs-icon-volume-x:before {
	content: "\e931";
}

.cs-icon-volume:before {
	content: "\e932";
}

.cs-icon-pause-circle:before {
	content: "\e92f";
}

.cs-icon-play-circle:before {
	content: "\e91d";
}

.cs-icon-clock:before {
	content: "\e92e";
}

.cs-icon-bag:before {
	content: "\e92d";
}

.cs-icon-cart:before {
	content: "\e92c";
}

.cs-icon-activity:before {
	content: "\e900";
}

.cs-icon-alert-circle:before {
	content: "\e901";
}

.cs-icon-arrow-down:before {
	content: "\e902";
}

.cs-icon-arrow-down-circle:before {
	content: "\e903";
}

.cs-icon-arrow-left:before {
	content: "\e904";
}

.cs-icon-arrow-left-circle:before {
	content: "\e905";
}

.cs-icon-arrow-right:before {
	content: "\e906";
}

.cs-icon-arrow-right-circle:before {
	content: "\e907";
}

.cs-icon-arrow-up-circle:before {
	content: "\e908";
}

.cs-icon-at-sign:before {
	content: "\e909";
}

.cs-icon-award:before {
	content: "\e90a";
}

.cs-icon-bookmark:before {
	content: "\e90b";
}

.cs-icon-chevron-down:before {
	content: "\e90c";
}

.cs-icon-chevron-left:before {
	content: "\e90d";
}

.cs-icon-chevron-right:before {
	content: "\e90e";
}

.cs-icon-chevron-up:before {
	content: "\e90f";
}

.cs-icon-circle:before {
	content: "\e910";
}

.cs-icon-eye:before {
	content: "\e911";
}

.cs-icon-file:before {
	content: "\e912";
}

.cs-icon-file-text:before {
	content: "\e913";
}

.cs-icon-film:before {
	content: "\e914";
}

.cs-icon-help-circle:before {
	content: "\e915";
}

.cs-icon-info:before {
	content: "\e916";
}

.cs-icon-menu:before {
	content: "\e917";
}

.cs-icon-message-square:before {
	content: "\e918";
}

.cs-icon-more-horizontal:before {
	content: "\e919";
}

.cs-icon-more-vertical:before {
	content: "\e91a";
}

.cs-icon-music:before {
	content: "\e91b";
}

.cs-icon-play:before {
	content: "\e91c";
}

.cs-icon-play-circle:before {
	content: "\e91d";
}

.cs-icon-plus-circle:before {
	content: "\e91e";
}

.cs-icon-search:before {
	content: "\e91f";
}

.cs-icon-share:before {
	content: "\e920";
}

.cs-icon-tag:before {
	content: "\e921";
}

.cs-icon-watch:before {
	content: "\e922";
}

.cs-icon-x:before {
	content: "\e923";
}

.cs-icon-x-circle:before {
	content: "\e924";
}

.cs-icon-x-square:before {
	content: "\e925";
}

.cs-icon-youtube:before {
	content: "\e926";
}

.cs-icon-zap:before {
	content: "\e927";
}

.cs-icon-zoom-in:before {
	content: "\e928";
}

.cs-icon-zoom-out:before {
	content: "\e929";
}

.cs-icon-mail:before {
	content: "\e92b";
}

/*--------------------------------------------------------------
## Colors
--------------------------------------------------------------*/
@media (min-width: 1020px) {
	body {
		background-color: #FFFFFF;
	}
}

a {
	-webkit-transition: .2s color ease;
	transition: .2s color ease;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
	color: #000000;
}

h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus,
.h1 a:hover,
.h1 a:focus, .h2 a:hover, .h2 a:focus, .h3 a:hover, .h3 a:focus, .h4 a:hover, .h4 a:focus, .h5 a:hover, .h5 a:focus, .h6 a:hover, .h6 a:focus {
	color: #6c757d;
	text-decoration: none;
}

.post-meta {
	color: #000000;
}

.post-meta .cs-icon {
	color: #A8AAB2;
}

.post-meta a,
.post-meta .author a {
	color: #000000;
}

.post-meta a:hover, .post-meta a:focus,
.post-meta .author a:hover,
.post-meta .author a:focus {
	color: #A8AAB2;
}

.cs-breadcrumbs {
	color: #A8AAB2;
}

.cs-breadcrumbs a {
	color: #A8AAB2;
}

.cs-breadcrumbs a:hover, .cs-breadcrumbs a:focus {
	color: #000000;
}

figcaption {
	color: #A8AAB2;
}

span[class*="meta-"] {
	color: #A8AAB2;
}

.archive-count {
	color: rgba(0, 0, 0, 0.5);
}

.page-subtitle {
	color: rgba(0, 0, 0, 0.5);
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
.cs-list-articles {
	padding-left: 0;
	list-style: none;
}

.cs-list-articles > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	line-height: 1.25rem;
	color: #6c757d;
	font-size: 0.875rem;
	position: relative;
	padding-left: 2rem;
}

.cs-list-articles > li > a:before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "cs-icons";
	content: "\e906";
	color: #ced4da;
	font-size: 14px;
	margin-right: 1rem;
	display: inline-block;
	-webkit-transition: .2s ease all;
	transition: .2s ease all;
	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;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	top: 4px;
}

.cs-list-articles > li > a:hover {
	color: #000000;
}

.cs-list-articles > li > a:hover:before {
	color: #fff;
	-webkit-transition: .2s ease all;
	transition: .2s ease all;
	background: #6c757d;
}

/*--------------------------------------------------------------
## Entry
--------------------------------------------------------------*/
.entry .entry-content:after {
	content: '';
	clear: both;
	display: table;
}

.entry .entry-content > *:last-child:after,
.entry .entry-summary > *:last-child:after {
	content: '';
	clear: both;
	display: table;
}

.entry .entry-content > *,
.entry .entry-content .wp-block-column > *,
.entry .entry-content .wp-block-group__inner-container > *,
.entry .entry-content .wp-block-cover__inner-container > *,
.entry .entry-content .wp-block-media-text__content > *,
.entry .entry-content .cnvs-block-column-inner > div > *,
.entry .entry-content .cnvs-block-section-content-inner > *,
.entry .entry-content .cnvs-block-section-sidebar-inner > *,
.entry .entry-summary > *,
.entry .entry-summary .wp-block-column > *,
.entry .entry-summary .wp-block-group__inner-container > *,
.entry .entry-summary .wp-block-cover__inner-container > *,
.entry .entry-summary .wp-block-media-text__content > *,
.entry .entry-summary .cnvs-block-column-inner > div > *,
.entry .entry-summary .cnvs-block-section-content-inner > *,
.entry .entry-summary .cnvs-block-section-sidebar-inner > * {
	margin-top: 32px;
	margin-bottom: 32px;
}

@media (min-width: 600px) {
	.entry .entry-content > *,
	.entry .entry-content .wp-block-column > *,
	.entry .entry-content .wp-block-group__inner-container > *,
	.entry .entry-content .wp-block-cover__inner-container > *,
	.entry .entry-content .wp-block-media-text__content > *,
	.entry .entry-content .cnvs-block-column-inner > div > *,
	.entry .entry-content .cnvs-block-section-content-inner > *,
	.entry .entry-content .cnvs-block-section-sidebar-inner > *,
	.entry .entry-summary > *,
	.entry .entry-summary .wp-block-column > *,
	.entry .entry-summary .wp-block-group__inner-container > *,
	.entry .entry-summary .wp-block-cover__inner-container > *,
	.entry .entry-summary .wp-block-media-text__content > *,
	.entry .entry-summary .cnvs-block-column-inner > div > *,
	.entry .entry-summary .cnvs-block-section-content-inner > *,
	.entry .entry-summary .cnvs-block-section-sidebar-inner > * {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}

.entry .entry-content > *:first-child,
.entry .entry-content .wp-block-column > *:first-child,
.entry .entry-content .wp-block-group__inner-container > *:first-child,
.entry .entry-content .wp-block-cover__inner-container > *:first-child,
.entry .entry-content .wp-block-media-text__content > *:first-child,
.entry .entry-content .cnvs-block-column-inner > div > *:first-child,
.entry .entry-content .cnvs-block-section-content-inner > *:first-child,
.entry .entry-content .cnvs-block-section-sidebar-inner > *:first-child,
.entry .entry-summary > *:first-child,
.entry .entry-summary .wp-block-column > *:first-child,
.entry .entry-summary .wp-block-group__inner-container > *:first-child,
.entry .entry-summary .wp-block-cover__inner-container > *:first-child,
.entry .entry-summary .wp-block-media-text__content > *:first-child,
.entry .entry-summary .cnvs-block-column-inner > div > *:first-child,
.entry .entry-summary .cnvs-block-section-content-inner > *:first-child,
.entry .entry-summary .cnvs-block-section-sidebar-inner > *:first-child {
	margin-top: 0;
}

.entry .entry-content > *:last-child,
.entry .entry-content .wp-block-column > *:last-child,
.entry .entry-content .wp-block-group__inner-container > *:last-child,
.entry .entry-content .wp-block-cover__inner-container > *:last-child,
.entry .entry-content .wp-block-media-text__content > *:last-child,
.entry .entry-content .cnvs-block-column-inner > div > *:last-child,
.entry .entry-content .cnvs-block-section-content-inner > *:last-child,
.entry .entry-content .cnvs-block-section-sidebar-inner > *:last-child,
.entry .entry-summary > *:last-child,
.entry .entry-summary .wp-block-column > *:last-child,
.entry .entry-summary .wp-block-group__inner-container > *:last-child,
.entry .entry-summary .wp-block-cover__inner-container > *:last-child,
.entry .entry-summary .wp-block-media-text__content > *:last-child,
.entry .entry-summary .cnvs-block-column-inner > div > *:last-child,
.entry .entry-summary .cnvs-block-section-content-inner > *:last-child,
.entry .entry-summary .cnvs-block-section-sidebar-inner > *:last-child {
	margin-bottom: 0;
}

.entry .entry-content .entry-content,
.entry .entry-content .entry-summary,
.entry .entry-summary .entry-content,
.entry .entry-summary .entry-summary {
	margin: inherit;
	max-width: inherit;
	padding: inherit;
}

@media (min-width: 600px) {
	.entry .entry-content .entry-content,
	.entry .entry-content .entry-summary,
	.entry .entry-summary .entry-content,
	.entry .entry-summary .entry-summary {
		margin: inherit;
		max-width: inherit;
		padding: inherit;
	}
}

/*--------------------------------------------------------------
## Entry Content
--------------------------------------------------------------*/
.entry-content {
	line-height: 1.5;
}

.entry-content code {
	background: #f8f9fa;
	color: #000000;
}

.entry-content a {
	text-decoration: none;
}

.entry-content a:hover {
	text-decoration: none;
}

.entry-content > a,
.entry-content > p > a,
.entry-content > ul li > a,
.entry-content > ol li > a,
.entry-content > p > em > a,
.entry-content > p > strong > a {
	text-decoration: underline;
}

.entry-content > a:hover, .entry-content > a:focus,
.entry-content > p > a:hover,
.entry-content > p > a:focus,
.entry-content > ul li > a:hover,
.entry-content > ul li > a:focus,
.entry-content > ol li > a:hover,
.entry-content > ol li > a:focus,
.entry-content > p > em > a:hover,
.entry-content > p > em > a:focus,
.entry-content > p > strong > a:hover,
.entry-content > p > strong > a:focus {
	text-decoration: none;
}

.entry-content > blockquote {
	position: relative;
	padding: 0;
	border: 0;
	font-size: 1.75rem;
	line-height: 1.5;
	margin-left: 0;
	margin-right: 0;
}

.entry-content > blockquote cite {
	display: block;
	color: #000000;
	margin-top: 0.5rem;
	font-style: normal;
}

.entry-content > blockquote p {
	line-height: 1.5;
}

.entry-content > blockquote p:first-child {
	font-size: inherit;
	margin-top: 0;
}

.entry-content > blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content cite {
	color: #A8AAB2;
}

.entry-content .wp-caption-dd {
	color: #A8AAB2;
	margin-left: 0;
}

.entry-content .cs-embed {
	margin-top: 48px;
	margin-bottom: 48px;
}

.alignnone {
	max-width: 100%;
}

.alignleft {
	float: none;
	margin-right: 0;
	max-width: 100%;
}

@media (min-width: 600px) {
	.alignleft {
		float: left;
		margin-right: 2rem;
	}
}

.alignright {
	float: none;
	margin-left: 0;
	max-width: 100%;
}

@media (min-width: 600px) {
	.alignright {
		float: right;
		margin-left: 2rem;
	}
}

.aligncenter {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.aligncenter .wp-caption-text,
.aligncenter .wp-caption-dd {
	text-align: center;
}

img.alignleft,
img.alignright {
	margin-bottom: 1rem;
}

/** =========== Blocks =========== */
.wp-block-columns > *:first-child {
	margin-top: 0;
}

.wp-block-columns > *:last-child {
	margin-bottom: 0;
}

.wp-block-columns .wp-block-column > *:first-child {
	margin-top: 0;
}

.wp-block-columns .wp-block-column > *:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 600px) {
	.wp-block-columns {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

p.has-background {
	padding: 1.5rem 2rem;
}

p.wp-block-subhead {
	font-size: 1.25rem;
	color: #A8AAB2;
	opacity: 1;
}

p.has-drop-cap:not(:focus):first-letter {
	font-size: 4rem;
	line-height: 1;
	margin-top: 0.5rem;
	margin-right: 2rem;
	margin-bottom: 0.5rem;
}

.wp-block-separator:not(.is-style-dots) {
	border-top: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
	margin-left: 0;
	margin-right: auto;
}

.wp-block-separator.is-style-dots {
	border: none;
	text-align: left;
}

.wp-block-separator.is-style-dots:before {
	padding-left: 0;
	color: #A8AAB2;
}

.wp-block-button .wp-block-button__link {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.wp-block-button .wp-block-button__link:not(.has-background) {
	background-color: #000000;
}

.wp-block-button .wp-block-button__link:not(.has-text-color) {
	color: white;
}

.wp-block-button .wp-block-button__link:hover {
	opacity: .75;
	cursor: pointer;
}

.wp-block-button:not(.is-style-squared) .wp-block-button__link {
	border-radius: 2rem;
}

.wp-block-code {
	background-color: rgba(0, 0, 0, 0.05);
	padding: 1rem 1.5rem;
	font-family: Menlo, Consolas, monaco, monospace;
	line-height: 1.5;
	font-size: 0.875rem;
	color: #000000;
	white-space: pre-wrap;
	border-radius: 0;
	border: none;
}

.wp-block-code .editor-plain-text {
	background-color: transparent;
}

.wp-block-preformatted {
	background-color: rgba(0, 0, 0, 0.05);
	padding: 1rem 1.5rem;
}

.wp-block-preformatted pre {
	padding: 0;
}

.wp-block-preformatted,
.wp-block-preformatted pre {
	font-family: Menlo, Consolas, monaco, monospace;
	line-height: 1.5;
	font-size: 0.875rem;
	color: #000000;
	white-space: pre-wrap;
}

.wp-block-verse {
	background-color: rgba(0, 0, 0, 0.05);
	padding: 1rem 1.5rem;
}

.wp-block-verse pre {
	padding: 0;
}

.wp-block-verse,
.wp-block-verse pre {
	font-family: Menlo, Consolas, monaco, monospace;
	line-height: 1.5;
	font-size: 0.875rem;
	color: #000000;
	overflow: auto;
}

.wp-block-audio figcaption {
	color: #A8AAB2;
}

.wp-block-audio figcaption:nth-child(n) {
	text-transform: inherit;
}

.wp-block-embed figcaption {
	color: #A8AAB2;
}

.wp-block-embed figcaption:nth-child(n) {
	text-transform: inherit;
}

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

.wp-block-video figcaption {
	color: #A8AAB2;
}

.wp-block-video figcaption:nth-child(n) {
	text-transform: inherit;
}

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

@media (max-width: 599.98px) {
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		padding-top: 8%;
		padding-bottom: 0;
	}
	.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
		padding-top: 0;
		padding-bottom: 8%;
	}
}

.wp-block-image figcaption {
	color: #A8AAB2;
	text-align: center;
}

.wp-block-image figcaption:nth-child(n) {
	text-transform: inherit;
}

@media (min-width: 600px) {
	.wp-block-image figcaption {
		text-align: initial;
	}
}

.wp-block-image .alignleft figcaption, .wp-block-image .alignright figcaption,
.wp-block-image .aligncenter figcaption, .wp-block-image .alignwide figcaption,
.wp-block-image .alignfull figcaption {
	text-align: center;
}

.wp-block-image.alignleft figcaption, .wp-block-image.alignright figcaption, .wp-block-image.aligncenter figcaption, .wp-block-image.alignwide figcaption, .wp-block-image.alignfull figcaption {
	text-align: center;
}

.wp-block-image .alignleft, .wp-block-image.alignleft {
	float: none;
	margin-right: 0;
}

@media (min-width: 600px) {
	.wp-block-image .alignleft, .wp-block-image.alignleft {
		float: left;
		margin-right: 2rem;
	}
}

.wp-block-image .alignright, .wp-block-image.alignright {
	float: none;
	margin-left: 0;
}

@media (min-width: 600px) {
	.wp-block-image .alignright, .wp-block-image.alignright {
		float: right;
		margin-left: 2rem;
	}
}

@media (max-width: 599.98px) {
	.wp-block-image .alignleft,
	.wp-block-image .alignright {
		margin-left: auto;
		margin-right: auto;
	}
}

.wp-block-cover,
.wp-block-cover-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: auto;
}

.wp-block-cover:after,
.wp-block-cover-image:after {
	width: 0;
	padding-bottom: 56.25%;
	height: 100%;
	content: '';
}

.wp-block-cover.alignleft:after, .wp-block-cover.alignright:after,
.wp-block-cover-image.alignleft:after,
.wp-block-cover-image.alignright:after {
	padding-bottom: 75%;
}

.wp-block-cover.alignfull:after, .wp-block-cover.alignwide:after,
.wp-block-cover-image.alignfull:after,
.wp-block-cover-image.alignwide:after {
	padding-bottom: 40%;
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-text {
	font-size: 2rem;
	line-height: 1.25;
	padding: 1rem;
}

@media (min-width: 600px) {
	.wp-block-cover .wp-block-cover-text,
	.wp-block-cover-image .wp-block-cover-text {
		padding: 2rem;
	}
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	background: none;
	position: relative;
	margin-top: 1rem;
	padding: 0;
	color: #A8AAB2;
	text-transform: inherit;
}

.wp-block-quote:not(.is-large), .wp-block-quote:not(.is-style-large) {
	border: 0;
	position: relative;
	font-size: 1.75rem;
	line-height: 1.5;
	padding: 0;
	color: #000000;
}

.wp-block-quote p {
	line-height: 1.5;
}

.wp-block-quote p:first-child {
	font-size: inherit;
	margin-top: 0;
}

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

.wp-block-quote cite,
.wp-block-quote .wp-block-quote__citation {
	font-style: normal;
	color: #000000;
	line-height: 1.5;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-large p:first-child, .wp-block-quote.is-style-large p,
.wp-block-quote.is-style-large p:first-child {
	font-size: 2.5rem;
	font-style: normal;
	line-height: 1.5;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-large .wp-block-quote__citation, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-style-large .wp-block-quote__citation {
	font-size: 0.875rem;
	text-align: left;
}

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

@media (min-width: 600px) {
	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright,
	.wp-block-cover-image.alignleft,
	.wp-block-cover-image.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright {
		max-width: calc(50% - 1rem);
	}
}

.wp-block-pullquote {
	padding: 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
}

.wp-block-pullquote:not(.is-style-solid-color) {
	border-top: 4px solid #000000;
	border-bottom: 4px solid #000000;
}

.wp-block-pullquote p {
	font-size: 1.75rem;
	line-height: 1.5;
}

.wp-block-pullquote .alignleft p,
.wp-block-pullquote .alignright p {
	font-size: 1.25rem;
}

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

.wp-block-pullquote blockquote:not(.has-text-color) {
	color: #000000;
}

.wp-block-pullquote blockquote cite,
.wp-block-pullquote blockquote footer,
.wp-block-pullquote blockquote .wp-block-pullquote__citation {
	color: inherit;
	font-style: normal;
}

.wp-block-latest-comments {
	border-top: 1px solid #e9ecef;
	border-bottom: 1px solid #e9ecef;
	padding: 2rem 0;
	margin: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
	margin: 2rem 0 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
	margin-top: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment > article {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date {
	color: #A8AAB2;
	font-size: 0.875rem;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
	font-size: inherit;
	line-height: inherit;
	margin: 0.5rem 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p:last-child {
	margin-bottom: 0;
}

.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-categories__list,
.wp-block-archives-list {
	padding-left: 0;
	list-style: none;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
}

.wp-block-latest-posts li,
.wp-block-categories-list li,
.wp-block-categories__list li,
.wp-block-archives-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wp-block-latest-posts > li a,
.wp-block-categories-list > li a,
.wp-block-categories__list > li a,
.wp-block-archives-list > li a {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.wp-block-latest-posts > li > a,
.wp-block-categories-list > li > a,
.wp-block-categories__list > li > a,
.wp-block-archives-list > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-left: 2rem;
}

.wp-block-latest-posts > li > a:before,
.wp-block-categories-list > li > a:before,
.wp-block-categories__list > li > a:before,
.wp-block-archives-list > li > a:before {
	position: absolute;
	left: 0;
	top: 8px;
	font-family: "cs-icons";
	content: "\e906";
	color: #ced4da;
	font-size: 14px;
	margin-right: 1rem;
	display: inline-block;
	-webkit-transition: .2s ease all;
	transition: .2s ease all;
	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;
	width: 20px;
	height: 20px;
	border-radius: 100%;
}

.wp-block-latest-posts > li > a:hover,
.wp-block-categories-list > li > a:hover,
.wp-block-categories__list > li > a:hover,
.wp-block-archives-list > li > a:hover {
	color: #000000;
}

.wp-block-latest-posts > li > a:hover:before,
.wp-block-categories-list > li > a:hover:before,
.wp-block-categories__list > li > a:hover:before,
.wp-block-archives-list > li > a:hover:before {
	color: #fff;
	-webkit-transition: .2s ease all;
	transition: .2s ease all;
	background: #6c757d;
}

.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-categories-list .wp-block-latest-posts__post-date,
.wp-block-categories__list .wp-block-latest-posts__post-date,
.wp-block-archives-list .wp-block-latest-posts__post-date {
	margin-left: 2rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	font-size: 0.875rem;
	color: #A8AAB2;
}

.wp-block-latest-posts .children,
.wp-block-latest-posts .wp-block-categories__list,
.wp-block-categories-list .children,
.wp-block-categories-list .wp-block-categories__list,
.wp-block-categories__list .children,
.wp-block-categories__list .wp-block-categories__list,
.wp-block-archives-list .children,
.wp-block-archives-list .wp-block-categories__list {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.wp-block-categories > .wp-block-categories__list {
	padding: 0;
}

.wp-block-archives.wp-block-archives-list {
	padding: 0;
}

.wp-block-categories-list a,
.wp-block-categories__list a,
.wp-block-archives-list a {
	padding-right: 0.5rem;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Background
--------------------------------------------------------------*/
.cs-bg-dark {
	color: rgba(255, 255, 255, 0.875);
}

.cs-bg-dark h1, .cs-bg-dark h2, .cs-bg-dark h3, .cs-bg-dark h4, .cs-bg-dark h5, .cs-bg-dark h6,
.cs-bg-dark .h1, .cs-bg-dark .h2, .cs-bg-dark .h3, .cs-bg-dark .h4, .cs-bg-dark .h5, .cs-bg-dark .h6 {
	color: #fff;
}

.cs-bg-dark h1 a, .cs-bg-dark h2 a, .cs-bg-dark h3 a, .cs-bg-dark h4 a, .cs-bg-dark h5 a, .cs-bg-dark h6 a,
.cs-bg-dark .h1 a, .cs-bg-dark .h2 a, .cs-bg-dark .h3 a, .cs-bg-dark .h4 a, .cs-bg-dark .h5 a, .cs-bg-dark .h6 a {
	color: #fff;
}

.cs-bg-dark h1 a:hover, .cs-bg-dark h1 a:focus, .cs-bg-dark h2 a:hover, .cs-bg-dark h2 a:focus, .cs-bg-dark h3 a:hover, .cs-bg-dark h3 a:focus, .cs-bg-dark h4 a:hover, .cs-bg-dark h4 a:focus, .cs-bg-dark h5 a:hover, .cs-bg-dark h5 a:focus, .cs-bg-dark h6 a:hover, .cs-bg-dark h6 a:focus,
.cs-bg-dark .h1 a:hover,
.cs-bg-dark .h1 a:focus, .cs-bg-dark .h2 a:hover, .cs-bg-dark .h2 a:focus, .cs-bg-dark .h3 a:hover, .cs-bg-dark .h3 a:focus, .cs-bg-dark .h4 a:hover, .cs-bg-dark .h4 a:focus, .cs-bg-dark .h5 a:hover, .cs-bg-dark .h5 a:focus, .cs-bg-dark .h6 a:hover, .cs-bg-dark .h6 a:focus {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark a,
.cs-bg-dark .entry-content a,
.cs-bg-dark .meta-category a,
.cs-bg-dark .meta-comments a {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark a:hover, .cs-bg-dark a:focus,
.cs-bg-dark .entry-content a:hover,
.cs-bg-dark .entry-content a:focus,
.cs-bg-dark .meta-category a:hover,
.cs-bg-dark .meta-category a:focus,
.cs-bg-dark .meta-comments a:hover,
.cs-bg-dark .meta-comments a:focus {
	color: #fff;
}

.cs-bg-dark .post-meta a,
.cs-bg-dark .post-meta .author a,
.cs-bg-dark .entry-details a,
.cs-bg-dark .entry-details .author a {
	color: #fff;
}

.cs-bg-dark .post-meta a:hover, .cs-bg-dark .post-meta a:focus,
.cs-bg-dark .post-meta .author a:hover,
.cs-bg-dark .post-meta .author a:focus,
.cs-bg-dark .entry-details a:hover,
.cs-bg-dark .entry-details a:focus,
.cs-bg-dark .entry-details .author a:hover,
.cs-bg-dark .entry-details .author a:focus {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .post-meta .cs-icon,
.cs-bg-dark .entry-details .cs-icon {
	color: #fff;
}

.cs-bg-dark .meta-category-sep:after {
	color: #fff;
}

.cs-bg-dark .meta-category-sep-dash:after,
.cs-bg-dark .meta-category-sep-middle:after,
.cs-bg-dark .meta-category-sep-diamond:after,
.cs-bg-dark .meta-category-sep-square:after,
.cs-bg-dark .meta-category-sep-brick:after {
	background-color: #fff;
}

.cs-bg-dark .title-block-wrap:after {
	border-color: rgba(255, 255, 255, 0.25);
}

.cs-bg-dark .title-block-wrap .title-block {
	border-color: rgba(255, 255, 255, 0.25);
}

.cs-bg-dark .entry-title .meta-category {
	color: #fff;
}

.cs-bg-dark .entry-title .meta-category a:hover, .cs-bg-dark .entry-title .meta-category a:focus {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .entry-title-effect-plain a .title-wrap {
	color: #fff;
}

.cs-bg-dark .entry-title-effect-plain a:hover .title-wrap, .cs-bg-dark .entry-title-effect-plain a:focus .title-wrap {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .entry-title-effect-simple .meta-category + .title-wrap {
	color: #fff;
}

.cs-bg-dark .entry-title-effect-shadow a .title-line {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.25)));
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%);
}

.cs-bg-dark .entry-title-effect-shadow a:hover, .cs-bg-dark .entry-title-effect-shadow a:focus {
	color: #fff;
}

.cs-bg-dark .entry-title-effect-underline a .title-line {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5)));
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.cs-bg-dark .entry-title-effect-underline a:hover, .cs-bg-dark .entry-title-effect-underline a:focus {
	color: #fff;
}

.cs-bg-dark .entry-title-effect-simple a:hover .meta-category,
.cs-bg-dark .entry-title-effect-simple a:focus .meta-category,
.cs-bg-dark .entry-title-effect-simple .meta-category a:hover,
.cs-bg-dark .entry-title-effect-simple .meta-category a:focus {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark caption,
.cs-bg-dark figcaption,
.cs-bg-dark .post-meta,
.cs-bg-dark .cs-breadcrumbs {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .pk-input-group {
	border-color: #fff;
}

.cs-bg-dark .archive-count {
	color: rgba(255, 255, 255, 0.5);
}

.cs-bg-dark .search-form .cs-input-group input[type="search"] {
	border-color: rgba(255, 255, 255, 0.25);
	color: #fff;
}

.cs-bg-dark .search-form .cs-input-group input[type="search"]::-webkit-input-placeholder {
	color: #fff;
}

.cs-bg-dark .search-form .cs-input-group input[type="search"]::-moz-placeholder {
	color: #fff;
}

.cs-bg-dark .search-form .cs-input-group input[type="search"]:-ms-input-placeholder {
	color: #fff;
}

.cs-bg-dark .search-form .cs-input-group input[type="search"]::-ms-input-placeholder {
	color: #fff;
}

.cs-bg-dark .search-form .cs-input-group input[type="search"]::placeholder {
	color: #fff;
}

.cs-bg-dark .search-form .cs-input-group input[type="search"]:focus::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .search-form .cs-input-group input[type="search"]:focus::-moz-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .search-form .cs-input-group input[type="search"]:focus:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .search-form .cs-input-group input[type="search"]:focus::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .search-form .cs-input-group input[type="search"]:focus::placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .search-form .cs-input-group button {
	color: #fff;
}

.cs-bg-dark .search-form .cs-input-group button:hover {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .search-form + .search-close:hover {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark.post-prev-next {
	padding: 40px;
	margin-right: 0;
	margin-left: 0;
}

.cs-bg-dark.post-prev-next .link-content:hover a.link-arrow {
	color: #fff;
}

@media (min-width: 720px) {
	.cs-bg-dark.post-prev-next {
		padding: 20px;
	}
}

.cs-bg-dark .site-info {
	color: #fff;
}

.cs-bg-dark .site-info .footer-title {
	color: #fff;
}

.cs-bg-dark .site-info .footer-copyright {
	color: rgba(255, 255, 255, 0.675);
}

.cs-bg-dark .site-info .footer-copyright a {
	color: #fff;
}

.cs-bg-dark .site-info .footer-copyright a:hover {
	color: rgba(255, 255, 255, 0.675);
}

.cs-bg-dark .site-info .navbar-footer a {
	color: rgba(255, 255, 255, 0.875);
}

.cs-bg-dark .site-info .navbar-footer a:hover {
	color: #fff;
}

.cs-bg-dark .cs-post-carousel-arrows .carousel-arrow {
	color: #fff;
}

.cs-bg-dark .cs-flickity-init .flickity-page-dots .dot:after {
	background: rgba(255, 255, 255, 0.675);
}

.cs-bg-dark .cs-flickity-init .flickity-page-dots .dot.is-selected:before {
	border-color: #fff;
}

.cs-bg-dark .pk-font-heading {
	color: #fff;
}

.cs-bg-dark .pk-color-secondary {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .pk-font-secondary {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .pk-subscribe-form-wrap .pk-title {
	color: #fff;
}

.cs-bg-dark .pk-subscribe-form-wrap .pk-subscribe-data input[type="text"] {
	border-color: rgba(255, 255, 255, 0.25);
	color: #fff;
}

.cs-bg-dark .pk-subscribe-form-wrap .pk-subscribe-data input[type="text"]::-webkit-input-placeholder {
	color: #fff;
}

.cs-bg-dark .pk-subscribe-form-wrap .pk-subscribe-data input[type="text"]::-moz-placeholder {
	color: #fff;
}

.cs-bg-dark .pk-subscribe-form-wrap .pk-subscribe-data input[type="text"]:-ms-input-placeholder {
	color: #fff;
}

.cs-bg-dark .pk-subscribe-form-wrap .pk-subscribe-data input[type="text"]::-ms-input-placeholder {
	color: #fff;
}

.cs-bg-dark .pk-subscribe-form-wrap .pk-subscribe-data input[type="text"]::placeholder {
	color: #fff;
}

.cs-bg-dark .pk-subscribe-form-wrap .pk-subscribe-data input[type="text"]:focus::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .pk-subscribe-form-wrap .pk-subscribe-data input[type="text"]:focus::-moz-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .pk-subscribe-form-wrap .pk-subscribe-data input[type="text"]:focus:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .pk-subscribe-form-wrap .pk-subscribe-data input[type="text"]:focus::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .pk-subscribe-form-wrap .pk-subscribe-data input[type="text"]:focus::placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .pk-subscribe-form-wrap .pk-subscribe-data button {
	color: #fff;
}

.cs-bg-dark .pk-subscribe-form-wrap .pk-subscribe-data button:hover {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .pk-subscribe-form-wrap .pk-privacy label {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .footer-subscribe .pk-subscribe-with-name .pk-subscribe-data button {
	background: #fff !important;
	color: #000000 !important;
}

.cs-bg-dark .pk-badge-primary {
	background-color: rgba(255, 255, 255, 0.25);
}

.cs-bg-dark .pk-share-buttons-wrap .pk-share-buttons-items .pk-share-buttons-item {
	border-color: rgba(255, 255, 255, 0.25);
}

.cs-bg-dark .pk-share-buttons-wrap .pk-share-buttons-items .pk-share-buttons-item .pk-share-buttons-count {
	background: #fff;
	color: #000000;
}

.cs-bg-dark .pk-share-buttons-wrap .pk-share-buttons-items .pk-share-buttons-item .pk-share-buttons-count:after {
	border-top-color: #fff;
}

.cs-bg-dark .pk-share-buttons-scheme-default .pk-share-buttons-items .pk-share-buttons-link {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .pk-share-buttons-scheme-default .pk-share-buttons-items .pk-share-buttons-link:hover {
	color: #fff;
}

.cs-bg-dark .pk-share-buttons-scheme-bold .pk-share-buttons-items .pk-share-buttons-link {
	color: #fff;
}

.cs-bg-dark .pk-share-buttons-scheme-bold .pk-share-buttons-items .pk-share-buttons-link:hover {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .pk-social-links-link {
	color: #fff;
}

.cs-bg-dark .pk-social-links-link:hover, .cs-bg-dark .pk-social-links-link:focus {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .pk-social-links-count {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .pk-social-links-label {
	color: rgba(255, 255, 255, 0.25);
}

.cs-bg-dark .pk-social-links-scheme-bold .pk-social-links-link .pk-social-links-title {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-dark .pk-social-links-scheme-bold .pk-social-links-link:hover .pk-social-links-icon,
.cs-bg-dark .pk-social-links-scheme-bold .pk-social-links-link:hover .pk-social-links-title {
	color: #fff;
}

.cs-bg-dark .pk-social-links-scheme-light-rounded .pk-social-links-link .pk-social-links-icon {
	background-color: rgba(255, 255, 255, 0.125);
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
	color: #fff;
}

.cs-bg-dark .pk-social-links-scheme-light-bg .pk-social-links-link {
	background-color: rgba(255, 255, 255, 0.125);
}

.cs-bg-dark .pk-social-links-template-nav .pk-social-links-count {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-social-links-dark .pk-social-links-scheme-light-bg.pk-social-links-template-columns .pk-social-links-item {
	margin-bottom: 0 !important;
}

.cs-bg-social-links-dark .pk-social-links-scheme-light-bg.pk-social-links-template-columns .pk-social-links-link {
	margin-right: 0 !important;
}

.cs-bg-social-links-dark .pk-social-links-scheme-light-bg .pk-social-links-link {
	color: #fff;
}

.cs-bg-social-links-dark .pk-social-links-scheme-light-bg .pk-social-links-link .pk-social-links-title {
	color: #fff;
}

.cs-bg-social-links-dark .pk-social-links-scheme-light-bg .pk-social-links-link .pk-social-links-count {
	color: rgba(255, 255, 255, 0.75);
}

.cs-bg-social-links-dark .pk-social-links-scheme-light-bg .pk-social-links-link .pk-social-links-label {
	color: rgba(255, 255, 255, 0.25);
}

.cs-bg-social-links-dark .pk-social-links-scheme-light-rounded .pk-social-links-link .pk-social-links-icon {
	color: #fff;
}

.cs-bg-social-links-dark .pk-social-links-scheme-light-rounded .pk-social-links-link:hover .pk-social-links-icon {
	color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-bg-navbar-dark {
	border-bottom: none;
}

.navbar .cs-bg-navbar-dark .site-title,
.navbar .cs-bg-navbar-dark .large-title {
	color: #fff;
}

.navbar .cs-bg-navbar-dark .site-title:hover, .navbar .cs-bg-navbar-dark .site-title:focus,
.navbar .cs-bg-navbar-dark .large-title:hover,
.navbar .cs-bg-navbar-dark .large-title:focus {
	color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-bg-navbar-dark .navbar-brand .tagline {
	color: rgba(255, 255, 255, 0.75) !important;
}

.navbar .cs-bg-navbar-dark .navbar-toggle-search {
	color: #fff;
}

.navbar .cs-bg-navbar-dark .navbar-toggle-search:hover {
	color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-bg-navbar-dark .navbar-toggle-offcanvas {
	color: #fff;
}

.navbar .cs-bg-navbar-dark .navbar-toggle-offcanvas span {
	background: #fff;
}

.navbar .cs-bg-navbar-dark .navbar-toggle-offcanvas:hover {
	color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-bg-navbar-dark .navbar-toggle-offcanvas:hover span {
	background: rgba(255, 255, 255, 0.75);
}

.navbar .cs-bg-navbar-dark .navbar-subscribe .pk-title {
	color: #fff;
}

.navbar .cs-bg-navbar-dark .navbar-subscribe .pk-subscribe-data input[type="text"] {
	border-color: rgba(255, 255, 255, 0.25);
	color: #fff;
}

.navbar .cs-bg-navbar-dark .navbar-subscribe .pk-subscribe-data input[type="text"]::-webkit-input-placeholder {
	color: #fff;
}

.navbar .cs-bg-navbar-dark .navbar-subscribe .pk-subscribe-data input[type="text"]::-moz-placeholder {
	color: #fff;
}

.navbar .cs-bg-navbar-dark .navbar-subscribe .pk-subscribe-data input[type="text"]:-ms-input-placeholder {
	color: #fff;
}

.navbar .cs-bg-navbar-dark .navbar-subscribe .pk-subscribe-data input[type="text"]::-ms-input-placeholder {
	color: #fff;
}

.navbar .cs-bg-navbar-dark .navbar-subscribe .pk-subscribe-data input[type="text"]::placeholder {
	color: #fff;
}

.navbar .cs-bg-navbar-dark .navbar-subscribe .pk-subscribe-data input[type="text"]:focus::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-bg-navbar-dark .navbar-subscribe .pk-subscribe-data input[type="text"]:focus::-moz-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-bg-navbar-dark .navbar-subscribe .pk-subscribe-data input[type="text"]:focus:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-bg-navbar-dark .navbar-subscribe .pk-subscribe-data input[type="text"]:focus::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-bg-navbar-dark .navbar-subscribe .pk-subscribe-data input[type="text"]:focus::placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-bg-navbar-dark .navbar-subscribe .pk-subscribe-data button {
	color: #fff;
}

.navbar .cs-bg-navbar-dark .navbar-follow .navbar-follow-btn {
	border-color: rgba(255, 255, 255, 0.75);
	color: #fff;
}

.navbar .cs-bg-navbar-dark .navbar-nav > li > a {
	color: #fff;
}

.navbar .cs-bg-navbar-dark .navbar-nav > li:hover > a {
	color: #fff;
}

.navbar .cs-bg-navbar-dark .pk-badge-primary {
	background: rgba(0, 0, 0, 0.875);
	color: #fff;
}

.navbar .cs-bg-navbar-dark .pk-badge-secondary {
	background: rgba(168, 170, 178, 0.875);
	color: #fff;
}

.navbar .cs-bg-navbar-dark .pk-badge-success {
	background: rgba(40, 167, 69, 0.875);
	color: #fff;
}

.navbar .cs-bg-navbar-dark .pk-badge-info {
	background: rgba(23, 162, 184, 0.875);
	color: #fff;
}

.navbar .cs-bg-navbar-dark .pk-badge-warning {
	background: rgba(255, 193, 7, 0.875);
	color: #fff;
}

.navbar .cs-bg-navbar-dark .pk-badge-danger {
	background: rgba(220, 53, 69, 0.875);
	color: #fff;
}

.navbar .cs-bg-navbar-dark .pk-badge-light {
	background: rgba(248, 249, 250, 0.875);
	color: #fff;
}

.navbar .cs-bg-navbar-dark .pk-badge-dark {
	background: rgba(52, 58, 64, 0.875);
	color: #fff;
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-primary {
	background: rgba(0, 0, 0, 0.125);
	color: black;
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-secondary {
	background: rgba(168, 170, 178, 0.125);
	color: #7f828e;
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-success {
	background: rgba(40, 167, 69, 0.125);
	color: #19692c;
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-info {
	background: rgba(23, 162, 184, 0.125);
	color: #0f6674;
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-warning {
	background: rgba(255, 193, 7, 0.125);
	color: #ba8b00;
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-danger {
	background: rgba(220, 53, 69, 0.125);
	color: #a71d2a;
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-light {
	background: rgba(248, 249, 250, 0.125);
	color: #cbd3da;
}

.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-dark {
	background: rgba(52, 58, 64, 0.125);
	color: #121416;
}

.navbar .cs-bg-navbar-dark .pk-badge-primary {
	background-color: rgba(255, 255, 255, 0.25);
}

.cs-bg-navbar-dark:not(.cs-navbar-nav-submenu-dark) .navbar-nav > li > .sub-menu,
.cs-navbar-nav-submenu-dark:not(.cs-bg-navbar-dark) .navbar-nav > li > .sub-menu {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.offcanvas-header.cs-bg-navbar-dark {
	border-bottom: none;
	border-right: 1px rgba(255, 255, 255, 0.025) solid;
}

.offcanvas-header.cs-bg-navbar-dark .site-title {
	color: #fff;
}

.offcanvas-header.cs-bg-navbar-dark .site-title:hover, .offcanvas-header.cs-bg-navbar-dark .site-title:focus {
	color: rgba(255, 255, 255, 0.75);
}

.offcanvas-header.cs-bg-navbar-dark .toggle-offcanvas {
	color: #fff;
}

.offcanvas-header.cs-bg-navbar-dark .toggle-offcanvas:hover {
	color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu {
	border-color: rgba(255, 255, 255, 0.25);
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .cs-mm-posts.cs-mm-loading:before {
	border-color: rgba(255, 255, 255, 0.75);
	border-top-color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .cs-mm-categories {
	border-right-color: rgba(255, 255, 255, 0.25);
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .cs-mm-categories li a {
	color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .cs-mm-categories li.active-item a {
	color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu > li.current-menu-ancestor > a,
.navbar .cs-navbar-nav-submenu-dark .sub-menu > li.current-menu-item > a {
	color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu > li:hover > a, .navbar .cs-navbar-nav-submenu-dark .sub-menu > li:focus > a {
	color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu > li > a {
	color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-primary {
	background: rgba(0, 0, 0, 0.875);
	color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-secondary {
	background: rgba(168, 170, 178, 0.875);
	color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-success {
	background: rgba(40, 167, 69, 0.875);
	color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-info {
	background: rgba(23, 162, 184, 0.875);
	color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-warning {
	background: rgba(255, 193, 7, 0.875);
	color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-danger {
	background: rgba(220, 53, 69, 0.875);
	color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-light {
	background: rgba(248, 249, 250, 0.875);
	color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-dark {
	background: rgba(52, 58, 64, 0.875);
	color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-primary {
	background-color: rgba(255, 255, 255, 0.25);
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .entry-title a {
	color: #fff;
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .entry-title a:hover, .navbar .cs-navbar-nav-submenu-dark .sub-menu .entry-title a:focus {
	color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .post-meta {
	color: rgba(255, 255, 255, 0.75);
}

.navbar .cs-navbar-nav-submenu-dark .sub-menu .post-meta .cs-icon {
	color: #fff;
}

/*--------------------------------------------------------------
## Alignment
--------------------------------------------------------------*/
.cs-text-center {
	text-align: center;
}

/*--------------------------------------------------------------
## Display
--------------------------------------------------------------*/
.cs-d-none {
	display: none !important;
}

.cs-d-inline {
	display: inline !important;
}

.cs-d-inline-block {
	display: inline-block !important;
}

.cs-d-block {
	display: block !important;
}

.cs-d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

@media (min-width: 600px) {
	.cs-d-sm-none {
		display: none !important;
	}
	.cs-d-sm-inline {
		display: inline !important;
	}
	.cs-d-sm-inline-block {
		display: inline-block !important;
	}
	.cs-d-sm-block {
		display: block !important;
	}
	.cs-d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

@media (min-width: 720px) {
	.cs-d-md-none {
		display: none !important;
	}
	.cs-d-md-inline {
		display: inline !important;
	}
	.cs-d-md-inline-block {
		display: inline-block !important;
	}
	.cs-d-md-block {
		display: block !important;
	}
	.cs-d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

@media (min-width: 1020px) {
	.cs-d-lg-none {
		display: none !important;
	}
	.cs-d-lg-inline {
		display: inline !important;
	}
	.cs-d-lg-inline-block {
		display: inline-block !important;
	}
	.cs-d-lg-block {
		display: block !important;
	}
	.cs-d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

@media (min-width: 1200px) {
	.cs-d-xl-none {
		display: none !important;
	}
	.cs-d-xl-inline {
		display: inline !important;
	}
	.cs-d-xl-inline-block {
		display: inline-block !important;
	}
	.cs-d-xl-block {
		display: block !important;
	}
	.cs-d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

@media (min-width: 1920px) {
	.cs-d-full-none {
		display: none !important;
	}
	.cs-d-full-inline {
		display: inline !important;
	}
	.cs-d-full-inline-block {
		display: inline-block !important;
	}
	.cs-d-full-block {
		display: block !important;
	}
	.cs-d-full-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

/*--------------------------------------------------------------
## Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text,
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
## Alerts
--------------------------------------------------------------*/
.cs-alert {
	padding: 0.5rem 1rem;
	margin: 0;
	font-size: 0.875rem;
	background-color: #f8f9fa;
}

/*--------------------------------------------------------------
## Embed
--------------------------------------------------------------*/
.cs-embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.cs-embed-responsive:before {
	display: block;
	content: "";
}

.cs-embed-responsive iframe,
.cs-embed-responsive embed,
.cs-embed-responsive object,
.cs-embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.cs-embed-responsive:before {
	padding-top: 56.25%;
}

.wp-block-embed .cs-embed-responsive {
	position: initial;
	margin: 0;
	padding: 0;
	overflow: initial;
}

.wp-block-embed .cs-embed-responsive:before {
	display: none;
}

/*--------------------------------------------------------------
## RTL
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Site
--------------------------------------------------------------*/
body {
	overflow-x: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.cs-container {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 600px) {
	.cs-container {
		max-width: 600px;
	}
}

@media (min-width: 720px) {
	.cs-container {
		max-width: 720px;
	}
}

@media (min-width: 1020px) {
	.cs-container {
		max-width: 1020px;
	}
}

@media (min-width: 1200px) {
	.cs-container {
		max-width: 1200px;
	}
}

.site-content {
	margin-top: 4rem;
	margin-bottom: 6rem;
}

@media (min-width: 1020px) {
	.main-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
}

@media (min-width: 1020px) {
	.content-area {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1020px) {
	.sidebar-right .content-area,
	.sidebar-left .content-area {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 340px);
		flex: 0 0 calc(100% - 340px);
		max-width: calc(100% - 340px);
	}
}

@media (min-width: 1200px) {
	.sidebar-right .content-area {
		padding-right: 40px;
	}
}

@media (min-width: 1020px) {
	.sidebar-left .widget-area {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
}

@media (min-width: 1200px) {
	.sidebar-left .content-area {
		padding-left: 40px;
	}
}

@media (min-width: 1020px) {
	.sidebar-area {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 340px;
		flex: 0 0 340px;
		max-width: 340px;
	}
}

.sidebar-area .sidebar-1:not(:empty),
.sidebar-area .sidebar-2:not(:empty) {
	padding-top: 60px;
}

@media (min-width: 720px) {
	.sidebar-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
		margin-top: 3rem;
	}
	.sidebar-area .sidebar {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		position: initial;
	}
	.sidebar-area .sidebar-1,
	.sidebar-area .sidebar-2 {
		display: block;
	}
	.sidebar-area .sidebar-1:not(:empty),
	.sidebar-area .sidebar-2:not(:empty) {
		padding-top: 0;
	}
}

@media (min-width: 1020px) {
	.sidebar-area {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.sidebar-area .sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		padding-left: 0;
		padding-right: 0;
	}
	.sidebar-area .sidebar-1 {
		display: block;
	}
	.sidebar-area .sidebar-2 {
		display: none !important;
	}
}

@supports ((position: -webkit-sticky) or (position: sticky)) or (position: -webkit-sticky) {
	@media (min-width: 1020px) {
		.sticky-sidebar-enabled.stick-to-top .sidebar-area {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
		}
		.sticky-sidebar-enabled.stick-to-top .sidebar-1 {
			position: relative;
			position: -webkit-sticky;
			position: sticky;
			top: 0;
			-webkit-box-flex: initial;
			-ms-flex: initial;
			flex: initial;
			-webkit-transition: .4s ease all;
			transition: .4s ease all;
		}
		.sticky-sidebar-enabled.stick-to-bottom .sidebar-area {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
		}
		.sticky-sidebar-enabled.stick-to-bottom .sidebar-1 {
			position: relative;
			position: -webkit-sticky;
			position: sticky;
			bottom: 2rem;
			margin-top: auto;
			-webkit-box-flex: 0;
			-ms-flex: 0 0 auto;
			flex: 0 0 auto;
		}
		.sticky-sidebar-enabled.stick-last .sidebar-1 {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
		}
		.sticky-sidebar-enabled.stick-last .sidebar-1 .widget:last-child {
			position: relative;
			position: -webkit-sticky;
			position: sticky;
			top: 3rem;
			-webkit-transition: .4s ease all;
			transition: .4s ease all;
		}
	}
}

@-moz-document url-prefix() {
	@media (min-width: 1020px) {
		.sticky-sidebar-enabled.stick-to-bottom .sidebar-1 {
			top: 0;
			bottom: initial;
			margin-top: initial;
			flex: initial;
			-webkit-transition: .4s ease all;
			transition: .4s ease all;
		}
	}
}

/*--------------------------------------------------------------
## Site Header
--------------------------------------------------------------*/
.header-compact .navbar-social-links,
.header-with-top-bar .navbar-social-links {
	display: none;
}

@media (min-width: 1020px) {
	.header-compact .navbar-social-links,
	.header-with-top-bar .navbar-social-links {
		display: block;
	}
}

.header-compact .navbar-follow,
.header-with-top-bar .navbar-follow {
	display: none;
}

@media (min-width: 1200px) {
	.header-compact .navbar-follow,
	.header-with-top-bar .navbar-follow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.header-compact .navbar-brand:not(:last-child),
.header-with-top-bar .navbar-brand:not(:last-child) {
	margin-right: 2rem;
}

.header-with-top-bar .navbar-topbar {
	display: none;
}

@media (min-width: 1020px) {
	.header-with-top-bar .navbar-topbar {
		display: block;
	}
}

.header-with-top-bar .navbar-topbar .navbar-wrap {
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	max-width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.header-with-top-bar .navbar-topbar .navbar-nav li.current-menu-ancestor > a,
.header-with-top-bar .navbar-topbar .navbar-nav li.current-menu-item > a {
	color: #9b9b9b;
}

.header-with-top-bar .navbar-topbar .navbar-nav a {
	white-space: nowrap;
}

.header-with-top-bar .navbar-topbar .navbar-nav a:after {
	display: none;
}

.header-large .navbar-topbar {
	display: none;
}

@media (min-width: 1020px) {
	.header-large .navbar-topbar {
		display: block;
	}
}

.header-large .navbar-topbar .navbar-wrap {
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	max-width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 20px;
}

.header-large .navbar-topbar .navbar-multicolor {
	padding-bottom: 20px;
}

.header-large .navbar-topbar .navbar-brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	padding: 0;
}

.header-large .navbar-topbar .navbar-brand .tagline {
	color: #A8AAB2;
}

@media (min-width: 1020px) {
	.header-large .navbar-topbar .navbar-brand img {
		max-height: none;
		height: auto;
	}
}

.header-large .navbar-bottombar .navbar-brand {
	opacity: 1;
}

.header-large .navbar-bottombar .navbar-brand .tagline {
	display: none;
}

@media (min-width: 1020px) {
	.header-large .navbar-bottombar .navbar-brand {
		-webkit-transform: translateX(-9999px);
		transform: translateX(-9999px);
		-webkit-transition: opacity 0.25s, -webkit-transform 0s;
		transition: opacity 0.25s, -webkit-transform 0s;
		transition: transform 0s, opacity 0.25s;
		transition: transform 0s, opacity 0.25s, -webkit-transform 0s;
		-webkit-transition-delay: 0.25s,0s;
		transition-delay: 0.25s,0s;
		margin-right: 1rem;
		opacity: 0;
	}
	.header-large .navbar-bottombar.sticky-nav .navbar-brand {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

/*--------------------------------------------------------------
## Site Footer
--------------------------------------------------------------*/
.site-info {
	position: relative;
	width: 100%;
	padding: 3rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: initial;
	-ms-flex-pack: initial;
	justify-content: initial;
	text-align: center;
}

.site-info .footer-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: 1.5rem;
}

.site-info .footer-col:first-child {
	margin-top: 0;
}

.site-info .footer-col:empty {
	display: none;
}

.site-info .footer-copyright {
	font-size: 0.75rem;
	color: #A8AAB2;
	margin-top: 1rem;
}

.site-info .footer-copyright:first-child {
	margin-top: 0;
}

.site-info .footer-copyright a {
	color: inherit;
	text-decoration: none;
	color: #000000;
}

.site-info .footer-copyright a:hover {
	color: #A8AAB2;
}

.site-info .footer-nav-menu {
	margin-top: 1rem;
}

.site-info .footer-nav-menu:first-child {
	margin-top: 0;
}

.site-info .footer-nav-menu .navbar-nav {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.site-info .footer-nav-menu .navbar-nav .menu-item-has-children > a:after {
	display: none;
}

.site-info .footer-nav-menu .navbar-nav .menu-item a:hover {
	color: #A8AAB2;
}

.site-info .footer-social-links {
	margin-top: 1rem;
}

.site-info .footer-social-links:first-child {
	margin-top: 0;
}

.site-info .footer-social-links .pk-social-links-items {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.site-info .footer-social-links .pk-social-links-icon {
	font-size: 1.125rem;
}

.site-info .footer-social-links .pk-social-links-count {
	font-size: 0.75rem;
}

.site-info .footer-subscribe .pk-subscribe-form-wrap {
	background: transparent;
	padding: 0;
}

.site-info .footer-subscribe .pk-subscribe-form-wrap .pk-subscribe-data button {
	margin-left: 1rem;
}

.site-info .footer-subscribe .pk-subscribe-with-name .pk-subscribe-data button {
	background: #000000;
	color: #fff;
	padding: 0.25rem 1rem;
	margin-left: 0;
}

@media (min-width: 1020px) {
	.site-info {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-align: left;
	}
	.site-info .footer-col {
		margin-top: 0;
	}
	.site-info .footer-col:nth-child(1) {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.site-info .footer-col:nth-child(2) {
		padding: 0 1rem;
	}
	.site-info .footer-col:nth-child(3) {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.site-info .footer-nav-menu {
		max-width: 100%;
		width: 100%;
	}
	.site-info .footer-nav-menu .navbar-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0 1rem;
		margin-right: -1rem;
		margin-left: -1rem;
	}
	.site-info .footer-nav-menu .menu-item {
		width: 50%;
		min-height: 1px;
		padding-right: 1rem;
		padding-left: 1rem;
		margin-top: 1rem;
	}
	.site-info .footer-nav-menu .menu-item:nth-child(-n+2) {
		margin-top: 0;
	}
	.site-info .footer-nav-menu .menu-item a {
		display: inline-block;
		padding: 0;
	}
	.site-info .footer-nav-menu .menu-item a:after {
		display: none;
	}
	.site-info .footer-social-links .pk-social-links-items {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.site-info .footer-subscribe {
		max-width: 300px;
	}
}

@media (min-width: 1020px) {
	.footer-layout-type-1 .footer-copyright {
		margin-top: 2rem;
	}
}

@media (min-width: 1020px) {
	.footer-layout-type-2 .site-info {
		padding: 4rem 0;
	}
	.footer-layout-type-2 .footer-col {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: initial;
	}
	.footer-layout-type-2 .footer-nav-menu .navbar-nav {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.footer-layout-type-2 .footer-nav-menu .menu-item {
		width: auto;
		margin-top: 0;
	}
}

.footer-layout-type-3 .footer-col:nth-child(3) {
	-webkit-box-flex: 0.75;
	-ms-flex: 0.75;
	flex: 0.75;
}

@media (min-width: 1020px) {
	.footer-layout-type-3 .footer-copyright {
		margin-top: 0.5rem;
	}
	.footer-layout-type-3 .footer-copyright:first-child {
		margin-top: 0;
	}
	.footer-layout-type-3 .footer-nav-menu .menu-item {
		max-width: 33.3333333333%;
	}
	.footer-layout-type-3 .footer-nav-menu .menu-item:nth-child(-n+3) {
		margin-top: 0;
	}
}

/*--------------------------------------------------------------
## Site Search
--------------------------------------------------------------*/
.site-search-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #FAFAFA;
	height: 0;
	-webkit-transition: height 0.4s;
	transition: height 0.4s;
	overflow: hidden;
	z-index: 4;
}

.site-search-wrap.search-open {
	height: 200px;
}

.site-search {
	width: 100%;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.site-search .cs-input-group {
	position: relative;
	background: transparent;
	border: none;
	height: 60px;
	line-height: 60px;
}

.site-search .search-form-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-search .search-form {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.site-search .search-submit {
	position: absolute;
	background: transparent;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: none;
	width: 40px;
	color: #000000;
	height: 100%;
	line-height: 100%;
	font-size: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	z-index: 5;
}

.site-search .search-submit:before {
	display: none;
}

.site-search .search-submit:hover {
	background: transparent;
	color: #6c757d;
}

.site-search .search-submit:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "\e91f";
	font-family: "cs-icons";
	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;
	font-size: 1.25rem;
	z-index: 3;
}

.site-search .search-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
	font-size: 1.25rem;
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	z-index: 5;
}

.site-search .search-close:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-family: "cs-icons";
	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;
	content: "\e923";
	z-index: 3;
}

.site-search .search-close:hover {
	color: #A8AAB2;
}

.site-search input[type="search"] {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	font-size: 1rem;
	padding: 0 3rem;
	height: 100%;
	line-height: 100%;
	background: transparent;
	border: transparent;
	border-bottom: 1px solid #dee2e6;
	line-height: 1;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.site-search input[type="search"]::-webkit-input-placeholder {
	color: #000000;
}

.site-search input[type="search"]::-moz-placeholder {
	color: #000000;
}

.site-search input[type="search"]:-ms-input-placeholder {
	color: #000000;
}

.site-search input[type="search"]::-ms-input-placeholder {
	color: #000000;
}

.site-search input[type="search"]::placeholder {
	color: #000000;
}

.site-search input[type="search"]:focus::-webkit-input-placeholder {
	color: #A8AAB2;
}

.site-search input[type="search"]:focus::-moz-placeholder {
	color: #A8AAB2;
}

.site-search input[type="search"]:focus:-ms-input-placeholder {
	color: #A8AAB2;
}

.site-search input[type="search"]:focus::-ms-input-placeholder {
	color: #A8AAB2;
}

.site-search input[type="search"]:focus::placeholder {
	color: #A8AAB2;
}

/*--------------------------------------------------------------
## Off-Canvas Area
--------------------------------------------------------------*/
.offcanvas {
	overflow: hidden;
	position: fixed;
	height: 100%;
	top: 0;
	left: -320px;
	width: 320px;
	background: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.admin-bar .offcanvas {
	top: 46px;
	height: calc( 100% - 46px);
}

@media screen and (min-width: 783px) {
	.admin-bar .offcanvas {
		top: 32px;
		height: calc( 100% - 32px);
	}
}

.offcanvas-active {
	overflow: hidden;
}

.offcanvas-active .offcanvas {
	-webkit-transform: translate3d(320px, 0, 0);
	transform: translate3d(320px, 0, 0);
}

.offcanvas-active .site {
	position: relative;
	overflow: hidden;
}

.offcanvas-active .site-header .navbar,
.offcanvas-active .site-inner > section,
.offcanvas-active .site-inner > span,
.offcanvas-active .site-inner > div,
.offcanvas-active .site-inner > p {
	-webkit-transform: translate3d(320px, 0, 0) !important;
	transform: translate3d(320px, 0, 0) !important;
}

.offcanvas-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	border-bottom: 1px #e9ecef solid;
}

.offcanvas-header .navbar-brand {
	margin-left: 0;
}

.offcanvas-header .toggle-offcanvas {
	font-size: 1.5rem;
	margin-right: 0;
}

.navbar-offcanvas {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.offcanvas-sidebar {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow-x: hidden;
	overflow-y: auto;
}

.offcanvas-inner {
	padding: 20px;
}

.offcanvas {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.offcanvas-transition .site-header .navbar,
.offcanvas-transition .site-inner > section,
.offcanvas-transition .site-inner > span,
.offcanvas-transition .site-inner > div,
.offcanvas-transition .site-inner > p {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.site-overlay {
	display: none;
}

.offcanvas-active .site-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.15);
	-webkit-animation: fade 0.5s;
	animation: fade 0.5s;
	z-index: 99;
}

@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*--------------------------------------------------------------
## Post Archive
--------------------------------------------------------------*/
.post-inner:not(:last-child) {
	margin-bottom: 30px;
}

.entry-data {
	padding: 0 20px;
}

.entry-header:after {
	content: "";
	display: table;
	clear: both;
}

.entry-title {
	margin: 0;
}

.entry-title .title-wrap {
	width: 100%;
	max-width: 100%;
	-webkit-transition: 0.2s ease;
	transition: 0.2s ease;
}

.sticky .entry-title .title-line:after {
	margin-left: 0.5rem;
	font-family: 'cs-icons';
	content: "\e90b";
}

.entry-title .meta-category {
	font-size: inherit;
	color: #000000;
	-webkit-transition: .2s color ease;
	transition: .2s color ease;
}

.entry-title .meta-category a {
	font-size: inherit;
	text-transform: inherit;
}

.entry-title .meta-category a:hover, .entry-title .meta-category a:focus {
	color: #6c757d;
}

.entry-title-style .title-wrap {
	display: inline-block;
}

.entry-title-effect-plain a .title-wrap {
	color: #000000;
}

.entry-title-effect-plain a:hover .title-wrap, .entry-title-effect-plain a:focus .title-wrap {
	color: #6c757d;
}

.entry-title-effect-simple .meta-category + .title-wrap {
	color: #000000;
}

.entry-title-effect-shadow a .title-line {
	background-repeat: no-repeat;
	background-size: 100% 0;
	background-position: right 0 bottom 0.25em;
	-webkit-transition: background-size 0.2s ease 0s;
	transition: background-size 0.2s ease 0s;
}

.entry-title-effect-shadow a:hover, .entry-title-effect-shadow a:focus {
	color: #000000;
}

.entry-title-effect-shadow a:hover .title-line, .entry-title-effect-shadow a:focus .title-line {
	background-size: 100% 30%;
}

.entry-title-effect-underline a .title-line {
	background-repeat: no-repeat;
	background-size: 0px 2px;
	background-position: 0px 95%;
	-webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.entry-title-effect-underline a:hover, .entry-title-effect-underline a:focus {
	color: #000000;
}

.entry-title-effect-underline a:hover .title-line, .entry-title-effect-underline a:focus .title-line {
	background-size: 100% 2px;
}

.entry-excerpt p:last-child {
	margin-bottom: 0;
}

.entry-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.entry-content .more-link {
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	color: #000000;
	text-decoration: none;
}

.entry-content .more-link:hover {
	border-color: #A8AAB2;
	color: #A8AAB2;
}

.archive-description {
	margin-top: 1.5rem;
}

.archive-wrap {
	background: #fff;
}

.archive-wrap .entry-header,
.archive-wrap .entry-excerpt,
.archive-wrap .entry-details,
.archive-wrap .entry-more,
.archive-wrap .entry-share,
.archive-wrap .post-meta {
	margin-top: 1rem;
}

.archive-wrap .entry-header:first-child,
.archive-wrap .entry-excerpt:first-child,
.archive-wrap .entry-details:first-child,
.archive-wrap .entry-more:first-child,
.archive-wrap .entry-share:first-child,
.archive-wrap .post-meta:first-child {
	margin-top: 0;
}

.archive-wrap .entry-bottombar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.archive-wrap .entry-bottombar .entry-more,
.archive-wrap .entry-bottombar .entry-share {
	margin-top: 1.5rem;
}

.archive-wrap .entry-bottombar .entry-more {
	margin-right: 1rem;
}

.archive-wrap .archive-main article {
	margin-top: 4rem;
}

.archive-wrap .archive-main article:first-child {
	margin-top: 0;
}

.archive-wrap .archive-full .entry-header {
	margin-bottom: 0;
}

.archive-wrap .archive-full .entry-header .post-media {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-top: 0;
}

.archive-wrap .archive-full .entry-header .post-header-inner {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-top: 30px;
}

.archive-wrap .archive-full .entry-header .entry-header {
	margin: 1.5rem 0 0;
}

.archive-wrap .archive-full .entry-header .entry-header:first-child {
	margin-top: 0;
}

.archive-wrap .archive-full .entry-header .entry-more,
.archive-wrap .archive-full .entry-header .entry-inline-meta,
.archive-wrap .archive-full .entry-header .post-excerpt {
	margin-top: 1.5rem;
}

.archive-wrap .archive-full .entry-header .entry-more:first-child,
.archive-wrap .archive-full .entry-header .entry-inline-meta:first-child,
.archive-wrap .archive-full .entry-header .post-excerpt:first-child {
	margin-top: 0;
}

.archive-wrap .archive-full .entry-header .entry-bottombar .entry-details,
.archive-wrap .archive-full .entry-header .entry-bottombar .entry-share {
	margin-top: 1.5rem;
}

.archive-wrap .archive-full .entry-header .entry-bottombar .entry-author {
	margin-top: 0;
}

.archive-wrap .archive-full .entry-content-wrap {
	margin-top: 2rem;
}

.archive-wrap .archive-full .entry-content {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.archive-wrap .archive-full .entry-header .post-header-inner,
.archive-wrap .archive-full .entry-content-wrap .entry-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
}

.sidebar-disabled .archive-wrap .archive-full .entry-header .post-header-inner, .sidebar-disabled
.archive-wrap .archive-full .entry-content-wrap .entry-content {
	max-width: 680px;
}

.archive-wrap .archive-list .entry-more .button,
.archive-wrap .archive-grid .entry-more .button,
.archive-wrap .archive-masonry .entry-more .button {
	padding: 0.5rem 1.25rem;
}

@media (min-width: 720px) {
	.archive-wrap .archive-list .post-outer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.archive-wrap .archive-list .post-inner {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 0;
	}
	.archive-wrap .archive-list .post-inner:first-child:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.archive-wrap .archive-list .post-inner:last-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 0;
	}
}

.archive-wrap .archive-grid .post-inner + .post-inner {
	margin-top: 1rem;
}

@media (min-width: 720px) {
	.archive-wrap .archive-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.archive-wrap .archive-grid article {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.archive-wrap .archive-grid article:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media (min-width: 1020px) {
	.sidebar-disabled .archive-wrap .archive-grid article {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.sidebar-disabled .archive-wrap .archive-grid article:nth-child(-n+3) {
		margin-top: 0;
	}
}

.archive-wrap .archive-masonry .archive-col-2,
.archive-wrap .archive-masonry .archive-col-3 {
	display: none;
}

.archive-wrap .archive-masonry .cs-overlay-background {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
}

.archive-wrap .archive-masonry .cs-overlay-content {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
}

.archive-wrap .archive-masonry .post-inner + .post-inner {
	margin-top: 1rem;
}

@media (min-width: 720px) {
	.archive-wrap .archive-masonry {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.archive-wrap .archive-masonry .archive-col,
	.archive-wrap .archive-masonry > article {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.archive-wrap .archive-masonry .archive-col-2 {
		display: block;
	}
	.archive-wrap .archive-masonry > article:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media (min-width: 1020px) {
	.sidebar-disabled .archive-wrap .archive-masonry .archive-col,
	.sidebar-disabled .archive-wrap .archive-masonry > article {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.sidebar-disabled .archive-wrap .archive-masonry .archive-col-3 {
		display: block;
	}
	.sidebar-disabled .archive-wrap .archive-masonry > article:nth-child(-n+3) {
		margin-top: 0;
	}
}

.archive-type-mixed .archive-full {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.archive-type-mixed .archive-full:first-child {
	margin-top: 0;
}

.archive-type-mixed .archive-full:last-child {
	margin-bottom: 0;
}

.archive-related {
	margin-top: 3rem;
}

/*--------------------------------------------------------------
## Singular
--------------------------------------------------------------*/
.post-media figure {
	overflow: hidden;
	margin-bottom: 0;
}

.post-media figure.wp-caption .wp-caption-text {
	margin-bottom: 0;
}

.single .entry-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single .entry-container .entry-content-wrap {
	width: 100%;
}

.single .entry-container .entry-sidebar-wrap {
	display: none;
	width: 100%;
}

.single .entry-container .entry-sidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 0.875rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media (min-width: 1020px) {
	.single .entry-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.single .entry-container .entry-content-wrap,
	.single .entry-container .entry-sidebar-wrap {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
	.single .entry-container .entry-content-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 120px);
		flex: 0 0 calc(100% - 120px);
		width: calc(100% - 120px);
		max-width: 720px;
	}
	.single .entry-container .entry-sidebar-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 120px;
		flex: 0 0 120px;
		max-width: 120px;
	}
	.single .entry-container .entry-content {
		max-width: 680px;
	}
}

.single .sidebar-disabled .entry-header-standard .cs-breadcrumbs,
.single .sidebar-disabled .entry-header-title .cs-breadcrumbs,
.single .sidebar-disabled .entry-header-large .cs-breadcrumbs,
.single .sidebar-disabled .entry-header-standard .post-header-inner,
.single .sidebar-disabled .entry-header-title .post-header-inner,
.single .sidebar-disabled .entry-header-large .post-header-inner {
	max-width: 680px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1020px) {
	.single .sidebar-disabled .entry-container {
		display: block;
		position: relative;
		max-width: 720px;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.single .sidebar-disabled .entry-container .entry-content-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
		margin: 0;
	}
	.single .sidebar-disabled .entry-container .entry-sidebar-wrap {
		position: absolute;
		left: -120px;
		height: 100%;
	}
}

@media (min-width: 1200px) {
	.block-align-enabled .post-sidebar-disabled.sidebar-enabled .entry-container .entry-content .alignwide,
	.block-align-enabled .post-sidebar-disabled.sidebar-enabled .entry-container .entry-content .alignfull {
		-webkit-transform: translateX(-60px);
		transform: translateX(-60px);
		width: 800px !important;
		max-width: 800px;
	}
}

@media (min-width: 600px) {
	.block-align-enabled .sidebar-disabled .entry-content .alignwide {
		width: 560px;
	}
}

@media (min-width: 720px) {
	.block-align-enabled .sidebar-disabled .entry-content .alignwide {
		width: 680px;
	}
}

@media (min-width: 1020px) {
	.block-align-enabled .sidebar-disabled .entry-content .alignwide {
		width: 980px;
	}
}

@media (min-width: 1200px) {
	.block-align-enabled .sidebar-disabled .entry-content .alignwide {
		width: 1160px;
	}
}

@media (min-width: 600px) {
	.block-align-enabled .sidebar-disabled .entry-content .alignwide {
		max-width: 560px;
	}
}

@media (min-width: 720px) {
	.block-align-enabled .sidebar-disabled .entry-content .alignwide {
		max-width: 680px;
	}
}

@media (min-width: 1020px) {
	.block-align-enabled .sidebar-disabled .entry-content .alignwide {
		max-width: 980px;
	}
}

@media (min-width: 1200px) {
	.block-align-enabled .sidebar-disabled .entry-content .alignwide {
		max-width: 1160px;
	}
}

.block-align-enabled .sidebar-disabled .entry-content .alignwide figcaption {
	text-align: center;
}

.block-align-enabled .sidebar-disabled .entry-content .alignwide img {
	width: 100%;
	min-width: 100%;
}

@media (min-width: 1020px) {
	.block-align-enabled .sidebar-disabled .entry-content .alignwide {
		-webkit-transform: translateX(-150px);
		transform: translateX(-150px);
		margin: 48px 0;
	}
}

@media (min-width: 1200px) {
	.block-align-enabled .sidebar-disabled .entry-content .alignwide {
		-webkit-transform: translateX(-240px);
		transform: translateX(-240px);
	}
}

@media (min-width: 1020px) {
	.block-align-enabled .sidebar-disabled .entry-content .alignfull {
		margin: 48px 0;
		margin-left: calc( -50vw + 50%);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		width: 100vw !important;
		max-width: 100vw;
	}
	.block-align-enabled .sidebar-disabled .entry-content .alignfull img {
		width: 100%;
		min-width: 100%;
	}
	.block-align-enabled .sidebar-disabled .entry-content .alignfull figcaption {
		text-align: center;
	}
	.block-align-enabled .sidebar-disabled .entry-content .alignfull .pk-zoom-icon-popup:after {
		display: none;
	}
	.block-align-enabled .sidebar-disabled .entry-content .alignfull .pk-pin-it {
		display: none;
	}
}

@media (min-width: 1020px) {
	.block-page-align-enabled .sidebar-disabled .entry-content .alignfull {
		margin: 48px 0;
		margin-left: calc( -50vw + 50%);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		width: 100vw !important;
		max-width: 100vw;
	}
	.block-page-align-enabled .sidebar-disabled .entry-content .alignfull img {
		width: 100%;
		min-width: 100%;
	}
	.block-page-align-enabled .sidebar-disabled .entry-content .alignfull figcaption {
		text-align: center;
	}
	.block-page-align-enabled .sidebar-disabled .entry-content .alignfull .pk-zoom-icon-popup:after {
		display: none;
	}
	.block-page-align-enabled .sidebar-disabled .entry-content .alignfull .pk-pin-it {
		display: none;
	}
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.navbar-primary {
	background: #fff;
}

.sticky-type-slide .navbar-primary.sticky-nav {
	-webkit-transform: translateY(calc(-100% - 1rem));
	transform: translateY(calc(-100% - 1rem));
}

.sticky-type-slide .navbar-primary.sticky-nav.sticky-nav-slide-visible {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.navbar-primary.sticky-nav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.navbar-primary.sticky-nav.sticky-up {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.navbar-primary.sticky-nav.sticky-nav-slide.sticky-down {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.admin-bar .navbar-primary.sticky-nav {
	top: 32px;
}

.navbar-dummy {
	position: absolute;
	display: none;
}

.navbar-primary.sticky-nav + .navbar-dummy {
	position: relative;
	display: block;
}

@media (max-width: 782px) {
	.admin-bar .navbar-primary.sticky-nav {
		top: 46px;
	}
}

@media (max-width: 600px) {
	.admin-bar .navbar-primary.sticky-nav {
		top: 0;
	}
}

.navbar-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-bottom: 1px solid #e9ecef;
}

.large-section-enabled .navbar:not(.sticky-nav) .navbar-wrap {
	border-bottom-color: transparent;
}

.navbar-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 600px) {
	.navbar-container {
		max-width: 600px;
	}
}

@media (min-width: 720px) {
	.navbar-container {
		max-width: 720px;
	}
}

@media (min-width: 1020px) {
	.navbar-container {
		max-width: 1020px;
	}
}

@media (min-width: 1200px) {
	.navbar-container {
		max-width: 1200px;
	}
}

.navbar-container .navbar-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-container .navbar-content .navbar-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.navbar-container .navbar-content .navbar-col:nth-child(1) {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-container .navbar-content .navbar-col:nth-child(2) {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 0.5rem;
}

.navbar-container .navbar-content .navbar-col:nth-child(3) {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (min-width: 1020px) {
	.navbar-container .navbar-content {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.toggle-offcanvas {
	border: none;
	background: transparent;
	color: #000000;
	height: 2rem;
	font-size: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	cursor: pointer;
}

.toggle-offcanvas span {
	display: block;
	background: #000000;
	width: 20px;
	height: 2px;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.toggle-offcanvas span:not(:first-child) {
	margin-top: 4px;
}

.toggle-offcanvas:before {
	display: none;
}

.toggle-offcanvas:hover span {
	background: #A8AAB2;
}

.toggle-offcanvas:not(:last-child) {
	margin-right: 2rem;
}

.toggle-offcanvas:focus {
	background: transparent;
	color: #000000;
}

.toggle-offcanvas:hover {
	background: transparent;
	color: #A8AAB2;
}

@media (min-width: 1020px) {
	.toggle-offcanvas-hide {
		display: none;
	}
}

.toggle-search {
	border: none;
	padding: 0;
	font-size: 1.125rem;
	height: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000000;
	cursor: pointer;
}

.toggle-search:hover {
	background: transparent;
	color: #A8AAB2;
}

.toggle-search:before {
	display: none;
}

.toggle-search:not(:first-child) {
	margin-left: 1rem;
}

.navbar-follow + .toggle-search {
	border-left: none;
}

.navbar-brand {
	display: inline-block;
	margin-bottom: 0;
	line-height: inherit;
	white-space: nowrap;
	max-width: 100%;
}

.navbar-brand a:hover, .navbar-brand a:focus {
	text-decoration: none;
}

.navbar-brand img {
	max-width: inherit;
	max-height: 40px;
	width: auto;
}

.navbar-primary .navbar-brand {
	position: absolute;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	left: 50%;
}

@media (min-width: 1020px) {
	.navbar-primary .navbar-brand {
		position: static;
		left: 0;
		-webkit-transform: none;
		transform: none;
	}
}

.navbar-text {
	display: inline-block;
	margin-bottom: 0;
}

.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-bottom: 0;
	list-style: none;
	padding: 0;
}

.navbar-nav li {
	position: relative;
}

.navbar-nav > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	color: #000000;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
	text-decoration: none;
}

.navbar-nav > li:first-child > a {
	padding-left: 0;
}

.navbar-nav > li:last-child > a {
	padding-right: 0;
}

.navbar-nav > li.menu-item.current-menu-ancestor > a > span:after,
.navbar-nav > li.menu-item.current-menu-item > a > span:after {
	opacity: 1;
	-webkit-transform: translateY(-3px) translateZ(0);
	transform: translateY(-3px) translateZ(0);
}

.navbar-nav > li.menu-item-has-children > .sub-menu {
	top: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	z-index: 10;
}

.navbar-nav > li.menu-item-has-children.cs-mm-position-left > .sub-menu {
	left: auto;
	right: 0;
}

.navbar-nav > li.menu-item-has-children:not(.touch-device):hover > .sub-menu {
	display: block;
	opacity: 1;
	visibility: visible;
}

.navbar-nav > li.menu-item-has-children > a:after {
	content: "\e90c";
}

.navbar-nav > li.menu-item-has-children.touch-device > a:after {
	display: none;
}

.navbar-nav > li.menu-item-has-children.touch-device.submenu-visible > .sub-menu {
	display: block;
	opacity: 1;
	visibility: visible;
}

.navbar-nav > li.menu-item-has-children.touch-device .expanded {
	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;
	width: 1.5rem;
	height: 100%;
}

.navbar-nav > li.menu-item-has-children.touch-device .expanded:after {
	background-color: transparent;
	font-family: "cs-icons";
	font-size: 12px;
	opacity: 1;
	top: 0;
	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;
	height: 100%;
	content: "\e90c";
}

.navbar-nav .menu-item-has-children > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-nav .menu-item-has-children > a:after {
	padding-left: 0.25rem;
	font-family: "cs-icons";
	font-size: 12px;
	content: "\e90e";
}

.navbar-nav .menu-item-has-children .touch-device.menu-item-has-children > a:after {
	display: none;
}

.navbar-nav .menu-item-has-children .touch-device.menu-item-has-children > a > .expanded:after {
	padding-left: 0.25rem;
	font-family: "cs-icons";
	font-size: 12px;
	content: "\e90e";
}

.navbar-nav .sub-menu {
	border: 1px solid #e9ecef;
	background: #fff;
	position: absolute;
	margin: 0;
	padding: 0.5rem 0;
	text-align: left;
	list-style: none;
}

.navbar-nav .sub-menu > li {
	padding: 0;
}

.navbar-nav .sub-menu > li.current-menu-ancestor > a,
.navbar-nav .sub-menu > li.current-menu-item > a {
	color: #9b9b9b;
}

.navbar-nav .sub-menu > li:hover > a, .navbar-nav .sub-menu > li:focus > a {
	padding-left: 2rem;
	color: #9b9b9b;
}

.navbar-nav .sub-menu > li > a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
	min-width: 220px;
	padding: 0.6875rem 1.25rem;
	color: #000000;
	-webkit-transition: color 0.2s ease, opacity 0.2s ease, padding 0.2s ease;
	transition: color 0.2s ease, opacity 0.2s ease, padding 0.2s ease;
}

.navbar-nav .sub-menu .sub-menu {
	display: block;
	visibility: hidden;
	top: -0.5rem;
	left: 100%;
	opacity: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 1;
}

.navbar-nav .sub-menu .sub-menu.cs-mm-position-init {
	-webkit-transform: translate3d(0.5rem, 0, 0);
	transform: translate3d(0.5rem, 0, 0);
}

.navbar-nav .sub-menu li.cs-mm-position-left > .sub-menu {
	left: auto;
	right: 100%;
}

.navbar-nav .sub-menu li:not(.touch-device):hover > .sub-menu {
	visibility: visible;
	opacity: 1;
}

.navbar-nav .sub-menu li:not(.touch-device):hover > .sub-menu.cs-mm-position-init {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.navbar-nav .sub-menu li.touch-device.submenu-visible > a {
	padding-left: 1.5rem;
}

.navbar-nav .sub-menu li.touch-device.submenu-visible > .sub-menu {
	visibility: visible;
	opacity: 1;
}

.navbar-nav .sub-menu li.touch-device.submenu-visible > .sub-menu.cs-mm-position-init {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.navbar-nav > li > .sub-menu {
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

.large-section-enabled .navbar-nav > li > .sub-menu {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.navbar-primary .navbar-nav {
	height: 100%;
	display: none;
}

.navbar-primary .navbar-nav > li {
	height: 100%;
}

.navbar-primary .navbar-nav > li > a {
	height: 100%;
	white-space: nowrap;
}

.navbar-primary .navbar-nav > li > a > span {
	position: relative;
}

.navbar-primary .navbar-nav > li > a > span:after {
	background-color: currentColor;
	width: 100%;
	height: 1px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 120%;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	-webkit-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-transition-property: opacity,-webkit-transform;
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	content: "";
}

.navbar-primary .navbar-nav > li:hover > a > span:after {
	opacity: 1;
	-webkit-transform: translateY(-3px) translateZ(0);
	transform: translateY(-3px) translateZ(0);
}

@media (min-width: 1020px) {
	.navbar-primary .navbar-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.navbar-subscribe .pk-subscribe-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-subscribe .pk-subscribe-data .pk-title {
	font-size: 1.25rem;
	white-space: nowrap;
	margin: 0;
}

.navbar-subscribe .pk-subscribe-data .pk-input-group {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-subscribe .pk-subscribe-data .pk-input-group input[type="text"] {
	width: 200px;
}

.navbar-subscribe .pk-subscribe-data .pk-input-group button {
	margin-left: 1.5rem;
}

.navbar-subscribe .pk-subscribe-form-wrap {
	background: transparent;
	padding: 0;
}

.navbar-subscribe .pk-subscribe-form-wrap .pk-alert {
	position: absolute;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -ms-grid;
	-ms-grid-columns: max-content;
	top: 50%;
	left: 100%;
	border: none;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	background: rgba(0, 0, 0, 0.875);
	padding: 0.5rem 1rem;
	margin: 0 1.5rem;
	color: #fff;
}

.navbar-subscribe .pk-subscribe-form-wrap .pk-alert:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-right-color: rgba(0, 0, 0, 0.875);
	border-width: 7px;
	margin-top: -7px;
	content: '';
}

.navbar-subscribe .pk-subscribe-form-wrap .subscription {
	margin-left: 2rem;
}

.navbar-subscribe-light .pk-subscribe-form-wrap .pk-alert {
	background: rgba(255, 255, 255, 0.875);
	color: #000000;
}

.navbar-subscribe-light .pk-subscribe-form-wrap .pk-alert:after {
	border-right-color: rgba(255, 255, 255, 0.875);
}

.navbar-follow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-follow:not(:first-child) {
	margin-left: 1.5rem;
}

.navbar-follow:not(:last-child) {
	margin-right: 0.5rem;
}

.navbar-follow .navbar-follow-btn {
	background: transparent;
	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;
}

.navbar-follow .navbar-follow-btn i {
	font-size: 1.125rem;
	margin-right: 0.5rem;
}

.navbar-follow .navbar-follow-btn i:after {
	font-weight: normal;
}

.navbar-shadow-enabled .navbar-nav > .menu-item.cs-mega-menu > .sub-menu {
	margin-top: -1px;
	-webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.125);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.125);
}

.navbar-shadow-enabled .navbar-nav > .menu-item > .sub-menu,
.navbar-shadow-enabled .navbar-nav > .menu-item > .sub-menu .sub-menu {
	-webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.125);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.125);
	border: none;
}

.navbar-shadow-enabled .navbar-nav > .menu-item > .sub-menu {
	margin-top: -1px;
}

.navbar-shadow-enabled .navbar-nav .cs-mega-menu-has-categories .cs-mm-posts-container {
	background: #fff;
}

.navbar-shadow-enabled .navbar-nav .cs-mega-menu-has-category .sub-menu {
	background: #fff;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.ajax-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 4rem;
}

.ajax-navigation .load-more {
	padding: 0.75rem 6rem;
	min-width: 18.875rem;
	min-height: 3.375rem;
	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;
}

.ajax-navigation .load-more:after {
	display: inline-block;
	margin-left: 0.5rem;
	font-family: "cs-icons";
	font-size: 1.125rem;
	font-weight: normal;
	content: "\e90c";
}

.ajax-navigation .load-more:hover {
	opacity: 1;
}

.ajax-navigation .load-more.loading {
	position: relative;
	color: transparent;
}

.ajax-navigation .load-more.loading:before {
	width: 200%;
}

.ajax-navigation .load-more.loading:after {
	width: 1rem;
	height: 1rem;
	border: 2px solid rgba(255, 255, 255, 0.25);
	border-top-color: #fff;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	content: "";
}

@-webkit-keyframes loader-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.navigation.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 4rem;
}

.navigation.pagination:last-child {
	margin-bottom: 0;
}

.navigation.pagination .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

.navigation.pagination .nav-links > span,
.navigation.pagination .nav-links > a {
	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;
	margin-right: 1.5rem;
	color: #A8AAB2;
}

.navigation.pagination .nav-links > span:hover,
.navigation.pagination .nav-links > a:hover {
	color: #000000;
}

.navigation.pagination .nav-links > .page-number,
.navigation.pagination .nav-links > .current {
	color: #000000;
}

.navigation.pagination .nav-links > .page-number:hover,
.navigation.pagination .nav-links > .current:hover {
	color: #000000;
}

.navigation.pagination .nav-links > .current {
	position: relative;
	color: #000000;
}

.navigation.pagination .nav-links > .current:after {
	background-color: #000000;
	width: 100%;
	height: 1px;
	left: 0;
	opacity: 1;
	pointer-events: none;
	position: absolute;
	top: 120%;
	-webkit-transform: translateY(-3px) translateZ(0);
	transform: translateY(-3px) translateZ(0);
	-webkit-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-transition-property: opacity,-webkit-transform;
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	content: "";
}

.navigation.pagination .nav-links a:first-child,
.navigation.pagination .nav-links a:last-child {
	text-transform: capitalize;
	font-weight: 400;
	color: #000000;
}

.navigation.pagination .nav-links a:first-child:hover,
.navigation.pagination .nav-links a:last-child:hover {
	color: #A8AAB2;
}

.navigation.pagination .nav-links a:first-child:before {
	margin-right: 0.5rem;
	font-family: "cs-icons";
	font-size: 1.125rem;
	content: "\e93a";
}

.navigation.pagination .nav-links a:last-child:after {
	margin-left: 0.5rem;
	font-family: "cs-icons";
	font-size: 1.125rem;
	content: "\e93b";
}

.navigation.posts-navigation {
	margin-top: 40px;
}

.navigation.posts-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navigation.posts-navigation .nav-previous > a:before {
	margin-right: 0.5rem;
	font-family: "cs-icons";
	content: "\e90d";
}

.navigation.posts-navigation .nav-next > a:after {
	margin-left: 0.5rem;
	font-family: "cs-icons";
	content: "\e90e";
}

.navigation.comment-navigation {
	padding: 1rem 0;
	border-top: 1px #e9ecef solid;
	border-bottom: 1px #e9ecef solid;
}

.navigation.comment-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navigation.comment-navigation .nav-links .nav-previous a:before {
	margin-right: 0.5rem;
	font-family: "cs-icons";
	content: "\e904";
}

.navigation.comment-navigation .nav-links .nav-next {
	text-align: right;
}

.navigation.comment-navigation .nav-links .nav-next a:after {
	margin-left: 0.5rem;
	font-family: "cs-icons";
	content: "\e906";
}

/*--------------------------------------------------------------
## Сomments
--------------------------------------------------------------*/
.post-comments {
	display: none;
	margin-top: 3rem;
}

.post-comments-simple {
	display: block;
}

.title-comment-reply {
	margin-bottom: 1.5rem;
}

.post-comments {
	margin-top: 3rem;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	margin-top: 1.5rem;
	margin-bottom: 0;
}

.comment-list {
	padding-left: 0;
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	padding: 1.5rem 0;
}

.comment-list .children {
	list-style: none;
	padding: 0;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 20px;
}

@media (min-width: 1020px) {
	.comment-list .children > li {
		padding-left: 40px;
	}
}

@media (max-width: 1199.98px) {
	.comment-list .children > li > .children > li > .children > li > .children > li > .children > li {
		padding-left: 0;
	}
}

.comment-author .avatar {
	float: left;
	position: relative;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	border-radius: 50%;
}

.comment-author .fn {
	font-size: 1rem;
}

.bypostauthor > article .fn:after {
	position: relative;
	margin-left: 0.25rem;
	font-family: "cs-icons";
	content: "\e90b";
}

.comment-meta {
	margin-bottom: 1rem;
}

.comment-meta::after {
	display: block;
	clear: both;
	content: "";
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-content {
	font-size: 0.875rem;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5rem 1rem;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	font-size: 0.875rem;
}

.no-comments {
	margin: 1rem 0 0;
}

.comment-form-cookies-consent label {
	display: inline;
	margin-left: 0.5rem;
}

@media (min-width: 600px) {
	.post-comments .comment-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.post-comments .comment-form-comment {
		margin-bottom: 1.5rem;
	}
	.post-comments .comment-notes,
	.post-comments .comment-form-comment,
	.post-comments .logged-in-as {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		margin-bottom: 1.5rem;
	}
	.post-comments .comment-form-author,
	.post-comments .comment-form-email,
	.post-comments .comment-form-url {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		margin-bottom: 1.5rem;
	}
	.post-comments .comment-form-cookies-consent {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
}

.form-submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0;
}

@media (min-width: 600px) {
	.form-submit {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
}

.required {
	color: #dc3545;
}

.title-comment-reply small {
	font-size: 100%;
}

.title-comment-reply small a {
	float: right;
	overflow: hidden;
}

.title-comment-reply small a:before {
	float: left;
	position: relative;
	font-family: "cs-icons";
	font-size: inherit;
	color: red;
	content: "\e923";
	margin-left: 0.5rem;
}

.post-comments-show {
	margin-top: 3rem;
	text-align: center;
}

.post-comments-show button {
	margin: 0 auto;
	padding: 0.75rem 3rem;
	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;
}

.post-comments-show button:after {
	display: inline-block;
	margin-left: 0.5rem;
	font-family: "cs-icons";
	font-size: 1.125rem;
	font-weight: normal;
	content: "\e90c";
}

/*--------------------------------------------------------------
## Not found
--------------------------------------------------------------*/
.content-not-found {
	margin: 0 auto;
}

@media (min-width: 600px) {
	.content-not-found {
		max-width: 600px;
	}
}

@media (min-width: 720px) {
	.content-not-found {
		max-width: 720px;
	}
}

@media (min-width: 1020px) {
	.content-not-found {
		max-width: 1020px;
	}
}

@media (min-width: 1200px) {
	.content-not-found {
		max-width: 1200px;
	}
}

.content-not-found .cs-input-group .search-submit {
	min-width: 160px;
}

.content-not-found .cs-input-group input[type="search"] {
	line-height: 2rem;
}

.page-header-has-description + .content-not-found {
	margin-top: 40px;
}

/*--------------------------------------------------------------
## Meet The Team Template
--------------------------------------------------------------*/
.cs-meet-team .cs-author:not(:first-child) {
	margin-top: 3rem;
}

.cs-meet-team .cs-author .cs-author-meta {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cs-meet-team .cs-author .cs-author-avatar {
	margin-right: 1.5rem;
}

.cs-meet-team .cs-author .cs-author-title {
	margin-right: 1.5rem;
	margin-bottom: 0;
}

.cs-meet-team .cs-author .cs-author-description {
	margin-top: 1rem;
}

.cs-meet-team .cs-author .cs-author-posts {
	border-top: 1px solid #e9ecef;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
}

.cs-meet-team .cs-author .pk-social-links-item:not(:hover) {
	opacity: 0.6;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Featured Post
--------------------------------------------------------------*/
.section-featured-post {
	padding: 4rem 0;
}

.section-featured-large:first-child {
	padding-top: 0;
}

.section-featured-large .cs-container {
	max-width: 100%;
	padding: 0;
}

.section-featured-large .cs-featured-post-large .featured-post-inner {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	max-width: 840px;
}

.cs-featured-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cs-featured-post .featured-post-inner .entry-header,
.cs-featured-post .featured-post-inner .entry-inline-meta,
.cs-featured-post .featured-post-inner .entry-excerpt {
	margin-top: 2rem;
}

.cs-featured-post .featured-post-inner .entry-header:first-child,
.cs-featured-post .featured-post-inner .entry-inline-meta:first-child,
.cs-featured-post .featured-post-inner .entry-excerpt:first-child {
	margin-top: 0;
}

.cs-featured-post .featured-post-inner .entry-author,
.cs-featured-post .featured-post-inner .entry-share {
	margin-top: 2rem;
}

.cs-featured-post .featured-post-inner .entry-inline-meta .post-meta {
	margin-top: 0;
}

.cs-featured-post .featured-post-inner .entry-title {
	font-size: 3rem;
	line-height: 1.25;
}

.cs-featured-post-small .featured-post-inner {
	margin-top: 2rem;
}

@media (min-width: 1020px) {
	.cs-featured-post-small {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: -30px;
		margin-left: -30px;
	}
	.cs-featured-post-small .featured-post-inner {
		margin-top: 0;
	}
	.cs-featured-post-small .featured-post-inner,
	.cs-featured-post-small .featured-post-media {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-right: 30px;
		padding-left: 30px;
	}
	.cs-featured-post-small .featured-post-inner:first-child:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1020px) {
	.cs-featured-post-small .entry-title {
		font-size: 3rem;
	}
}

.cs-featured-post-boxed .featured-post-media {
	margin: 0;
}

.cs-featured-post-boxed .featured-post-inner {
	padding: 40px;
}

@media (min-width: 1020px) {
	.cs-featured-post-boxed .featured-post-inner {
		padding: 60px;
	}
}

.cs-featured-post-boxed .featured-post-inner .entry-title {
	font-size: 2rem;
}

@media (min-width: 1020px) {
	.cs-featured-post-boxed {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.cs-featured-post-boxed .featured-post-inner,
	.cs-featured-post-boxed .featured-post-media {
		position: relative;
		width: 100%;
	}
	.cs-featured-post-boxed .featured-post-inner {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.cs-featured-post-boxed .featured-post-inner:first-child:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.cs-featured-post-boxed .featured-post-media {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.cs-featured-post-boxed .featured-post-media .cs-overlay {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}
	.cs-featured-post-boxed .featured-post-media .cs-overlay .cs-background {
		display: block;
		width: 100%;
		height: 100%;
	}
	.cs-featured-post-boxed .featured-post-media .cs-overlay img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
}

.cs-featured-post-standard,
.cs-featured-post-large {
	display: block;
}

.cs-featured-post-standard .featured-post-media + .featured-post-inner,
.cs-featured-post-large .featured-post-media + .featured-post-inner {
	margin-top: 2rem;
}

.cs-featured-post-standard .featured-post-inner,
.cs-featured-post-large .featured-post-inner {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.cs-featured-post-standard .featured-post-inner .entry-inline-meta .post-meta,
.cs-featured-post-large .featured-post-inner .entry-inline-meta .post-meta {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cs-featured-post-standard .featured-post-inner .entry-details,
.cs-featured-post-large .featured-post-inner .entry-details {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: initial;
	-ms-flex-pack: initial;
	justify-content: initial;
}

.cs-featured-post-standard .featured-post-inner .entry-author,
.cs-featured-post-large .featured-post-inner .entry-author {
	margin-right: 0;
}

/*--------------------------------------------------------------
## Post Tiles
--------------------------------------------------------------*/
.section-post-tiles {
	padding: 4rem 0;
}

.cs-post-tiles article {
	margin-top: 2rem;
}

.cs-post-tiles article:not(.has-post-thumbnail) .cs-overlay-background {
	background: #e9ecef;
}

@media (min-width: 1020px) {
	.cs-post-tiles {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
}

@media (min-width: 1200px) {
	.cs-post-tiles {
		margin-right: -30px;
		margin-left: -30px;
	}
}

@media (min-width: 1020px) {
	.cs-post-tiles-column {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (min-width: 1200px) {
	.cs-post-tiles-column {
		padding-right: 30px;
		padding-left: 30px;
	}
}

.cs-post-tiles-column:nth-child(1) article:first-child {
	margin-top: 0;
}

@media (min-width: 720px) {
	.cs-post-tiles-type-1 .cs-post-tiles-column:nth-child(2) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}
	.cs-post-tiles-type-1 .cs-post-tiles-column:nth-child(2) article {
		position: relative;
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}
	.cs-post-tiles-type-1 .cs-post-tiles-column:nth-child(2) article:nth-child(odd) {
		padding-right: 20px;
	}
	.cs-post-tiles-type-1 .cs-post-tiles-column:nth-child(2) article:nth-child(even) {
		padding-left: 20px;
	}
}

@media (min-width: 1020px) {
	.cs-post-tiles-type-1 .cs-post-tiles-column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cs-post-tiles-type-1 .cs-post-tiles-column article:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.cs-post-tiles-type-2 {
		margin-right: -20px;
		margin-left: -20px;
	}
	.cs-post-tiles-type-2 .cs-post-tiles-column {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (min-width: 1020px) {
	.cs-post-tiles-type-2 .cs-post-tiles-column:nth-child(1) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.cs-post-tiles-type-2 .cs-post-tiles-column:nth-child(2) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cs-post-tiles-type-2 .cs-post-tiles-column:nth-child(3) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 1200px) {
	.cs-post-tiles-type-2 .cs-post-tiles-column:nth-child(1) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.cs-post-tiles-type-2 .cs-post-tiles-column:nth-child(2) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.cs-post-tiles-type-2 .cs-post-tiles-column:nth-child(2) article:first-child {
		margin-top: 0;
	}
	.cs-post-tiles-type-2 .cs-post-tiles-column:nth-child(3) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.cs-post-tiles-type-2 .cs-post-tiles-column:nth-child(3) article:first-child {
		margin-top: 0;
	}
}

@media (min-width: 1020px) {
	.cs-post-tiles-type-3 .cs-post-tiles-column:nth-child(1) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.cs-post-tiles-type-3 .cs-post-tiles-column:nth-child(2) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.cs-post-tiles-type-3 .cs-post-tiles-column:nth-child(2) article:first-child {
		margin-top: 0;
	}
}

.cs-post-tiles-type-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cs-post-tiles-type-4 .cs-post-tiles-column:nth-child(2) {
	margin-top: 2rem;
}

.cs-post-tiles-type-4 .cs-post-tiles-column article:first-child {
	margin-top: 0;
}

@media (min-width: 1020px) {
	.cs-post-tiles-type-4 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.cs-post-tiles-type-4 .cs-post-tiles-column:nth-child(2) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		margin-top: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.cs-post-tiles-type-4 .cs-post-tiles-column:nth-child(1) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.cs-post-tiles-type-5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cs-post-tiles-type-5 .cs-post-tiles-column:nth-child(2) {
	margin-top: 2rem;
}

.cs-post-tiles-type-5 .cs-post-tiles-column article:first-child {
	margin-top: 0;
}

@media (min-width: 1020px) {
	.cs-post-tiles-type-5 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.cs-post-tiles-type-5 .cs-post-tiles-column:nth-child(2) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		margin-top: 0;
	}
	.cs-post-tiles-type-5 .cs-post-tiles-column:nth-child(1) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
}

.layout-tile-full .entry-excerpt {
	margin-top: 1rem;
}

.layout-tile-full .entry-header {
	margin-top: 1rem;
}

.layout-tile-full .entry-author,
.layout-tile-full .entry-share {
	margin-top: 2rem;
}

.layout-tile-grid .post-wrap {
	height: 100%;
}

.layout-tile-grid .post-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.layout-tile-grid .post-meta {
	padding-top: 1rem;
	margin-top: auto;
}

.layout-tile-grid .entry-thumbnail {
	margin-bottom: 20px;
}

.layout-tile-grid .entry-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media (min-width: 1020px) {
	.layout-tile-list .post-outer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
		margin-right: -10px;
		margin-left: -10px;
	}
	.layout-tile-list .post-inner {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.layout-tile-list .post-inner:first-child:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.layout-tile-list .entry-thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.layout-tile-list .entry-data {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
}

/*--------------------------------------------------------------
## Post Carousel
--------------------------------------------------------------*/
.section-post-carousel {
	padding: 4rem 0;
}

.cs-post-carousel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cs-post-carousel .cs-post-carousel-sidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cs-post-carousel .cs-post-carousel-info {
	width: 100%;
	padding: 0 20px;
}

.cs-post-carousel .cs-carousel-title {
	font-size: 1.5rem;
	margin-bottom: 2rem;
	text-align: center;
}

.cs-post-carousel .cs-carousel-title br {
	display: none;
}

@media (min-width: 1020px) {
	.cs-post-carousel .cs-carousel-title {
		margin-bottom: 0;
		text-align: left;
	}
	.cs-post-carousel .cs-carousel-title br {
		display: inline-block;
	}
}

.cs-post-carousel .cs-post-carousel-items:not(.flickity-enabled) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.cs-post-carousel .cs-post-carousel-items article {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	padding: 0 20px;
}

.cs-post-carousel .cs-post-carousel-items article:not(.has-post-thumbnail) .cs-overlay-background {
	background: #e9ecef;
}

@media (max-width: 719.98px) {
	.cs-post-carousel .cs-post-carousel-items {
		max-width: 600px;
		width: 100%;
		margin: 0 auto;
	}
}

@media (min-width: 720px) {
	.cs-post-carousel .cs-post-carousel-items article {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
}

@media (min-width: 1020px) {
	.cs-post-carousel {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.cs-post-carousel .cs-post-carousel-sidebar,
	.cs-post-carousel .cs-post-carousel-items {
		position: relative;
		width: 100%;
	}
	.cs-post-carousel .cs-post-carousel-sidebar {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.cs-post-carousel .cs-post-carousel-sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 170px + 20px);
		flex: 0 0 calc(50% - 170px + 20px);
		max-width: calc(50% - 170px + 20px);
	}
	.cs-post-carousel .cs-post-carousel-items {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% + 170px - 20px);
		flex: 0 0 calc(50% + 170px - 20px);
		max-width: calc(50% + 170px - 20px);
	}
	.cs-post-carousel .cs-post-carousel-info {
		max-width: 340px;
		padding: 0;
	}
	.cs-post-carousel .cs-post-carousel-items article {
		margin-right: 40px;
		padding: 0;
	}
}

@media (min-width: 1200px) {
	.cs-post-carousel .cs-post-carousel-sidebar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 200px + 20px);
		flex: 0 0 calc(50% - 200px + 20px);
		max-width: calc(50% - 200px + 20px);
	}
	.cs-post-carousel .cs-post-carousel-items {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% + 200px - 20px);
		flex: 0 0 calc(50% + 200px - 20px);
		max-width: calc(50% + 200px - 20px);
	}
	.cs-post-carousel .cs-post-carousel-info {
		max-width: 400px;
	}
	.cs-post-carousel .cs-post-carousel-items article {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 360px;
		flex: 0 0 360px;
		max-width: 360px;
	}
}

.cs-post-carousel.cs-flickity-init .flickity-page-dots {
	padding-top: 2rem;
}

@media (min-width: 1020px) {
	.cs-post-carousel.cs-flickity-init .flickity-page-dots {
		margin-left: 20px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 0;
		padding-right: 0;
		text-align: left;
	}
	.cs-post-carousel.cs-flickity-init .flickity-page-dots .dot:first-child {
		margin-left: 0;
	}
}

.cs-post-carousel-arrows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 2rem;
}

.cs-post-carousel-arrows .carousel-arrow {
	color: #000000;
	font-family: 'cs-icons';
	font-size: 2.5rem;
	padding: 0 0.5rem;
}

.cs-post-carousel-arrows .carousel-arrow:before {
	position: relative;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.cs-post-carousel-arrows .carousel-arrow + .carousel-arrow {
	margin-left: 1rem;
}

.cs-post-carousel-arrows .carousel-previous:before {
	content: "\e93a";
	left: 0;
}

.cs-post-carousel-arrows .carousel-previous:hover:before {
	left: -0.5rem;
}

.cs-post-carousel-arrows .carousel-next:before {
	content: "\e93b";
	right: 0;
}

.cs-post-carousel-arrows .carousel-next:hover:before {
	right: -0.5rem;
}

@media (min-width: 1020px) {
	.cs-post-carousel-arrows {
		margin-top: 1rem;
		margin-left: -0.5rem;
		margin-right: -0.5rem;
		margin-bottom: 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

/*--------------------------------------------------------------
## Subscription
--------------------------------------------------------------*/
.section-subscription {
	padding: 4rem 0;
}

@media (min-width: 1020px) {
	.section-subscription .cs-container {
		max-width: 980px;
	}
}

.cs-subscription .cs-subscription-title {
	font-size: 2.25rem;
	text-align: center;
	margin: 0;
}

.cs-subscription .cs-subscription-title br {
	display: none;
}

.cs-subscription .pk-subscribe-form-wrap {
	background: transparent;
	margin-top: 2rem;
	padding: 0;
}

@media (min-width: 1020px) {
	.cs-subscription {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.cs-subscription .cs-subscription-title {
		margin-right: 40px;
		min-width: 400px;
		text-align: right;
	}
	.cs-subscription .cs-subscription-title br {
		display: inline-block;
	}
	.cs-subscription .pk-subscribe-form-wrap {
		margin-top: 0;
	}
}

/*--------------------------------------------------------------
## Sections
--------------------------------------------------------------*/
.cs-section-same-color {
	padding-top: 0;
}

.cs-section-white + .site-content {
	margin-top: 0;
}

/*--------------------------------------------------------------
## Post Header
--------------------------------------------------------------*/
.entry-header .entry-header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.entry-header .entry-header-inner .entry-title,
.entry-header .entry-header-inner .entry-inline-meta,
.entry-header .entry-header-inner .post-excerpt {
	margin-top: 2rem;
}

.entry-header .entry-header-inner .entry-title:first-child,
.entry-header .entry-header-inner .entry-inline-meta:first-child,
.entry-header .entry-header-inner .post-excerpt:first-child {
	margin-top: 0;
}

.entry-header .entry-header-inner .entry-author,
.entry-header .entry-header-inner .entry-share {
	margin-top: 2rem;
}

.entry-header .entry-header-inner .entry-inline-meta .post-meta {
	margin-top: 0;
}

.entry-header .entry-header-inner .entry-post-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.entry-header .entry-header-inner .entry-post-meta > .entry-details,
.entry-header .entry-header-inner .entry-post-meta > .post-meta {
	margin-top: 2rem;
}

.entry-header .entry-header-inner .post-excerpt > *:last-child {
	margin-bottom: 0;
}

.entry-header .post-header-inner {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.entry-header .post-media {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.entry-header-standard .post-media {
	margin-top: 2rem;
}

.entry-header-small .post-media {
	margin-top: 2rem;
}

@media (min-width: 1020px) {
	.entry-header-small .post-header-inner {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.entry-header-small .post-media {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.entry-header-small .entry-header-inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.entry-header-small .entry-header-inner .post-header-inner,
	.entry-header-small .entry-header-inner .post-media {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-top: 0;
	}
	.entry-header-small .entry-header-inner .post-header-inner:first-child:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.entry-header-standard,
.entry-header-small,
.entry-header-title,
.entry-header-large {
	margin-bottom: 3rem;
}

.entry-media-large {
	width: 100%;
	margin-top: -4rem;
	margin-bottom: 3rem;
}

.entry-media-large .cs-overlay-ratio {
	position: relative;
}

/*--------------------------------------------------------------
## Post Meta
--------------------------------------------------------------*/
.post-categories {
	padding-left: 0;
	list-style: none;
}

.post-categories > li {
	display: inline-block;
}

.post-categories > li:not(:last-child) {
	margin-right: 0.5rem;
}

.post-categories li:not(:last-child):after {
	content: ",";
}

.post-meta .post-categories {
	margin-bottom: 0;
}

.post-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 1rem;
	margin-bottom: 0;
	padding: 0;
}

.post-meta > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.post-meta > li:not(:last-child) {
	margin-right: 1rem;
}

.post-meta .cs-icon {
	margin-right: 0.25rem;
}

.meta-author .by {
	margin-right: 0.5rem;
}

.meta-author .sep {
	display: inline-block;
	padding: 0 0.5rem;
}

.meta-author .author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.meta-author .author img {
	margin: 0 0.25rem;
}

.meta-author .author a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
}

.meta-category-sep:after {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.25em;
	content: '';
}

.meta-category-sep-dash:after {
	width: 1rem;
	height: 1px;
}

.meta-category-sep-dot:after {
	margin-left: 0;
	content: '.';
}

.meta-category-sep-square:after, .meta-category-sep-diamond:after, .meta-category-sep-middle:after {
	width: 4px;
	height: 4px;
}

.section-featured-post .meta-category-sep-square:after,
.layout-tile-full .meta-category-sep-square:after,
.archive-full .meta-category-sep-square:after, .section-featured-post .meta-category-sep-diamond:after,
.layout-tile-full .meta-category-sep-diamond:after,
.archive-full .meta-category-sep-diamond:after, .section-featured-post .meta-category-sep-middle:after,
.layout-tile-full .meta-category-sep-middle:after,
.archive-full .meta-category-sep-middle:after {
	width: 0.125em;
	height: 0.125em;
}

.meta-category-sep-middle:after {
	border-radius: 50%;
}

.meta-category-sep-diamond:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.meta-shares {
	position: relative;
	z-index: 3;
}

.meta-shares .total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*--------------------------------------------------------------
## Post Details
--------------------------------------------------------------*/
.entry-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.entry-details .entry-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 1rem;
}

.entry-details .entry-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	line-height: 1;
}

.entry-details .author + .author {
	position: relative;
	margin-left: -1rem;
	z-index: 2;
}

.entry-details .author + .entry-info {
	padding-left: 0.5rem;
}

.entry-details .entry-info .author-wrap a {
	font-weight: 500;
}

.entry-details .post-meta {
	margin-top: 0.25rem;
}

.entry-details .post-meta .meta-date {
	color: inherit;
}

/*--------------------------------------------------------------
## Post Format
--------------------------------------------------------------*/
.post-format-icon {
	position: absolute;
	left: 0.5rem;
	top: 0.5rem;
	z-index: 3;
}

.post-format-icon > a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	-webkit-transition: .2s ease all;
	transition: .2s ease all;
}

.post-format-icon > a:hover {
	color: rgba(255, 255, 255, 0.75);
}

.post-format-icon > a:after {
	position: relative;
	font-family: "cs-icons";
	font-weight: normal;
	font-style: normal;
	font-size: 1.5rem;
	opacity: 1;
	width: auto;
}

.post-format-icon .cs-format-image:after {
	content: "\e92a";
}

.post-format-icon .cs-format-video:after {
	content: "\e91c";
}

.post-format-icon .cs-format-audio:after {
	content: "\e91b";
}

.post-format-icon .cs-format-gallery:after {
	content: "\e92a";
}

.post-format-icon .cs-format-link:after {
	content: "\e90e";
}

.post-format-icon .cs-format-quote:after {
	content: "\e918";
}

.post-format-icon .cs-format-status:after {
	content: "\e916";
}

.post-format-icon .cs-format-aside:after {
	content: "\e90a";
}

.post-format-icon .cs-format-chat:after {
	content: "\e900";
}

/*--------------------------------------------------------------
## Post Author
--------------------------------------------------------------*/
.post-author {
	border-top: 1px solid #e9ecef;
	margin-top: 3rem;
	padding-top: 3rem;
}

.post-author > *:last-child {
	margin-bottom: 0;
}

.post-author .authors-default {
	text-align: center;
}

.post-author .authors-default .author-data {
	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;
}

.post-author .authors-default .author-avatar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 68px;
	flex: 0 0 68px;
	margin-right: 1rem;
}

.post-author .authors-default .author-avatar img {
	border-radius: 100%;
}

.post-author .authors-default .title-author {
	font-size: 1rem;
	margin: 0;
}

.post-author .authors-default .title-prefix {
	display: block;
	white-space: nowrap;
}

.post-author .authors-default .author-social-accounts {
	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;
	margin-top: 1.5rem;
}

.post-author .authors-default .author-social-accounts .author-social-label {
	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;
	margin-right: 0.5rem;
	margin-bottom: 0;
}

.post-author .authors-default .author-social-accounts .author-social-label:after {
	display: inline-block;
	margin-left: 0.125rem;
	font-family: "cs-icons";
	font-size: 1.125rem;
	font-weight: normal;
	content: "\e90e";
}

.post-author .authors-default .author-social-accounts .pk-social-links-item .pk-icon {
	font-size: 1.25rem;
}

.post-author .authors-default .author-description {
	max-width: 500px;
	margin: 1rem auto 0;
	font-size: 0.875rem;
	color: #A8AAB2;
}

.authors-columns .author-wrap + .author-wrap {
	margin-top: 2rem;
}

@media (min-width: 600px) {
	.authors-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.authors-columns .author-wrap {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 600px) {
	.authors-col-6 .author-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.authors-col-6 .author-wrap:nth-child(-n+2) {
		margin-top: 0;
	}
}

/*--------------------------------------------------------------
## Post Tags
--------------------------------------------------------------*/
.post-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2.5rem;
	font-size: 1rem;
}

.post-tags .title-tags {
	font-size: 1rem;
	white-space: nowrap;
	margin: 0;
}

.post-tags .title-tags ~ a {
	font-size: 1rem;
	text-transform: capitalize;
	margin-left: 0.5rem;
}

.post-tags .title-tags ~ a:hover {
	color: #A8AAB2;
}

/*--------------------------------------------------------------
## Post Subscribe
--------------------------------------------------------------*/
.post-subscribe {
	position: relative;
	background: #FAFAFA;
	margin-top: 3rem;
	padding: 40px;
}

@media (min-width: 1020px) {
	.post-subscribe {
		padding: 60px;
	}
}

.post-subscribe .subscribe-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 680px;
	margin: 0 auto;
}

@media (min-width: 1020px) {
	.post-subscribe .subscribe-wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.post-subscribe .pk-subscribe-form-wrap {
	background: transparent;
	padding: 0;
}

.post-subscribe .pk-subscribe-form-wrap .pk-title {
	font-size: 2rem;
	letter-spacing: -0.025em;
}

@media (min-width: 1020px) {
	.post-subscribe .pk-subscribe-form-wrap .pk-title {
		font-size: 3rem;
	}
}

.post-subscribe .pk-subscribe-form-wrap .pk-subscribe-message {
	font-size: 0.875rem;
}

.post-subscribe .pk-subscribe-form-wrap .pk-privacy {
	color: #A8AAB2;
}

.post-subscribe .pk-subscribe-form-wrap .pk-alert {
	background: #fff;
}

/*--------------------------------------------------------------
## Post Prev Next
--------------------------------------------------------------*/
.post-prev-next {
	margin-top: 3rem;
}

.post-prev-next .link-label a.link-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
}

.post-prev-next .link-label a.link-arrow:before, .post-prev-next .link-label a.link-arrow:after {
	display: inline-block;
	font-family: "cs-icons";
}

.post-prev-next .link-label a.link-arrow:hover {
	color: #A8AAB2;
}

.post-prev-next .prev-link .link-label a:before {
	margin-right: 0.25rem;
	content: "\e90d";
}

.post-prev-next .next-link .link-label a:after {
	margin-left: 0.25rem;
	content: "\e90e";
}

.post-prev-next .entry-header {
	margin-top: 1rem;
}

.post-prev-next .entry-header:first-child {
	margin-top: 0;
}

.post-prev-next .entry-title {
	font-size: 1.5rem;
	line-height: 1.25;
}

.post-prev-next .link-content + .link-content {
	margin-top: 3rem;
}

@media (min-width: 720px) {
	.post-prev-next .link-content + .link-content {
		margin-top: 0;
	}
	.post-prev-next .next-link .link-label a {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media (min-width: 720px) {
	.post-prev-next-list .post-outer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.post-prev-next-list .post-inner {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 0;
	}
	.post-prev-next-list .post-inner:first-child:last-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.post-prev-next-list .post-inner:last-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 0;
	}
}

@media (min-width: 720px) {
	.post-prev-next-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.post-prev-next-grid .link-content {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 1020px) {
	.post-prev-next-along {
		display: block;
		margin: 0;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity 0.25s ease;
		transition: opacity 0.25s ease;
	}
	.post-prev-next-along.pagination-visible {
		visibility: visible;
		opacity: 1;
	}
	.post-prev-next-along .link-content {
		position: relative;
		position: fixed;
		padding: 0;
		top: 50%;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
		max-width: 80px;
		overflow: hidden;
		z-index: 3;
		-webkit-transition: max-width 0s ease 0.25s, background-color 0.25s ease;
		transition: max-width 0s ease 0.25s, background-color 0.25s ease;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		zoom: 1.02;
	}
	.post-prev-next-along .link-content article {
		width: calc(380px + 80px);
		padding: 40px 20px;
		opacity: 0;
		-webkit-transition: opacity 0.25s ease;
		transition: opacity 0.25s ease;
	}
	.post-prev-next-along .link-content article .post-outer {
		display: block;
		margin: 0;
	}
	.post-prev-next-along .link-content article .post-inner {
		width: initial;
		max-width: initial;
		padding: 0;
	}
	.post-prev-next-along .link-content article .post-inner:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	.post-prev-next-along .link-content:not(:hover) .link-arrow {
		-webkit-transition: color 0.25s ease;
		transition: color 0.25s ease;
		color: #000000;
	}
	.post-prev-next-along .link-content:hover {
		max-width: calc(380px + 160px);
		background-color: #f8f9fa;
		-webkit-transition: max-width 0s ease 0s, background-color 0.25s ease;
		transition: max-width 0s ease 0s, background-color 0.25s ease;
	}
	.post-prev-next-along .link-content:hover article {
		opacity: 1;
	}
	.post-prev-next-along .link-label {
		position: absolute;
		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;
		width: 100%;
		top: 50%;
		height: 80px;
		text-align: center;
		white-space: nowrap;
		cursor: pointer;
	}
	.post-prev-next-along .link-label a.link-arrow {
		margin: 0;
	}
	.post-prev-next-along .link-label a.link-arrow:hover {
		color: #000000;
	}
	.post-prev-next-along .prev-link {
		left: 0;
		padding-left: 80px;
	}
	.post-prev-next-along .prev-link .link-label {
		left: 0;
		-webkit-transform: rotate(-90deg) translate(-50%, 0);
		transform: rotate(-90deg) translate(-50%, 0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
	}
	.post-prev-next-along .prev-link a.link-arrow:before {
		display: none;
	}
	.post-prev-next-along .prev-link article {
		padding-right: 60px;
	}
	.post-prev-next-along .next-link {
		right: 0;
		padding-right: 80px;
	}
	.post-prev-next-along .next-link .link-label {
		right: 0;
		-webkit-transform: rotate(90deg) translate(50%, 0);
		transform: rotate(90deg) translate(50%, 0);
		-webkit-transform-origin: top right;
		transform-origin: top right;
	}
	.post-prev-next-along .next-link a.link-arrow {
		margin: 0;
	}
	.post-prev-next-along .next-link a.link-arrow:after {
		display: none;
	}
	.post-prev-next-along .next-link article {
		padding-left: 60px;
	}
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.cs-breadcrumbs {
	margin-bottom: 2rem;
}

.cs-breadcrumbs strong {
	font-weight: normal;
}

.cs-breadcrumbs .cs-separator {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.cs-breadcrumbs .cs-separator:before {
	font-family: "cs-icons";
	content: "\e90e";
}

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
	background: #f8f9fa;
	position: relative;
}

.page-header-content {
	position: relative;
	padding: 3rem 0;
}

.page-header-has-description .archive-description p:last-child {
	margin-bottom: 0;
}

.page-author-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

.page-author-container .author-avatar,
.page-author-container .author-content {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.page-author-container .author-content {
	margin-top: 1rem;
}

.page-author-container .pk-social-links-items {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 720px) {
	.page-author-container .author-content {
		-webkit-box-align: initial;
		-ms-flex-align: initial;
		align-items: initial;
		text-align: initial;
	}
	.page-author-container .author-avatar {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.page-author-container .author-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
		margin-top: 0;
	}
}

.page-title {
	line-height: 1;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Overlay
--------------------------------------------------------------*/
.cs-overlay {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	overflow: hidden;
}

.cs-overlay .entry-inline-meta {
	margin-bottom: auto;
}

.cs-overlay .read-more {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.cs-overlay .post-meta {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
}

.cs-overlay .meta-category {
	margin-bottom: auto;
}

.cs-overlay .meta-category:after {
	display: none;
}

.cs-overlay-hover .read-more,
.cs-overlay-hover .post-meta {
	opacity: 0;
	-webkit-transition: .2s ease all;
	transition: .2s ease all;
}

.cs-overlay-hover .cs-overlay-background {
	background: rgba(0, 0, 0, 0.2);
}

.cs-overlay-hover .cs-overlay-background:after {
	opacity: 0;
}

.cs-overlay-hover:hover .read-more,
.cs-overlay-hover:hover .post-meta, .cs-overlay-hover:focus .read-more,
.cs-overlay-hover:focus .post-meta {
	opacity: 1;
}

.cs-overlay-hover:hover .cs-overlay-background:after, .cs-overlay-hover:focus .cs-overlay-background:after {
	opacity: 1;
}

.cs-overlay-background {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.cs-overlay-background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.cs-overlay-background:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: .2s ease all;
	transition: .2s ease all;
}

.cs-overlay-transparent .cs-overlay-background:after {
	display: none;
}

.cs-overlay-content {
	position: relative;
	padding: 20px;
	width: 100%;
}

.cs-overlay-content a {
	position: relative;
	z-index: 1;
}

.cs-overlay-content h4, .cs-overlay-content h5, .cs-overlay-content h6,
.cs-overlay-content .h4, .cs-overlay-content .h5, .cs-overlay-content .h6 {
	margin-bottom: 0.5rem;
}

.cs-overlay-link,
.cs-overlay-blank {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.cs-overlay-ratio:before {
	content: '';
	display: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 0;
	height: 100%;
}

.cs-overlay-ratio .cs-overlay-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
}

.cs-overlay-ratio .cs-overlay-background {
	position: absolute !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cs-overlay-ratio .cs-overlay-background img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

@media (max-width: 599.98px) {
	.cs-overlay-ratio h1, .cs-overlay-ratio h2, .cs-overlay-ratio h3, .cs-overlay-ratio h4 {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
}

@media (max-width: 1019.98px) {
	.cs-overlay-ratio h1 {
		font-size: 2rem;
	}
}

.cs-ratio-portrait:before {
	padding-bottom: 125%;
}

.cs-ratio-landscape:before {
	padding-bottom: 60%;
}

.cs-ratio-wide:before {
	padding-bottom: 60%;
}

@media (min-width: 720px) {
	.cs-ratio-wide:before {
		padding-bottom: 50%;
	}
}

@media (min-width: 1200px) {
	.cs-ratio-wide:before {
		padding-bottom: 30%;
		min-height: 500px;
	}
}

.cs-ratio-standard:before {
	padding-bottom: 75%;
}

@media (min-width: 720px) {
	.cs-ratio-standard:before {
		padding-bottom: 40%;
	}
}

.cs-ratio-square:before {
	padding-bottom: 100%;
}

.cs-ratio-16by9:before {
	padding-bottom: 56.25%;
}

.cs-ratio-original .cs-overlay-original {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
}

.cs-ratio-original .cs-overlay-original img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1019.98px) {
	.cs-overlay-original img {
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Mega Menu
--------------------------------------------------------------*/
.navbar-nav .cs-mega-menu {
	position: static;
}

.navbar-nav .cs-mega-menu > .sub-menu {
	overflow: hidden;
	top: auto;
	right: 0;
	left: 0;
	padding: 0;
}

.navbar-nav .cs-mega-menu > .sub-menu:after, .navbar-nav .cs-mega-menu > .sub-menu:before {
	display: none;
}

.navbar-nav .cs-mega-menu > .sub-menu > .cs-mm-content,
.navbar-nav .cs-mega-menu > .sub-menu > .cs-mm-posts {
	min-height: 300px;
}

.navbar-nav .cs-mega-menu .cs-mm-posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
	margin-left: -1rem;
	margin-right: -1rem;
}

.navbar-nav .cs-mega-menu .cs-mm-posts.cs-mm-loading:before {
	width: 1.5rem;
	height: 1.5rem;
	border: 2px solid rgba(119, 119, 119, 0.25);
	border-top-color: #777;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	content: "";
}

@keyframes loader-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.navbar-nav .cs-mega-menu .cs-mm-post {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	padding-left: 1rem;
	padding-right: 1rem;
}

.navbar-nav .cs-mega-menu .cs-mm-post .cs-overlay-content {
	padding: 20px;
}

.navbar-nav .cs-mega-menu .cs-mm-post .post-format-icon > a:after {
	font-size: 1rem;
}

.navbar-nav .cs-mega-menu .cs-mm-post .entry-header .entry-title {
	margin: 1rem 0 0.25rem;
}

.navbar-nav .cs-mega-menu .cs-mm-post .entry-header .post-meta {
	margin-top: 0.5rem;
}

.navbar-nav .cs-mega-menu .cs-mm-post .entry-header .post-meta .cs-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-nav .cs-mega-menu-has-category .cs-mm-posts {
	padding: 1.5rem;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
	margin-left: 0;
	margin-right: 0;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-content-horizontal {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-content-horizontal .cs-mm-categories,
.navbar-nav .cs-mega-menu-has-categories .cs-mm-content-horizontal .cs-mm-posts-container {
	-webkit-box-flex: initial;
	-ms-flex: initial;
	flex: initial;
	max-width: 100%;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-content-horizontal .cs-mm-categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: none;
	padding-bottom: 0;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-content-horizontal .cs-mm-categories li {
	margin-right: 2rem;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-content-horizontal .cs-mm-categories li:last-child {
	margin-right: 0;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-content-horizontal .cs-mm-categories li a {
	padding-bottom: 0.2rem;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-content-horizontal .cs-mm-categories li a:after {
	background-color: currentColor;
	width: 100%;
	height: 1px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	-webkit-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-transition-property: opacity,-webkit-transform;
	transition-property: opacity,-webkit-transform;
	transition-property: opacity,transform;
	transition-property: opacity,transform,-webkit-transform;
	content: "";
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-content-horizontal .cs-mm-categories li.active-item a:after {
	opacity: 1;
	-webkit-transform: translateY(-3px) translateZ(0);
	transform: translateY(-3px) translateZ(0);
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-content-horizontal .cs-mm-posts-container {
	min-height: 300px;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-categories {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	padding: 1.5rem;
	position: relative;
	border-right: 1px solid #e9ecef;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-categories li.menu-item {
	display: block;
	padding: 0;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-posts-container {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-posts {
	display: none;
	padding: 2rem;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-posts .cs-mm-post {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.navbar-nav .cs-mega-menu-has-categories .cs-mm-posts.active-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.navbar-nav:not(:hover) > li .cs-mm-post a {
	-webkit-transition: none !important;
	transition: none !important;
}

.navbar-nav .cs-mega-menu-child > a {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	display: block;
	color: #000000;
}

/*--------------------------------------------------------------
## Cards
--------------------------------------------------------------*/
.cs-card-sm {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cs-card-sm .cs-card-thumbnail a {
	height: 100%;
	display: block;
}

.cs-card-sm .cs-card-thumbnail img {
	height: 100%;
	width: 80px;
	max-width: 80px;
	-o-object-fit: cover;
	object-fit: cover;
}

.cs-card-sm .cs-card-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0.75rem 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cs-card-sm .cs-card-content > *:last-child {
	margin-bottom: 0;
}

.cs-card-sm .entry-title {
	width: 100%;
}

.cs-card-sm .post-meta {
	margin-top: 0.25rem;
}

.cs-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
	padding: 20px;
}

.cs-card .post-meta {
	margin-top: auto;
}

/*--------------------------------------------------------------
## Category Filter
--------------------------------------------------------------*/
.subcategories {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px #e9ecef solid;
}

.subcategories .cs-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.subcategories .cs-nav-item {
	margin-top: 0.5rem;
	margin-right: 0.5rem;
}

.subcategories .cs-nav-item:last-child {
	margin-right: 0;
}

.subcategories .cs-nav-link {
	display: block;
	border: 1px solid #000000;
	padding: 0.5rem 1rem;
	background: #fff;
	color: #000000;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.subcategories .cs-nav-link:hover {
	border-color: transparent;
	background: #000000;
	color: #fff;
}

/*--------------------------------------------------------------
## Nextpost Loading
--------------------------------------------------------------*/
.cs-nextpost-loading {
	position: relative;
	margin-top: 1rem;
	height: 80px;
}

.cs-nextpost-loading:before {
	width: 1.5rem;
	height: 1.5rem;
	border: 2px solid rgba(119, 119, 119, 0.25);
	border-top-color: #777;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	content: "";
}

@keyframes loader-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.cs-nextpost-section {
	border-top: 1px #e9ecef solid;
}

.cs-nextpost-section .entry-media-large {
	position: relative;
	top: -1px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2.5rem;
	/* Make sure select elements fit in widgets. */
}

.widget:last-child {
	margin: 0;
}

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

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

.widget .button {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget_nav_menu a {
	display: block;
	padding: 0.5rem 0;
}

.widget_nav_menu .menu-item-has-children {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.widget_nav_menu .menu-item-has-children > a {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.widget_nav_menu .menu-item-has-children > span {
	cursor: pointer;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.widget_nav_menu .menu-item-has-children > span:after {
	padding: 1rem 0;
	font-family: "cs-icons";
	font-size: 14px;
	content: "\e90c";
}

.widget_nav_menu .menu-item-has-children > ul {
	width: 100%;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.widget_nav_menu .menu-item-expanded > span:after {
	content: "\e90f";
}

.widget_nav_menu .menu .menu-item:not(.menu-item-has-children) > a:after {
	visibility: hidden;
	float: right;
	opacity: 0;
	font-family: "cs-icons";
	font-size: 14px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	content: "\e90e";
}

.widget_nav_menu .menu .menu-item:not(.menu-item-has-children) > a:hover:after {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.widget_nav_menu .sub-menu {
	display: none;
}

.widget_nav_menu .sub-menu a {
	padding: 0.5rem 0;
	line-height: 1;
}

.widget_nav_menu .sub-menu .sub-menu {
	padding: 0.5rem 0;
}

.widget_nav_menu .sub-menu .sub-menu a {
	padding-left: 1rem;
}

.widget_nav_menu .submenu-visible {
	display: block;
}

.widget_search .cs-input-group {
	background: #FAFAFA;
	padding: 40px;
}

.widget_search .cs-input-group input[type="search"] {
	background: transparent;
	border: transparent;
	border-bottom: 1px solid #dee2e6;
	padding: 0;
	line-height: 1;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.widget_search .cs-input-group input[type="search"]::-webkit-input-placeholder {
	color: #000000;
}

.widget_search .cs-input-group input[type="search"]::-moz-placeholder {
	color: #000000;
}

.widget_search .cs-input-group input[type="search"]:-ms-input-placeholder {
	color: #000000;
}

.widget_search .cs-input-group input[type="search"]::-ms-input-placeholder {
	color: #000000;
}

.widget_search .cs-input-group input[type="search"]::placeholder {
	color: #000000;
}

.widget_search .cs-input-group input[type="search"]:focus::-webkit-input-placeholder {
	color: #A8AAB2;
}

.widget_search .cs-input-group input[type="search"]:focus::-moz-placeholder {
	color: #A8AAB2;
}

.widget_search .cs-input-group input[type="search"]:focus:-ms-input-placeholder {
	color: #A8AAB2;
}

.widget_search .cs-input-group input[type="search"]:focus::-ms-input-placeholder {
	color: #A8AAB2;
}

.widget_search .cs-input-group input[type="search"]:focus::placeholder {
	color: #A8AAB2;
}

.widget_search .cs-input-group button {
	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;
	background: transparent;
	border: transparent;
	padding: 0;
	margin-left: 0.5rem;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.widget_search .cs-input-group button:before {
	display: none;
}

.widget_search .cs-input-group button:hover {
	color: #A8AAB2;
}

.widget_search .cs-input-group button:after {
	display: inline-block;
	margin-left: 0.125rem;
	font-family: "cs-icons";
	font-size: 1.125rem;
	font-weight: normal;
	content: "\e90e";
}

.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_meta ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding: 0.5rem 0;
	color: #A8AAB2;
}

.widget_categories ul li:first-child:last-child,
.widget_pages ul li:first-child:last-child,
.widget_archive ul li:first-child:last-child,
.widget_meta ul li:first-child:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget_categories ul li:first-child:last-child > .sub-menu,
.widget_pages ul li:first-child:last-child > .sub-menu,
.widget_archive ul li:first-child:last-child > .sub-menu,
.widget_meta ul li:first-child:last-child > .sub-menu {
	padding-bottom: 0;
}

.widget_categories ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_meta ul li a {
	padding-right: 0.6666666667rem;
	margin-right: auto;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.widget_categories ul ul.children,
.widget_pages ul ul.children,
.widget_archive ul ul.children,
.widget_meta ul ul.children {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	margin-top: 0.5rem;
}

.widget_categories ul ul.children li,
.widget_pages ul ul.children li,
.widget_archive ul ul.children li,
.widget_meta ul ul.children li {
	padding: 0.5rem 0 0.5rem 1rem;
}

.widget_categories ul ul.children li:last-child,
.widget_pages ul ul.children li:last-child,
.widget_archive ul ul.children li:last-child,
.widget_meta ul ul.children li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget_categories ul ul.children ul.children li,
.widget_pages ul ul.children ul.children li,
.widget_archive ul ul.children ul.children li,
.widget_meta ul ul.children ul.children li {
	margin-left: 1rem;
	padding-left: 0;
}

.widget_categories ul ul.sub-menu,
.widget_pages ul ul.sub-menu,
.widget_archive ul ul.sub-menu,
.widget_meta ul ul.sub-menu {
	margin-top: 0.5rem;
}

.widget_categories ul ul.sub-menu li,
.widget_pages ul ul.sub-menu li,
.widget_archive ul ul.sub-menu li,
.widget_meta ul ul.sub-menu li {
	padding: 0.5rem 0 0.5rem 1rem;
}

.widget_categories ul ul.sub-menu li:last-child,
.widget_pages ul ul.sub-menu li:last-child,
.widget_archive ul ul.sub-menu li:last-child,
.widget_meta ul ul.sub-menu li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget_categories ul ul.sub-menu ul.sub-menu li,
.widget_pages ul ul.sub-menu ul.sub-menu li,
.widget_archive ul ul.sub-menu ul.sub-menu li,
.widget_meta ul ul.sub-menu ul.sub-menu li {
	margin-left: 1rem;
	padding-left: 0;
}

.widget_categories ul .screen-reader-text,
.widget_pages ul .screen-reader-text,
.widget_archive ul .screen-reader-text,
.widget_meta ul .screen-reader-text {
	display: none;
}

.widget_calendar table, .widget_calendar .wp-block-table {
	border: 1px solid #e9ecef;
	margin: 0;
}

.widget_calendar th {
	border-bottom: none;
	background-color: #f8f9fa;
	color: #000000;
}

.widget_calendar td,
.widget_calendar th {
	padding: 0;
	line-height: 2rem;
	text-align: center;
}

.widget_recent_comments li {
	position: relative;
	padding-bottom: 1rem;
}

.widget_recent_comments li:last-child {
	padding-bottom: 0;
}

.widget_recent_comments li .comment-author-link,
.widget_recent_comments li .comment-author-link a {
	color: #A8AAB2;
}

.widget_recent_entries li {
	position: relative;
	padding-bottom: 1rem;
}

.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_recent_entries li .post-date {
	margin-left: 1rem;
}

.widget_recent_entries li .post-date:before {
	content: '(';
}

.widget_recent_entries li .post-date:after {
	content: ')';
}

.widget_rss .rss-widget-icon {
	display: none;
}

.widget_rss ul li {
	border-bottom: 1px #e9ecef solid;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.widget_rss ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget_rss ul li .rsswidget {
	color: #000000;
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
}

.widget_rss ul li .rss-date {
	display: block;
	margin-top: 0.25rem;
	color: #A8AAB2;
}

.widget_rss ul li .rssSummary {
	margin-top: 0.25rem;
	color: #000000;
}

.widget_rss ul li cite {
	display: block;
	margin-top: 0.25rem;
	font-style: normal;
	color: #A8AAB2;
	text-align: right;
	font-size: 0.8125rem;
}

.widget_tag_cloud {
	overflow: hidden;
}

.widget_tag_cloud .tagcloud {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -0.5rem;
}

.widget_tag_cloud .tagcloud a {
	background: #FAFAFA;
	padding: 0.5rem 1rem;
	margin-top: 0.5rem;
	margin-right: 0.5rem;
	text-decoration: none;
	text-transform: capitalize;
}

.widget_tag_cloud .tagcloud a:last-child {
	margin-right: 0;
}

.widget_tag_cloud .tagcloud a:first-letter {
	text-transform: uppercase;
}

.widget_media_video .mejs-container {
	max-width: 100%;
	overflow: hidden;
}

.widget_media_video .mejs-container video,
.widget_media_video .mejs-container iframe,
.widget_media_video .mejs-container object,
.widget_media_video .mejs-container embed {
	max-width: 100%;
	overflow: hidden;
}

.widget_media_gallery {
	overflow: hidden;
}

.widget_media_gallery [class^="gallery-columns-"],
.widget_media_gallery [class*=" gallery-columns-"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -1rem;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
	margin-bottom: 0;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item {
	position: relative;
	margin-top: 1rem;
	margin-bottom: 0;
	padding: 0 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item img {
	display: block;
	border-radius: 0;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item:hover img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item:hover img {
	opacity: 0.6;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item .gallery-caption,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-caption {
	padding: 1rem 1rem 0;
}

.widget_media_gallery [class^="gallery-columns-"] .gallery-item .gallery-icon,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-icon {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.widget_media_gallery .gallery-columns-4 .gallery-caption,
.widget_media_gallery .gallery-columns-5 .gallery-caption,
.widget_media_gallery .gallery-columns-6 .gallery-caption,
.widget_media_gallery .gallery-columns-7 .gallery-caption,
.widget_media_gallery .gallery-columns-8 .gallery-caption,
.widget_media_gallery .gallery-columns-9 .gallery-caption {
	display: none;
}

.widget_media_gallery .gallery-columns-1 .gallery-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.widget_media_gallery .gallery-columns-2 .gallery-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.widget_media_gallery .gallery-columns-3 .gallery-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.widget_media_gallery .gallery-columns-4 .gallery-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.widget_media_gallery .gallery-columns-5 .gallery-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.widget_media_gallery .gallery-columns-6 .gallery-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.widget_media_gallery .gallery-columns-7 .gallery-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 14.2857142857%;
	flex: 0 0 14.2857142857%;
	max-width: 14.2857142857%;
}

.widget_media_gallery .gallery-columns-8 .gallery-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
}

.widget_media_gallery .gallery-columns-9 .gallery-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 11.1111111111%;
	flex: 0 0 11.1111111111%;
	max-width: 11.1111111111%;
}

/* Text widget */
.widget_text {
	color: #000000;
	word-wrap: break-word;
}

.widget_text ul {
	list-style: disc;
	margin: 0 0 1rem 1rem;
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
	border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}

.widget_text ul li ul {
	margin: 0 0 0 1rem;
}

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li {
	list-style-position: inside;
}

.widget_text ol li + li {
	margin-top: -1px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

img.avatar {
	border-radius: 100%;
}

.post-media img {
	width: 100%;
}

.design-preview-effect-scale .post-media a img,
.design-preview-effect-scale .post-media .cs-background img,
.design-preview-effect-scale .post-media .cs-overlay-background img,
.design-preview-effect-scale .cs-overlay a img,
.design-preview-effect-scale .cs-overlay .cs-background img,
.design-preview-effect-scale .cs-overlay .cs-overlay-background img {
	-webkit-transition: 0.25s ease;
	transition: 0.25s ease;
}

.design-preview-effect-scale .post-media:hover a img,
.design-preview-effect-scale .post-media:hover .cs-background img,
.design-preview-effect-scale .post-media:hover .cs-overlay-background img,
.design-preview-effect-scale .cs-overlay:hover a img,
.design-preview-effect-scale .cs-overlay:hover .cs-background img,
.design-preview-effect-scale .cs-overlay:hover .cs-overlay-background img {
	-webkit-transform: scale(1.025);
	transform: scale(1.025);
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1rem;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 1rem 0;
	text-transform: inherit;
}

.wp-caption-text {
	margin-top: 1rem;
	font-size: 0.875rem;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5rem;
}

@media (min-width: 600px) {
	div[class^='gallery-columns-'], div[class*=' gallery-columns-'] {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
		margin-left: -10px;
		margin-right: -10px;
	}
	div[class^='gallery-columns-'] .pk-pin-it, div[class*=' gallery-columns-'] .pk-pin-it {
		width: 2rem;
		height: 2rem;
		line-height: 2rem;
		right: calc(10px + 1rem);
	}
}

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

.gallery-item .wp-caption-text {
	text-transform: inherit;
}

@media (min-width: 600px) {
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}

@media (min-width: 600px) {
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}

@media (min-width: 600px) {
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}

@media (min-width: 600px) {
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}

@media (min-width: 600px) {
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}

@media (min-width: 600px) {
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}

@media (min-width: 600px) {
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}

@media (min-width: 600px) {
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/
.cs-video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.cs-video-wrapper .cs-video-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	max-width: unset;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.cs-video-wrapper .cs-video-inner.active {
	opacity: 1;
}

.cs-video-tools {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	opacity: 1;
	z-index: 4;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}

@media (min-width: 1020px) {
	.cs-video-tools {
		-webkit-transform: translateX(-9999px);
		transform: translateX(-9999px);
		opacity: 0;
	}
	.cs-video-bg-init:hover .cs-video-tools {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

.cs-video-tools .cs-player-control {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 1.5rem;
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.cs-video-tools .cs-player-control:after {
	position: relative;
	font-family: "cs-icons";
	font-style: normal;
	font-size: 1.5rem;
	opacity: 1;
	width: auto;
}

.cs-video-tools .cs-player-control .cs-tooltip {
	position: absolute;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -ms-grid;
	-ms-grid-columns: max-content;
	top: 100%;
	left: -9999px;
	padding-left: 50%;
	padding-bottom: 0.5rem;
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

.cs-video-tools .cs-player-control .cs-tooltip span {
	background: #fff;
	display: block;
	position: relative;
	padding: 0.25rem 1rem;
	margin: 0;
	opacity: 0;
	color: #000000;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.cs-video-tools .cs-player-control .cs-tooltip span:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-bottom-color: #fff;
	border-width: 7px;
	margin-left: -7px;
}

.cs-video-tools .cs-player-control:hover .cs-tooltip {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	left: 0;
}

.cs-video-tools .cs-player-control:hover .cs-tooltip span {
	opacity: 1;
}

.cs-video-tools .cs-player-link:after {
	content: "\e926";
}

.cs-video-tools .cs-player-play:after {
	content: "\e91d";
}

.cs-video-tools .cs-player-pause:after {
	content: "\e92f";
}

.cs-video-tools .cs-player-unmute:after {
	content: "\e931";
}

.cs-video-tools .cs-player-mute:after {
	content: "\e932";
}

.cs-video-tools-large {
	top: 20px;
	right: 20px;
}

.cs-video-tools-large .cs-player-control {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 1.5rem;
	margin-left: 1.5rem;
}

.cs-video-tools-large .cs-player-control .cs-tooltip span {
	padding: 0.5rem 1rem;
}

.cs-video-tools-large .cs-player-control:first-child {
	margin-left: 0;
}

/*--------------------------------------------------------------
## Carousels
--------------------------------------------------------------*/
.cs-flickity-init .flickity-enabled {
	position: relative;
	padding-bottom: 0;
}

.cs-flickity-init .flickity-enabled:focus {
	outline: none;
}

.cs-flickity-init .flickity-enabled.is-animate .flickity-viewport {
	-webkit-transition: height 0.2s;
	transition: height 0.2s;
}

.cs-flickity-init .flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cs-flickity-init .flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.cs-flickity-init .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.cs-flickity-init .flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.cs-flickity-init .flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cs-flickity-init .flickity-button {
	position: absolute;
	background: rgba(255, 255, 255, 0.75);
	border: none;
	color: #333;
}

.cs-flickity-init .flickity-button:hover {
	background: white;
	cursor: pointer;
}

.cs-flickity-init .flickity-button:focus {
	outline: none;
	-webkit-box-shadow: 0 0 0 5px #19F;
	box-shadow: 0 0 0 5px #19F;
}

.cs-flickity-init .flickity-button:active {
	opacity: 0.6;
}

.cs-flickity-init .flickity-button:disabled {
	opacity: 0.3;
	cursor: auto;
	/* prevent disabled button from capturing pointer up event. #716 */
	pointer-events: none;
}

.cs-flickity-init .flickity-button-icon {
	fill: #333;
}

.cs-flickity-init .flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	/* vertically center */
	margin-top: -22px;
}

.cs-flickity-init .flickity-prev-next-button.previous {
	left: 1rem;
}

.cs-flickity-init .flickity-prev-next-button.next {
	right: 1rem;
}

.cs-flickity-init .flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.cs-flickity-init .flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.cs-flickity-init .flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 30%;
	top: 30%;
	width: 40%;
	height: 40%;
}

.cs-flickity-init .flickity-pages {
	position: relative;
}

.cs-flickity-init .flickity-page-info {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .75rem;
	line-height: 1;
}

.cs-flickity-init .flickity-page-info span:not(:last-child) {
	margin-right: .25rem;
}

.cs-flickity-init .flickity-page-dots {
	padding: 1rem 3rem 0;
	list-style: none;
	text-align: center;
	line-height: 1;
	list-style: none;
	text-align: center;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}

.cs-flickity-init .flickity-page-dots .dot {
	display: inline-block;
	width: 14px;
	height: 14px;
	padding: 0.5rem;
	cursor: pointer;
	position: relative;
}

.cs-flickity-init .flickity-page-dots .dot:before {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	bottom: 2px;
	right: 2px;
	border: 2px transparent solid;
	border-radius: 50%;
}

.cs-flickity-init .flickity-page-dots .dot:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	bottom: 4px;
	right: 4px;
	background: #c3c4ca;
	border-radius: 50%;
}

.cs-flickity-init .flickity-page-dots .dot.is-selected {
	background: transparent;
}

.cs-flickity-init .flickity-page-dots .dot.is-selected:before {
	border-color: #000000;
}

.cs-flickity-init .flickity-page-dots .dot.is-selected:after {
	background: transparent;
}

/*--------------------------------------------------------------
# Powerkit
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/
.entry-content .pk-row > [class^="pk-col-"] > a,
.entry-content .pk-row > [class^="pk-col-"] > p > a,
.entry-content .pk-row > [class^="pk-col-"] > ul li > a,
.entry-content .pk-row > [class^="pk-col-"] > ol li > a,
.entry-content .pk-row > [class^="pk-col-"] > p > em > a,
.entry-content .pk-row > [class^="pk-col-"] > p > strong > a,
.entry-content .pk-row > [class*=" pk-col-"] > a,
.entry-content .pk-row > [class*=" pk-col-"] > p > a,
.entry-content .pk-row > [class*=" pk-col-"] > ul li > a,
.entry-content .pk-row > [class*=" pk-col-"] > ol li > a,
.entry-content .pk-row > [class*=" pk-col-"] > p > em > a,
.entry-content .pk-row > [class*=" pk-col-"] > p > strong > a {
	text-decoration: underline;
}

.entry-content .pk-row > [class^="pk-col-"] > a:hover, .entry-content .pk-row > [class^="pk-col-"] > a:focus,
.entry-content .pk-row > [class^="pk-col-"] > p > a:hover,
.entry-content .pk-row > [class^="pk-col-"] > p > a:focus,
.entry-content .pk-row > [class^="pk-col-"] > ul li > a:hover,
.entry-content .pk-row > [class^="pk-col-"] > ul li > a:focus,
.entry-content .pk-row > [class^="pk-col-"] > ol li > a:hover,
.entry-content .pk-row > [class^="pk-col-"] > ol li > a:focus,
.entry-content .pk-row > [class^="pk-col-"] > p > em > a:hover,
.entry-content .pk-row > [class^="pk-col-"] > p > em > a:focus,
.entry-content .pk-row > [class^="pk-col-"] > p > strong > a:hover,
.entry-content .pk-row > [class^="pk-col-"] > p > strong > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > p > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > p > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > ul li > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > ul li > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > ol li > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > ol li > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > p > em > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > p > em > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > p > strong > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > p > strong > a:focus {
	text-decoration: none;
}

.entry-content .pk-row > [class^="pk-col-"] > h1,
.entry-content .pk-row > [class^="pk-col-"] > h2,
.entry-content .pk-row > [class^="pk-col-"] > h3,
.entry-content .pk-row > [class^="pk-col-"] > h4,
.entry-content .pk-row > [class^="pk-col-"] > h5,
.entry-content .pk-row > [class^="pk-col-"] > h6,
.entry-content .pk-row > [class*=" pk-col-"] > h1,
.entry-content .pk-row > [class*=" pk-col-"] > h2,
.entry-content .pk-row > [class*=" pk-col-"] > h3,
.entry-content .pk-row > [class*=" pk-col-"] > h4,
.entry-content .pk-row > [class*=" pk-col-"] > h5,
.entry-content .pk-row > [class*=" pk-col-"] > h6 {
	margin-bottom: 1.5rem;
}

.entry-content .pk-row > [class^="pk-col-"] > h1:not(:first-child),
.entry-content .pk-row > [class^="pk-col-"] > h2:not(:first-child),
.entry-content .pk-row > [class^="pk-col-"] > h3:not(:first-child),
.entry-content .pk-row > [class^="pk-col-"] > h4:not(:first-child),
.entry-content .pk-row > [class^="pk-col-"] > h5:not(:first-child),
.entry-content .pk-row > [class^="pk-col-"] > h6:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h1:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h2:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h3:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h4:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h5:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h6:not(:first-child) {
	margin-top: 3rem;
}

.entry-content .pk-row + .pk-row h1:first-child, .entry-content .pk-row + .pk-row h2:first-child, .entry-content .pk-row + .pk-row h3:first-child, .entry-content .pk-row + .pk-row h4:first-child, .entry-content .pk-row + .pk-row h5:first-child, .entry-content .pk-row + .pk-row h6:first-child {
	margin-top: 1.5rem;
}

.entry-content div[class^='pk-col-'], .entry-content div[class*=' pk-col-'] {
	margin-bottom: 1.5rem;
}

.entry-content div[class^='pk-col-'] > *:last-child, .entry-content div[class*=' pk-col-'] > *:last-child {
	margin-bottom: 0;
}

.entry-content .pk-clearfix {
	margin: 0;
}

/*--------------------------------------------------------------
## Basic Styles
--------------------------------------------------------------*/
.menu-item .pk-badge {
	margin-bottom: auto;
	margin-top: auto;
	margin-right: auto;
}

.navbar-nav > .menu-item > a .pk-badge {
	position: relative;
	z-index: 1;
}

.navbar-nav > .menu-item > a .pk-badge:after {
	position: absolute;
	border-bottom: 10px transparent solid;
	width: calc(100% + 12px);
	top: 100%;
	left: -10px;
	content: '';
}

.pk-alert {
	color: #000000;
}

.pk-alert a {
	color: #000000;
}

.pk-alert a:hover {
	color: #A8AAB2;
}

.pk-nav-tabs .pk-nav-link,
.pk-tabs .pk-nav-pills .pk-nav-link,
.pk-tabs-vertical .pk-nav-tabs .pk-nav-link {
	border-radius: 0;
}

.pk-input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.pk-input-group .form-control {
	position: relative;
	z-index: 2;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.pk-input-group .button {
	line-height: 1.5rem;
}

.entry-content .pk-button {
	color: #fff;
}

.entry-content .pk-button-secondary {
	background: #000000;
}

.entry-content .pk-button-primary {
	background: #fff;
	border: 1px solid currentColor;
	color: #000000;
}

.entry-content .pk-button-primary:hover, .entry-content .pk-button-primary:focus, .entry-content .pk-button-primary:active {
	border: 1px solid !important;
	color: #fff !important;
}

.entry-content .pk-alert {
	margin-bottom: 1.5rem;
}

.entry-content .pk-card-header a {
	color: #000000;
}

.entry-content .pk-card-header a:hover {
	color: #A8AAB2;
}

.entry-content .pk-instagram-feed a {
	color: #000000;
}

.entry-content .pk-instagram-feed a:hover {
	color: #A8AAB2;
}

.entry-content .pk-instagram-feed .pk-instagram-btn {
	color: #fff;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.entry-content .pk-instagram-feed .pk-instagram-btn:hover {
	background-color: #000000;
	color: #fff;
}

.entry-content .pk-twitter-wrap a {
	color: #A8AAB2;
}

.entry-content .pk-twitter-wrap a:hover {
	color: #000000;
}

.entry-content .pk-twitter-wrap .pk-twitter-header a {
	color: #000000;
}

.entry-content .pk-twitter-wrap .pk-twitter-header a:hover {
	color: #A8AAB2;
}

.entry-content .pk-twitter-content {
	color: inherit;
}

.entry-content .pk-twitter-wrap .pk-twitter-btn {
	color: #000000;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.entry-content .pk-twitter-wrap .pk-twitter-btn:hover {
	color: #000000;
}

/*--------------------------------------------------------------
## Share Buttons
--------------------------------------------------------------*/
.entry-share .pk-share-buttons-wrap {
	margin: 0;
}

.entry-share .pk-share-buttons-wrap .pk-share-buttons-total {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-right: 0.5rem;
}

.entry-share .pk-share-buttons-wrap .pk-share-buttons-item {
	position: relative;
	border-right: 1px solid #e9ecef;
	padding: 0;
}

.entry-share .pk-share-buttons-wrap .pk-share-buttons-item:last-child {
	border-right: none;
}

.entry-share .pk-share-buttons-wrap .pk-share-buttons-item .pk-share-buttons-link {
	padding: 0.25rem 0.5rem;
	height: auto;
}

.entry-share .pk-share-buttons-wrap .pk-share-buttons-item .pk-share-buttons-count {
	position: absolute;
	padding: 0.325rem 0.5rem;
	margin: 0 0 6px;
	left: -9999px;
	bottom: 120%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	opacity: 0;
	-webkit-transition: left 0s ease 0.2s, bottom 0.2s linear, opacity 0.2s linear;
	transition: left 0s ease 0.2s, bottom 0.2s linear, opacity 0.2s linear;
	background: #262424;
	color: #fff;
	border: none;
	border-radius: 4px;
}

.entry-share .pk-share-buttons-wrap .pk-share-buttons-item .pk-share-buttons-count:before {
	display: none;
}

.entry-share .pk-share-buttons-wrap .pk-share-buttons-item .pk-share-buttons-count:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #262424;
	border-width: 6px;
	margin-top: 0;
	margin-left: -6px;
}

.entry-share .pk-share-buttons-wrap .pk-share-buttons-item .pk-share-buttons-link:hover + .pk-share-buttons-count {
	-webkit-transition: left 0s ease 0s, bottom 0.2s linear, opacity 0.2s linear;
	transition: left 0s ease 0s, bottom 0.2s linear, opacity 0.2s linear;
	left: 50%;
	bottom: 100%;
	opacity: 1;
}

.entry-share .pk-share-buttons-scheme-default .pk-share-buttons-link {
	background: transparent;
}

.entry-share .pk-share-buttons-scheme-default .pk-share-buttons-link:hover {
	background: transparent;
	color: #6c757d;
}

.entry-share .pk-share-buttons-scheme-bold .pk-share-buttons-link {
	background: transparent;
}

.post-sidebar-shares {
	position: -webkit-sticky;
	position: sticky;
}

.post-sidebar-shares .post-sidebar-inner {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-sidebar-shares .pk-share-buttons-total {
	margin-right: 0;
	margin-bottom: 1rem;
	text-align: center;
}

.post-sidebar-shares .pk-share-buttons-total .pk-share-buttons-count {
	color: #A8AAB2;
}

.post-sidebar-shares .pk-share-buttons-total .pk-share-buttons-label {
	font-size: 0.75rem;
}

.post-sidebar-shares .pk-share-buttons-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
}

.post-sidebar-shares .pk-share-buttons-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}

.post-sidebar-shares .pk-share-buttons-items .pk-share-buttons-item {
	position: relative;
	display: block;
	border-top: 1px solid #e9ecef;
	padding: 0;
}

.post-sidebar-shares .pk-share-buttons-items .pk-share-buttons-item:first-child {
	border-top: none;
}

.post-sidebar-shares .pk-share-buttons-item .pk-share-buttons-link {
	position: relative;
	width: 2rem;
	height: initial;
	padding: 0.5rem 0;
}

.post-sidebar-shares .pk-share-buttons-item .pk-share-buttons-link .pk-share-buttons-icon {
	font-size: 1.25rem;
}

.post-sidebar-shares .pk-share-buttons-item .pk-share-buttons-count {
	position: absolute;
	padding: 0.325rem 0.5rem;
	margin-left: 6px;
	left: 120%;
	top: -9999px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	opacity: 0;
	-webkit-transition: top 0s ease 0.2s, left 0.2s linear, opacity 0.2s linear;
	transition: top 0s ease 0.2s, left 0.2s linear, opacity 0.2s linear;
	background: #262424;
	color: #fff;
	border: none;
	border-radius: 4px;
}

.post-sidebar-shares .pk-share-buttons-item .pk-share-buttons-count:before {
	display: none;
}

.post-sidebar-shares .pk-share-buttons-item .pk-share-buttons-count:after {
	top: 50%;
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	-webkit-transform: translateX(2px);
	transform: translateX(2px);
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-right-color: #262424;
	border-width: 6px;
	margin-top: -6px;
}

.post-sidebar-shares .pk-share-buttons-item .pk-share-buttons-link:hover + .pk-share-buttons-count {
	-webkit-transition: top 0s ease 0s, left 0.2s linear, opacity 0.2s linear;
	transition: top 0s ease 0s, left 0.2s linear, opacity 0.2s linear;
	left: 100%;
	top: 50%;
	opacity: 1;
}

.post-sidebar-shares .pk-share-buttons-scheme-default .pk-share-buttons-link {
	background: transparent;
}

.post-sidebar-shares .pk-share-buttons-scheme-default .pk-share-buttons-link:hover {
	background: transparent;
	color: #6c757d;
}

.post-sidebar-shares .pk-share-buttons-scheme-bold .pk-share-buttons-link {
	background: transparent;
}

.pk-share-buttons-after-post {
	border-top: 1px solid #e9ecef;
	border-bottom: 1px solid #e9ecef;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 3rem;
	padding: 1rem 0;
	margin-bottom: 0;
}

.pk-share-buttons-after-post .pk-share-buttons-items {
	-webkit-box-flex: initial;
	-ms-flex-positive: initial;
	flex-grow: initial;
}

.pk-share-buttons-after-post .pk-share-buttons-item {
	border-right: 1px solid #e9ecef;
	padding: 0 1rem;
}

.pk-share-buttons-after-post .pk-share-buttons-item:last-child {
	border-right: none;
	padding-right: 0;
}

.pk-share-buttons-after-post .pk-share-buttons-item .pk-share-buttons-link {
	-webkit-box-flex: initial;
	-ms-flex-positive: initial;
	flex-grow: initial;
	height: 2rem;
	padding: 0;
}

.pk-share-buttons-after-post .pk-share-buttons-item .pk-share-buttons-link .pk-share-buttons-icon {
	font-size: 1.25rem;
	padding: 0;
}

.pk-share-buttons-after-post .pk-share-buttons-item .pk-share-buttons-title {
	padding: 0 0 0 0.5rem;
}

.pk-share-buttons-after-post .pk-share-buttons-item .pk-share-buttons-count {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: transparent;
	border: none;
	color: #A8AAB2;
	padding: 0;
	margin: 0;
	padding-left: 0.25rem;
	line-height: 1;
}

.pk-share-buttons-after-post .pk-share-buttons-item .pk-share-buttons-count:before, .pk-share-buttons-after-post .pk-share-buttons-item .pk-share-buttons-count:after {
	display: none;
}

.pk-share-buttons-after-post.pk-share-buttons-wrap .pk-share-buttons-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1rem;
}

.pk-share-buttons-after-post.pk-share-buttons-wrap .pk-share-buttons-item {
	-webkit-box-flex: initial;
	-ms-flex-positive: initial;
	flex-grow: initial;
}

.pk-share-buttons-after-post.pk-share-buttons-scheme-default .pk-share-buttons-link {
	background: transparent;
}

.pk-share-buttons-after-post.pk-share-buttons-scheme-default .pk-share-buttons-link:hover {
	background: transparent;
	color: #6c757d;
}

.pk-share-buttons-after-post.pk-share-buttons-scheme-default .pk-share-buttons-link:hover .pk-share-buttons-count {
	color: #A8AAB2;
}

.pk-share-buttons-after-post.pk-share-buttons-scheme-bold .pk-share-buttons-link {
	background: transparent;
}

.pk-share-buttons-after-post + .post-author {
	border-top: none;
	padding-top: 1rem;
}

/*--------------------------------------------------------------
## Social Links
--------------------------------------------------------------*/
.pk-social-links-template-columns .pk-social-links-count + .pk-social-links-label {
	margin-top: 0.25rem;
}

.pk-social-links-template-nav.pk-social-links-scheme-light-rounded .pk-social-links-icon, .pk-social-links-template-nav.pk-social-links-scheme-bold-rounded .pk-social-links-icon {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: inherit;
}

.pk-social-links-template-nav .pk-social-links-items {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0;
}

.pk-social-links-template-nav .pk-social-links-item {
	padding-left: 0.5rem;
}

.pk-social-links-template-nav .pk-social-links-item:first-child {
	margin-left: 0;
	padding-left: 0;
}

.pk-social-links-template-nav .pk-social-links-icon {
	font-size: 1.125rem;
	text-align: center;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	border-radius: 100%;
}

.pk-social-links-template-nav .pk-social-links-count {
	color: #A8AAB2;
	font-weight: normal;
	font-size: 0.75rem;
}

.post-author .pk-social-links-items {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.post-author .pk-social-links-item {
	padding-top: 0;
}

.sidebar-area .pk-social-links-scheme-light-bg.pk-social-links-template-columns .pk-social-links-item {
	margin-bottom: 1px;
}

.sidebar-area .pk-social-links-scheme-light-bg.pk-social-links-template-columns .pk-social-links-item:not(:last-child) .pk-social-links-link {
	margin-right: 1px;
}

.sidebar-area .pk-social-links-template-inline.pk-social-links-scheme-light-rounded .pk-social-links-icon, .sidebar-area .pk-social-links-template-inline.pk-social-links-scheme-bold-rounded .pk-social-links-icon,
.sidebar-area .pk-social-links-template-col-1.pk-social-links-scheme-light-rounded .pk-social-links-icon,
.sidebar-area .pk-social-links-template-col-1.pk-social-links-scheme-bold-rounded .pk-social-links-icon,
.sidebar-area .pk-social-links-template-col-2.pk-social-links-scheme-light-rounded .pk-social-links-icon,
.sidebar-area .pk-social-links-template-col-2.pk-social-links-scheme-bold-rounded .pk-social-links-icon,
.sidebar-area .pk-social-links-template-col-3.pk-social-links-scheme-light-rounded .pk-social-links-icon,
.sidebar-area .pk-social-links-template-col-3.pk-social-links-scheme-bold-rounded .pk-social-links-icon,
.sidebar-area .pk-social-links-template-col-4.pk-social-links-scheme-light-rounded .pk-social-links-icon,
.sidebar-area .pk-social-links-template-col-4.pk-social-links-scheme-bold-rounded .pk-social-links-icon {
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
}

.sidebar-area .pk-social-links-template-inline .pk-social-links-icon,
.sidebar-area .pk-social-links-template-col-1 .pk-social-links-icon,
.sidebar-area .pk-social-links-template-col-2 .pk-social-links-icon,
.sidebar-area .pk-social-links-template-col-3 .pk-social-links-icon,
.sidebar-area .pk-social-links-template-col-4 .pk-social-links-icon {
	font-size: 1.25rem;
}

.page-header .pk-social-links-wrap {
	margin-top: 1rem;
}

.site-info .pk-social-links-item {
	padding-bottom: 0;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.pk-widget-about .pk-about-small {
	color: #A8AAB2;
}

.pk-widget-posts .pk-post-item {
	border-top: 1px solid #e9ecef;
	margin-top: 2rem;
	padding-top: 2rem;
}

.pk-widget-posts .pk-post-item:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.pk-widget-posts .pk-post-outer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pk-widget-posts .pk-post-outer:hover .pk-current-number {
	color: #fff;
}

.pk-widget-posts .pk-post-outer:hover .pk-current-number:before {
	margin-top: -40px;
}

.pk-widget-posts .pk-post-thumbnail {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 85px;
	flex: 0 0 85px;
	margin-left: 0.75rem;
	overflow: hidden;
}

.pk-widget-posts .pk-post-thumbnail a {
	display: block;
}

.pk-widget-posts .pk-post-thumbnail img {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.pk-widget-posts .pk-post-data {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}

.pk-widget-posts .pk-post-data .post-meta,
.pk-widget-posts .pk-post-data .entry-title {
	margin: 1rem 0 0;
}

.pk-widget-posts .pk-post-data .post-meta:first-child,
.pk-widget-posts .pk-post-data .entry-title:first-child {
	margin-top: 0;
}

.pk-widget-posts .pk-post-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1rem;
}

.pk-widget-posts .pk-post-info:first-child {
	margin-top: 0;
}

.pk-widget-posts .pk-post-info .pk-post-meta {
	line-height: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.pk-widget-posts .pk-post-info .post-meta {
	margin-top: 0;
}

.pk-widget-posts .pk-post-info .post-meta > li {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

.pk-widget-posts .pk-post-info .entry-title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.pk-widget-posts .pk-current-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #f8f9fa;
	font-size: 1.125rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 0.5rem;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: background-color 0.25s;
	transition: background-color 0.25s;
}

.pk-widget-posts .pk-current-number:before {
	margin-top: 0;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.pk-widget-posts .pk-current-number:before, .pk-widget-posts .pk-current-number:after {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	content: attr(data-content);
}

.pk-widget-posts .pk-post-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.pk-widget-posts .pk-post-meta a,
.pk-widget-posts .meta-category a {
	position: relative;
	z-index: 3;
}

.pk-widget-posts .pk-post-meta a:hover,
.pk-widget-posts .meta-category a:hover {
	color: #A8AAB2;
}

.pk-widget-posts .entry-title {
	font-size: 1rem;
}

.pk-widget-posts-template-large .pk-post-item {
	border-top: none;
	padding-top: 0;
}

.pk-widget-posts-template-large .pk-overlay-thumbnail {
	margin-bottom: 1rem;
	overflow: hidden;
}

.pk-widget-posts-template-large .pk-overlay-thumbnail img {
	width: 100%;
}

.pk-widget-posts-template-large .pk-post-data .meta-category {
	font-size: inherit;
}

.pk-widget-posts-template-large .pk-post-data .meta-category a {
	font-size: inherit;
	text-transform: inherit;
}

.pk-widget-posts-template-large .pk-post-data .entry-title {
	font-size: 1.5rem;
}

.pk-widget-posts-template-carousel ul > .pk-post-item:not(:first-child) {
	position: fixed;
	left: -9999px;
}

.pk-widget-posts-template-carousel .pk-post-item {
	width: 100%;
	max-width: 100%;
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	margin-right: 0.5rem;
}

.pk-widget-posts-template-carousel .pk-overlay-thumbnail {
	margin-top: 1rem;
}

.pk-widget-posts-template-carousel .pk-overlay-thumbnail:first-child {
	margin-top: 0;
}

.pk-widget-posts-template-carousel .pk-overlay-thumbnail img {
	width: 100%;
	height: auto;
}

.pk-widget-posts-template-carousel .pk-post-data .entry-title {
	text-align: center;
	font-size: 1.5rem;
}

.pk-widget-posts-template-carousel .pk-post-data .entry-title:first-child {
	margin-top: 0;
}

.pk-widget-posts-template-carousel .pk-post-data .post-meta,
.pk-widget-posts-template-carousel .pk-post-data .meta-author {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cs-widget-author {
	position: relative;
}

.cs-widget-author .cs-widget-author-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.cs-widget-author .cs-widget-author-bg img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.cs-widget-author .cs-widget-author-container {
	position: relative;
	z-index: 2;
}

.cs-widget-author .cs-author-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cs-widget-author .cs-author-avatar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	margin-right: 1rem;
}

.cs-widget-author .cs-author-avatar img {
	border-radius: 100%;
}

.cs-widget-author .cs-author-title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 1.25rem;
	margin: 0;
}

.cs-widget-author .cs-social-accounts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1.5rem;
}

.cs-widget-author .cs-social-accounts .cs-social-label {
	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;
	margin-right: 0.5rem;
	margin-bottom: 0;
}

.cs-widget-author .cs-social-accounts .cs-social-label:after {
	display: inline-block;
	margin-left: 0.125rem;
	font-family: "cs-icons";
	font-size: 1.125rem;
	font-weight: normal;
	content: "\e90e";
}

.cs-widget-author .cs-social-accounts .pk-social-links-item .pk-icon {
	font-size: 1.25rem;
}

.cs-widget-author .cs-author-button {
	margin-top: 1.5rem;
}

.cs-widget-author .author-description {
	margin-top: 1rem;
	font-size: 0.875rem;
	color: #A8AAB2;
}

.cs-author-social-links .cs-social-links-link {
	padding: 0 0.25rem;
}

.cs-widget-author-with-bg .cs-widget-author-container {
	padding: 40px;
}

.cs-widget-author-with-bg .cs-widget-author-container .author-description {
	color: rgba(255, 255, 255, 0.75);
}

/*--------------------------------------------------------------
## Lightbox
--------------------------------------------------------------*/
.pk-zoom-icon-popup {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.pk-zoom-icon-popup:after {
	display: none;
}

.mfp-arrow:before,
.mfp-figure button:before {
	display: none;
}

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

/*--------------------------------------------------------------
## Pinterest
--------------------------------------------------------------*/
.pk-pin-it {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	top: 1rem;
	right: 1rem;
	left: auto;
	font-size: 1.125rem;
}

.pk-pin-it span {
	color: #000000;
	-webkit-transition: color 0.25s ease;
	transition: color 0.25s ease;
}

.pk-pin-it .pk-icon-pinterest:before {
	font-family: 'cs-icons';
	content: "\e93d";
}

.pk-pin-it:hover span {
	color: #fff;
}

.wp-block-gallery .blocks-gallery-image .pk-pin-it,
.wp-block-gallery .blocks-gallery-item .wp-block-gallery.is-cropped .blocks-gallery-image .pk-pin-it,
.wp-block-gallery.is-cropped .blocks-gallery-item .pk-pin-it {
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
}

/*--------------------------------------------------------------
## Twitter
--------------------------------------------------------------*/
.pk-twitter-info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.pk-twitter-name a {
	color: #000000;
}

.pk-twitter-name a:hover {
	color: #A8AAB2;
}

.pk-twitter-username a {
	color: #b5b5b5;
}

.pk-twitter-username a:hover {
	color: #000000;
}

.pk-twitter-counters {
	color: #A8AAB2;
}

.pk-twitter-counters .number {
	color: #000000;
}

.pk-twitter-content {
	font-size: 0.875rem;
	color: #b5b5b5;
}

.pk-twitter-time {
	color: #A8AAB2;
}

.widget .pk-twitter-link {
	display: block;
	height: auto;
}

/*--------------------------------------------------------------
## Instagram
--------------------------------------------------------------*/
.pk-instagram-info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.pk-instagram-item .pk-instagram-link:hover img {
	-webkit-transform: none;
	transform: none;
}

.pk-instagram-item .pk-instagram-data .pk-meta {
	color: #fff;
	font-weight: 300;
}

.widget .pk-instagram-feed .pk-avatar-link {
	display: block;
	height: auto;
}

.footer-instagram {
	margin-bottom: 4rem;
}

.footer-instagram .pk-alt-instagram-header {
	margin-bottom: 3rem;
}

@media (min-width: 720px) {
	.footer-instagram .pk-alt-instagram-header {
		margin-bottom: 4rem;
	}
}

@media (min-width: 1020px) {
	.footer-instagram .pk-alt-instagram-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.footer-instagram .pk-alt-instagram-title {
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	margin-right: 0;
}

.footer-instagram .pk-alt-instagram-title br {
	display: none;
}

@media (min-width: 1020px) {
	.footer-instagram .pk-alt-instagram-title {
		display: grid;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		grid-template-columns: auto minmax(2rem, 1fr);
		grid-gap: 2rem;
		margin-right: 2rem;
		margin-bottom: 0;
	}
	.footer-instagram .pk-alt-instagram-title:after {
		content: '';
		border-top: 2px solid #e9ecef;
	}
	.footer-instagram .pk-alt-instagram-title br {
		display: inline-block;
	}
}

.footer-instagram .pk-alt-instagram-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-instagram .pk-alt-instagram-info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.footer-instagram .pk-alt-avatar-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-right: 1rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	width: 60px;
	height: 60px;
}

.footer-instagram .pk-alt-instagram-avatar {
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

.footer-instagram .pk-alt-instagram-info a {
	color: inherit;
}

.footer-instagram .pk-alt-instagram-username {
	color: #000000;
	margin-bottom: 0;
	white-space: nowrap;
	word-break: break-all;
	margin-top: 0.25rem;
}

.footer-instagram .pk-alt-instagram-counters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #A8AAB2;
}

.footer-instagram .pk-alt-instagram-counters .counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer-instagram .pk-alt-instagram-counters .counter + .counter {
	margin-left: 0.5rem;
}

.footer-instagram .pk-alt-instagram-counters .number {
	color: #000000;
}

.footer-instagram .pk-alt-instagram-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 2rem 1rem 0;
}

@media (min-width: 720px) {
	.footer-instagram .pk-alt-instagram-footer {
		margin: 3rem 1rem 0;
	}
}

.footer-instagram .pk-alt-instagram-footer .pk-alt-instagram-btn {
	display: block;
	padding: 0.625rem 4rem;
	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;
}

.footer-instagram .pk-alt-instagram-footer .pk-alt-instagram-btn:after {
	display: inline-block;
	margin-left: 0.5rem;
	font-family: "cs-icons";
	font-size: 1.125rem;
	font-weight: normal;
	content: "\e93c";
}

.footer-instagram .pk-alt-instagram-items:not(.flickity-enabled) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.footer-instagram .pk-alt-instagram-item .pk-alt-instagram-link {
	display: block;
}

.footer-instagram .pk-alt-instagram-item .pk-alt-instagram-data {
	display: block;
	margin-top: 1rem;
}

.footer-instagram .pk-alt-instagram-item .pk-alt-instagram-data .pk-alt-meta {
	display: inline-block;
	color: #000000;
}

.footer-instagram .pk-alt-instagram-item .pk-alt-instagram-data .pk-icon {
	color: #A8AAB2;
	font-weight: normal;
}

.footer-instagram .pk-alt-instagram-item .pk-alt-meta-comments {
	margin-left: 0.5rem;
}

.footer-instagram .pk-alt-instagram-item .pk-alt-instagram-desc {
	margin-top: 1rem;
}

.footer-instagram .pk-alt-instagram-item img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.footer-instagram-simple .pk-alt-instagram-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

.footer-instagram-simple .pk-alt-instagram-item {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 20px;
}

.footer-instagram-simple .pk-alt-instagram-item:first-child {
	margin-top: 0;
}

@media (min-width: 600px) {
	.footer-instagram-simple .pk-alt-instagram-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.footer-instagram-simple .pk-alt-instagram-item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media (min-width: 1020px) {
	.footer-instagram-simple .pk-alt-instagram-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.footer-instagram-simple .pk-alt-instagram-item:nth-child(-n+4) {
		margin-top: 0;
	}
}

.footer-instagram-modern .pk-container-items {
	max-width: 100%;
	padding: 0;
}

.footer-instagram-modern .pk-alt-instagram-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 280px;
	flex: 0 0 280px;
	max-width: 280px;
	width: 100%;
	padding: 0 20px;
}

@media (min-width: 720px) {
	.footer-instagram-modern .pk-alt-instagram-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 460px;
		flex: 0 0 460px;
		max-width: 460px;
		padding: 0 40px;
	}
	.footer-instagram-modern .pk-alt-instagram-item:nth-child(odd) {
		padding-bottom: 40px;
	}
	.footer-instagram-modern .pk-alt-instagram-item:nth-child(even) {
		padding-top: 40px;
	}
}

@media (min-width: 1020px) {
	.footer-instagram-modern .pk-alt-instagram-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 500px;
		flex: 0 0 500px;
		max-width: 500px;
		padding: 0 60px;
	}
	.footer-instagram-modern .pk-alt-instagram-item:nth-child(odd) {
		padding-bottom: 60px;
	}
	.footer-instagram-modern .pk-alt-instagram-item:nth-child(even) {
		padding-top: 60px;
	}
}

/*--------------------------------------------------------------
## Facebook
--------------------------------------------------------------*/
.entry-content .post-author + .fb-comments {
	margin-top: 0;
}

/*--------------------------------------------------------------
## Subscribe form
--------------------------------------------------------------*/
.pk-subscribe-form-wrap {
	background: #FAFAFA;
	padding: 40px;
}

.pk-subscribe-form-wrap .subscription {
	position: relative;
	overflow: hidden;
}

.pk-subscribe-form-wrap .subscription.pk-loading .pk-input-group {
	opacity: .125;
}

.pk-subscribe-form-wrap .subscription.pk-loading:before {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
}

.pk-subscribe-form-wrap .subscription.pk-loading:after {
	width: 24px;
	height: 24px;
	border: 2px solid rgba(119, 119, 119, 0.25);
	border-top-color: #777;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	content: "";
}

@keyframes loader-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.pk-subscribe-form-wrap .pk-input-group {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pk-subscribe-form-wrap .pk-input-group input[type="text"] {
	background: transparent;
	border: transparent;
	border-bottom: 1px solid #dee2e6;
	padding: 0 0 0.125rem;
	line-height: 1;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.pk-subscribe-form-wrap .pk-input-group input[type="text"]::-webkit-input-placeholder {
	color: #000000;
}

.pk-subscribe-form-wrap .pk-input-group input[type="text"]::-moz-placeholder {
	color: #000000;
}

.pk-subscribe-form-wrap .pk-input-group input[type="text"]:-ms-input-placeholder {
	color: #000000;
}

.pk-subscribe-form-wrap .pk-input-group input[type="text"]::-ms-input-placeholder {
	color: #000000;
}

.pk-subscribe-form-wrap .pk-input-group input[type="text"]::placeholder {
	color: #000000;
}

.pk-subscribe-form-wrap .pk-input-group input[type="text"]:focus::-webkit-input-placeholder {
	color: #A8AAB2;
}

.pk-subscribe-form-wrap .pk-input-group input[type="text"]:focus::-moz-placeholder {
	color: #A8AAB2;
}

.pk-subscribe-form-wrap .pk-input-group input[type="text"]:focus:-ms-input-placeholder {
	color: #A8AAB2;
}

.pk-subscribe-form-wrap .pk-input-group input[type="text"]:focus::-ms-input-placeholder {
	color: #A8AAB2;
}

.pk-subscribe-form-wrap .pk-input-group input[type="text"]:focus::placeholder {
	color: #A8AAB2;
}

.pk-subscribe-form-wrap .pk-input-group button {
	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;
	background: transparent;
	border: transparent;
	padding: 0;
	margin-left: 0.5rem;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pk-subscribe-form-wrap .pk-input-group button:before {
	display: none;
}

.pk-subscribe-form-wrap .pk-input-group button:hover {
	color: #A8AAB2;
}

.pk-subscribe-form-wrap .pk-input-group button:after {
	display: inline-block;
	margin-left: 0.125rem;
	font-family: "cs-icons";
	font-size: 1.125rem;
	font-weight: normal;
	content: "\e90e";
}

.pk-subscribe-form-wrap .pk-subscribe-message {
	font-size: 1.5rem;
	line-height: 1.25;
	letter-spacing: 0;
	color: inherit;
	margin-bottom: 1.5rem;
}

.pk-subscribe-form-wrap .pk-alert {
	background: #fff;
}

.pk-subscribe-form-wrap .pk-alert,
.pk-subscribe-form-wrap .pk-privacy {
	margin-top: 1.5rem;
}

.pk-subscribe-form-wrap .pk-privacy label {
	font-weight: normal;
	font-size: 0.75rem;
	text-transform: none;
	letter-spacing: 0;
}

.pk-subscribe-form-wrap .pk-subscribe-submit {
	position: relative;
}

.pk-subscribe-with-name .pk-input-group input,
.pk-subscribe-with-name .pk-input-group button {
	margin-top: 1.5rem;
	margin-left: 0;
}

.pk-subscribe-with-bg {
	padding: 0;
}

.pk-subscribe-with-bg .title-block:after {
	background: #fff;
}

.pk-subscribe-with-bg .pk-subscribe-data input[type="text"] {
	border-color: rgba(255, 255, 255, 0.5);
}

.pk-subscribe-with-bg .pk-subscribe-data input[type="text"]::-webkit-input-placeholder {
	color: #fff;
}

.pk-subscribe-with-bg .pk-subscribe-data input[type="text"]::-moz-placeholder {
	color: #fff;
}

.pk-subscribe-with-bg .pk-subscribe-data input[type="text"]:-ms-input-placeholder {
	color: #fff;
}

.pk-subscribe-with-bg .pk-subscribe-data input[type="text"]::-ms-input-placeholder {
	color: #fff;
}

.pk-subscribe-with-bg .pk-subscribe-data input[type="text"]::placeholder {
	color: #fff;
}

.pk-subscribe-with-bg .pk-subscribe-data input[type="text"]:focus::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.pk-subscribe-with-bg .pk-subscribe-data input[type="text"]:focus::-moz-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.pk-subscribe-with-bg .pk-subscribe-data input[type="text"]:focus:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.pk-subscribe-with-bg .pk-subscribe-data input[type="text"]:focus::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.pk-subscribe-with-bg .pk-subscribe-data input[type="text"]:focus::placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.pk-subscribe-with-bg .pk-subscribe-data button {
	color: #fff;
	margin-left: 0;
}

.pk-subscribe-form-widget .pk-bg-overlay {
	text-align: left;
}

.cs-subscription .pk-subscribe-form-wrap .pk-title,
.entry-content .pk-subscribe-form-wrap .pk-title,
.post-subscribe .pk-subscribe-form-wrap .pk-title {
	margin-top: 0;
}

.cs-subscription .pk-subscribe-form-wrap button,
.entry-content .pk-subscribe-form-wrap button,
.post-subscribe .pk-subscribe-form-wrap button {
	margin-top: 0;
	margin-left: 1rem;
}

@media (min-width: 600px) {
	.cs-subscription .pk-subscribe-form-wrap .user + .email,
	.entry-content .pk-subscribe-form-wrap .user + .email,
	.post-subscribe .pk-subscribe-form-wrap .user + .email {
		border-right: none;
		margin-left: 1rem;
	}
}

.cs-subscription .pk-subscribe-with-name input[type="text"],
.cs-subscription .pk-subscribe-with-bg input[type="text"],
.entry-content .pk-subscribe-with-name input[type="text"],
.entry-content .pk-subscribe-with-bg input[type="text"],
.post-subscribe .pk-subscribe-with-name input[type="text"],
.post-subscribe .pk-subscribe-with-bg input[type="text"] {
	width: 100%;
	text-align: center;
}

.cs-subscription .pk-subscribe-with-name button,
.cs-subscription .pk-subscribe-with-bg button,
.entry-content .pk-subscribe-with-name button,
.entry-content .pk-subscribe-with-bg button,
.post-subscribe .pk-subscribe-with-name button,
.post-subscribe .pk-subscribe-with-bg button {
	margin-top: 1.5rem;
	margin-left: 0;
}

@media (min-width: 600px) {
	.cs-subscription .pk-subscribe-with-name .pk-input-group,
	.cs-subscription .pk-subscribe-with-bg .pk-input-group,
	.entry-content .pk-subscribe-with-name .pk-input-group,
	.entry-content .pk-subscribe-with-bg .pk-input-group,
	.post-subscribe .pk-subscribe-with-name .pk-input-group,
	.post-subscribe .pk-subscribe-with-bg .pk-input-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.cs-subscription .pk-subscribe-with-name input[type="text"],
	.cs-subscription .pk-subscribe-with-bg input[type="text"],
	.entry-content .pk-subscribe-with-name input[type="text"],
	.entry-content .pk-subscribe-with-bg input[type="text"],
	.post-subscribe .pk-subscribe-with-name input[type="text"],
	.post-subscribe .pk-subscribe-with-bg input[type="text"] {
		width: 1%;
		margin-top: 0;
		text-align: left;
	}
	.cs-subscription .pk-subscribe-with-name button,
	.cs-subscription .pk-subscribe-with-bg button,
	.entry-content .pk-subscribe-with-name button,
	.entry-content .pk-subscribe-with-bg button,
	.post-subscribe .pk-subscribe-with-name button,
	.post-subscribe .pk-subscribe-with-bg button {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		margin-left: 1rem;
		margin-top: 0;
	}
}

.widget .pk-subscribe-with-bg input[type="text"] {
	width: 100%;
}

.widget .pk-subscribe-with-bg button {
	width: 100%;
}

.widget .pk-subscribe-with-name .pk-subscribe-message,
.widget .pk-subscribe-with-bg .pk-subscribe-message {
	text-align: center;
}

.widget .pk-subscribe-with-name input[type="text"],
.widget .pk-subscribe-with-bg input[type="text"] {
	text-align: center;
}

/*--------------------------------------------------------------
## Inline Posts
--------------------------------------------------------------*/
.pk-inline-posts-container .post-meta a {
	font-weight: normal;
}

.pk-inline-posts-container .post-meta .meta-category a:not(:hover) {
	color: #000000;
}

.pk-inline-posts-container .pk-title:not(:first-child) {
	margin-top: 1rem;
}

.pk-inline-posts-container .pk-title a {
	color: #000000;
}

.pk-inline-posts-container .pk-title a:hover {
	color: #A8AAB2;
}

.pk-inline-posts-template-list .pk-post-outer {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*--------------------------------------------------------------
## Table of Contents
--------------------------------------------------------------*/
.pk-toc:not(:last-child) {
	padding-bottom: 40px;
	margin-bottom: 3rem;
	border-bottom: 1px #e9ecef solid;
}

.pk-toc:not(:first-child) {
	padding-top: 40px;
	margin-top: 3rem;
	border-top: 1px #e9ecef solid;
}

/*--------------------------------------------------------------
## Typekit Typography
--------------------------------------------------------------*/
.wf-loading body,
.wf-loading body a,
.wf-loading body span,
.wf-loading body p,
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6,
.wf-loading label,
.wf-loading .post-meta,
.wf-loading .cs-link-more,
.wf-loading .button {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

/*--------------------------------------------------------------
## Scroll to top
--------------------------------------------------------------*/
.pk-scroll-to-top {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	left: -9999px;
	bottom: 6rem;
	opacity: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
	zoom: 1.01;
}

.pk-scroll-to-top.pk-active {
	opacity: 1;
	left: auto;
	right: -30px;
}

.pk-scroll-to-top:hover {
	color: #000000;
}

.pk-scroll-to-top:hover .cs-icon-arrow {
	color: #fff;
}

.pk-scroll-to-top:hover .cs-icon-arrow:before {
	margin-left: 0;
}

.pk-scroll-to-top span.cs-btn-caption {
	margin-left: 1rem;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.pk-scroll-to-top .cs-icon-arrow {
	background: #EDEDED;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 2rem;
	height: 2rem;
	line-height: 1;
	-webkit-transition: background-color 0.25s;
	transition: background-color 0.25s;
	border-radius: 50%;
	overflow: hidden;
}

.pk-scroll-to-top .cs-icon-arrow:before {
	margin-left: -2rem;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.pk-scroll-to-top .cs-icon-arrow:before, .pk-scroll-to-top .cs-icon-arrow:after {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: 'cs-icons';
	-webkit-box-flex: 0;
	-ms-flex: 0 0 2rem;
	flex: 0 0 2rem;
	width: 2rem;
	height: 2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	content: "\e93b";
}

@media (min-width: 760px) {
	.pk-scroll-to-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

/*--------------------------------------------------------------
# Vendors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## SearchWP Live Ajax Search
--------------------------------------------------------------*/
.searchwp-live-search-results {
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	height: 0;
	overflow: hidden;
	z-index: 9999;
	position: absolute;
	display: none;
}

.searchwp-live-search-results-showing {
	display: block;
	opacity: 1;
	height: auto;
	overflow: auto;
}

.searchwp-live-search-no-results {
	padding: 3em 2em 0;
	text-align: center;
}

.searchwp-live-search-no-min-chars:after {
	display: block;
	text-align: center;
	padding: 2em 2em 0;
}

.searchwp-live-search-results.searchwp-live-search-results-showing {
	background: #fff;
	min-height: 164px;
	max-height: 332px;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 9;
}

.searchwp-live-search-results.searchwp-live-search-results-showing > .spinner {
	margin-top: 1rem;
}

.searchwp-live-search-results.searchwp-live-search-results-showing:hover, .searchwp-live-search-results.searchwp-live-search-results-showing:focus {
	outline: none;
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a {
	padding: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .2s ease background;
	transition: .2s ease background;
	white-space: normal;
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a img {
	width: 50px;
	height: 50px;
	margin-right: 1rem;
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a .h6 {
	margin-bottom: 0;
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a .meta-date {
	margin-top: 0.25rem;
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a small {
	display: none;
	margin-left: auto;
	color: #A8AAB2;
	padding-left: 1rem;
}

@media (min-width: 600px) {
	.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a small {
		display: block;
	}
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a:hover, .searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a:focus {
	background: #e9ecef;
	outline: 0;
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result:not(:last-child) a {
	border-bottom: 1px #e9ecef solid;
}

.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result--focused {
	background: transparent;
}

@media (max-width: 719.98px) {
	.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result .h6 {
		font-size: 0.75rem;
	}
}

/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/
div.wpcf7 {
	margin: 0;
	padding: 0;
}

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

div.wpcf7-response-output {
	margin: 1rem 0;
	padding: 0.5rem 1rem;
	background: #f3b7bd;
	font-size: 0.875rem;
	color: #921925;
}

div.wpcf7-mail-sent-ok {
	background: #d8f6df;
	color: #145523;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	background: #f3b7bd;
	color: #921925;
}

div.wpcf7-spam-blocked {
	background: #fff4d3;
	color: #a07800;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	background: #fff4d3;
	color: #a07800;
}

.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

label .wpcf7-form-control-wrap {
	margin-top: 0.5rem;
}

span.wpcf7-not-valid-tip {
	color: #dc3545;
	font-size: 0.875rem;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #dc3545;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(168, 170, 178, 0.25);
	border-top-color: #A8AAB2;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	margin-left: 1rem;
	vertical-align: middle;
}

@keyframes loader-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

/*--------------------------------------------------------------
## WPBakery Page Builder
--------------------------------------------------------------*/
.wpb_video_wrapper .cs-embed-responsive:before {
	display: none;
}
/* at the very least you must set these two display properties */
/* this is so you can use CSS animations when toggling results */


/* visual styles */
.searchwp-live-search-results {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
	-webkit-box-shadow: 0 0 2px 0 rgba(30,30,30,0.4);
	box-shadow: 0 0 2px 0 rgba(30,30,30,0.4);
	border-radius: 3px;
	width: 315px;
	min-height: 175px;
	max-height: 300px;
}

.searchwp-live-search-no-min-chars .spinner {
	opacity: 0.3;
}

.searchwp-live-search-result p {
	font-size:0.9em;
	padding:1em;
	margin:0;
	border-bottom:1px solid rgba(30,30,30,0.1);
}

.searchwp-live-search-result--focused {
	background: #DDD;
}

.searchwp-live-search-result--focused a {
	color: #000;
}

.searchwp-live-search-result:last-of-type p {
	border-bottom:0;
}

.searchwp-live-search-result a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Bullet proof Screen Reader Only text */
.searchwp-live-search-instructions {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
		clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

@keyframes searchwp-spinner-line-fade-more {
  0%, 100% {
    opacity: 0; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

@keyframes searchwp-spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25; /* minimum opacity */
  }
  40% {
    opacity: 1;
  }
}

@keyframes searchwp-spinner-line-fade-default {
  0%, 100% {
    opacity: 0.22; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}
/*
 * Theme Name:  Once Child
 * Theme URI:   https://codesupply.co/themes/once/
 * Description: Once Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    once
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */
/*!
* Do not modify this file directly.  It is concatenated from individual module CSS files.
*/
[data-carousel-extra]{cursor:pointer}.jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows.png) no-repeat center center;background-size:200px 126px}.jp-carousel-msg{font-family:"Open Sans",sans-serif;font-style:normal;display:inline-block;line-height:19px;padding:11px 15px;font-size:14px;text-align:center;margin:25px 20px 0 2px;background-color:#fff;border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows-2x.png)}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-info h2{background:0 0!important;border:none!important;color:#999;display:block!important;font:normal 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:.5s opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{opacity:.6}.jp-carousel-next-button span{background-position:-110px center;right:0}.jp-carousel-previous-button span{background-position:-10px center;left:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:normal 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-transitions .jp-carousel-slide{transition:.3s ease-out}.jp-carousel-slide.selected{position:absolute!important;opacity:1}.jp-carousel-slide{opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:0 0!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity .4s linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:right;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:inline-block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color .2s linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite.png?5) no-repeat;background-size:16px 200px}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-right:auto!important;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite-2x.png?5)}}div#carousel-reblog-box{background:#222;background:-moz-linear-gradient(bottom,#222,#333);background:-webkit-gradient(linear,left bottom,left top,from(#222),to(#333));padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:left;margin:6px 9px 0 9px;border:1px solid #666;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px 0 0 2px!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;background:-moz-linear-gradient(bottom,#aaa,#ccc);background:-webkit-gradient(linear,left bottom,left top,from(#aaa),to(#ccc));border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc;background:-moz-linear-gradient(bottom,#ccc,#eee);background:-webkit-gradient(linear,left bottom,left top,from(#ccc),to(#eee))}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font-size:13px;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:0 0!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;display:inline-block!important;vertical-align:top!important;margin:0 2% 15px 0!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-left-radius:6px;border-right:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;right:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-right-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-left:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;right:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none transparent}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none transparent;color:#999;margin-bottom:20px;clear:left;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment .avatar{margin:0 20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0 0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner,#jp-carousel-comment-form-spinner:after{border-radius:50%;width:20px;height:20px}#jp-carousel-comment-form-spinner{display:none;float:left;margin:22px 0 0 10px;font-size:10px;position:relative;text-indent:-9999em;border-top:4px solid rgba(255,255,255,.2);border-right:4px solid rgba(255,255,255,.2);border-bottom:4px solid rgba(255,255,255,.2);border-left:4px solid #fff;transform:translateZ(0);animation:load8 1.1s infinite linear}@keyframes load8{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0 0;padding:0}#jp-carousel-comment-form-commenting-as fieldset{clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:right}#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px #000}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div#carousel-reblog-box{background:#eee;background:-moz-linear-gradient(bottom,#ececec,#f7f7f7);background:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f7f7f7));box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{border:1px inset #ccc;color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;background:-moz-linear-gradient(bottom,#ddd,#fff);background:-webkit-gradient(linear,left bottom,left top,from(#ddd),to(#fff));border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-left-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}.jp-carousel-light .jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(255,255,255,.75),rgba(255,255,255,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.75)),to(rgba(255,255,255,0)))}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-buttons{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}}
.contact-form .clear-form{clear:both}.contact-form input:-ms-input-placeholder{-ms-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.contact-form input::-ms-input-placeholder{-ms-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.contact-form input::placeholder{transition:opacity .3s ease-out}.contact-form input:hover:-ms-input-placeholder{opacity:.5}.contact-form input:hover::-ms-input-placeholder{opacity:.5}.contact-form input:hover::placeholder{opacity:.5}.contact-form input:focus:-ms-input-placeholder{opacity:.3}.contact-form input:focus::-ms-input-placeholder{opacity:.3}.contact-form input:focus::placeholder{opacity:.3}.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{box-sizing:border-box;margin-bottom:1.5em;width:100%}.contact-form select{margin-bottom:1.5em}.contact-form textarea{box-sizing:border-box;float:none;height:200px;margin-bottom:1.5em;width:100%}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin:0 .75rem 0 5px}.contact-form input[type=checkbox]{top:0;margin-left:0}.contact-form label{margin-bottom:.25em;float:none;font-weight:700;display:block}.contact-form label.checkbox,.contact-form label.checkbox-multiple,.contact-form label.radio{margin-bottom:.25em;float:none;font-weight:400;display:inline-flex;align-items:center}.contact-form .grunion-field-checkbox-multiple-wrap,.contact-form .grunion-field-checkbox-wrap,.contact-form .grunion-field-radio-wrap{margin-bottom:1em}.contact-form label span{font-size:85%;margin-left:.25em;font-weight:400}.contact-form-submission{margin-bottom:4em;padding:1.5em 1em}.contact-form-submission p{margin:0 auto;word-wrap:break-word}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=tel],.textwidget .contact-form input[type=text],.textwidget .contact-form input[type=url],.textwidget .contact-form textarea,.wp-block-column .contact-form input[type=email],.wp-block-column .contact-form input[type=tel],.wp-block-column .contact-form input[type=text],.wp-block-column .contact-form input[type=url],.wp-block-column .contact-form textarea{width:100%}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}.wp-block-jetpack-contact-form{display:flex;flex-wrap:wrap;justify-content:flex-start;flex-direction:row}.wp-block-jetpack-button,.wp-block-jetpack-contact-form .grunion-field-wrap{flex:0 0 100%}.wp-block-jetpack-button.alignright button{float:right}.wp-block-jetpack-contact-form .grunion-field-wrap{border-right:15px solid transparent}.wp-block-jetpack-contact-form .grunion-field-width-25-wrap{flex:0 0 25%}.wp-block-jetpack-contact-form .grunion-field-width-50-wrap{flex:0 0 50%}.wp-block-jetpack-contact-form .grunion-field-width-75-wrap{flex:0 0 75%}.grunion-field-checkbox-wrap{align-self:center}@media only screen and (min-width:600px){.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{width:50%}.wp-block-jetpack-contact-form input[type=email],.wp-block-jetpack-contact-form input[type=tel],.wp-block-jetpack-contact-form input[type=text],.wp-block-jetpack-contact-form input[type=url]{width:100%}}.jetpack-empty-spam-container{display:inline-block}.jetpack-empty-spam{display:inline-block}.jetpack-empty-spam-spinner{display:inline-block;margin-top:7px}
.infinite-loader{color:#000;display:block;height:28px;text-align:center}#infinite-handle span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px 16px}@keyframes spinner-inner{0%{opacity:1}100%{opacity:0}}.infinite-loader .spinner-inner div{left:47px;top:24px;position:absolute;animation:spinner-inner linear 1s infinite;background:#000;outline:1px solid #fff;width:6px;height:12px;border-radius:3px/6px;transform-origin:3px 26px}.infinite-loader .spinner-inner div:nth-child(1){transform:rotate(0);animation-delay:-.9166666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(2){transform:rotate(30deg);animation-delay:-.8333333333333334s;background:#000}.infinite-loader .spinner-inner div:nth-child(3){transform:rotate(60deg);animation-delay:-.75s;background:#000}.infinite-loader .spinner-inner div:nth-child(4){transform:rotate(90deg);animation-delay:-.6666666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(5){transform:rotate(120deg);animation-delay:-.5833333333333334s;background:#000}.infinite-loader .spinner-inner div:nth-child(6){transform:rotate(150deg);animation-delay:-.5s;background:#000}.infinite-loader .spinner-inner div:nth-child(7){transform:rotate(180deg);animation-delay:-.4166666666666667s;background:#000}.infinite-loader .spinner-inner div:nth-child(8){transform:rotate(210deg);animation-delay:-.3333333333333333s;background:#000}.infinite-loader .spinner-inner div:nth-child(9){transform:rotate(240deg);animation-delay:-.25s;background:#000}.infinite-loader .spinner-inner div:nth-child(10){transform:rotate(270deg);animation-delay:-.16666666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(11){transform:rotate(300deg);animation-delay:-83.33333333333333ms;background:#000}.infinite-loader .spinner-inner div:nth-child(12){transform:rotate(330deg);animation-delay:0s;background:#000}.infinite-loader .spinner{width:28px;height:28px;display:inline-block;overflow:hidden;background:0 0}.infinite-loader .spinner-inner{width:100%;height:100%;position:relative;transform:translateZ(0) scale(.28);-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-origin:0 0}.infinite-loader .spinner-inner div{box-sizing:content-box}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}#infinite-aria{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.infinite-wrap:focus{outline:0!important}
#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}div.jetpack-comment-likes-widget-wrapper{width:100%;position:relative;min-height:31px}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px 10px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:left;margin:0 5px 5px 0}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.comment-likes-widget-placeholder{height:18px;position:absolute;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.comment-likes-widget-placeholder::before{color:#2ea2cc;width:16px;height:16px;content:'';display:inline-block;position:relative;top:3px;padding-right:5px;background-repeat:no-repeat;background-size:16px 16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E")}.post-likes-widget-placeholder .button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.comment-likes-widget-placeholder .loading{padding-left:5px;margin-top:4px;align-self:center;color:#4e4e4e}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.cs-rating,.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}
.jp-related-posts-i2__row{display:flex;margin-top:1.5rem}.jp-related-posts-i2__row:first-child{margin-top:0}.jp-related-posts-i2__post{flex-grow:1;flex-basis:0;margin:0 10px;display:flex;flex-direction:column;padding-left:0}.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post{max-width:calc(33% - 20px)}.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post{max-width:calc(50% - 20px)}.jp-related-posts-i2__post-context,.jp-related-posts-i2__post-date,.jp-related-posts-i2__post-heading,.jp-related-posts-i2__post-img-link{flex-direction:row;display:block}.jp-related-posts-i2__post-heading{margin:.5rem 0;font-size:1rem;line-height:1.2em}.jp-related-posts-i2__post-link{display:block;width:100%;line-height:1.2em}.jp-related-posts-i2__post-img-link{order:-1}.jp-related-posts-i2__post-img-link img{width:100%}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row{margin-top:0;display:block}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{max-width:none;margin:0}.jp-relatedposts-i2[data-layout=list].jp-related-posts-i2__post-img-link{margin-top:1rem}@media only screen and (max-width:640px){.jp-related-posts-i2__row{margin-top:0;display:block}.jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post{max-width:none;margin:0;margin-top:1rem}.jp-related-posts-i2__post-img-link{margin-top:1rem}.jp-related-posts-i2__post-img-link img{width:350px}}#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative;clear:both}.jp-relatedposts:after{content:'';display:block;clear:both}#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em 0;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;-moz-opacity:.8;opacity:.8}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block;border-bottom:0}#jp-relatedposts .jp-relatedposts-items p{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post{clear:both;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img{float:left;overflow:hidden;max-width:33%;margin-right:3%}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{float:none;max-width:100%;margin-right:0}}
#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-content ul{padding:0!important;margin:0 0 .7em 0!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-content ul li.share-deprecated{opacity:.5}.sd-content ul li.share-deprecated a span{text-decoration:line-through}.sd-block.sd-gplus{margin:0 0 .5em 0}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#656565!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button>a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content ul li a.sd-button>span{line-height:17px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 18px/1 social-logos;vertical-align:top;text-align:center}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul li{margin:0 5px 5px 0;padding:0}.jp-sharing-input-touch .sd-content ul li{padding-left:10px}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px}}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f607'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f210'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f203'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:'\f606'}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:'\f220'}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:'\f608'}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.sd-content ul li.share-deprecated div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-deprecated a:before,.sd-social-icon-text .sd-content li.share-deprecated a:before,.sd-social-official .sd-content li.share-deprecated a:before{width:1em;height:1em;content:"\1F6AB"}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px 0}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0 10px 5px 0!important;height:25px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.reddit_button iframe{margin-top:1px}.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.linkedin_button>span,.pinterest_button a{display:block!important}.sd-social-official .sd-content .share-skype{width:55px}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0 3px;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:21px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0!important;height:0!important}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:7px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:1px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px 8px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#1877f2;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button{background:#08c;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00aff0;color:#fff!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px 0;text-align:left;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#jetpack-source_f_name{display:none!important;position:absolute!important;left:-9000px}#sharing_email .sharing_cancel{padding:0 0 0 1em;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em 0}.sd-content .share-customize-link{margin-top:0;line-height:11px}.sd-content .share-customize-link a{font-size:11px;font-family:"Open Sans",sans-serif}
.slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-top:30px!important;padding-bottom:56.25%!important;position:relative;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-width:100%;max-height:100%;padding:0!important;position:relative;transform:translateY(-50%);top:50%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;opacity:.5;direction:ltr;transition:.3s opacity ease-out}.slideshow-window:hover .slideshow-controls{opacity:1}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls.png)!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;border-radius:10em!important;transition:.3s border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.slideshow-controls a:hover{border-color:#fff!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.running{background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}
body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:grey;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/slide-nav.png);background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/expand.png);background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}
div.jetpack-quiz{border:1px solid #deede3;background-color:#f3f3f3;padding:1em;line-height:1.3em;margin-bottom:2em;border-radius:.2em}div.jetpack-quiz div.jetpack-quiz-question{margin-bottom:.5em;font-weight:700}div.jetpack-quiz div.jetpack-quiz-answer{cursor:pointer;margin-bottom:.5em;padding:1em 0 1em 1em;border-bottom:1px dotted #999}div.jetpack-quiz div.jetpack-quiz-answer.last{padding-bottom:0;margin-bottom:0;border-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{display:block;color:#000;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt{font-size:85%}div.jetpack-quiz pre{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;background:0 0;margin:0;padding:0}
#subscribe-email input{width:95%}.comment-subscription-form{margin-bottom:1em}.comment-subscription-form .subscribe-label{display:inline!important}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}
.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}
.jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;margin:0;line-height:1}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg .icon{color:inherit;fill:currentColor;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;speak:none;text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a:before{content:"\f415"}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest."]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"}
.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important;object-fit:cover}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}.tiled-gallery.type-square .tiled-gallery-item img{object-fit:cover}
.jetpack-display-remote-posts{margin:5px 0 20px 0}.jetpack-display-remote-posts h4{margin:5px 0;padding:0}.jetpack-display-remote-posts p{margin:0;padding:0}.jetpack-display-remote-posts img{max-width:100%}
.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}
div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px 10px 5px;background-color:#fff;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}div[class^=gr_custom_book_container]{float:right;overflow:hidden;height:60px;margin-left:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}
.widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget ul li{border:0 none;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0 none;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}
.jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{display:table;content:""}
.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-width:48px;max-height:48px}
.widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li li{padding-left:0}.widget_authors>ul>li{margin-bottom:1em;list-style:none}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors img{margin-right:5px;margin-bottom:5px;vertical-align:middle;box-shadow:none}
.wpcnt{text-align:center;line-height:2}.wpa{position:relative;overflow:hidden;display:inline-block;max-width:100%}.wpa-about{position:absolute;top:5px;left:0;right:0;display:block;margin-top:0;color:#888;font:10px/1 "Open Sans",Arial,sans-serif!important;text-align:left!important;text-decoration:none!important;opacity:.85;border-bottom:none!important;box-shadow:none!important}.wpa .u>div{display:block;margin-top:5px;margin-bottom:1em}div.wpa>div{margin-top:20px}.wpa .u .adsbygoogle{display:block;margin-top:17px;margin-bottom:1em;background-color:transparent}
.widget_eu_cookie_law_widget{animation:fadeIn .8s;border:none;bottom:1em;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}@keyframes fadeIn{from{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.widget_eu_cookie_law_widget.widget.top{bottom:auto;top:1em}.admin-bar .widget_eu_cookie_law_widget.widget.top{top:3em}amp-consent.widget_eu_cookie_law_widget.widget.top{top:1em;margin:0}.admin-bar amp-consent.widget_eu_cookie_law_widget.widget.top{top:0;margin-top:3em}#eu-cookie-law{background-color:#fff;border:1px solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px 6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law.hide{opacity:0;visibility:hidden;transition:opacity .4s,visibility .4s}#eu-cookie-law form{margin-bottom:0;position:static}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0 0 0 5%;padding:8px 12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law input.accept{bottom:8px;position:absolute;right:8px}}
.flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{align-content:space-between;align-items:center;display:flex;flex-flow:row wrap;justify-content:center}.flickr-images img{max-width:100%;margin:5px}
.wpcom-instagram-images{display:grid;grid-gap:.5rem;grid-auto-columns:1fr}.wpcom-instagram-images:after,.wpcom-instagram-images:before{content:none}.wpcom-instagram-images a{display:block;margin:4px 2px}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{display:inline-block;vertical-align:top}.wpcom-instagram-columns-2 a{width:calc(50% - 8px)}.wpcom-instagram-columns-3 a{width:calc(33.3333% - 8px)}.wpcom-instagram-images .sq-bg-image{background-position:center;background-repeat:no-repeat;background-size:cover;height:0;overflow:hidden;padding-bottom:100%}.wpcom-instagram-columns-2{grid-template-columns:repeat(2,1fr)}.wpcom-instagram-columns-3{grid-template-columns:repeat(3,1fr)}@supports (display:grid){.wpcom-instagram-images a{display:block;margin:0}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{width:auto}}
.jetpack-search-filters-widget__sub-heading{font-size:inherit;font-weight:700;margin:0 0 .5em;padding:0}.jetpack-search-form+.jetpack-search-filters-widget__sub-heading{margin-top:1.5em;margin-bottom:.5em!important}.jetpack-search-filters-widget__clear{margin-top:.5em;margin-bottom:.5em}.jetpack-search-sort-wrapper{margin-top:1em;margin-bottom:1.5em}.jetpack-search-sort-wrapper label{display:inherit}.widget_search .jetpack-search-filters-widget__filter-list input[type=checkbox]{width:auto;height:auto}ul.jetpack-search-filters-widget__filter-list li{border:none;padding:0;list-style:none}ul.jetpack-search-filters-widget__filter-list li a{text-decoration:none}ul.jetpack-search-filters-widget__filter-list li a:hover{box-shadow:none}ul.jetpack-search-filters-widget__filter-list li label{font-weight:inherit;display:inherit}.jetpack-search-filters-widget__filter-list{list-style:none}ul.jetpack-search-filters-widget__filter-list{margin-bottom:1.5em}body.search .jetpack-search-form input[name="s"]:-ms-input-placeholder{color:transparent}body.search .jetpack-search-form input[name="s"]::-ms-input-placeholder{color:transparent}body.search .jetpack-search-form input[name="s"]::placeholder{color:transparent}body.search .jetpack-search-form input[name="s"].show-placeholder:-ms-input-placeholder{color:inherit}body.search .jetpack-search-form input[name="s"].show-placeholder::-ms-input-placeholder{color:inherit}body.search .jetpack-search-form input[name="s"].show-placeholder::placeholder{color:inherit}
@media screen and (min-width:400px){.widget.jetpack-simple-payments .jetpack-simple-payments-product{flex-direction:column}.widget.jetpack-simple-payments .jetpack-simple-payments-details{padding-left:0}}
.jetpack_widget_social_icons li,.jetpack_widget_social_icons ul{list-style:none}.jetpack_widget_social_icons ul{display:block;margin:0 0 1.5em;padding:0}.jetpack_widget_social_icons ul li{border:0;display:inline-block;line-height:1;margin:0;padding:0}.jetpack_widget_social_icons ul li:after,.jetpack_widget_social_icons ul li:before{display:none}.jetpack_widget_social_icons a{border:0;box-shadow:none;display:block;height:24px;text-decoration:none;width:24px}.jetpack_widget_social_icons svg{color:inherit;fill:currentColor;height:inherit;vertical-align:middle;width:inherit}.jetpack_widget_social_icons ul.size-small a{height:24px;width:24px}.jetpack_widget_social_icons ul.size-medium a{height:32px;width:32px}.jetpack_widget_social_icons ul.size-large a{height:48px;width:48px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}