/*
Theme Name: Bone
Theme URI: https://themeforest.net/item/bone-minimal-clean-wordpress-blog-theme/20903092?ref=minimaldog
Author: minimaldog
Author URI: https://themeforest.net/user/minimaldog/portfolio?ref=minimaldog
Description: A minimal & clean WordPress blog theme by minimaldog
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 5.6
Version: 4.0.4
License URI: https://themeforest.net/user/minimaldog
Copyright: (c) minimaldog
Text Domain: bone
Tags: one-column, two-columns, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, sticky-post, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Base
	1.1 Utilities
	1.2 Objects
2.0 Layout
3.0 Components
4.0 Header
5.0 Navigation
6.0 Post item
	6.1 Post item general
	6.2 Post item list
	6.3 Post item list with background
	6.4 Post item split
	6.5 Post item classic
	6.6 Post item card
	6.7 Post item tile
7.0 Blocks
	7.1 Featured slider
	7.2 Featured carousel
	7.3 Featured tiles
8.0 Format
	8.1 Format audio
	8.2 Format quote
	8.3 Format link
	8.4 Format gallery
	8.5 Format image
9.0 Content typography
	9.1 WordPress class
	9.2 Content typography
10.0 Single
11.0 Pages
12.0 Widgets
13.0 Footer
14.0 Responsive
15.0 Print
--------------------------------------------------------------*/


/*=====================================
	1.0 #BASE
=====================================*/


/*---- Variables ----*/

:root {
	--bone-container-width: 100%;
	--bone-main-content-width: 100%;
  	--bone-content-width: 720px;
  	--bone-content-width-wide: 100%;
  	--bone-content-width-full: 100vw;
}

@media (min-width: 576px) {
	:root {
		--bone-container-width: 540px;
	}
}

@media (min-width: 768px) {
	:root {
		--bone-container-width: 720px;
	}
}

@media (min-width: 992px) {
	:root {
		--bone-container-width: 960px;
		
	}
}

@media (min-width: 1200px) {
	:root {
		--bone-container-width: 1140px;
	}
}

@media (min-width: 1400px) {
	:root {
		--bone-container-width: 1320px;
		--bone-content-width-wide: 880px;

	}
}

html {
	font-size: 16px;
}
body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: rgba(0,0,0,0.8);
	overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
a,
a:visited,
a:hover,
a:focus,
a:active {
	color: currentColor;
}
abbr[title], abbr[data-original-title] {
	border-bottom: none;
}
dl {
	margin-bottom: 1.6em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.6em;
}
code,
kbd,
tt,
var,
samp,
pre {
	font-family: Menlo,Consolas,monaco,monospace;
}
code,kbd {
	padding: 2px;
    border-radius: 2px;
    color: #23282d;
    background: #f3f4f5;
    box-shadow: none;
    font-family: Menlo,Consolas,monaco,monospace;
    font-size: 14px;
}
pre {
	font-family: Menlo,Consolas,monaco,monospace;
	padding: 32px;
	background-color: #fcfcfc;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	font-size: 14px;
    line-height: 1.5;
	margin-bottom: 32px;
	max-width: 100%;
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}
table,
th,
td {
	border: 1px solid rgba(0,0,0,0.2);
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
td {
	border-width: 0 1px 1px 0;
}
th, td {
	padding: 0.6em;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
figure {
	margin: 0;
}
del {
	opacity: 0.8;
}
mark, ins {
    background-color: #fff9c0;
    text-decoration: none;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
ol ul,
ul ul {
	list-style: circle;
}

/*---- Form ----*/

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0,.8);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: .625rem 1rem;
    font-size: .875rem;
    border-radius: 999rem;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn:hover,
.btn:focus,
.btn:active,
button:hover,
button:focus,
button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
	border-color: rgba(0,0,0,0.2);
}
a.btn {
	text-decoration: none;
}

label {
	margin-bottom: 10px;
}
input:not([type]),
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
input[type=search] {
	max-width: 100%;
	border: 1px solid rgba(0,0,0,0.1);
    font-size: .875rem;
	line-height: 1.5;
    color: rgba(0,0,0,0.8);
    background-color: #fff;
    padding: 0.625rem 1rem;
    border-radius: 6px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea {
	padding: 0.625rem 1rem;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 4px;
    vertical-align: middle;
	max-width: 100%;
	margin: 0;
	outline: 0;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	font-size: .875rem;
	line-height: 1.5;
	background: #fff;
	color: rgba(0,0,0,.4);
	overflow: hidden;
	transition: all .2s ease;
}
input:not([type]):focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=search]:focus,
textarea:focus {
	color: rgba(0,0,0,.8);
	border-color: rgba(0,0,0,0.2);
	outline: none;
}
input[type=checkbox], input[type=radio] {
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 16px;
	margin: -4px 4px 0 0;
	outline: 0;
	padding: 0!important;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	min-width: 16px;
}
select {
	display: block;
	max-width: 100%;
	height: auto;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 4px;
	box-shadow: 0 0 0 0 transparent inset;
	padding: .6em .8em;
	color: rgba(0,0,0,0.5);
}
select:hover,
select:focus {
	border: 1px solid rgba(0,0,0,0.4);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5em;
	line-height: 1.4;
}

/*
	#Bootstrap
-------------------------------------*/

:root {
	--bs-gutter-x: 1rem;
	--bs-gutter-y: 1rem;
}
.card {
	border: 1px solid rgba(0, 0, 0, .075);
	border-radius: 6px;
}
.btn-lg {
	font-size: 1rem;
}


/*
	1.1 #Utilities
-------------------------------------*/

.u-noBorder {
	border: none !important;
}
.u-stretched {
	display: block;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 10;
}
a.u-stretched {
	background-color: rgba(0,0,0,0); /* IE fixed */
}
.u-absCentered {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.u-absCenteredY {
	position: absolute;
	top: 50%;
	-webkit-transform: translatey(-50%);
    transform: translatey(-50%);
	width: 100%;
}
.o-overlayLink {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
	background-color: rgba(0,0,0,0); /* IE fixed */
}
.o-blockLink {
	display: block;
	text-decoration: none !important;
}
.o-imageCropper {
	position: relative;
	overflow: hidden;
}
.o-imageCropper img {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
	width: 100%;
	height: auto;
}

.u-alignRight {
	text-align: right;
}
.u-alignCenter {
	text-align: center;
}
.u-floatLeft {
	float: left;
}
.u-floatRight {
	float: right;
}
.u-ratio2to1 {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}
.u-ratio16to9 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.u-ratio3to1 {
	position: relative;
	padding-bottom: 33.33%;
	height: 0;
	overflow: hidden;
}
.u-noStyleList,
.u-inlineList {
	margin: 0;
	padding: 0;
	list-style: none;
}
.u-inlineList > li {
	display: inline-block;
}
.u-wideBlock--content {
    margin-left: calc(570px - 50vw);
}
.u-wideBlock--content--full {
    margin-left: calc(570px - 50vw);
    margin-right: -40px;
}
.hasLeftSidebar .u-wideBlock--content {
	margin-left: auto;
	margin-right: calc(570px - 50vw);
}
.hasLeftSidebar .u-wideBlock--content--full {
	margin-left: -40px;
	margin-right: calc(570px - 50vw);
}
.layoutContent--fullwidth .u-wideBlock--content,
.layoutContent--fullwidth .u-wideBlock--content--full,
.layoutContent--fullwidth .u-contentAlign {
	margin-left: auto;
	margin-right: auto;
}
.u-fullwidth {
	margin-left: calc(570px - 50vw);
	margin-right: calc(570px - 50vw);
}
.u-contentAlign {
	margin-left: calc(50vw - 570px);
}
.hasLeftSidebar .u-contentAlign {
	margin-left: auto;
	margin-right: calc(50vw - 570px);
}
.u-floorFade {
	background: linear-gradient(0deg,rgba(0,0,0,.7) 0,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0) 100%);
}
.u-hasBackgroundImg {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.2s ease-out;
}
.shadow-1 {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}
.shadow-2 {
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.shadow-3 {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.shadow-4 {
	box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.shadow-5 {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.shadow-6 {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}



/*
	1.2 #Objects
-------------------------------------*/

.flexbox {
	display: table;
	width: 100%;
}
.flexbox-item {
	display: table-cell;
	vertical-align: middle;
}
.o-media,
.o-media-body {
	overflow: hidden;
    zoom: 1;
}
.o-media-left,
.o-media-right,
.o-media-body {
	display: table-cell;
	vertical-align: top;
}
.o-media-left {
	padding-right: 10px;
}
.o-media-right {
	padding-left: 10px;
}
.o-media-left > img,
.o-media-right > img {
	max-width: initial;
}
.o-media--middle {
	vertical-align: middle;
}
.o-imgCropper {
	position: relative;
	overflow: hidden;
}
.o-imgCropper img {
	position: absolute;
	top: 50%;
	left: 0;
	height: auto;
	-webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}
.o-backgroundImg {
	display: block;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.2s ease-out;
}
.o-backgroundImg--dimmed:after {
	content: "";
	display: block;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: rgba(0,0,0,0.4);
	transition: all 0.2s ease-out;
}
.middot {
	margin: 0 6px;
}
.o-scrollerX {
	width: 100%;
	overflow-y: hidden;
	overflow-x: scroll;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	white-space: nowrap;
	font-size: 0;
}
.o-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
}

/*---- Responsive embed ----*/

.responsiveEmbedVideo {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.responsiveEmbedVideo iframe,  
.responsiveEmbedVideo object,  
.responsiveEmbedVideo embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.responsiveEmbed iframe,
.responsiveEmbed object,
.responsiveEmbed embed {
	max-width: 100%;
}
.wp-block-embed .wp-block-embed__wrapper .responsiveEmbedVideo {
	position: initial;
	padding-bottom: initial;
	height: initial;
	overflow: initial;
}
.wp-block-embed .wp-block-embed__wrapper .responsiveEmbedVideo iframe,  
.wp-block-embed .wp-block-embed__wrapper .responsiveEmbedVideo object,  
.wp-block-embed .wp-block-embed__wrapper .responsiveEmbedVideo embed {
	position: initial;
	top: initial;
	left: initial;
	width: initial;
	height: initial;
}
.wp-block-embed .wp-block-embed__wrapper .responsiveEmbed iframe,
.wp-block-embed .wp-block-embed__wrapper .responsiveEmbed object,
.wp-block-embed .wp-block-embed__wrapper .responsiveEmbed embed {
	max-width: initial;
}




/*=====================================
	2.0 #LAYOUT
=====================================*/


.layoutBody {
	margin: 0 auto;
}
.layoutContent {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.layoutContent-main {
	flex: 1 1 auto;
	margin-left: 0;
}
.layoutContent-sidebar {
	max-width: 360px;
	font-size: .875rem;
}
.theiaStickySidebar {
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0); /* fix Chrome rendering issue */
}
.contentWrap {
	max-width: var(--bone-content-width-wide);
	margin-left: auto;
	margin-right: auto;
}
.contentConstraint {
	max-width: var(--bone-content-width-wide);
	margin-left: auto;
	margin-right: auto;
}
.contentMaxWidth {
	max-width: var(--bone-content-width-wide);
}

@media (min-width: 992px) {
	.layoutContent {
		margin-top: 6rem;
		margin-bottom: 6rem;
	}
	.layoutContent-sidebar {
		flex: 0 0 30%;
	}
}


/*=====================================
	3.0 #COMPONENTS
=====================================*/


/**
 * #SVG Icons
 *
 * ------------------------------------------------------------------------- */

.mnmd-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	vertical-align: middle;
}

.mnmd-icon svg {
	display: block;
	width: 1em;
	height: auto;
	fill: currentColor;
	pointer-events: none;
}

.mnmd-icon-sm svg {
	width: 16px;
}

.mnmd-icon-md svg {
	width: 24px;
}

.mnmd-icon-lg svg {
	width: 32px;
}

.mnmd-icon-xl svg {
	width: 40px;
}

.mnmd-icon ~ * {
	vertical-align: middle;
}

.has-icon-first > .mnmd-icon {
	margin-right: .5em;
}

.has-icon-last > .mnmd-icon {
	margin-left: .5em;
}

.btn.has-icon-first,
.btn.has-icon-last {
	display: inline-flex;
	justify-content: center;
}


/*
-	3.1 Buttons
------------------------------------*/

.btn.btn--pill {
	border-radius: 999em;
}
.btn.btn--transparent {
	background-color: transparent !important;
}
.btn.btn--ghost {
	background-color: transparent !important;
	color: #fff !important;
	border-color: #fff !important;
	opacity: 0.95;
}
.btn.btn--ghost:hover {
	opacity: 1;
}
.btn.btn--solid {
	color: rgba(255,255,255,1);
	border: 1px solid transparent;
	background: #81c483;
}
.btn.btn--solid:hover,
.btn.btn--solid:active,
.btn.btn--solid:focus,
.btn.btn--solid:visited {
	color: rgba(255,255,255,0.9);
	border-color: rgba(0,0,0,0.05);
	background: #81c483;
}
.btn.btn--circle {
	padding: 0;
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999em;
	min-width: initial;
}
.btn.btn--circle i {
	line-height: 34px;
}

.metaBtn {
	display: inline-block;
	height: 32px;
	padding: 0 10px;
	border-radius: 3px;
	border: 1px solid #eee;
	background: #fff;
	color: rgba(0,0,0,0.4);
	font-size: 13px;
	line-height: 30px;
	text-decoration: none !important;
	cursor: pointer;
	transition: all 0.2s ease !important;
}
.metaBtn:hover,
.metaBtn:active {
	color: rgba(0,0,0,0.8);
	box-shadow: 0 1px 6px rgba(0,0,0,0.03);
}
.metaBtn + .metaBtn {
	margin-left: 4px;
}
.metaBtn i {
	font-size: 14px;
	line-height: 30px;
	color: rgba(0,0,0,0.1);
	transition: all 0.2s ease;
}
.btnSet .btn {
	vertical-align: middle;
	margin-right: 6px;
}
.btnSet .btn:last-child {
	margin-right: 0;
}


/*
-	3.2 #Block heading
------------------------------------*/

.blockDivider {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.blockDivider:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	border-bottom: 1px solid #eee;
}
.blockDivider > span {
	position: relative;
	padding: 4px 10px;
	border: 1px solid #eee;
	text-transform: uppercase;
	background: #fff;
	font-size: 12px;
	letter-spacing: 1px;
}
.blockHeading {
	margin-bottom: 1.5em;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}
.blockHeading i {
	margin-right: 10px;
}


/*
-	3.3 #Review box
------------------------------------*/

.reviewBox {
	margin-bottom: 40px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.05);
}
.reviewBox > div {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
}
.reviewBox-breakdown {
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.reviewBox-breakdown > h5 {
	text-transform: uppercase;
	font-weight: 700;
}
.reviewBox .blurb {
	font-size: 15px;
	line-height: 1.6;
}
.reviewMeter-item {
	position: relative;
	margin-top: 20px;
}
.progressContainer {
	position: relative;
	height: 6px;
	width: 100%;
	background: #eee;
	border-radius: 4px;
	overflow: hidden;
}
.progressContainer-bar {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.reviewMeter-item-name {
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	margin: 5px 0;
	color: rgba(0,0,0,0.6);
}
.reviewMeter-item-score {
	position: absolute;
	bottom: 11px;
	right: 0;
	padding: 4px 8px;
	border-radius: 4px 4px 0 4px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}
.reviewMeter-item-score:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 100%;
    border: 0 solid transparent;
    border-width: 6px 6px;
    border-right-width: 0;
    border-top-color: #aaa;
}
.reviewBox-summary {
	margin: 0 10px;
}
.reviewBox-summary-blurb {
	padding-right: 101px;
}
.reviewBox-summary-totalScore {
	text-align: center;
}
.reviewBox-summary-totalScore:not(:last-child) {
	float: right;
}
.reviewBox-summary-totalScore-wrap {
	display: inline-block;
	color: #fff;
	text-align: center;
	border-radius: 4px;
}
.reviewBox-summary-totalScore-wrap div {
	width: 90px;
	height: 80px;
	font-size: 46px;
	line-height: 80px;
	font-weight: 700;
}
.reviewBox-summary-totalScore-wrap span {
	display: inline-block;
	width: 90px;
	height: 24px;
	font-size: 10px;
	line-height: 19px;
	text-transform: uppercase;
	border-top: 1px solid rgba(255,255,255,0.2);
	box-shadow: inset 0 -4px 0 0 rgba(0,0,0,0.1);
	border-radius: 0 0 4px 4px;
}
.reviewBox-summary h5 {
	text-transform: uppercase;
	margin-top: 0;
}
.reviewBox-summary ul {
	padding-left: 0;
	font-size: 14px;
	line-height: 1.6;
	list-style: none;
}
.reviewBox-summary ul li {
	margin-bottom: 4px;
}
.reviewBox-summary ul i {
	margin-right: 10px;
}
.reviewBox-summary-prosNCons {
	padding-right: 91px;
}
.reviewBox-summary-proList,
.reviewBox-summary-conList {
	float: left;
	width: 50%;
	padding-right: 10px;
}
.reviewBox-summary-proList i {
	color: #6DC77A;
}
.reviewBox-summary-conList i {
	color: #F64747;
}


/*
-	3.4 #Post navigation
------------------------------------*/

.postNavigation {
	margin-top: 40px;
	margin-bottom: 40px;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, .1);
	background: rgba(0, 0, 0, .025);
	text-align: right;
}
.hasLeftSidebar .postNavigation {
	text-align: left;
}
.postNavigation-inner .row > *:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.postNavigation-inner a {
	display: block;
}
.postNavigation-thumb {
	max-width: 100px;
	float: right;
	margin: 0 0 10px 10px;
}
.postNavigation-next .postNavigation-thumb {
	float: left;
	margin: 0 10px 10px 0;
}
.postNavigation .postNavigation-thumb img {
	border-radius: 4px;
}
.postNavigation a {
	text-decoration: none !important;
}
.postNavigation-prev {
	padding: 2rem 1.75rem;
	text-align: left;
}
.postNavigation-next {
	padding: 2rem 1.75rem;
	text-align: right;
}
.postNavigation span {
	position: relative;
	font-size: 0.625rem;
	color: rgba(0, 0, 0, .5);
	text-transform: uppercase;
	vertical-align: middle;
}
.postNavigation .postTitle {
	display: block;
	margin-top: .25em;
	font-size: 1.25rem;
	font-weight: 700;
	color: rgba(0, 0, 0, .8);
	text-transform: none;
}

@media (min-width: 768px) {
	.postNavigation-inner .row > *:not(:last-child) {
		border-bottom: none;
	}
	.postNavigation .row > *:first-child {
		border-right: 1px solid rgba(0,0,0,0.1);
	}
}

/*
-	3.4 #Tabs
------------------------------------*/

.tabs-nav {
	padding: 0;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.tabs-nav > li {
	display: inline-block;
	margin-left: 15px;
}
.tabs-nav > li:first-child {
	margin-left: 0;
}
.tabs-nav a {
	display: inline-block;
	position: relative;
	padding: 5px 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: rgba(0,0,0,0.4);
	text-decoration: none;
	transition: all 0.2s ease-out;
}
.tabs-nav a:hover,
.tabs-nav li.active a {
	color: rgba(0,0,0,0.8);
}
.tabs-nav a:hover:after,
.tabs-nav li.active a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	border-bottom: 1px solid rgba(0,0,0,0.8);
}
.tabs-content .tabs-content-section:not(.active) {
	display: none;
}
.tabs-content-section {
	padding: 40px 0;
}

/*
-	3.5 #Author box
------------------------------------*/

.authorBox {
	overflow: hidden;
	background: #fff;
	margin: 30px 0;
	padding: 30px;
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 6px;
}
.authorName a {
	text-decoration: none;
}
.authorBox-avatar {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px;
}
.authorBox-avatar img {
	border-radius: 50%;
}
.authorBox-text {
	padding-left: 100px;
}
.authorBox-name > h4 {
	margin-top: 0;
}
.authorBox-bio {
	margin-bottom: 8px;
	color: #888;
	font-size: 0.875rem;
	line-height: 1.5;
}
.authorBox-meta {
	margin: 0 -10px;
}
.authorBox-meta > * {
	padding: 0 10px 5px 10px;
}
.authorBox-website,
.authorBox-postCount {
	display: inline-block;
	font-size: 12px;
}
.authorBox--large .authorBox-website,
.authorBox--large .authorBox-postCount {
	font-size: 13px;
}
.authorBox--large .authorBox-bio {
	font-size: 16px;
}
.authorBox-socials > li {
	padding: 4px 3px;
}
.authorBox-socials > li > a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #ddd;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #aaa;
	transition: all .2s ease;
}
.authorBox-socials > li > a:hover {
	border-color: #aaa;
}
.authorMostLikedPosts ul > li:not(:first-child) {
	border-top: 1px solid rgba(0,0,0,0.05);
}
.authorBox--large {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	overflow: visible;
}
.authorBox--large .authorBox-avatar {
	display: inline-block;
	float: none;
	margin-top: -60px;
	text-align: center;
	border: 4px solid #fff;
	border-radius: 100%;
	box-shadow: 0 1px 6px rgba(0,0,0,0.1);
}
.authorBox--large .authorBox-text {
	padding: 0;
}
.authorBox--large .authorBox-bio {
	max-width: var(--bone-content-width);
	margin: 20px auto;
}
.authorBox--large .author-meta {
	text-align: center;
}
.authorBox--large .authorBox-name {
	font-weight: 700;
}
.authorBox--large .authorBox-avatar {
	width: 120px;
	height: 120px;
	margin-right: 0;
	margin-bottom: 1rem;
	border: 3px solid #fff;
}


/*
-	3.6 #Related posts
------------------------------------*/

.relatedPosts {
	position: relative;
	margin-top: 40px;
}
.block--classic .relatedPosts {
	margin-bottom: 20px;
}
.relatedPosts .postItem.card {
	height: 100%;
}
.relatedPosts .post--tile.post--tile--micro {
	min-height: 320px;
}

/*
-	3.7 #Pagination
------------------------------------*/

.pagePagination {
	padding-top: 40px;
	font-size: 0;
	text-align: center;
	clear: both;
}
.pagePagination a {
	text-decoration: none !important;
	color: rgba(0,0,0,0.8);
	transition: all 0.2s ease-out;
}
.pagePagination a:hover,
.pagePagination a:active,
.pagePagination a:focus,
.pagePagination a:visited {
	color: rgba(0,0,0,0.8);
	border-color: rgba(0,0,0,0.2);
}
.pagePagination .page-numbers {
	display: inline-block;
	margin-right: 8px;
	padding: 6px 8px;
	font-size: .875rem;
}
.pagePagination .page-numbers.current {
	font-weight: 700;
}
.pagePagination .page-numbers:last-child {
	margin-right: 0;
}
.pagePagination .next,
.pagePagination .prev {
	padding: 6px 12px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 6px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}
.pagePagination .next {
	margin-left: 8px;
}
.pagePagination .prev {
	margin-right: 16px;
}
.pagePagination .prev:before {
	content: '\01F860';
	margin-right: .5em;
}
.pagePagination .next:after {
	content: '\01F862';
	margin-left: .5em;
}

/*---- #Compact pagination ----*/

.pagePagination--compact {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.pagePagination--compact div {
	display: inline-block;
	margin-bottom: 8px;
}
.pagePagination--compact a {
	display: inline-block;
	margin-right: 16px;
	padding: 6px 12px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 6px;
    font-size: .875rem;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}
.pagePagination--compact a:last-child {
	margin-right: 0;
}
.pagePagination--compact .newerPosts {
	justify-self: start;
}
.pagePagination--compact .newerPosts:not(:only-child) {
	margin-right: 8px;
}
.pagePagination--compact .olderPosts {
	justify-self: end;
}
.pagePagination--compact .olderPosts:not(:only-child) {
	margin-left: 8px;
}
.pagePagination--compact .newerPosts a:before {
	content: '\01F860';
	margin-right: .5em;
}
.pagePagination--compact .olderPosts a:after {
	content: '\01F862';
	margin-left: .5em;
}

/*---- #AJAX pagination ----*/

.pagePagination--loadMore,
.pagePagination--infiniteScroll {
	text-align: center;
}

.pagePagination--infiniteScroll .loadMoreBtn {
	pointer-events: none;
}

/*---- #Load more button ----*/

.loadMoreBtn {
	display: inline-block;
	min-width: 280px;
	text-align: center;
}
.loadMoreBtn.is-active {
	cursor: pointer;
}
.loadMoreBtn:not(.is-active) {
	background: rgba(0, 0, 0, .05);
	box-shadow: none;
	opacity: .5;
	cursor: not-allowed;
}
.loadMoreBtn:not(.is-active) .mnmd-icon {
	display: none;
}
.loadMoreBtn.is-loading .mnmd-icon {
	animation: isLoading 2s infinite linear;
}

@keyframes isLoading {
    from {
    	transform: rotate(0deg);
    }
    to   {
    	transform: rotate(359deg);
    }
}

/*
-	3.8 #Popover
------------------------------------*/

.popover {
	position: absolute;
	top: 100%;
	left: 50%;
	min-width: 180px;
	padding: 10px 0;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25),0 0 1px rgba(0,0,0,0.35);
	-webkit-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
	opacity: 0;
	visibility: hidden;
	display: none;
}
.popover.is-active {
	display: block;
	opacity: 1;
	visibility: visible;
	z-index: 999;
}
.popover--bottom {
	top: 100%;
	bottom: auto;
	left: 50%;
	right: auto;
	margin-top: 12px;
	background: #fff;
	border-radius: 4px;
	-webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.popover-arrow {
	position: absolute;
	left: 50%;
	bottom: -13px;
	clip: rect(0 18px 18px -4px);
	-webkit-transform: translatex(-50%);
	    transform: translatex(-50%);
}
.popover-arrow:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: #fff;
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
	box-shadow: 1px 1px 1px -1px rgba(0,0,0,0.8);
}
.popover--bottom .popover-arrow {
    top: 0px;
    bottom: auto;
    left: 50%;
    right: auto;
    clip: rect(0 18px 14px -4px);
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
.popover--bottom .popover-arrow:after {
    -webkit-transform: rotate(45deg) translate(6px, 6px);
    transform: rotate(45deg) translate(6px, 6px);
    box-shadow: -1px -1px 1px -1px rgba(0,0,0,0.44);
}
.popover.popover--alignRight {
	left: auto;
	right: 0;
	-webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.popover.popover--alignRight .popover-arrow {
	left: auto;
	right: 5px;
}


/*=====================================
	4.0 #HEADER
=====================================*/


.siteHeader {
	position: relative;
	box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
	z-index: 99;
}
.siteHeader-content {
	padding-bottom: 20px;
	padding-top: 20px;
}
.siteHeader-content-component--left,
.siteHeader-nav-component--left {
	text-align: left;
}
.siteHeader-content-component--center,
.siteHeader-nav-component--center {
	text-align: center;
}
.siteHeader-content-component--right,
.siteHeader-nav-component--right {
	text-align: right;
}
.siteHeader-content-component--left,
.siteHeader-content-component--right {
	width: 30%;
}
.siteHeader--standard--left .siteHeader-content-component--left,
.siteHeader--standard--left .siteHeader-content-component--right {
	width: auto;
}
.siteHeader-content-component--center {
	width: 40%;
}
.siteHeader-content-component--right > * {
	margin-top: 10px;
	margin-bottom: 10px;
}
.menuToggleBtn {
	margin: 10px 5px 10px 0;
}
.searchToggleBtn {
	margin: 10px 0 10px 5px;
}
.siteHeader-nav.isSearchActive .searchToggleBtn {
	margin: 0;
}

/*---- Site logo ----*/

.siteTitle {
	display: inline-block;
	vertical-align: middle;
}
.siteTitle--small .siteLogo img {
	max-width: 100%;
	max-height: 70px;
	width: auto;
}
.siteTitle--compact,
.siteHeader--minimal .siteTitle--compact.siteTitle--small {
	max-width: 200px;
	max-height: 65px;
	overflow: hidden;
}
.siteHeader--minimal .siteTitle--compact {
	max-width: initial;
}
.siteTitle--compact .siteLogo img {
	max-width: 100%;
	max-height: 65px;
	width: auto;
}
.siteLogo {
	display: block;
	margin: 0;
	text-decoration: none !important;
}
.siteLogo--small {
	margin: 0 auto;
}
.siteLogo--image,
.siteLogo--image a {
	line-height: 0;
}
.siteLogo--image img {
	display: inline-block;
}
.siteLogo-name {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}
.siteTitle--small .siteLogo-name,
.siteTitle--compact .siteLogo-name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 20px;
}
.siteLogo-description {
	font-size: .75rem;
	font-weight: 400;
	color: rgba(0,0,0,0.5);
}
.siteTitle--small .siteLogo-description,
.siteHeader--compact .siteLogo-description,
.siteHeader--minimal .siteLogo-description {
	display: none !important;
}
.siteLogo a {
	display: inline-block;
	text-decoration: none;
}

/*---- Header widget area ----*/

.siteHeader-widgetArea {
	padding: 10px 0;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.siteHeader-content-component--right .siteHeader-widgetArea {
	padding: 0;
	border: none;
}
.siteHeader-content-component--right .siteHeader-widgetArea .mdAdWidget {
	text-align: right;
}

/*---- Header actions buttons ----*/

.siteHeader-buttons {
	display: inline-block;
}
.siteHeader-buttons:not(:first-child) {
	margin-left: 30px;
}
.siteHeader-buttons > *:not(:first-child) {
	margin-left: 8px;
}
.headerActions {
	text-align: right;
}
.headerActions > * {
	display: inline-block;
}
.headerActions > *:not(:first-child) {
	margin-left: 4px;
}

/*---- Header user actions ----*/

.userActions {
	display: inline-block;
	max-width: 100%;
	position: relative;
	vertical-align: middle;
}
.userActions-btn {
	position: relative;
	margin-left: 2px;
	padding-right: 40px;
}
.siteHeader .userActions-btn {
	max-width: 100%;
	margin-left: 2px;
	overflow: hidden;
    text-overflow: ellipsis;
}
.userActions-btn .avatar {
	display: inline-block;
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 100%;
	overflow: hidden;
}
.userActions-popover {
	padding: 8px 0;
	background: #fff;
}
.userActions-popover.is-active,
.userActions:hover .userActions-popover {
	visibility: visible;
	opacity: 1;
}
.userActions-popover ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.userActions-popover ul a {
	display: block;
	position: relative;
	padding: 8px 16px;
	border-radius: 3px;
	font-size: 13px;
	color: rgba(0,0,0,0.4);
	text-decoration: none;
	transition: all 0.2s ease-out;
}
.userActions-popover ul a:hover {
	color: rgba(0,0,0,0.8);
}
.userActions-popover .popover-arrow {
	right: 3px !important;
}
.userActions-links {
	padding: 14px 10px 10px;
}
.userActions-links ul {
	margin: -6px;
	padding: 0;
	list-style: none;
	text-align: center;
}
.userActions-links li {
	display: inline-block;
	padding: 6px 0;
	font-size: 12px;
	color: rgba(0,0,0,0.4);
}
.userActions-links li:not(:last-child):after {
	content: '\00b7';
}
.userActions-links a {
	display: inline-block;
	padding: 0 10px;
	color: rgba(0,0,0,0.4);
}


/*---- Header social ----*/

.siteFollow {
	display: inline-block;
	position: relative;
}
.socialList {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.socialList a {
	display: block;
	white-space: nowrap;
	font-size: 13px;
	text-decoration: none;
	padding: 8px 16px;
	color: rgba(0,0,0,0.4);
}
.socialList a:hover {
	color: rgba(0,0,0,0.8);
}
.socialList .mnmd-icon {
	font-size: 18px;
}
.socialList--inline {
	margin: -8px;
}
.socialList--inline > li {
	display: inline-block;
	padding: 8px;
}
.socialList--inline > li > a {
	padding: 0;
	display: block;
	text-align: center;
	color: inherit;
}
.socialList--inline {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.md_offCanvasMenu-social .socialList--inline {
	text-align: center;
	padding: 4px;
}

/*---- Search form ----*/

.siteHeader-nav.isSearchActive {
	position: relative;
}
.siteHeader-nav.isSearchActive .siteHeader-nav-inner > *:not(:last-child),
.siteHeader-nav.isSearchActive .headerCart,
.siteHeader-nav.isSearchActive .userActions,
.siteHeader--fixed.isSearchActive .siteHeader-nav-inner > *:not(:last-child) {
	visibility: hidden;
	opacity: 0;
	transition: all 0s 0s;
}
.siteHeader .searchField {
	display: inline-block;
	vertical-align: middle;
}
.compactSearch {
	padding: 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.compactSearch .flexbox-item:last-child {
	width: 56px;
	text-align: right;
}
.compactSearch .searchField {
	display: none;
}
.isSearchActive .compactSearch {
	padding: 0 56px 0 10px;
	width: 420px;
	max-width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	text-align: center;
}
.isSearchActive .compactSearch .searchField {
	display: block;
}
.compactSearch .searchField-form-input {
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	padding-left: 0;
	padding-right: 1.875rem;
}
.compactSearch .searchField-form-input:focus {
	outline: none;
}
.headerActions .searchToggleBtn,
.headerActions .userActions-btn,
.headerActions .headerCart,
.headerActions .signin-btn {
	margin-left: 3px;
}
.isSearchActive .compactSearch .searchToggleBtn {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.compactSearch .searchToggleBtn.isActive {
	width: 36px;
	height: 36px;
	margin-top: 0;
	padding: 0;
	line-height: 34px;
}
.compactSearch .searchToggleBtn .iconClose,
.compactSearch .searchToggleBtn.isActive .iconSearch,
.compactSearch .searchToggleBtn.isActive span {
	display: none;
}
.compactSearch .searchToggleBtn .iconSearch,
.compactSearch .searchToggleBtn.isActive .iconClose {
	display: inline-flex;
}

.compactSearch .searchToggleBtn.isActive .iconClose {
	margin-left: auto;
    margin-right: auto;
}

.searchField-form {
	max-width: 100%;
	position: relative;
}
input.searchField-form-input {
	width: 100%;
	padding-right: 2.625rem;
	border-radius: 9999rem;
}
.searchField-form-btn {
	position: absolute;
	right: 0;
	top: 50%;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	color: rgba(0,0,0,0.2);
	font-size: 18px;
	line-height: 1;
	text-align: center;
	transform: translate(0, -50%);
    box-shadow: none;
}

/*---- Login form ----*/

.loginFormWrapper .modal-dialog {
	margin: 100px auto 0;
	width: 300px;
	padding: 36px 24px 36px;
	background: #fff;
	font-weight: 400;
	overflow: hidden;
	border-radius: 4px;
}
.loginFormWrapper .modal-close {
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 12px;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 9999em;
	text-transform: uppercase;
	cursor: pointer;
}
#loginform p {
	margin-bottom: 0;
}
#loginform label {
	color: rgba(0,0,0,0.6);
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
}
#loginform .login-remember label {
	font-size: 13px;
	text-transform: none;
}
#loginform .input, #loginform input[type=checkbox], #loginform input[type=text] {
}
#loginform .input, #loginform input[type=text] {
	width: 100%;
	margin: 2px 6px 16px 0;
	color: rgba(0,0,0,0.8);
	outline: 0;
}
#loginform .login-submit {
	margin-top: 18px;
}
#loginform .login-submit input {
	width: 100%;
	border-radius: 999em;
}
.loginFormWrapper .login-register {
	display: block;	
	margin-top: 10px;
	text-decoration: none;
}
.loginFormWrapper .login-lostPwd {
	display: inline-block;
	margin-top: 18px;
	font-size: 13px;
	color: rgba(0,0,0,0.6);
}
.loginFormWrapper .login-lostPwd:hover {
	text-decoration: none;
	color: rgba(0,0,0,0.8);
}

/*---- Current date ----*/

.currentDate {
	font-size: 13px;
	color: rgba(0,0,0,0.4);
}
.currentDate i {
	font-size: 16px;
	margin-right: 6px;
}

/*---- Fixed header ----*/

.siteHeader--fixed {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	opacity: 0;
	visibility: hidden; /* IE9 */
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition: -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.siteHeader--fixed.mdAffixed {
	opacity: 1;
	visibility: visible;
}
.siteHeader--fixed.mdAffixed.mdAffixed--shown {
	border-bottom: 1px solid #f5f5f5;
    box-shadow: 0 3px 5px 0px rgba(0,0,0,0.02);
	-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.admin-bar .siteHeader--fixed {
	margin-top: 31px;
}
.siteHeader--fixed .navigation--main {
	min-height: 50px;
}


/*
	3.1 #Header center
------------------------------------*/

.siteHeader--standard--center .socialList > li:first-child > a {
	margin-left: 0;
}

.siteHeader--standard--center .siteHeader-content-component--center .siteLogo {
	text-align: center;
	margin: 0 auto;
}

/*
	3.2 #Header transparent
------------------------------------*/

.siteHeader--transparent {
	height: 0;
	color: #fff;
}
.siteHeader--transparent .siteHeader-content {
	background: transparent;
}
.siteHeader--transparent .mdAffixed .navigation--standard > ul > li > a {
	color: rgba(0,0,0,0.4);
}
.siteHeader--transparent .mdAffixed .navigation--standard > ul > li > a:hover,
.siteHeader--transparent .mdAffixed .navigation--standard > ul > li.current-menu-item > a {
	color: rgba(0,0,0,0.8);
}
.siteHeader--transparent .siteHeader-nav { /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	border-top: none;
	border-bottom: none;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.1);
}
.siteHeader--transparent .siteHeader-nav.mdAffixed {
	border-bottom: 1px solid #f5f5f5;
}
.siteHeader--transparent .siteHeader-nav.isSearchActive .compactSearch {
	background-color: #fff;
	border-radius: 4px;
}
.siteHeader--transparent .site-title--image img {
	max-height: 120px;
	width: auto;
}
.siteHeader--transparent .navigation--standard > ul > li > a {
	color: #fff;
}
.siteHeader--transparent .navigation--standard > ul > li.current-menu-item > a,
.siteHeader--transparent .navigation--standard > ul > li > a:hover {
	color: #fff;
}


/*
	3.3 #Header compact
------------------------------------*/

.siteHeader--compact .navigation--standard {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.siteHeader--compact .siteHeader-nav {
	border-top: none;
}
.siteHeader--compact .siteHeader-nav-component--left,
.siteHeader--compact .siteHeader-nav-component--right {
	width: auto;
}


/*
	3.4 #Header minimal
------------------------------------*/

.siteHeader--minimal .siteHeader-content {
	padding-bottom: 0;
	padding-top: 0;
}
.siteHeader--minimal .siteHeader-nav {
	border-top: none;
}


/*=====================================
	5.0 #NAVIGATION
=====================================*/

.siteHeader-nav {
	background: #fff;
	transition: background 0.4s ease;
}
.siteHeader-nav-inner {
	min-height: 64px;
	border-top: 1px solid #f5f5f5;
	transition: background 0.4s ease;
}
.ie10 .siteHeader-nav.mdAffixed {
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.15);
}
.admin-bar .siteHeader-nav.mdAffixed {
	margin-top: 32px;
}
.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*
	4.1 #Main navigation
-------------------------------------*/

/*---- Lvl 1 menu ----*/

.navigation--standard {
	display: block;
	margin-left: -8px;
}
.navigation--standard ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.navigation--standard li {
	position: relative;
}
.navigation--standard a {
	text-decoration: none;
}
.navigation--standard > ul > li {
	position: relative;
	display: inline-block;
	padding: 0px 10px;
}
.navigation--standard > ul > li > a {
	display: block;
	position: relative;
	padding: 26px 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	color: rgba(0,0,0,0.6);
	transition: all 0.2s ease-out;
}
.navigation--standard > ul > li > a:hover,
.navigation--standard > ul > li.current-menu-item > a {
	color: rgba(0,0,0,1);
}
.navigation--standard > ul > li > a:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	margin-bottom: -1px;
	border-bottom: 0px solid rgba(0,0,0,0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.1s ease-out;
}
.navigation--standard > ul > li > a:hover:before,
.navigation--standard > ul > li.current-menu-item > a:before {
	border-bottom-width: 3px;
}
.navigation--standard > ul > li.menu-item-has-children > a:after {
	content: '';
	display: inline-block;
	width: .8em;
    height: .8em;
	margin-left: 5px;
	margin-top: -4px;
	background-image: url(assets/svg-icons/chevron-down.svg);
	background-size: .8em;
	opacity: .5;
}
.navigation--standard > ul > li.menu-item-has-children:not(.current-menu-item) > a:before {
	content: none;
}
.navigation--standard .menuSettingLink {
	display: inline-block;
	padding: 26px 8px;
	font-size: 12px;
	line-height: 1;
	text-decoration: underline;
}

/*---- Sub menu ----*/

.navigation--standard .sub-menu {
	position: absolute;
	top: 100%;
	margin-top: -4px;
	padding: 8px 0;
	background: #fff;
	width: 200px;
	font-size: 13px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25),0 0 1px rgba(0,0,0,0.35);
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s 0.1s ease-out;
	z-index: 10;
}
.navigation--standard .sub-menu .sub-menu {
	margin-top: 0;
	top: -8px;
	left: 100%;
}
.navigation--standard > ul li:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
}
.navigation--standard .sub-menu > li.menu-item-has-children > a {
	padding-right: 30px;
}
.navigation--standard .sub-menu > li.menu-item-has-children > a:after {
	content: '';
	display: block;
	width: .8em;
    height: .8em;
	position: absolute;
	top: 50%;
	right: 20px;
	background-image: url(assets/svg-icons/chevron-right.svg);
	background-size: .8em;
	opacity: .5;
	-webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}
.navigation--standard .sub-menu li {
	padding: 0;
}
.navigation--standard .sub-menu a {
	display: block;
	position: relative;
	padding: 6px 20px;
	border-radius: 3px;
	color: rgba(0,0,0,0.6);
	transition: all 0.2s ease-out;
}
.navigation--standard .sub-menu li:hover > a {
	color: rgba(0,0,0,1);
}


/*
	4.2 #Off-canvas menu
-------------------------------------*/
#md_offCanvasMenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 300px;
	max-width: 80%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	-webkit-transform: translatex(-100%);
    transform: translatex(-100%);
	transition: all 0.2s ease-out;
	z-index: 1000;
}
#md_offCanvasMenu.is-opened {
	-webkit-transform: translatex(0);
    transform: translatex(0);
}
#md_canvasOverlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 120%;
	cursor: pointer;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-out;
}
#md_canvasOverlay.is-active {
	z-index: 999;
	opacity: 1;
	visibility: visible;
}
.offCanvasClose {
	padding: 10px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
}
.offCanvasClose .mnmd-icon {
	display: inline-block;
	margin-right: 8px;
	font-size: 14px;
	color: #fff;
}
.md_offCanvasMenu-search {
	padding: 10px 20px 20px;
}
.admin-bar .md_offCanvas {
	padding-top: 32px;
}
body.has-md-offcanvas-opened {
	height: 100%;
	overflow: hidden;
}


/*---- Navigation style ----*/

.navigation--offCanvas {
	border-top: 1px solid #eee;
	padding: 20px 0 20px 20px;
}
.navigation--offCanvas li > a {
	display: block;
	position: relative;
	padding: 14px 0;
	border-top: 1px solid rgba(0,0,0,0.05);
	font-size: 14px;
	text-decoration: none;
	color: rgba(0,0,0,0.8);
	text-transform: uppercase;
	transition: all 0.2s ease-out;
}
.navigation--offCanvas li > a:hover {
	color: rgba(0,0,0,0.4);
}
.navigation--offCanvas li:first-child > a {
	border-top: none;
}
.navigation--offCanvas li.menu-item-has-children > a {
	padding-right: 40px;
}
.navigation--offCanvas .sub-menu {
	display: none;
	padding: 10px 0;
	overflow: hidden;
	border-top: 1px solid rgba(0,0,0,0.05);
}
.navigation--offCanvas .sub-menu .sub-menu {
	margin-left: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.navigation--offCanvas .sub-menu > li > a {
	padding: 8px 0 8px 20px;
	border: none;
	text-transform: none;
}
.navigation--offCanvas .subMenuToggle {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	font-size: 14px;
	text-align: center;
}
.navigation--offCanvas .subMenuToggle .mnmd-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.navigation--offCanvas .menuSettingLink {
	display: block;
	padding: 10px 20px;
	font-size: 14px;
}

/*---- Offcanvas Social ----*/

.md_offCanvasMenu-social {
	margin: 10px auto;
	text-align: center;
}

/*---- Offcanvas user ----*/

.md_offCanvasMenu-userActions {
	padding: 30px;
	border-top: 1px solid #eee;
	text-align: center;
}
.md_offCanvasMenu-userActions .btn:not(:first-child) {
	margin-top: 10px;
}

/*=====================================
	6.0 #POST ITEM
=====================================*/

/*
	6.1 #Post item general
-------------------------------------*/

.postHeader {
	margin-bottom: 1rem;
}
.postHeader:last-child {
	margin-bottom: 1rem;
}
.postBody > *:last-child {
	margin-bottom: 0;
}
.postItem.card .card-footer {
	border-top: 1px solid rgba(0,0,0,.05);
	background: transparent;
}

@media (min-width: 576px) {
	.postItem.card .card-body {
		padding: 2rem;
	}

	.postItem.card .card-footer {
		padding: 1rem 2rem;
	}
}

/*---- Post title ----*/

.postTitle {
	font-weight: 700;
	font-style: normal;
	word-break: break-word;
}
.postTitle a,
.postTitle a:hover,
.postTitle a:focus,
.postTitle a:active,
.postTitle a:visited {
	text-decoration: none;
	color: rgba(0,0,0,0.8);
}
.postStream-item .postItem.sticky:after {
	content: '';
	display: block;
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	bottom: auto;
	margin-top: 0;
	margin-right: 1rem;
	width: 0;
    height: 2.5rem;
    box-sizing: border-box;
    border-bottom: .5rem solid transparent;
    border-top: none;
    border-left: .75rem solid #000;
    border-right: .75rem solid #000;
    z-index: 1;
}

/*---- Post summary ----*/

.postSummary {
	margin-bottom: 1rem;
	font-size: .875rem;
	word-wrap: break-word;
}
.postSummary:last-child {
	margin-bottom: 0;
}
.postSummary > p:last-child {
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.postSummary {
		font-size: 1rem;
	}
}

/*---- Post content ----*/

.postContent {
	margin: 4em auto;
	padding: 0 80px;
}

/*---- Post meta ----*/

.metaText,
.metaText a {
	color: rgba(0,0,0,0.6);
	font-size: 12px;
	transition: all 0.2s ease-out !important;
}
a.metaText:hover {
	color: rgba(0,0,0,0.8);
}
.metaDate abbr,
abbr.published,
abbr.updated {
    text-decoration: none;
    border-bottom: none;
}
.overlayInfo {
	position: relative;
}
.overlayInfo--gradient {
	background-color: rgba(0,0,0,0);
	background-image: linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
.overlayInfo--gradient .postTitle {
	text-shadow: 0px 1px 0px #222;
}
.overlayInfo .btn--pill {
	border: none !important;
	color: rgba(0,0,0,0.6) !important;
	line-height: 22px !important;
}
.overlayInfo .postTitle,
.overlayInfo .postTitle a,
.overlayInfo .postSummary {
	color: #fff;
}
.overlayInfo .postMeta,
.overlayInfo .postMeta a,
.overlayInfo .postMeta i,
.overlayInfo .metaText,
.overlayInfo .postMeta--author a,
.overlayInfo .middot {
	color: rgba(255,255,255,0.8);
}

/*---- Post category ----*/

.postCategory {
	display: inline-block;
	margin-bottom: 1rem;
	padding: .5em 1em;
	border-radius: 999em;
	font-size: .625rem;
	line-height: 1.4;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(255,255,255,1);
	background: #81c483;
}
.postCategory.postCategory {
	color: rgba(255,255,255,1);
	transition: all 0.2s ease-out;
}
.postCategory:hover,
.postCategory:active,
.postCategory:focus {
	color: rgba(255,255,255,0.9);
	text-decoration: none;
}
.postCategories  .postCategory {
	margin-bottom: 0;
}
.postCategories {
	margin-top: -.25rem;
	margin-left: -.25rem;
	margin-bottom: -.25rem;
	padding-bottom: 1rem;
}
.postCategories li {
    display: inline-block;
	padding: .25rem;
	line-height: 1;
}

/*---- Post featured image ----*/

.postFeaturedImg {
	display: block;
	position: relative;
	z-index: 1;
}
.postFeaturedMedia {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}
.postFormatMedia {
	max-width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.postFeaturedImg img {
	display: inline-block;
	width: 100%;
	object-fit: cover;
}
.postFormatIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	font-size: 20px;
	line-height: 1;
	color: #fff;
}
.postFormatIcon .mnmd-icon {
	position: relative;
}
.noThumb .postFeaturedImg-icon {
	display: none;
}
.postFormatIcon:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	border-radius: 100%;
	background: rgba(0,0,0,0.5);
	transition: all 0.2s ease-out;
}
.postFormatIcon.formatVideoIcon:before {
	left: 38%;
}
.postFeaturedImg:hover .postFormatIcon:before {
	background: rgba(0,0,0,0.8);
}
.postFormatIcon i {
	position: relative;
}

/*---- Post Like ----*/

.mdPostLike:hover,
.mdPostLike.liked,
.mdPostLike.processing {
	color: #F64747;
}
.mdPostLike:not(.liked) i.fa-heart,
.mdPostLike.liked i.fa-heart-o {
	display: none;
}
.mdPostLike.processing i {
	-webkit-animation-name: pulse;
  	animation-name: pulse;
  	-webkit-animation-duration: 0.8s;
  	        animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/*---- Post meta ----*/

.postMeta {
	margin-bottom: 1rem;
	color: rgba(0,0,0,0.4);
}
.postMeta--author {
	margin-bottom: 1rem;
}
.postMeta--author:last-child {
	margin-bottom: 0;
}
.postMeta a {
	text-decoration: none;
	color: rgba(0,0,0,0.4);
}

.postMeta--2 .flexbox-item {
	vertical-align: top;
}
.postMeta--2 .flexbox-item:first-child {
	padding-right: 20px;
}
.postMeta--2 .flexbox-item:last-child {
	text-align: right;
}
.postMeta--2 .metaText--sub {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 13px;
	color: rgba(0,0,0,0.4);
}
.postMeta--2 .addthis_toolbox {
	margin-bottom: -8px;
}
.postMeta--2 .mdPostLike {
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	text-align: left;
	color: #F64747 !important;
	white-space: nowrap;
}
.postMeta--2 .mdPostLike i {
	font-size: 22px;
	margin-right: 2px;
}

.postMeta--3 {
	padding-bottom: 1rem;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.6);
}
.overlayInfo .postMeta--3 {
	padding-bottom: 0;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: none;
}
.postMeta--3 > * {
	padding-top: 1rem;
	padding-right: 1rem;
}
.postMeta--3 > *:last-child {
	padding-right: 0;
}
.postMeta--3 > .postMeta-comments {
	border-left: none;
}
.postMeta--3 .metaText--sub {
	display: block;
	font-size: 12px;
	color: rgba(0,0,0,0.4);
}
.overlayInfo .postMeta--3 .metaText--sub {
	color: rgba(255,255,255,0.5);
}
.postMeta--3 .metaDate {
	line-height: 1.5;
}
.commentCountBox {
	position: relative;
	display: inline-block;
	padding: 8px 16px;
	background: #81c483;
	color: #fff !important;
	font-weight: 700;
	border-radius: 4px 4px 4px 0;
}
.commentCountBox:after {
	content: '';
	display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 100%;
    border: 0 solid transparent;
    border-width: 6px 10px;
    border-left-width: 0;
    border-top-color: #81c483;
}
.postMeta--author {
	width: auto;
	overflow: hidden;
	color: rgba(0,0,0,0.6);
	text-align: left;
}
.postMeta--author .postMeta--author-avatar img {
	width: 24px;
    height: 24px;
	border-radius: 50%;
}
.postMeta--author--2 .postMeta--author-avatar img {
	width: 36px;
    height: 36px;
}
.postMeta--3 .postMeta--author .postMeta--author-avatar img {
	width: 40px;
    height: 40px;
}

.overlayInfo .postMeta--author-avatar img {
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.postMeta--author-avatar {

}
.postMeta--author-author {
	font-size: 14px;
	line-height: 1.5;
}
.postMeta--author-author a {
	max-width: 100%;
	color: inherit;
    text-decoration: none;
}
.postMeta--author .metaDate {
	font-size: 12px;
	line-height: 1.1;
}

.postMeta--author--1 .postMeta--author-text * {
	font-size: 13px;
	line-height: 1.1;
}
.postMeta--author--1 .postMeta--author-name {
	display: inline-block;
}

.postMeta--author--2 .postMeta--author-author {
	max-width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2;
}

a.metaLink {
	display: inline-flex;
	color: rgba(0,0,0,0.4);
	text-decoration: none !important;
	transition: all 0.2s ease-out;
}
.overlayInfo a.metaLink,
.overlayInfo a.metaLink:hover,
.overlayInfo a.metaLink:focus,
.overlayInfo a.metaLink:active,
.overlayInfo a.metaLink:visited {
	color: rgba(255,255,255,0.8);
}
a.metaLink:hover,
a.metaLink:active,
a.metaLink:focus,
a.metaLink:visited {
	color: rgba(0,0,0,0.6);
}

.postMeta--btn a {
	font-size: 13px;
}

.readMoreLink {
	display: inline-flex;
	align-items: center;
}
.readMoreLink:hover,
.readMoreLink:focus {
	text-decoration: none;
}
.readMoreLink .mnmd-icon {
	transition: all 0.2s ease-out;
}
.readMoreLink:hover .mnmd-icon {
	transform: translateX(4px);
}

.overlayInfo .postFooter .readMoreLink {
	color: rgba(255,255,255,0.8);
}

/*---- Post footer ----*/

.postFooter {
	font-size: .875rem;
}

/*---- Share buttons ----*/

.addthis_toolbox > a > span {
	border-radius: 4px;
}
.addthis_button_compact--mobile {
	padding: 0 10px !important;
	margin-right: 2px;
	border-radius: 4px;
	background-color: #22A7F0;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
}
.addthis_button_compact--mobile:hover,
.addthis_button_compact--mobile:active,
.addthis_button_compact--mobile:focus {
	color: #fff;
}


/*
	6.2 #Post Item list
-------------------------------------*/

.postStream {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.postStream.block--masonry,
.postStream.block--tiles {
	max-width: initial;
}

.postStream--list .postStream-item {
	position: relative;
	margin-bottom: 2rem;
}
.postStream--list .postStream-item:last-child {
	margin-bottom: 0;
}
.post--list {
	position: relative;
	background: #fff;
	overflow: hidden;
}
.post--list .postInfo {
	overflow: hidden;
}
.post--list .postTitle {
}
.post--list .postFeaturedImg,
.post--list .postFeaturedMedia {
	position: relative;
	margin: -1rem;
}
.post--list .postFeaturedImgWrap.hasNoExcerpt .postFeaturedImg {
	float: left;
	margin-left: 0;
}

@media (min-width: 576px) {
	.post--list .postFeaturedImg,
	.post--list .postFeaturedMedia {
		margin: -2rem;
	}
}

@media (min-width: 768px) {
	.postStream--list .postStream-item {
		margin-bottom: 3rem;
	}

	.post--list .postFeaturedImg,
	.post--list .postFeaturedMedia {
		margin: 0;
		flex-basis: 36%;
		flex-shrink: 0;
	}
}

/*
	6.3 #Post Item list with background
------------------------------------------*/

.post--listBg {
	position: relative;
	background: #fafafa;
}
.post--listBg > a {
	color: transparent;
	text-decoration: none;
}
.post--listBg .flexbox {
	width: auto;
}
.post--listBg .o-backgroundImg {
	opacity: 0;
	transition: all ease 0.2s;
}
.post--listBg:hover .o-backgroundImg {
	opacity: 1;
}
.post--listBg .postInfo {
	position: relative;
	padding: 20px 15px;
}
.post--listBg .postTitle {
	margin-bottom: 6px;
	font-size: 16px;
	vertical-align: middle;
	overflow: hidden;
	color: rgba(0,0,0,0.8);
	transition: all 0.2s ease-out;
}
.post--listBg .mdPostLike,
.post--listBg .mdPostLike i {
	color: rgba(0,0,0,0.4);
	transition: all 0.2s ease-out;
}
.post--listBg:hover .postTitle,
.post--listBg:hover .metaText,
.post--listBg:hover .mdPostLike,
.post--listBg:hover .mdPostLike i {
	color: #fff;
}
.post--listBg .listIndex {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 15px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	background-color: rgba(255,255,255,0.97);
	border: 1px solid rgba(0,0,0,0.05);
	font-size: 14px;
	color: rgba(0,0,0,0.8);
	font-weight: 700;
	vertical-align: middle;
}

/*
	6.4 #Post Item Split
-------------------------------------*/

.post--split {
	border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 4px;
    background: #fff;
}
.post--split .postFeaturedImg {
	margin-left: -1rem;
	margin-right: -1rem;
}
.post--split .postFeaturedImg img {
	max-height: 400px;
	object-fit: cover;
}
.post--split .postFeaturedImg,
.post--split .postFormatMedia {

}
.post--split .postFormatMedia--quote,
.post--split .postFormatMedia--link {

}
.post--split .postFormatImage,
.post--split .postFormatMedia--gallery {
	padding: 0;
	border: none;
}
.post--split .postFeaturedImg + .postCategory-wrap,
.post--split .postFormatMedia:not(.postFormatMedia--gallery) + .postCategory-wrap {
	position: relative;
	margin-top: -41px;
	z-index: 1;
}
.post--split .postInfo--meta {
	flex-basis: 38%;
}
.post--split .postInfo--meta .postCategories {
	margin-bottom: 10px;
}
.post--split .postInfo .postSummary {
	margin-bottom: 0;
}
.post--split .postInfo .postSummary p:empty {
	margin-bottom: 0;
}
.post--split .postInfo > .o-media-left {
	min-width: 200px;
}

@media (min-width: 576px) {
	.post--split .postFeaturedImg {
		margin-left: -2rem;
		margin-right: -2rem;
	}
}

/*
	6.5 #Post classic
-------------------------------------*/

.block--classic .list-item:not(:first-child) {
	border-top: 1px solid rgba(0,0,0,0.05);;
}
.post--classic .postTitle {
	margin: 5px 0 20px;
	font-size: 35px;
	line-height: 1.3;
}

/*
	6.6 #Post grid
-------------------------------------*/

.block--grid.row {
	margin-left: -15px;
	margin-right: -15px;
}
.block--grid .grid-item {
	padding-left: 15px;
	padding-right: 15px;
}

/*
	6.7 #Post masonry
-------------------------------------*/

.block--masonry {
	display: flex;
	flex-wrap: wrap;
	margin-left: calc(var(--bs-gutter-x) * -1);
	margin-right: calc(var(--bs-gutter-x) * -1);
}
.block--masonry .grid-item {
	padding-left: var(--bs-gutter-x);
	padding-right: var(--bs-gutter-x);
	margin-bottom: calc(var(--bs-gutter-y) * 2);
}
.layoutContent--fullwidth .grid--2 .postTitle {
	font-size: 24px;
}
.layoutContent-main .grid--3 .grid-item .postTitle,
.grid--4 .grid-item .postTitle {
	font-size: 18px;
}
.layoutContent-main .grid--3 .grid-item .postSummary {
	font-size: 14px;
}

.post--card--paper .card-body > *:last-child {
	margin-bottom: 0;
}
.post--card--paper .postFeaturedImg {
	max-height: 240px;
	margin: -1rem -1rem 0;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}
.post--card--paper .postFormatMedia--quote,
.post--card--paper .postFormatMedia--link {
	margin: -20px -20px 20px;
}
.post--card--paper .postFormatMedia {
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}
.post--card--paper .postFormatMedia--image {
	padding: 0;
	border: none;
	margin: -20px -20px 20px;
	overflow: visible;
}
.post--card--paper .postFormatMedia--image img {
	border-radius: 4px 4px 0 0;
}
.post--card--paper .postFormatMedia--image .zoom-img-wrap img {
	border-radius: 0;
}
.post--card--paper.page .postFeaturedImg + .postHeader,
.post--card--paper.page .postFormatMedia + .postHeader {
	margin-top: 0;
}
.post--card--fixedSize .postFooter {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	border-radius: 0 0 4px 4px;
	background: linear-gradient(0deg,rgba(255,255,255,1) 0,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%);
	z-index: 2;
}
.post--card--paper--micro {
	min-height: initial;
}
.post--card--paper--micro .postTitle {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.4;
}

.post--card--bg {
	position: relative;
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.03);
	background-color: #fff;
	overflow: hidden;
}
.post--card--bg .o-backgroundImg {
	border-radius: 4px;
}
.post--card--bg .o-backgroundImg--dimmed:after {
	border-radius: 4px;
}
.post--card--bg:hover .o-backgroundImg {
	opacity: 0;
}
.post--card--bg .postInfo {
	position: relative;
}
.post--card--bg .postTitle {
	margin: 0 0 20px;
	min-height: 100px;
	font-size: 18px;
}
.post--card--bg .postInfo a,
.post--card--bg .postTitle a,
.post--card--bg .postMeta a,
.post--card--bg .postMeta,
.post--card--bg .postMeta .metaText {
	transition: all 0.1s ease-out !important;
}
.post--card--bg:not(:hover) .postTitle a,
.post--card--bg:not(:hover) .postInfo,
.post--card--bg:not(:hover) .postInfo .postMeta--author-text,
.post--card--bg:not(:hover) .postInfo .postMeta--author-text a,
.post--card--bg:not(:hover) .postInfo .metaText {
	color: #fff;
}
.post--card--bg.noThumb .postTitle a {
	color: rgba(0,0,0,0.8) !important;
}
.post--card--bg.noThumb .postInfo .metaText,
.post--card--bg.noThumb .postInfo .metaText a {
	color: rgba(0,0,0,0.4) !important;
}
.post--card--bg > a {
	display: block;
}
.post--card--bg .postFeaturedImg {
	margin: -15px -15px 0;
}
.post--card--bg .postFeaturedImg img {
	width: 100%;
}

@media (min-width: 576px) {
	.post--card--paper .postFeaturedImg {
		margin: -2rem -2rem 1rem;
	}
}


/*
-	6.7 #Article tile
------------------------------------*/

.block--tiles {
	display: flex;
	flex-wrap: wrap;
	margin-left: calc(var(--bs-gutter-x) * -1);
	margin-right: calc(var(--bs-gutter-x) * -1);
}
.block--tiles .tile-item {
	padding-left: var(--bs-gutter-x);
	padding-right: var(--bs-gutter-x);
	margin-bottom: calc(var(--bs-gutter-y) * 2);
}
.block--tiles .tile-item .o-backgroundImg,
.block--tiles .tile-item .o-backgroundImg:after,
.block--tiles .tile-item .o-overlay {
	border-radius: 4px;
}
.block--tile--grid .tile-item {
	padding: 0 !important;
	margin: 0;
}
.tile-item .o-backgroundImg:after {
	box-shadow: inset 0 0 50px rgba(0,0,0,0.3);
}
.block--tile--colored .overlayInfo .postCategory {
	background: #fff;
	color: rgba(0,0,0,0.6);
}
.block--tile--colored .tile-item .o-overlay {
	opacity: .8;
	transition: all 0.2s ease-out;
}
.block--tile--colored .tile-item:hover .o-overlay {
	opacity: .95 !important;
}
.block--tile--colored .tile-item:nth-of-type(6n+1) .o-overlay {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmMzNTRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBhYmZiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: linear-gradient(135deg,#FC354C,#0ABFBC);
}
.block--tile--colored .tile-item:nth-of-type(6n+2) .o-overlay {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmY0ZTUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZDQyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: linear-gradient(135deg,#FF4E50,#F9D423);
}
.block--tile--colored .tile-item:nth-of-type(6n+6) .o-overlay {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDM4MzEyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMmY0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background-image: linear-gradient(135deg,#d38312,#002f4b);
}
.block--tile--colored .tile-item:nth-of-type(6n+3) .o-overlay {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNTU2MjcwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNmI2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: linear-gradient(135deg,#556270,#FF6B6B);
}
.block--tile--colored .tile-item:nth-of-type(6n+5) .o-overlay {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjM2Q3ZWFhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZTQ3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: linear-gradient(135deg,#3D7EAA,#FFE47A);
}
.block--tile--colored .tile-item:nth-of-type(6n+4) .o-overlay {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjM2NhNTVjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I1YWM0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: linear-gradient(135deg,#3CA55C,#B5AC49);
}

.post--tile {
	position: relative;
	min-height: 320px;
    overflow: hidden;
}
.post--tile.has-post-thumbnail {
	background: transparent;
}
.post--tile .postMeta--author {
	display: none !important;
}
.post--tile .postFormatIcon {
	top: 20px;
	right: 20px;
	left: auto;
	bottom: auto;
	font-size: 16px;
	-webkit-transform: none;
    transform: none;
}
.post--tile .postFormatIcon:before {
	width: 36px;
	height: 36px;
}
.post--tile .postSummary {
	max-width: 500px;
	color: rgba(255,255,255,0.9);
}
.postItem.post--tile:not(.noThumb) .postFooter {
	border-color: rgba(255, 255, 255, 0.2);
}
.card-background {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
}
.card-background:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .4);
	transition: background 0.2s ease-out;
}
.post--tile:hover .card-background:before {
	background: rgba(0, 0, 0, .6);
}

@media (min-width: 576px) {
	.post--tile .postMeta--author {
		display: flex !important;
	}
}

/*---- #Post Tile Micro ----*/
.post--tile.post--tile--micro {
	height: auto;
	min-height: 100px;
	border-radius: 6px;
	overflow: hidden;
}
.post--tile--micro .postInfo {
	position: relative;
}
.post--tile--micro .postTitle {
	margin-bottom: 10px;
	font-weight: 700;
	/*font-size: 16px !important;*/
}

/*---- #Post Tile Center ----*/
.post--tile--center .postInfo {
	width: 100%;
	text-align: center;
}
.post--tile--center .postMeta--author {
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
.post--tile--center .postMeta--author-text {
	flex-grow: 0 !important;
}

/*---- #Post Tile Large ----*/
.post--tile--large {
	min-height: 400px;
}
.post--tile--large .postInfo > *:not(.postFooter) {
	max-width: var(--bone-content-width);
}
.post--tile--large .postFormatIcon {
	top: 30px;
	right: 30px;
	left: auto;
	bottom: auto;
	font-size: 16px;
	-webkit-transform: none;
    transform: none;
}

@media (min-width: 576px) {
	.post--tile {
		min-height: 420px;
	}

	.post--tile--large {
		height: auto;
		min-height: 520px;
	}
}

.post--tile.noThumb .postTitle a {
	color: rgba(0,0,0,0.8) !important;
}
.post--tile.noThumb .postInfo .metaText,
.post--tile.noThumb .postInfo .metaText a {
	color: rgba(0,0,0,0.4) !important;
}

/*---- #Post Cutout ----*/
.post--cutout {
	justify-content: flex-end;
	min-height: 400px;
	position: relative;
	padding: 1rem;
	overflow: hidden;
}
.post--cutout .card-body {
	flex-grow: 0;
	position: relative;
	background: #fff;
	border-radius: 6px 6px 0 0;
}
.post--cutout.card .card-footer {
	position: relative;
	background: #fff;
	border-radius: 0 0 6px 6px;
}

@media (min-width: 576px) {
	.post--cutout {
		min-height: 520px;
		padding: 2rem;
	}
}

@media (min-width: 768px) {
	.post--cutout .card-body {
		flex-grow: 1;
	}
	.post--cutout .card-body,
	.post--cutout.card .card-footer {
		max-width: 420px;
	}
}


/*
-	6.7 #Article wide
------------------------------------*/

.post--large {
	padding: 24px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.03);
}
.post--large .postFeaturedImg,
.post--large .postFormatMedia {
	margin: -20px -20px -10px;
}
.post--large .postFormatImage,
.post--large .postFormatGallery {
	padding: 0;
	border: none;
}
.post--large .postInfo {
	position: relative;
	z-index: 1;
}
.post--large .postTitle {
	font-size: 32px;
}
.post--large .postMeta--author {
	margin-bottom: 14px;
}
.post--large .postFooter {
	padding-top: 10px;
	border-top: 1px solid #f5f5f5;
}


/*=====================================
	7.0 #FEATURED BLOCKS
=====================================*/

.featuredBlock.featuredBlock--has-background {
	margin-top: 0;
}
.featuredBlock-inner {
	position: relative;
	overflow: hidden;
}
.featuredBlock-background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: inset 0 -2px 8px 0px rgb(0 0 0 / 4%);
}

@media (min-width: 1400px) {
	.featuredBlock--has-background .featuredBlock-inner{
		padding: 2rem 0;
	}
}

/*
-	7.1 #Featured slider
------------------------------------*/

.featuredBlock--slider {
	position: relative;
}
.featuredBlock--slider article {
	position: relative;
	min-height: 400px;
	max-height: 100vh;
	height: 700px;
	border-radius: 6px;
	box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
	overflow: hidden;
}

.container .featuredBlock--slider .slide-content .o-backgroundImg,
.container .featuredBlock--slider .slide-content .o-backgroundImg:after {
	border-radius: 4px;
	overflow: hidden;
}

.featuredBlock--slider.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.owl-carousel {
	display: block !important;
}
.featuredBlock--slider .slide-content:not(:first-child) {
	display: none;
}
.featuredBlock--slider.owl-loaded .slide-content {
	display: block;
}

.post--slide .o-overlay {
	background: rgba(0,0,0,0.2);
	border-radius: 4px;
}
.post--slide .postInfo {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 80px 120px 100px;
}
.post--slide .container .postInfo {
	left: auto;
	right: auto;
	padding: 40px 0 60px;
}
.featuredBlock--slider.owl-carousel .postInfo > * {
	-webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
	opacity: 0;
	transition: all 0.3s 0.3s ease-out;
}
.featuredBlock--slider .owl-item.active .postInfo > * {
	-webkit-transform:  translate(0, 0);
    transform:  translate(0, 0);
	opacity: 1;
	transition: all 0.3s 0.3s ease-out;
}
.featuredBlock--slider .owl-item.active .postInfo > *:nth-child(2) {
	transition-delay: 0.4s;
}
.featuredBlock--slider .owl-item.active .postInfo > *:nth-child(3) {
	transition-delay: 0.5s;
}
.post--slide .postTitle {
	max-width: 720px;
}
.post--slide .postMeta--author {
	display: inline-block;
}

.featuredBlock--slider .owl-nav {
	display: none;
}
@media (min-width: 1200px) {
	.featuredBlock--slider .owl-nav {
		display: block;
	}
}

.featuredBlock--slider .owl-prev,
.featuredBlock--slider .owl-next {
	width: 60px;
	height: 60px;
	position: absolute;
	border-radius: 100%;
	background: #fff;
	line-height: 60px;
	text-align: center;
    box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
    visibility: visible;
	opacity: 1;
	transition: all 0.2s ease-out;
}
.featuredBlock--slider .owl-next {
	right: -40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.featuredBlock--slider .owl-prev {
	left: -40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.featuredBlock--slider .owl-prev .mnmd-icon,
.featuredBlock--slider .owl-next .mnmd-icon {
	position: relative;
	font-size: 36px;
}
.featuredBlock--slider .owl-prev .mnmd-icon {
	left: -2px;
}
.featuredBlock--slider .owl-next .mnmd-icon {
	left: 2px;
}
.featuredBlock--slider .owl-prev.disabled,
.featuredBlock--slider .owl-next.disabled {
	visibility: hidden;
	opacity: 0;
}

/*---- Owl md style ----*/
.md-theme .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 10px;
	-webkit-transform: translatex(-50%);
    transform: translatex(-50%);
	transition: opacity 0.2s ease;
}
.md-theme .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
}
.md-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 14px;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
	background: rgba(255,255,255,0.4);
}
.md-theme .owl-dots .owl-dot.active span {
	background: rgba(255,255,255,0.8);
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.sliderNavigation {
	position: relative;
	margin-top: -40px;
	margin-bottom: 40px;
	background: #fff;
	z-index: 10;
}
.sliderNavigation .sliderNavigation-item {
	position: relative;
	width: 20%;
	padding: 15px;
	vertical-align: top;
	cursor: pointer;
}
.sliderNavigation .sliderNavigation-item:not(:first-child) {
	border-left: 1px solid #eee;
}
.sliderNavigation .sliderNavigation-item.isActive:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
	border: 10px solid transparent;
	border-top-width: 0;
	border-bottom-color: #fff; 
}
.sliderNavigation .postTitle {
	font-size: 16px;
}

/*---- Full width slider ----*/
.featuredBlock--slider--fw article {
	height: 700px;
}

/*---- Cover slider ----*/
.featuredBlock--slider--cover article {
	height: 800px;
	border: none;
	border-radius: 0;
}
.featuredBlock--slider--cover .postInfo {
	max-width: 720px;
}

/*
-	7.2 #Featured carousel
------------------------------------*/

.featuredBlock--carousel {
	position: relative;
}
.featuredBlock--carousel-carousel:not(.owl-loaded) .featuredBlock--carousel-item:not(:first-child) {
	display: none;
}
.featuredBlock--carousel-carousel:not(.owl-loaded) .featuredBlock--carousel-item:first-child {
	opacity: 0;
}
.featuredBlock--carousel-carousel .owl-stage-outer {
	overflow: visible;
}
.featuredBlock--carousel-carousel .owl-prev,
.featuredBlock--carousel-carousel .owl-next {
	width: 60px;
	height: 60px;
	position: absolute;
	border-radius: 100%;
	background: #fff;
	text-align: center;
	line-height: 60px;
    box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
    visibility: visible;
	opacity: 1;
	transition: all 0.2s ease-out;
}
.featuredBlock--carousel-carousel .owl-next {
	right: -40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.featuredBlock--carousel-carousel .owl-prev {
	left: -40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.featuredBlock--carousel-carousel .owl-prev .mnmd-icon,
.featuredBlock--carousel-carousel .owl-next .mnmd-icon {
	position: relative;
	font-size: 36px;
}
.featuredBlock--carousel-carousel .owl-prev .mnmd-icon {
	left: -2px;
}
.featuredBlock--carousel-carousel .owl-next .mnmd-icon {
	left: 2px;
}
.featuredBlock--carousel-carousel .owl-prev.disabled,
.featuredBlock--carousel-carousel .owl-next.disabled {
	visibility: hidden;
	opacity: 0;
}
.featuredBlock--carousel-carousel .owl-dots {
	position: relative;
	margin-top: 1rem;
	text-align: center;
}
.featuredBlock--carousel-carousel .owl-dots .owl-dot span {
	background: rgba(0,0,0,0.4);
}
.featuredBlock--carousel-carousel .owl-dots .owl-dot.active span {
	background: rgba(0,0,0,0.8);
}
.featuredBlock--carousel-carousel .post--tile {
	height: 520px;
	box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
}



/*
-	7.3 Featured tiles
------------------------------------*/

.featuredBlock--tiles {
	position: relative;
}

.featuredBlock--tiles .post--tile {
	min-height: 320px;
	height: 100%;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.featuredBlock--tiles .tileItem--tall.tileItem--primary .post--tile .postSummary {
	display: none;
}

@media (min-width: 768px) {
	.featuredBlock--tiles .tileItem--tall.tileItem--primary .post--tile {
		min-height: 520px;
	}
	.featuredBlock--tiles .tileItem--tall.tileItem--primary .post--tile .postSummary {
		display: block;
	}
}

@media (min-width: 992px) {
	.featuredBlock--tiles .tileItem--tall .post--tile {
		min-height: 520px;
	}

	.featuredBlock--tiles--has-background {
		margin-top: 0;
	}

	.featuredBlock--tiles--has-background .featuredBlock-inner {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}


/*
-	7.4 #Featured Mixed Grid
------------------------------------*/

.post--list--paper .postFeaturedImg {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	overflow: hidden;
}
.post--list--paper .postFeaturedImg img {
	width: 80px;
	height: 80px;
}
.mdPostsListWidget .post--list--paper {
	padding: 0;
	border: none;
	box-shadow: none;
	background: none;
}
.post--list--paper--micro.card .card-body {
	min-height: 8rem;
	padding: 1.5rem;
}
.post--list--simple .postTitle{
	margin-bottom: 5px;
	font-size: 16px;
}

.featuredBlock--altGrid {
	margin-top: 3rem;
}

.featuredBlock--altGrid--main article {
	height: 480px;
}
.featuredBlock--altGrid--minor-item article {
	height: 100%;
}

@media (min-width: 992px) {
	.featuredBlock--altGrid--has-background {
		margin-top: 0;
	}
	.featuredBlock--altGrid--has-background .featuredBlock-inner {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}


/*
-	7.5 #Post Ribbon
------------------------------------*/

.post--list--micro .postFeaturedImg img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
}

.post--list--micro .postTitle {
	font-size: 1.125rem;
}

.postRibbon {
	background: #fafafa;
	box-shadow: inset 0 -1px 1px 0 rgba(0,0,0,0.03);
}
.postRibbon-inner {
	display: table;
	width: 100%;
}
.postRibbon-item {
	display: table-cell;
	width: 25%;
	position: relative;
	padding: 20px 25px 20px 20px;
	border-left: 1px solid rgba(0,0,0,0.05);
	border-left: 2px solid #fff;
	vertical-align: top;
}
.postRibbon-item:last-child {
	border-right: 1px solid rgba(0,0,0,0.05);
	border-right: 2px solid #fff;
}
.postRibbon .post--list--micro .postFeaturedImg {
	width: 70px;
	height: auto;
	float: left;
	margin: 0 0 0 -35px;
	border: 2px solid #fff;
	box-shadow: 0 1px 6px rgba(0,0,0,0.1);
}
.postRibbon .post--list--micro .postFeaturedImg img {
	width: 100%;
	height: auto;
	border-radius: 0;
}
.postRibbon .post--list--micro .postFeaturedImg + .postTitle,
.postRibbon .post--list--micro .postFeaturedImg + .postTitle + .metaDate {
	margin-left: 45px;
}
.postRibbon .post--list--micro .postTitle {
	font-size: 15px;
	margin-bottom: 4px;
	white-space: normal;
}



/*=====================================
	8.0 #FORMAT
=====================================*/

/*
-	8.1 #Format audio
------------------------------------*/

.postFeaturedImg--single + .postFormatMedia--audio-element {
	position: absolute;
	top: auto;
	bottom: 1rem;
	left: 1rem;
	right: 1rem;
	z-index: 1;
}

.postFormatMedia--audio-element audio {
	display: block;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

/*
-	8.2 #Format quote
------------------------------------*/

.postFormatQuote {
	position: relative;
	margin: 0;
	padding: 100px 40px 40px;
	color: #fff;
	border: none;
	overflow: hidden;
}
.postSingle .postFormatQuote {
	border-radius: 4px;
	box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
}
.grid-item .postFormatQuote {
	padding: 80px 30px 30px;
}
.postFormatQuote:after {
	content: "\201C";
	position: absolute;
	top: 40px;
	left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110px;
	line-height: 1;
	color: #fff;
}
.grid-item .postFormatQuote:after {
	top: 30px;
	left: 30px;
}
.postFormatQuote p {
	position: relative;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 12px;
}
.postFormatQuote cite {
	display: block;
	font-style: normal;
	font-weight: 300;
}
.postFormatQuote .postFormatQuote-author:before {
	content: "\2014";
	margin-right: 5px;
}
.postFormatQuote .postFormatQuote-author {
	position: relative;
}

/*
-	8.3 #Format Link
------------------------------------*/

.postFormatLink .o-backgroundImg {
	background-color: rgba(0,0,0,0.5);
}
.postFormatLink .o-backgroundImg,
.postFormatLink .o-backgroundImg--dimmed:after {
	overflow: hidden;
}
.postFormatLink {
	position: relative;
	display: block;
	padding: 40px;
	text-decoration: none !important;
	overflow: hidden;
}
.postFormatLink-content {
	position: relative;
	color: #fff;
}
.postFormatLink-content-title {
	font-size: 40px;
	margin: 0 0 10px 0;
}
.postFormatLink-content-title i {
	font-size: 36px;
}
.postFormatLink-content-desc {
	font-weight: 300;
	font-style: italic;
	font-size: 16px;
}

.grid-item .postFormatLink {
	padding: 40px 30px;
}
.grid-item .postFormatLink-content-title {
	font-size: 24px;
}
.grid-item .postFormatLink-content-title i {
	font-size: 22px;
}

.postSingle .postFormatLink {
	border-radius: 4px;
	box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
	overflow: hidden;
}

/*
-	8.4 #Format Gallery
------------------------------------*/

.postSingle.format-gallery .postFeaturedMedia {
	padding: 1rem;
	background: #fafafa;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 6px;
	box-shadow: rgb(17 17 26 / 10%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 8px 24px, rgb(17 17 26 / 10%) 0px 16px 48px;
}
.postItem.format-gallery .postFeaturedMedia {
	padding: 1rem;
	border: 1px solid rgba(0, 0, 0, .1);
}
.grid-item .fotorama__nav-wrap {
	display: none;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
	top: 10px;
	border-width: 4px;
	opacity: 0.8;
}
.fotorama__dot {
	background: #7f7f7f;
	opacity: 0.4;
}
.postSingle .postFormatMedia--gallery figure,
.postItem .postFormatMedia--gallery figure,
.fotorama--fullscreen.postFormatMedia--gallery figure {
	height: 100%;
	display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.postFormatMedia--gallery figcaption {
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	margin: .5rem;
	padding: .25rem .5rem;
	border-radius: 6px;
	background: rgba(0,0,0,0.5);
	color: rgba(255,255,255,0.8);
	font-size: 0.75rem;
	text-align: right;
}


/*
-	8.5 #Format Image
------------------------------------*/

.postFormatImage {
	text-align: center;
}
.format-image .postFeaturedMedia {
	overflow: visible;
}
.postSingle .postFormatImage img {
	border-radius: 6px;
	box-shadow: rgb(17 17 26 / 10%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 8px 24px, rgb(17 17 26 / 10%) 0px 16px 48px;
}
.postFormatImage a {
	cursor: -moz-zoom-in;
}
.postFormatImage figure {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.postFormatImage figcaption {
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	margin: .5rem;
	padding: .25rem .5rem;
	border-radius: 6px;
	background: rgba(0,0,0,0.5);
	color: rgba(255,255,255,0.8);
	font-size: 0.75rem;
	text-align: right;
}


/*
-	8.6 #Format Video
------------------------------------*/

.postSingle.format-video .postFeaturedMedia {
	border-radius: 6px;
	box-shadow: rgb(17 17 26 / 10%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 8px 24px, rgb(17 17 26 / 10%) 0px 16px 48px;
	overflow: hidden;
}

/*
-	8.7 #Format Audio
------------------------------------*/

.postSingle .postFormatMedia--audio iframe {
	box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
}



/*=====================================
	9.0 #TYPOGRAPHY
=====================================*/

/*
	9.1 #WordPress Core
-------------------------------------*/

/**
 *  Alignment
 */

.alignleft {
	float: left;
	margin-right: 1.7em;
	margin-bottom: 1.7em;
}

.alignright {
	float: right;
	margin-left: 1.7em;
	margin-bottom: 1.7em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
}


/**
 *  Caption
 */

.wp-caption {
	background: transparent;
	border: none;
	color: rgba(0,0,0,0.44);
	margin: 0 0 26px 0;
	max-width: 680px;
	padding: 0;
	text-align: inherit;
}

.wp-caption.alignleft {
	text-align: left;
}

.wp-caption.alignright {
	text-align: right;
}

.wp-caption.aligncenter {
	text-align: center;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
	font-size: 13px;
	line-height: 1.5;
	padding: 7px 0;
}


/**
 *  Galleries
 */

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery .gallery-caption {
	color: rgba(0,0,0,0.44);
	display: block;
	font-size: 13px;
	line-height: 1.5;
	padding: 7px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.screen-reader-text {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
            clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
}

/*
	9.2 #Content typography
-------------------------------------*/

.bodyCopy {
	position: relative;
	color: rgba(0,0,0,0.8);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
}
.bodyCopy a {
	word-wrap: break-word;
}
.bodyCopy address {
	font-style: italic;
	line-height: 1.8;
}
.bodyCopy dt,
.bodyCopy dd {
	line-height: 1.8;
}
.bodyCopy ul,
.bodyCopy ol {
	margin-top: 28px;
	margin-bottom: 28px;
	padding-left: 1.3em;
}
.bodyCopy li > ul,
.bodyCopy li > ol {
	margin-top: 0;
	margin-bottom: 0;
}
.bodyCopy h1,
.bodyCopy h2,
.bodyCopy h3,
.bodyCopy h4,
.bodyCopy h5,
.bodyCopy h6 {
	clear: both;
	font-weight: 700;
	margin-top: 1em;
	margin-bottom: .5em;
}

.bodyCopy h1 {
	font-size: 3.052em;
	line-height: 1.2;
}

.bodyCopy h2 {
	font-size: 2.441em;
	line-height: 1.3;
}

.bodyCopy h3 {
	font-size: 1.953em;
	line-height: 1.3;
}

.bodyCopy h4 {
	font-size: 1.563em;
	line-height: 1.3;
}

.bodyCopy h5 {
	font-size: 1.25em;
	line-height: 1.3;
}

.bodyCopy h6 {
	font-size: 1em;
	line-height: 1.4;
}

.bodyCopy h1:first-child,
.bodyCopy h2:first-child,
.bodyCopy h3:first-child,
.bodyCopy h4:first-child,
.bodyCopy h5:first-child,
.bodyCopy h6:first-child {
	margin-top: 0;
}
.bodyCopy a {
	text-decoration: underline;
}
.bodyCopy pre {
	padding: 32px;
	font-size: 14px;
	line-height: 1.5;
}
.bodyCopy .articleReadMore-link {
	position: relative;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom-color: rgba(0,0,0,0.15);
}
.bodyCopy .articleReadMore-link:hover {
	color: rgba(0,0,0,0.8);
	border-bottom-color: rgba(0,0,0,0.3);
}
.bodyCopy .articleReadMore-link:after {
	content: '\f105';
	margin-left: 5px;
	font-family: 'FontAwesome';
	font-size: 14px;
	-webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}
.bodyCopy blockquote {
	border-left: 5px solid #eee;
	padding: 0 0 0 1.8em;
	font-size: 1em;
}
.bodyCopy blockquote.wp-block-pullquote {
	border: none;
}
.bodyCopy blockquote cite,
.bodyCopy blockquote small {
	font-size: 0.889em;
	opacity: .8;
}

.bodyCopy blockquote cite {
	font-style: normal;
}

.bodyCopy img, 
.bodyCopy iframe, 
.bodyCopy object, 
.bodyCopy embed,
.bodyCopy figure {
	max-width: 100%;
}

.bodyCopy .responsiveEmbedVideo {
	margin-bottom: 32px;
}

.bodyCopy .wp-block-embed__wrapper .responsiveEmbedVideo {
	margin-bottom: 0;
}

/*
	9.3 #Gutenberg styling
-------------------------------------*/

.postContent {
	max-width: var(--bone-content-width);
	padding: 0;
}
.postContent > *,
.postContent p {
	margin-top: 28px;
	margin-bottom: 28px;
}
.postContent > *:first-child,
.postContent p:first-child {
	margin-top: 0;
}
.postContent .alignleft {
	margin-top: 0;
	margin-right: 28px;
}
.postContent .alignright {
	margin-top: 0;
	margin-left: 28px;
}

.postContent .alignwide,
.postContent .wp-block-gallery.alignwide {
	max-width: var(--bone-content-width-wide);
}
.postContent .alignfull,
.postContent .wp-block-gallery.alignfull {
	max-width: var(--bone-content-width-full);
	width: var(--bone-content-width-full);
	margin-left: calc(var(--bs-gutter-x,.75rem) * -1);
}

@media (min-width: 576px) {
	.postContent .alignfull,
	.postContent .wp-block-gallery.alignfull {
		margin-left: calc(((var(--bone-container-width) - var(--bone-content-width-full)) / 2) - var(--bs-gutter-x,.75rem));
		margin-right: calc(((var(--bone-container-width) - var(--bone-content-width-full)) / 2) - var(--bs-gutter-x,.75rem));
	}
}

@media (min-width: 992px) {
	.postContent .alignfull,
	.postContent .wp-block-gallery.alignfull {
		margin-left: calc(((var(--bone-content-width) - var(--bone-content-width-full)) / 2));
		margin-right: calc(((var(--bone-content-width) - var(--bone-content-width-full)) / 2));
	}
}

@media (min-width: 1200px) {
	.postContent--fullwidth .alignwide,
	.postContent--fullwidth .wp-block-gallery.alignwide {
		max-width: 880px;
		margin-left: calc(((var(--bone-content-width) - 880px) / 2));
		margin-right: calc(((var(--bone-content-width) - 880px) / 2));
	}

	.postContent .alignfull,
	.postContent .wp-block-gallery.alignfull {
		max-width: var(--bone-content-width-wide);
		margin-left: 0;
		margin-right: 0;
	}

	.postContent--fullwidth .alignfull,
	.postContent--fullwidth .wp-block-gallery.alignfull {
		max-width: var(--bone-content-width-full);
		margin-left: calc(((var(--bone-content-width) - var(--bone-content-width-full)) / 2));
		margin-right: calc(((var(--bone-content-width) - var(--bone-content-width-full)) / 2));
	}
}

@media (min-width: 1400px) {
	.postContent .alignwide,
	.postContent .wp-block-gallery.alignwide,
	.postContent .alignfull,
	.postContent .wp-block-gallery.alignfull {
		margin-left: calc((var(--bone-content-width) - var(--bone-content-width-wide)) / 2);
		margin-right: calc((var(--bone-content-width) - var(--bone-content-width-wide)) / 2);
	}

	.postContent--fullwidth .alignfull,
	.postContent--fullwidth .wp-block-gallery.alignfull {
		margin-left: calc(((var(--bone-content-width) - var(--bone-content-width-full)) / 2));
		margin-right: calc(((var(--bone-content-width) - var(--bone-content-width-full)) / 2));
	}
}

.postContent .wp-block-gallery:not(.alignleft):not(.alignright):not(.aligncenter) {
	clear: both;
}
.postContent ul.wp-block-gallery {
	padding-left: 0;
}
.postContent ul.blocks-gallery-grid {
	margin: 0 0 -16px 0;
	padding-left: 0;
}
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-table figcaption {
	width: 100%;
	font-size: 13px;
	line-height: 1.5;
	padding: 7px 0;
}
.wp-block-gallery.columns-5 .blocks-gallery-item figcaption,
.wp-block-gallery.columns-6 .blocks-gallery-item figcaption,
.wp-block-gallery.columns-7 .blocks-gallery-item figcaption,
.wp-block-gallery.columns-8 .blocks-gallery-item figcaption {
	display: none;
}
.postContent .has-drop-cap.has-drop-cap {
	display: flow-root;
}
.postContent .has-drop-cap.has-drop-cap:first-letter {
	margin: 0.05em 0.1em 0 0;
	font-size: 6.2em;
	font-weight: 700;
}
.postContent .has-small-font-size {
	font-size: 0.79em;
}
.postContent .has-medium-font-size {
	font-size: 1em;
}
.postContent .has-large-font-size {
	font-size: 1.266em;
}
.postContent .has-huge-font-size {
	font-size: 1.602em;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: calc(100% - 120px);
	margin-top: 60px;
	margin-bottom: 60px;
}
.postContent .wp-block-cover .wp-block-cover-image-text,
.postContent .wp-block-cover .wp-block-cover-text,
.postContent .wp-block-cover h2,
.postContent .wp-block-cover-image .wp-block-cover-image-text,
.postContent .wp-block-cover-image .wp-block-cover-text,
.postContent .wp-block-cover-image h2 {
	width: 100%;
	max-width: 100%;
	font-size: 2.027em;
	line-height: 1.5;
}
.postContent .wp-block-cover .wp-block-cover-text {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.postContent .wp-block-cover a,
.postContent .wp-block-cover a:visited,
.postContent .wp-block-cover a:hover,
.postContent .wp-block-cover a:focus,
.postContent .wp-block-cover a:active,
.postContent .wp-block-cover-image a,
.postContent .wp-block-cover-image a:visited,
.postContent .wp-block-cover-image a:hover,
.postContent .wp-block-cover-image a:focus,
.postContent .wp-block-cover-image a:active {
	color: #fff;
}

.wp-block-image .alignleft {
    float: left;
    margin: 0 28px 28px 0;
}
.wp-block-image .alignright {
    float: right;
    margin: 0 0 28px 28px;
}
.postContent .wp-block-audio audio {
    width: 100%;
}
.wp-block-archive-list.aligncenter,
.wp-block-categories-list.aligncenter {
	text-align: left;
}
.bodyCopy .wp-block-button__link {
	text-decoration: none;
}
ul.wp-block-categories {
	padding-left: 0;
	list-style: none;
}
ul.wp-block-categories ul.children {
	list-style: none;
}
ul.wp-block-categories > li a {
	display: inline-block;
    padding: 4px 0;
	text-decoration: none;
}
.wp-block-code {
	font-family: Menlo,Consolas,monaco,monospace;
    padding: 32px;
    background-color: #fcfcfc;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 32px;
    max-width: 100%;
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.wp-block-embed-twitter .twitter-tweet {
	margin-left: auto;
	margin-right: auto;
}
.wp-block-embed.wp-has-aspect-ratio {
	clear: both;
}
.wp-block-file a.wp-block-file__button {
	display: inline-block;
	word-break: normal;
}
ol.wp-block-latest-comments {
	padding-left: 0;
}
.wp-block-latest-comments > li:not(:last-child) {
	margin-bottom: 1em;
}
.wp-block-latest-comments__comment-meta a {
	text-decoration: none;
}
.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
	font-weight: 700;
}
.wp-block-latest-comments__comment-excerpt {
	margin-top: .25em;
}
.wp-block-latest-comments__comment-excerpt p:last-child {
	margin-bottom: 0;
}
.postContent .wp-block-latest-posts.is-grid {
	margin-left: 0;
	margin-bottom: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
	padding-left: 0;
}
.wp-block-latest-posts li:not(:last-child) {
	margin-bottom: 1em;
}
.wp-block-latest-posts li a {
	font-weight: 700;
	text-decoration: none;
}
.wp-block-media-text.has-background .wp-block-media-text__content {
	padding-top: 8%;
	padding-bottom: 8%;
}
.postContent .wp-block-pullquote {
	padding: 3em 2em;
	border-bottom: 0;
    border-top: 0;
    color: rgba(0, 0, 0, .8);
    font-size: 1em;
}
.postContent .wp-block-pullquote:not(.alignleft):not(.alignright) {
	clear: both;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: 305px;
	padding: 1em 1.5em;
}
.wp-block-pullquote.alignleft {
	padding-left: 0;
	text-align: left;
}
.wp-block-pullquote.alignright {
	padding-right: 0;
	text-align: right;
}
.postContent .wp-block-pullquote blockquote {
	margin: 0;
	padding-left: 0;
	border: none;
	font-size: 1em;
}
.postContent .wp-block-pullquote.alignwide,
.postContent .wp-block-pullquote.alignfull {
	padding-left: 4em;
	padding-right: 4em;
}
.postContent--fullwidth .wp-block-pullquote.alignfull p {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 2.027em;
}
.postContent--fullwidth .wp-block-pullquote.alignfull cite {
	display: block;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 1.802em;
    line-height: 1.6;
}
.wp-block-pullquote.is-style-solid-color blockquote p:not(:only-child) {
	margin-top: 28px;
	margin-bottom: 28px;
}
.wp-block-pullquote.is-style-solid-color blockquote p:first-child {
	margin-top: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote p:last-child {
	margin-bottom: 0;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.alignleft.is-style-solid-color p,
.wp-block-pullquote.alignright.is-style-solid-color p {
	font-size: 1.424em;
    line-height: 1.7;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
	text-transform: none;
	font-size: 0.889em;
    opacity: .8;
}
.wp-block-pullquote.is-style-solid-color {
	padding: 4em;
}
.wp-block-pullquote.is-style-solid-color.alignleft,
.wp-block-pullquote.is-style-solid-color.alignright {
	padding: 32px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	padding: 0;
	max-width: initial;
}
.postContent .wp-block-quote {
	font-size: 1em;
}
.postContent .wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: 5px solid #eee;
	padding: 0 0 0 1.8em;
}
.postContent .wp-block-quote.has-text-align-right:not(.is-large):not(.is-style-large) {
	border-left: 0;
	border-right: 5px solid #eee;
	padding: 0 1.8em 0 0;
}
.postContent .wp-block-quote.is-large,
.postContent .wp-block-quote.is-style-large {
	margin-top: 32px;
	margin-bottom: 32px;
	padding: 2em 2.5em;
	border: none;
}
.postContent .wp-block-quote.is-large p,
.postContent .wp-block-quote.is-style-large p {
	font-size: 1.424em;
	line-height: 1.7;
}
.postContent .wp-block-quote__citation,
.postContent .wp-block-quote cite,
.postContent .wp-block-quote footer {
	color: rgba(0,0,0,0.8);
	font-size: 14px;
}
.postContent .wp-block-rss {
	padding-left: 0;
	list-style: none;
}
.postContent .wp-block-rss > li:not(:last-child) {
	margin-bottom: 1em;
}
.postContent .wp-block-rss__item-title {
	font-weight: 700;
}
.postContent .wp-block-rss__item-title a {
	text-decoration: none;
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
	display: inline-block;
}
.wp-block-rss__item-publish-date + .wp-block-rss__item-author:before {
	content: '—';
	display: inline-block;
	margin: 0 .5em;
}
.postContent .wp-block-rss__item-excerpt {
	font-size: 14px;
}
.postContent .wp-block-search .wp-block-search__button {
	color: #fff;
	background: #333;
}
.postContent .wp-block-search .wp-block-search__button:hover,
.postContent .wp-block-search .wp-block-search__button:focus,
.postContent .wp-block-search .wp-block-search__button:active {
	background: #666;
}
.postContent .wp-block-separator {
    border: none;
    border-bottom: 2px solid #8f98a1;
    margin: 1.65em auto;
}
.postContent .wp-block-separator.is-style-wide {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.postContent .wp-block-separator.is-style-dots {
    border: none;
}
.postContent .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}
.wp-block-table td,
.wp-block-table th {
	border: 1px solid rgba(0,0,0,0.2);
}

pre.wp-block-verse {
	font-family: Menlo,Consolas,monaco,monospace;
}

@media (max-width: 767px) {
	.postContent .alignleft,
	.postContent .wp-block-image .alignleft {
		margin-right: 1.7em;
	}
	.postContent .alignright,
	.postContent .wp-block-image .alignright {
		margin-left: 1.7em;
	}
}

/*=====================================
	10.0 #SINGLE
=====================================*/

.postFeaturedImg--single {
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
}

.postSingle-header {
	position: relative;
}

.postFeaturedImg-caption {
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 8px 10px;
	border-radius: 4px;
	background: rgba(0,0,0,0.4);
	color: rgba(255,255,255,0.9);
	font-size: 12px;
}
.postFeaturedImg-caption a {
	color: rgba(255,255,255,0.9);
	text-decoration: underline;
}
.postSingle--default .postSingle-featuredImg.u-wideBlock--content .postFeaturedImg-caption {
	bottom: 120px;
}
.postContent .addtoany_content_bottom {
	display: none;
}


/*
-	10.1 #Post single standard layout
------------------------------------*/

.postSingle--default .postFeaturedImg.u-wideBlock--content + .postSingle-header {
	position: relative;
	margin-top: -120px;
	padding: 30px 40px 0;
	background: #fff;
	z-index: 1;
}
.postSingle--default .postFeaturedImg.u-wideBlock--content + .postSingle-header:before {
	content: '';
	display: block;
	height: 100px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: -5px -5px 5px 0 rgba(0,0,0,0.02), -10px -10px 10px 0 rgba(0,0,0,0.02);
	z-index: -1;
}
.hasLeftSidebar .postSingle--default .postFeaturedImg.u-wideBlock--content + .postSingle-header:before {
	content: '';
	display: block;
	height: 100px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 5px -5px 5px 0 rgba(0,0,0,0.05), 10px -10px 10px 0 rgba(0,0,0,0.05);
}


/*
-	10.2 #Post single header top layout
------------------------------------*/

.postSingle--headerTop .postSingle-header {
	margin-bottom: 30px;
}

.postSingle--headerTop .postFeaturedImg > img {
	border-radius: 4px;
    box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
}

/*
-	10.3 #Post single wide header layout
------------------------------------*/

.postSingle--headerWide .postFeaturedImg--single > img {
	border-radius: 4px;
    box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
}
.postSingle-header--fullwidth {
	text-align: center;
	margin-bottom: 40px;
}
.postSingle-header--fullwidth .postMeta--3 {
	margin: auto;
}


/*
-	10.4 #Post single cover layout
------------------------------------*/

.postSingle-cover {
	position: relative;
	border-radius: 6px;
    overflow: hidden;
}

.postSingle-cover-wrapper {
	min-height: 480px;
}

.postSingle-cover-inner {
	flex-grow: 1;
}

.postSingle-cover .postMeta--3 {
	margin-bottom: 0;
}

.postSingle-cover .postMeta--3 > * {
	padding-bottom: 0;
}

@media (min-width: 768px) {
	.postSingle-cover-wrapper {
		min-height: 640px;
	}
}

@media (min-width: 1200px) {
	.postSingle-cover--fullwidth .postSingle-cover-wrapper,
	.postSingle-cover--fullbleed .postSingle-cover-wrapper {
		min-height: 800px;
	}
}


/*
-	10.5 #Post single billboard layout
------------------------------------*/

.postSingle--billboard-cover {
	position: relative;
	overflow: hidden;
}
.postSingle--billboard-cover-wrapper {
	min-height: 480px;
}
.postSingle--billboard-cover-inner {
	width: 100%;
}
.postSingle--billboard-cover-bgImg {
	position: absolute;
	top: -100px;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
}
.is-parallaxDisabled .postSingle--billboard-cover-bgImg {
	margin-top: -50px;
}
.postSingle--billboard-cover-bgImg:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}
.postSingle--billboard-cover .postInfo {
	position: relative;
}
.postSingle--fullwidth .postSingle--billboard-cover .postInfo {
	width: 100%;
	left: 0;
}
.postSingle--billboard-cover .postInfo .postMeta--author {
	display: inline-block;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.postSingle-header--billboard {
}
.postSingle--billboard .layoutContent .postMeta--3 {
	margin-bottom: 30px;
}
.postSingle--fullwidth.postSingle--headerWide .postFeaturedImg {
	text-align: center;
}

@media (min-width: 992px) {
	.postSingle--billboard-cover {
		border-radius: 6px;
	}

	.postSingle--billboard-cover-wrapper {
		min-height: 800px;
	}
}

/*
-	10.6 #Post single footer
------------------------------------*/
.postFooter--single {
	margin-bottom: 40px;
	overflow: hidden;
}
.postFooter--single .postFooter-share .addtoany_list {
	display: inline-block;
	margin: 0 -2px;
}
.postTags-list {
	line-height: 1
}
.postTags-list > a {
	display: inline-block;
    float: left;
    padding: .75em 1em;
    margin: 0 .5rem .5rem 0;
    font-size: .75rem !important;
    line-height: 1;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 999rem;
    background: rgba(0,0,0,0.02);
    color: rgba(0,0,0,0.8);
    transition: all 0.1s;
}
.postFooter-share .addtoany_list {
	line-height: 30px !important;
	text-align: right;
}
.postFooter-share .addtoany_list a {
	padding: 0 2px;
}
.postFooter-share .addtoany_list a > span {
	border-radius: 4px !important;
}
.postFooter-share .addtoany_list .a2a_svg {
	width: 30px !important;
	height: 30px !important;
    line-height: 30px !important;
}
.postFooter-share .addtoany_list .a2a_count {
	width: 50px !important;
	height: 30px !important;
	font-size: 14px !important;
    line-height: 30px !important;
}

/*
-	10.7 #Post single pagination
------------------------------------*/

.postPagination {
	margin-bottom: 20px;
	text-align: right;
}
.postPagination .postPagination-title {
	width: auto;
	padding: 0 8px;
	font-weight: 400;
	background: #fff;
}
.postPagination > span,
.postPagination > a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 0 5px 5px;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.1);
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: rgba(0,0,0,0.8);
}
.postPagination > span {
	background: #f5f5f5;
	font-weight: 700;
}
.postPagination > a:hover,
.postPagination > a:active,
.postPagination > a:focus,
.postPagination > a:visited {
	color: rgba(0,0,0,0.8);
	border-color: rgba(0,0,0,0.3);
}

/*
-	10.8 #Comments template
------------------------------------*/

.commentSection {
	background-color: #fafafa;
	border-top: 1px solid #eee;
}
.comments-area {
	margin: 40px auto 0;
}
.comment-list {
	margin-bottom: 0;
	padding: 10px 0;
	list-style: none;
}
article.comment {
	padding-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #f5f5f5;
}
.comment-list > li:first-child > article.comment {
	padding-top: 0;
	border: none;
}
.comment-header {
	width: auto;
}
.comment-avatar img {
	margin-right: 10px;
	border-radius: 50%;
}
.children .comment-avatar {
	margin-right: 10px;
}
.children .comment-avatar img {
	width: 40px;
	height: 40px;
}
.comment-meta a {
	display: block;
	text-decoration: none;
	line-height: 20px;
}
.comment-meta i {
	margin-right: 5px;
}
.comment-author.comment-author {
	font-size: 13px;
}
.bypostauthor .comment-bypostauthor-badge {
	display: inline-block;
	margin-left: 5px;
	font-size: 8px;
	line-height: 1;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 3px;
	color: rgba(0,0,0,0.4);
	padding: 3px 4px;
	text-transform: uppercase;
	vertical-align: middle;
}
.comment-time {
	font-size: 11px;
}
.comment-content.comment-content {
	margin: 20px 0;
	font-size: 16px;
	line-height: 1.7;
}
.comment-actions {
	text-transform: uppercase;
	font-size: 12px;
	text-align: right;
}
.comment-actions i {
	margin-right: 5px;
}
.comment-reply-link .metaBtn,
.comment-edit-link {
	vertical-align: middle;
	height: 26px;
	padding: 0 10px;
	font-size: 10px;
	line-height: 24px;
	color: rgba(0,0,0,0.8);
}
.comment-reply-link .metaBtn i,
.comment-edit-link i {
	text-decoration: none;
	font-size: 10px;
	line-height: 24px;
	color: rgba(0,0,0,0.8);
}
.comment-list .children {
	list-style: none;
}
.no-comments {
	padding: 30px;
	border-top: 1px solid rgba(0,0,0,0.02);
    text-transform: uppercase;
    color: rgba(0,0,0,0.4);
}

/*---- Comment form ----*/

.comment-respond {
	padding: 2rem;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 6px;
}
.comment-list .comment-respond {
	margin-top: 0;
	margin-bottom: 30px;
}
.comment-list li.comment:last-child .comment-respond {
	margin-top: 30px;
	margin-bottom: 0;
}
.comment-list li > .children > li.comment:last-child .comment-respond {
	margin-bottom: 30px;
}
.comment-reply-title {
	margin: 0 0 20px;
	font-size: 1rem;
	line-height: 1.1;
	font-weight: 700;
	text-transform: uppercase;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.comment-list .comment-reply-title,
.comment-respond:first-child .comment-reply-title {
	border-top: none;
}
.comment-reply-title small {
	line-height: 24px;
}
.comment-reply-title small a {
	margin-left: 5px;
	padding: 2px 4px;
	border-radius: 2px;
	background: #aaa;
	color: rgba(255,255,255,1);
	text-decoration: none;
	font-size: .75rem;
	line-height: 24px;
}
.comment-form {
	margin-top: 20px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
	float: left;
	width: 32%;
	margin-bottom: 20px;
}
.comment-form-author,
.comment-form-email {
	margin-right: 2%;
}
.comment-form-comment textarea {
	display: block;
	width: 100%;
}
.comment-form .form-submit {
	clear: both;
}
.comment-form .form-submit input.submit,
.comment-form .form-submit input.submit:hover,
.comment-form .form-submit input.submit:focus,
.comment-form .form-submit input.submit:active {
	color:  #fff;
}
.logged-in-as a:last-child:not(:first-child) {
	text-decoration: none;
	color: #fff;
	background: #aaa;
	padding: 2px 4px;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 12px;
}

/*---- Comment navigation ----*/
.comment-navigation {
	margin-bottom: 20px;
}
.comment-navigation .nav-previous {
	float: left;
}
.comment-navigation .nav-next {
	float: right;
}
.nav-links > div {
	border: 1px solid #eee;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 10px;
	color: rgba(0,0,0,0.4);
}
.nav-links a {
	color: rgba(0,0,0,0.6);
	text-decoration: none;
	text-transform: uppercase;
}

/*---- Fullwidth post comment ----*/
.postSingle--fullwidth .comments-area {
	margin: 30px auto;
}

/*=====================================
	11.0 #PAGES
=====================================*/

.noResult {
	padding: 40px 0;
	font-size: 20px;
	color: rgba(0,0,0,0.4);
}
/*---- Page masthead ----*/
.pageMasthead {
	position: relative;
	margin: 30px auto;
	padding: 70px 30px;
	background: #fafafa;
}
.pageMasthead.hasBgImg {
	background: #aaa;
	color: #fff;
}
.pageMasthead-title {
	position: relative;
	margin: 0;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
/*---- Page heading ----*/
.pageHeading {
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.pageHeading-prefix {
	text-transform: uppercase;
	font-size: 12px;
	color: rgba(0,0,0,0.3);
}
.pageHeading-title {
	margin: 0;
	font-weight: 300;
}
.pageHeading--sub .pageHeading-title {
	font-size: 20px;
	margin-top: 0;
}
.pageTemplate .postContent {
	margin: 0 auto;
}
.pageTemplate--blank .postContent {
	max-width: initial;
}

.pageHeading--fw {
	position: relative;
	margin-bottom: 0;
	padding: 60px 0 0;
	border-bottom: none;
}
.pageTemplate--fullwidth .pageHeading--fw {
	text-align: center;
}
.pageHeading--fw .pageHeading-title {
	font-weight: 700;
}
.pageHeading--fw.hasBgImg {
	padding-top: 280px;
}
.pageHeading--fw.hasBgImg .o-backgroundImg:after {
	content: '';
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg,rgba(0,0,0,0.7) 0,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0) 100%);
}
.pageHeading--fw.hasBgImg .pageHeading-title {
	position: relative;
	color: #fff;
}
.pageHeading--fw.hasBgImg .pageHeading-prefix {
	position: relative;
	color: #fff;
}
.pageHeading--boxed {
	padding: 60px 0;
	background: #fafafa;
	border-bottom: 1px solid #eee;
}
.pageHeading--boxed .pageHeading-title {
	font-weight: 700;
}

/*---- Section heading ----*/

.sectionHeading {
	margin-bottom: 40px;
}
.sectionHeading-title {
	margin: 0;
	font-weight: 700;
}

/*---- Author page ----*/

.archive.author .authorBox {
	margin-bottom: 60px;
	background: rgba(0, 0, 0, .02);
	box-shadow: none;
}

.page-template-authors-list .layoutContent .authorBox:first-child {
	margin-top: 0;
}

/*---- 404 page ----*/

.error404 {
	width: 100%;
	height: 100%;
	background: #fff;
}
.errorPage {
	height: 100vh;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.errorPage-body {
	display: inline-block;
	position: relative;
	top: 40%;
	-webkit-transform: translatey(-40%);
    transform: translatey(-40%);
	text-align: left;
}
.errorPage-icon {
	display: inline-block;
	width: 140px;
	height: 140px;
	border-radius: 100%;
	background: #ccc;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 140px;
	vertical-align: middle;
	text-align: center;
	margin-right: 20px;
}
.errorPage-content {
	display: inline-block;
	vertical-align: middle;
}
.errorPage-message {
	font-size: 32px;
	font-weight: 700;
}
.errorPage-message--small {
	font-size: 18px;
	font-weight: 300;
	color: rgba(0,0,0,0.44);
}
.errorPage-search {
	margin: 20px 0 0;
	max-width: 300px;
}

/*---- Attachment page ----*/

.postSingle--attachment-content,
.postSingle--attachment-resolutions {
	margin-bottom: 20px;
}

/*---- Fullwidth content page ----*/

.pageTemplate--fullwidthContent .postContent {
	max-width: initial;
}

.pageTemplate--fullwidthContent .postContent .alignfull,
.pageTemplate--fullwidthContent .postContent .alignwide,
.pageTemplate--fullwidthContent .postContent .wp-block-gallery.alignfull,
.pageTemplate--fullwidthContent .postContent .wp-block-gallery.alignwide {
	max-width: initial;
	width: auto;
	margin-left: initial;
}
.pageTemplate--fullwidthContent .postContent--fullwidth .alignfull,
.pageTemplate--fullwidthContent .postContent--fullwidth .wp-block-gallery.alignfull {
	max-width: initial;
	width: auto;
	margin-left: initial;
}


/*=====================================
	12.0 #WIDGETS
=====================================*/


.widget {
	margin-top: 40px;
	overflow: hidden;
}
.widget:first-child {
	margin-top: 0;
}
.widget:before,
.widget:after {
	content: '';
	display: table;
}
.widget-title {
	margin: 0 0 20px;
	line-height: 1;
	font-size: 14px;
	text-transform: uppercase;
}
.widget-title > span {
	padding-right: 16px;
	background-color: #fff;
	color: rgba(0,0,0,0.8);
}
.widget ul {
	padding: 0;
	list-style: none;
}
.widget .list-item:last-child {
	margin-bottom: 0;
}
.widget a {
	color: rgba(0,0,0,0.8);
}


/*
-	12.1 #Core widgets
------------------------------------*/

/*---- #Archive widget ----*/

.widget_archive {
	max-width: 360px;
}
.widget_archive ul,
ul.wp-block-archives {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget_archive li,
.wp-block-archives li {
	position: relative;
	padding: 8px 0 8px 20px;
}
.widget_archive li:before,
.wp-block-archives li:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 6px;
	bottom: 0;
	border-left: 1px solid rgba(0,0,0,0.1);
}
.widget_archive li:first-child:before,
.wp-block-archives li:first-child:before {
	top: 50%;
}
.widget_archive li:last-child:before,
.wp-block-archives li:last-child:before {
	bottom: 50%;
}
.widget_archive li:after,
.wp-block-archives li:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,0.1);
	background: #fff;
}
.widget_archive li a,
.wp-block-archives li a {
	text-decoration: none !important;
}

/*---- #Calendar widget ----*/

.widget_calendar {
	max-width: 360px;
	border-bottom: none;
}
.widget_calendar .calendar_wrap,
.wp-block-calendar {
	border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
	overflow: hidden;
}
.widget_calendar caption,
.wp-block-calendar table caption {
	padding: 1em;
	text-align: center;
	font-size: 22px;
	line-height: 46px;
	color: #fff;
	background-color: #81c483;
}
.widget_calendar table,
.wp-block-calendar table {
	margin-bottom: 0;
	border: 0;
	font-size: 12px;
	color: rgba(0,0,0,0.6);
}
.widget_calendar th,
.wp-block-calendar table th {
	padding: 1em;
	background: transparent;
	font-weight: 700;
	text-align: center;
	border: none;
}
.widget_calendar td,
.wp-block-calendar tbody td {
	padding: 0.6em 1em;
	border: none;
	text-align: center;
}
.widget_calendar td a,
.wp-block-calendar td a {
	color: inherit;
	text-decoration: underline;
}
.widget_calendar #today,
.wp-block-calendar #today {
	position: relative;
	font-weight: 700;
}
.widget_calendar #today a,
.wp-block-calendar #today a {
	position: relative;
	z-index: 1;
}
.widget_calendar #today:after,
.wp-block-calendar #today:after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.05);
	pointer-events: none;
}
.widget_calendar .wp-calendar-nav,
.wp-block-calendar .wp-calendar-nav {
	border-top: 1px solid #eee;
	text-align: center;
}
.widget_calendar .wp-calendar-nav span,
.wp-block-calendar .wp-calendar-nav span {
	display: inline-block;
	padding: 1em;
	font-size: 14px;
}
.widget_calendar .wp-calendar-nav a,
.wp-block-calendar .wp-calendar-nav a {
	text-decoration: none !important;
}

/*---- #Recent post widget ----*/

.widget_recent_entries li:not(:first-child) {
	margin-top: 20px;
}
.widget_recent_entries a {
	text-decoration: none;
}
.widget_recent_entries .post-date {
	font-size: 12px;
	color: rgba(0,0,0,0.4);
}
.widget_recent_entries .post-date:before {
	content: '\b7';
	margin: 0 8px 0 5px;
}

/*---- #Categories widget ----*/

.widget_categories ul {
	list-style: none;
	padding: 0;
}
.widget_categories > ul {
}
.widget_categories li {
	overflow: hidden;
	position: relative;
}
.widget_categories li > a {
	display: inline-block;
	padding: 8px 0;
	text-decoration: none;
}
.widget_categories a > span {
	display: inline-block;
	background: #ccc;
	padding: 1px 5px;
	border-radius: 3px;
	margin-left: 5px;
	font-size: 11px;
	color: #fff;
}
.widget_categories ul.children {
	padding-left: 12px;
}
.widget_categories ul.children > li:before {
	content: '\f105 ';
	font-family: 'FontAwesome';
	margin-right: 6px;
}

/*---- #Meta widget ----*/

.widget_meta li > a {
	display: inline-block;
	padding: 8px 0;
	text-decoration: none;
}

/*---- #Pages widget ----*/

.widget_pages li {
}
.widget_pages li > a {
	display: inline-block;
	padding: 8px 0;
	text-decoration: none;
}
.widget_pages ul.children {
	padding-left: 12px;
}
.widget_pages ul.children > li:before {
	content: '\f105 ';
	font-family: 'FontAwesome';
	margin-right: 6px;
}

/*---- #Comments widget ----*/

.widget_recent_comments li {
	position: relative;
	margin-top: 20px;
	padding: 15px !important;
	border-radius: 4px;
	background: #f5f5f5;
}
.widget_recent_comments li:first-child {
	margin-top: 0;
}
.widget_recent_comments li a {
	text-decoration: none;
}
.widget_recent_comments li > a {
	font-weight: 700;
	text-decoration: none;
	color: rgba(0,0,0,0.8);
}
.widget_recent_comments li > a:active,
.widget_recent_comments li > a:focus,
.widget_recent_comments li > a:hover,
.widget_recent_comments li > a:visited {
	color: rgba(0,0,0,0.8);
}
.widget_recent_comments li:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -8px;
	left: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 10px;
	border-color: #f5f5f5 transparent transparent #f5f5f5;
}

/*---- #RSS widget ----*/

.widget_rss li {
	position: relative;
	padding: 12px 0;
	border-top: 1px solid rgba(0,0,0,0.05);
}
.widget_rss li:first-child {
	padding-top: 0;
	border-top: none;
}
.widget_rss a.rsswidget {
	font-weight: 700;
}
.widget_rss ul a.rsswidget:after {
	content: "\a0\f08e";
	font-family: "FontAwesome";
	font-size: 0.8em;
	font-weight: 400;
	color: rgba(0,0,0,0.5);
}
.widget_rss .rss-date {
	display: block;
	font-size: 0.9em;
}
.widget_rss .rssSummary {
	margin: 6px 0;
}

/*---- #Tag cloud widget ----*/

.tagcloud:after,
.wp-block-tag-cloud:after {
    display: block;
    content: "";
    clear: both;
}
.tagcloud a,
.wp-block-tag-cloud a {
	display: inline-block;
    float: left;
    padding: .75em 1em;
    margin: 0 .5rem .5rem 0;
    font-size: .75rem !important;
    line-height: 1;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 999rem;
    background: rgba(0,0,0,0.02);
    color: rgba(0,0,0,0.8);
    transition: all 0.1s;
}
.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a:active,
.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus,
.wp-block-tag-cloud a:active {
	border-color: #aaa;
}

/*---- #Navigation widget ----*/

.widget_nav_menu > div > .menu {
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 4px;
	background: #fff;
}
.widget_nav_menu .menu a:hover {
	text-decoration: none;
}
.widget_nav_menu .menu > li.menu-item-has-children > a {
	padding-right: 50px;
}
.widget_nav_menu .submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-family: "FontAwesome";
	font-size: 16px;
	font-weight: 400;
	color: rgba(0,0,0,0.5);
	cursor: pointer;
}
.widget_nav_menu .menu > li {
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.08);
}
.widget_nav_menu .menu > li > a {
	display: block;
	padding: 0 14px;
	height: 40px;
	line-height: 40px;
}
.widget_nav_menu .sub-menu {
	display: none;
	padding: 6px 6px 6px 20px;
	border-top: 1px solid rgba(0,0,0,0.05);
}
.widget_nav_menu .sub-menu > li > a {
	display: block;
	padding: 10px 14px;
}
.widget_nav_menu .sub-menu .sub-menu {
	display: none;
}

.widget_search,
.widget_text {
	max-width: 360px;
}


/*
-	12.2 Recent articles widget
------------------------------------*/

.mdPostsListWidget .listStyle > li:not(:first-child) {
	margin-top: 20px;
}
.list--micro {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list--micro > li {
	position: relative;
}
.list--micro > li:not(:first-child) {
	margin-top: 30px;
}
.list--micro--withSeparator > li:not(:first-child) {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(0,0,0,0.05);
}
/*---- List w/ thumb style ----*/
.mdPostsListWidget .list--thumbStyle .post--list--micro .postFeaturedImg {
	order: 1;
	margin: 0 0 0 1rem;
}
.mdPostsListWidget .list--thumbStyle .post--list--micro .postTitle,
.mdPostsListWidget .list--thumbStyle .post--list--micro .metaText {
	margin-right: 95px;
	margin-left: 0;
}
.mdPostsListWidget .list--thumbStyle .post--list--micro.noThumb .postTitle,
.mdPostsListWidget .list--thumbStyle .post--list--micro.noThumb .metaText {
	margin-right: 0;
}

/*---- Card w/ list style ----*/
.mdPostsListWidget .card-w-listStyle {
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 6px;
	overflow: hidden;
}
.mdPostsListWidget .card-w-listStyle > li {
	margin-top: 0;
	padding: 20px;
}
.mdPostsListWidget .card-w-listStyle > li:not(:first-child) {
	background: #fafafa;
}
.mdPostsListWidget .post--card--micro .postFeaturedImg {
	margin: -20px -20px 15px;
}
.mdPostsListWidget .post--card--micro .postTitle {
	font-size: 20px;
}
.mdPostsListWidget .card-w-listStyle .post--list--simple .postCategory {
	display: none;
}

/*---- Tile style ----*/
.mdPostsListWidget .tileStyle > li {
	margin-top: 10px;
}

/*
-	12.3 Popular articles widget
------------------------------------*/

.mdPopularWidget > ul {
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 4px;
}
.mdPopularWidget > ul > li:not(:first-child) {
	border-top: 1px solid rgba(0,0,0,0.05);
}
.mdPopularWidget > ul > li:first-child > article,
.mdPopularWidget > ul > li:first-child .o-backgroundImg,
.mdPopularWidget > ul > li:first-child .o-backgroundImg--dimmed:after {
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
}
.mdPopularWidget > ul > li:last-child > article,
.mdPopularWidget > ul > li:last-child .o-backgroundImg,
.mdPopularWidget > ul > li:last-child .o-backgroundImg--dimmed:after {
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
}

.wpp-list {
	counter-reset: li;
}
.wpp-list > li {
	margin-top: 30px;
	overflow: hidden;
}
.wpp-list > li:first-child {
	margin-top: 0;
}
.wpp-list:not(.wpp-list-with-thumbnails) > li:before {
	content: counter(li, decimal-leading-zero);
    counter-increment: li;
	display: block;
	width: 60px;
	float: left;
	margin-right: 15px;
	color: rgba(0,0,0,0.2);
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	transition: all 0.2s ease-out;
}
.wpp-list:not(.wpp-list-with-thumbnails) > li:hover:before {
	color: #81c483;
}
.wpp-list:not(.wpp-list-with-thumbnails) .wpp-post-title,
.wpp-list:not(.wpp-list-with-thumbnails) .wpp-meta {
	margin-left: 75px;
}
.wpp-thumbnail {
	width: 80px;
	height: 80px;
	position: relative;
	float: left;
	margin-right: 15px;
	border-radius: 100%;
}
.wpp-thumbnail.wpp_def_no_src {
	display: none;
}
.wpp-list-with-thumbnails > li > a:first-child {
	display: block;
	width: 80px;
	height: 80px;
	position: relative;
	float: left;
	border-radius: 100%;
	background: #aaa;
}
.wpp-list-with-thumbnails > li > a:first-child:after {
	content: counter(li);
    counter-increment: li;
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
	background: rgba(0,0,0,0.3);
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 80px;
	text-align: center;
	transition: all 0.2s ease-out;
}
.wpp-list-with-thumbnails > li:hover > a:first-child:after {
	background: #81c483;
}
.wpp-post-title {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
}
.wpp-post-title:first-child:before {
	content: '';

}
.wpp-post-title:hover,
.wpp-post-title:focus,
.wpp-post-title:active,
.wpp-post-title:visited {
	color: rgba(0,0,0,0.8);
	text-decoration: none;
}
.wpp-list-with-thumbnails .wpp-post-title {
	margin-left: 95px;
}
.wpp-excerpt {
	display: none;
}
.wpp-meta {
	display: block;
	margin-top: 4px;
	color: rgba(0,0,0,0.4);
    font-size: 12px;
    font-weight: normal;
}
.wpp-list-with-thumbnails .wpp-meta {
	margin-left: 95px;
}


/*
-	12.4 Categories widget
------------------------------------*/

.mdCategoriesWidget ul {
	margin: -5px;
	padding: 0;
	list-style: none;
}
.mdCategoriesWidget ul li {
	width: 50%;
	float: left;
	padding: 5px;
}
.categoryTile {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
}
.categoryTile:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.categoryTile-info {
	text-align: center;
	max-width: 90%;
	overflow: hidden;
}
.categoryTile-info-name {
	display: block ;
	margin-bottom: 5px;
	padding: 4px 8px;
	font-size: 10px;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.categoryTile-info-count  {
	color: rgba(255,255,255,1);
	font-size: 12px;
}


/*
-	12.5 #Slider widget
------------------------------------*/

.mdSliderWidget .owl-item {
	-webkit-backface-visibility: visible;
}
.mdSliderWidget .postTitle {
	font-size: 20px;
	font-weight: 700;
}
.mdSliderWidget .owl-dots {
	text-align: center;
}
.mdSliderWidget .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
}
.mdSliderWidget .owl-dots .owl-dot span {
	width: 7px;
    height: 7px;
    margin: 12px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    background: rgba(0,0,0,0.2);
}
.mdSliderWidget .owl-dots .owl-dot.active span {
	background: rgba(0,0,0,0);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    border: 1px solid rgba(0,0,0,0.4);
}
.mdSliderWidget .post--tile:not(:first-child) {
	display: none;
}
.mdSliderWidget .mdSlider.owl-loaded .post--tile {
	height: 300px;
}
.mdSliderWidget .mdSlider {
	margin-bottom: 31px;
	border-radius: 4px;
	overflow: hidden;
}
.mdSliderWidget .mdSlider.owl-loaded  {
	margin-bottom: 0;
}
.mdSliderWidget .mdSlider .owl-stage-outer {
	border-radius: 4px;
}

/*
-	12.6 #Post review widget
------------------------------------*/

.mdPostReviewWidget {
	overflow: visible;
}
ul.reviewList {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
}
ul.reviewList > li:not(:first-child) {
	border-top: 1px solid #eee;
}
.post--review {
	position: relative;
	padding: 15px;
}
.post--review-title {
	padding-right: 40px;
	font-size: 16px;
}
.post--review-meter {
	background-color: #eee;
	border-radius: 4px;
	overflow: hidden;
}
.post--review-meter-bar {
	height: 6px;
	background-color: green;
}
.post--review-score {
	position: absolute;
	bottom: 30px;
	right: -10px;
	padding: 4px 8px;
	background-color: green;
	color: #fff;
	font-weight: 700;
	border-radius: 4px 0 0 4px;
}
.post--review-score:after {
	content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 100%;
    border: 0 solid transparent;
    border-width: 6px 10px;
    border-left-width: 0;
    border-top-color: #ccc;
}

/*
-	12.7 #Ad widget
------------------------------------*/

.adSidebar {
	padding: 12px 0;
}
.adSidebar--1 {
	border-top: 1px solid rgba(0,0,0,0.05);
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.adSidebar--2 {
	border-top: 1px solid rgba(0,0,0,0.05);
}
.adSidebar .mdAdWidget {
	text-align: center;
}
.mdAdWidget {
	text-align: center;
}
.mdAdWidget .widget-title {
	text-align: initial;
}
.mdAdWidget-content {
	display: inline-block;
}

/*
-	12.8  #Social widget
------------------------------------*/

.mdSocialWidget .socialList {
	display: block;
	margin: -4px;
}
.mdSocialWidget .socialList li {
	width: 25%;
	padding: 4px;
}
.mdSocialWidget .socialList a {
	width: 100%;
	height: auto;
	padding: 0 5px;
	border-radius: 4px;
	height: 40px;
	box-shadow: none;
}
.mdSocialWidget .socialList i {
	font-size: 18px;
	line-height: 40px;
	text-shadow: 4px 4px 10px rgba(0,0,0,0.5);
	transition: all 0.2s ease-out;
}
.mdSocialWidget .socialList a:hover i {
	-webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
	text-shadow: 6px 6px 12px rgba(0,0,0,0.5);
}

/*
-	12.8  #Subscribe widget
------------------------------------*/

.widget_mc4wp_form_widget {
	overflow: visible;
}
.widget_mc4wp_form_widget .mc4wp-form {
	position: relative;
	padding: 2rem;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 6px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
	overflow: hidden;
}
.widget_mc4wp_form_widget .mc4wp-form:before {
	content: '';
	display: inline-block;
	width: 120px;
    height: 120px;
	position: absolute;
	right: -20px;
	bottom: -40px;
	background-image: url(assets/svg-icons/mail.svg);
	background-size: contain;
	opacity: .1;
	-webkit-transform: rotateZ(14deg);
    transform: rotateZ(14deg);
}
.widget_mc4wp_form_widget label {
	display: block;
}
.widget_mc4wp_form_widget input[type="email"],
.widget_mc4wp_form_widget input[type="text"],
.widget_mc4wp_form_widget input[type="textarea"] {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	background: transparent;
	border: none;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.widget_mc4wp_form_widget input[type="submit"] {
	border: none;
	background: #81C483;
	color: #fff;
}


/*=====================================
	13.0 #FOOTER
=====================================*/

.siteFooter {
	background: #fafafa;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
}
.siteFooter-menu {
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}
.siteFooter-middle {
	padding-top: 40px;
	padding-bottom: 20px;
}
.siteFooter-middle-inner {
	margin-left: -15px;
	margin-right: -15px;
}
.siteFooter-widgetArea {
	float: left;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
/* one item */
.siteFooter-widgetArea:first-child:nth-last-child(1) {
	width: 100%;
}
/* two items */
.siteFooter-widgetArea:first-child:nth-last-child(2),
.siteFooter-widgetArea:first-child:nth-last-child(2) ~ .siteFooter-widgetArea {
	width: 50%;
}
/* three items */
.siteFooter-widgetArea:first-child:nth-last-child(3),
.siteFooter-widgetArea:first-child:nth-last-child(3) ~ .siteFooter-widgetArea {
	width: 33.3333%;
}
.siteFooter-widgetArea .widget:not(:first-child) {
	margin-top: 30px;
}
.siteFooter-widgetArea .widget-title > span {
	color: rgba(0,0,0,0.4);
	background: transparent;
}

.siteFooter-bottom {
	color: rgba(0,0,0,0.4);
}
.siteFooter-middle + .siteFooter-bottom {
	border-top: 1px solid #eee;
}
.siteFooter-bottom-inner {
	padding: 30px 0 10px;
}
.siteFooter-bottom-inner > div {
	margin-bottom: 20px;
}
.siteFooter-copyright {
	font-size: 12px;
}

/*---- Footer navigation ----*/

.navigation--footer {
	text-align: center;
	font-size: 0;
}
.navigation--footer li {
	display: inline-block;
	font-size: 14px;
	line-height: 2;
	text-transform: uppercase;
}
.navigation--footer li:not(:last-child):after {
	content: '\00b7';
	margin: 0 5px;
}
.navigation--footer li a {
	padding: 10px;
	color: rgba(0,0,0,0.4);
	transition: all 0.2s ease-out;
	text-decoration: none;
}
.navigation--footer li a:hover {
	color: rgba(0,0,0,0.8);
}

/*---- #Back top button ----*/

.backTopBtn {
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.2s ease-out;
}

/*---- #By category listing ----*/

.byCategoryListing {
	position: relative;
}
.byCategoryListing-inner {
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.byCategoryListing-background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: inset 0 -2px 8px 0px rgb(0 0 0 / 4%);
}

@media (min-width: 1400px) {
	.byCategoryListing--has-background .byCategoryListing-inner {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

.byCategoryListing-catSection {
	height: 100%;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 1px 6px rgba(0,0,0,0.1);
}
.byCategoryListing-catSection ul {
	padding: 1rem 2rem;
}
.byCategoryListing-catTitle {
	position: relative;
	margin: 0;
	padding: 2rem;
	text-align: center;
	background: #aaa;
	color: #fff;
}
.byCategoryListing-catTitle > h4 {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.byCategoryListing-catTitle > span {
	font-size: 12px;
	line-height: 1;
	color: rgba(255,255,255,0.8);
}
.byCategoryListing-catTitle > span i {
	margin-left: 6px;
}
.byCategoryListing li {
	padding: 1rem 0;
	border-top: 1px solid #eee;
}
.byCategoryListing li:first-child {
	border-top: none;
}
.byCategoryListing .postTitle {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
}
.byCategoryListing .postTitle i {
	margin-left: -20px;
	margin-right: 10px;
}



/*=====================================
	14.0 #RESPONSIVE
=====================================*/

@media (max-width: 1199px) {
	/*---- Layout ----*/
	.u-wideBlock--content {
	    margin-left: calc(470px - 50vw);
	}
	.u-wideBlock--content--full {
	    margin-left: calc(470px - 50vw);
	}
	.hasLeftSidebar .u-wideBlock--content {
		margin-right: calc(470px - 50vw);
	}
	.u-contentAlign {
	    margin-left: calc(50vw - 470px);
	}
	.hasLeftSidebar .u-contentAlign {
	    margin-right: calc(50vw - 470px);
	}
	.u-fullwidth {
	    margin-left: calc(470px - 50vw);
    	margin-right: calc(470px - 50vw);
	}
	/*---- Featured alt ----*/
	.featuredBlock--altGrid--main .overlayInfo .postTitle {
		font-size: 22px;
	}
	.featuredBlock--altGrid--minor .post--list--paper .flexbox-item:nth-last-child(2) {
		width: 75px;
	}
	.featuredBlock--altGrid--minor .post--list--paper .postFeaturedImg,
	.featuredBlock--altGrid--minor .post--list--paper .postFeaturedImg img {
		width: 60px;
		height: 60px;
	}
	.featuredBlock--altGrid--minor .post--list--paper .postTitle {
		font-size: 14px;
	}
	/*---- Grid block ----*/
	.grid--withSidebar .grid-item:nth-of-type(n+3) > article {
		padding-top: 30px;
	}
	.block--grid .grid-item:nth-of-type(n+4) > article {
		padding-top: 30px;
	}

	.layoutContent-main .grid--2 .postTitle {
		font-size: 20px;
	}
	.layoutContent-main .grid--2 .articleItem-summary {
		font-size: 14px;
	}
	/*---- Content ----*/
	.bodyCopy h1 {
		font-size: 2.488em;
	}
	.bodyCopy h2 {
		font-size: 2.074em;
	}
	.bodyCopy h3 {
		font-size: 1.728em;
	}
	.bodyCopy h4 {
		font-size: 1.44em;
	}
	.bodyCopy h5 {
		font-size: 1.2em;
	}
	/*---- Single post ----*/
	.postContent .alignfull,
	.postContent .alignwide,
	.postContent .wp-block-gallery.alignfull,
	.postContent .wp-block-gallery.alignwide {
	}
	.postContent--fullwidth .alignwide,
	.postContent--fullwidth .wp-block-gallery.alignwide {
		
	}
	.postContent--fullwidth .alignfull,
	.postContent--fullwidth .wp-block-gallery.alignfull {
		
	}
}
@media (max-width: 991px) {
	/*---- Layout ----*/
	.u-contentAlign,
	.hasLeftSidebar .u-contentAlign {
		margin-left: auto;
		margin-right: auto;
		width: 720px;
	}
	.hasRightSidebar .post--tile--wide .overlayInfo {
		padding-left: 20px;
	}
	.hasLeftSidebar .post--tile--wide .overlayInfo {
		padding-right: 20px;
	}
	.post--tile--wide {
		border-radius: 0 !important;
	}
	.u-wideBlock--content,
	.u-wideBlock--content--full,
	.hasLeftSidebar .u-wideBlock--content,
	.hasLeftSidebar .u-wideBlock--content--full,
	.u-fullwidth {
	    margin-left: calc(360px - 50vw) !important;
	    margin-right: calc(360px - 50vw) !important;
	}
	.pageMasthead {
		margin: 0 -20px;
	}
	.pageMasthead-title {
		font-size: 32px;
	}
	/*---- Header ----*/
	.siteHeader--fixed {
		display: none;
	}
	.siteHeader--compact .flexbox-item {
		white-space: nowrap;
	}
	.siteHeader--standard--left .siteHeader-content-component--left,
	.siteHeader--standard--left .siteHeader-content-component--right,
	.siteHeader--compact .siteHeader-nav-component--left,
	.siteHeader--compact .siteHeader-nav-component--right {
		width: 30%;
	}
	/*---- Featured slider ----*/
	.featuredBlock--slider article {
		height: 500px;
	}
	.featuredBlock--slider--cover article {
		height: 600px;
	}
	.post--slide .postTitle {
		font-size: 34px;
	}
	/*---- Featured carousel ----*/
	.featuredBlock--carousel-carousel .post--tile {
		height: 420px;
	}
	/*---- Featured Ribbon ----*/
	.postRibbon {
		display: block;
		white-space: nowrap;
		overflow-y: auto;
	}
	.postRibbon-item {
		padding: 20px;
		min-width: 280px;
		max-width: 280px;
	}
	.postRibbon .post--list--micro .postFeaturedImg {
	}
	.postRibbon .post--list--micro .postFeaturedImg + .postTitle,
	.postRibbon .post--list--micro .postFeaturedImg + .postTitle + .metaDate {
	}
	/*---- Grid block ----*/
	.block--grid .grid-item:nth-of-type(n+3) > article {
		padding-top: 30px;
	}
	/*---- Single post ----*/
	.postSingle-header--big .postTitle {
	    font-size: 39.808px;
	}
	.postSingle--default .postFeaturedImg.u-wideBlock--content {
		margin-top: -50px;
	}
	.postSingle--default .postFeaturedImg.u-wideBlock--content + .postSingle-header:before,
	.hasLeftSidebar .postSingle--default .postFeaturedImg.u-wideBlock--content + .postSingle-header:before {
		box-shadow: -5px -5px 5px 0 rgba(0,0,0,0.05), -10px -10px 10px 0 rgba(0,0,0,0.05), 5px -5px 5px 0 rgba(0,0,0,0.05), 10px -10px 10px 0 rgba(0,0,0,0.05);
	}
	.postSingle--billboard:not(.postSingle--fullwidth) .postSingle--billboard-cover .postInfo {
		left: 0;
		width: 100%;
	}
	.postContent .alignfull,
	.postContent .alignwide,
	.postContent .wp-block-gallery.alignfull,
	.postContent .wp-block-gallery.alignwide {
		
	}
	.postContent--fullwidth .alignfull,
	.postContent--fullwidth .wp-block-gallery.alignfull {
		
	}
	/*---- Related posts fw ----*/
	.relatedPosts--fullwidth .row > div:nth-child(3) {
		clear: both;
	}
	/*---- More reading section ----*/
	.byCategoryListing [class*="col-"]:nth-child(3) {
		clear: left;
	}
	/*---- Sidebar ----*/
	.layoutContent-sidebar .widget {
		padding-left: 0;
		padding-right: 0;
	}
	.theiaStickySidebar {
		position: static !important; /* disable sticky sidebar */
	}
	/*---- Footer ----*/
	.siteFooter-widgetArea {
		width: 100% !important;
		float: none;
	}
}
@media (max-width: 782px) {
	.admin-bar .siteHeader--fixed {
		margin-top: 0;
	}
	.admin-bar .siteHeader--fixed:not(.mdAffixed) {
		margin-top: -64px;
	}
	.admin-bar .md_offCanvas {
		padding-top: 46px;
	}
}
@media (max-width: 767px) {
	.siteHeader-nav .container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.siteHeader-nav-component--left,
	.siteHeader-nav-component--right,
	.siteHeader--standard--left .siteHeader-nav-component--left,
	.siteHeader--standard--left .siteHeader-nav-component--right,
	.siteHeader--compact .siteHeader-nav-component--left,
	.siteHeader--compact .siteHeader-nav-component--right {
		width: 50px;
	}
	.siteHeader-content-component--center,
	.siteHeader-nav-component--center {
		width: auto;
	}
	/*---- Layout ----*/
	.list-item {
		padding-top: 30px;
	}
	.blockHeading {
		font-size: 16px;
	}
	.block--tiles {
		margin-left: -20px;
    	margin-right: -20px;
	}
	.pageHeading--fw.hasBgImg {
		padding: 100px 0;
		text-align: center;
	}
	.pageHeading--fw .pageHeading-title,
	.pageHeading--fw.hasBgImg .pageHeading-title {
		font-size: 28.832px;
	}
	/*---- Review box ----*/
	.reviewBox-summary-blurb,
	.reviewBox-summary-prosNCons {
		padding-right: 0;
	}
	.reviewBox-summary-proList,
	.reviewBox-summary-conList {
		padding-right: 0;
		float: none;
		width: 100%;
	}
	.reviewBox-summary-totalScore:not(:last-child) {
		float: none;
		margin-bottom: 20px;
	}
	/*---- Featured carousel ----*/
	.featuredBlock--carousel-carousel {
		margin: 20px 0;
	}
	.featuredBlockBackground {
		background-image: none !important;
	}
	.featuredBlock--carousel-carousel .postTitle {
		font-size: 22px;
	}
	/*---- Featured slider ----*/
	.featuredSliderWrap.container {
		padding: 0;
	}
	.container .featuredBlock--slider {
		margin: 0;
		border-radius: 0;
	}
	.featuredBlock--slider--cover article {
		height: 480px;
	}
	.post--slide .postTitle {
		font-size: 24px;
	}
	.post--slide .postInfo,
	.post--slide .container .postInfo {
		left: 0;
		right: 0;
		padding: 0 20px 40px;
	}
	.md-theme .owl-dots {
		bottom: 15px;
	}
	.md-theme .owl-dots .owl-dot span {
		width: 5px;
		height: 5px;
		margin: 8px;
	}
	/*---- Content list layout ----*/
	.post--list .postFormatMedia {
		margin: -20px -20px 20px;
	}
	/*---- Content split layout ----*/
	.post--split .postInfo {
		margin-bottom: 0;
	}
	/*---- Content masonry layout ----*/
	.block--masonry {
		margin-left: -20px;
		margin-right: -20px;
	}
	/*---- Content classic layout ----*/
	.post--classic .postTitle {
		font-size: 26px;
	}
	/*---- Content post wide layout ----*/
	.post--large .postFeaturedImg .o-imageCropper {
		padding-bottom: 50%;
	}
	.post--cutout.u-wideBlock--content {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.post--cutout .postInfo {
		top: 140px;
		left: 20px;
		right: 20px;
		bottom: 20px;
		width: auto;
	}
	.post--cutout .postFooter {
		padding-top: 5px;
	}
	.post--cutout .postFooter:before {
		height: 30px;
	}
	/*---- Single ----*/
	.postFeaturedImg-caption,
	.postSingle--default .postSingle-featuredImg.u-wideBlock--content .postFeaturedImg-caption {
		bottom: 10px;
		right: 10px;
	}
	.postSingle--default .postFeaturedImg.u-wideBlock--content + .postSingle-header {
		margin-top: 0;
		padding: 0;
	}
	.postSingle--default .postFeaturedImg.u-wideBlock--content + .postSingle-header:before,
	.hasLeftSidebar .postSingle--default .postFeaturedImg.u-wideBlock--content + .postSingle-header:before {
		content: none;
	}
	.is-parallaxDisabled .postSingle--billboard-cover-bgImg {
		margin-top: -25px;
	}
	.postSingle--headerWide.postSingle--fullwidth .postSingle-featuredImg,
	.postSingle--headerWide.postSingle--fullwidth .postFormatMedia {
		margin-left: -20px;
		margin-right: -20px;
	}
	.postSingle--fullwidth.postSingle--headerWide .postFeaturedImg {
		margin-top: -20px;
	}
	.postSingle--fullwidth.postSingle--headerWide .postSingle-header--fullwidth {
		margin-top: -30px;
	}
	.postContent .alignleft {
	    margin-left: 0;
	}
	.postContent .alignright {
	    margin-right: 0;
	}
	.reviewBox > div {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.postFooter--single .postFooter-tags,
	.postFooter--single .postFooter-share {
		max-width: 100%;
		float: none;
	}
	.postFooter--single .postFooter-tags {
		margin-bottom: 10px;
	}
	.postFooter--single .postFooter-share .addtoany_list {
		text-align: left;
	}
	/*---- Author box ----*/
	.authorBox {
		padding: 24px;
		text-align: center;
	}
	.authorBox-avatar {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		width: 50px;
		height: 50px;
		border: none;
	}
	.authorBox-text {
		padding: 0;
	}
	.authorBox-bio {
		clear: both;
		padding-top: 10px;
		font-size: 14px;
	}
	/*---- Content ----*/
	.postSingle--default {
		padding: 0;
	}
	.postContent {
		max-width: 100%;
	}
	.bodyCopy blockquote {
		margin-left: -20px;
		padding-left: 16px;
	}
	.alignleft,
	a img.alignleft,
	.wp-caption.alignleft {
		margin-left: 0;
	}
	.alignright,
	a img.alignright,
	.wp-caption.alignright {
		margin-right: 0;
	}
	.bodyCopy .responsiveEmbedVideo {
		margin-left: -20px;
		margin-right: -20px;
	}
	.bodyCopy h1 {
		font-size: 1.802em;
	}
	.bodyCopy h2 {
		font-size: 1.6024em;
	}
	.bodyCopy h3 {
		font-size: 1.424em;
	}
	.bodyCopy h4 {
		font-size: 1.266em;
	}
	.bodyCopy h5 {
		font-size: 1.125em;
	}
	.postContent .has-large-font-size {
		font-size: 1.125em;
	}
	.postContent .has-huge-font-size {
		font-size: 1.424em;
	}
	.wp-block-pullquote p,
	.postContent--fullwidth .wp-block-pullquote.alignfull p,
	.wp-block-pullquote.is-style-solid-color blockquote p {
		font-size: 1.424em;
	}
	.postContent .wp-block-cover .wp-block-cover-image-text,
	.postContent .wp-block-cover .wp-block-cover-text, .postContent .wp-block-cover h2,
	.postContent .wp-block-cover-image .wp-block-cover-image-text,
	.postContent .wp-block-cover-image .wp-block-cover-text,
	.postContent .wp-block-cover-image h2 {
		font-size: 1.424em;
	}
	/*---- Format link ----*/
	.postFormatLink {
		padding: 30px 20px;
	}
	.postFormatLink-content-title {
		font-size: 20px;
	}
	.postFormatLink-content-title i {
		font-size: 22px;
	}
	/*---- #Comment form ----*/
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		float: none;
		width: auto;
	}
	.comment-respond {
		padding: 0;
		border: none;
		box-shadow: none;
	}
	.comment-respond label {
		display: block;
	}
	.comment-reply-title {
		font-size: 16px;
	}
	/*---- #Pagination ----*/
	.pagePagination .page-numbers {
		display: none;
	}
	.pagePagination .page-numbers.prev,
	.pagePagination .page-numbers.next {
		display: inline-block;
	}
	/*---- #Footer ----*/
	.byCategoryListing {
		background-image: none !important;
	}
	.byCategoryListing-catSection {
		min-height: auto;
	}
	.navigation--footer li {
		font-size: 12px;
	}
	.siteFooter-bottom-inner {
		text-align: center;
	}
	.siteFooter-bottom-inner > div {
		float: none;
	}
	/*---- 404 page ----*/
	.errorPage-body {
		text-align: center;
		padding: 0 20px;
	}
	.errorPage-body > div {
		display: block;
		margin: 0 auto;
	}
	.errorPage-search {
		margin: 20px auto 0;
	}
}
@media (max-width: 600px) {
	.admin-bar .siteHeader--fixed.mdAffixed {
		margin-top: 0;
	}
}
@media (min-width: 600px) {
	.wp-block-columns {
	    flex-wrap: nowrap;
	}
}
@media (max-width: 400px) {
	.postSingle--billboard-cover .postMeta--3 .flexbox-item:last-child,
	.postSingle-cover .postMeta--3 .flexbox-item:last-child {
		display: none;
	}
}
@media (max-width: 319px) {
	.siteTitle--small {
		max-width: 150px;
	}
}

/*---- #Ad responsive ----*/
.adCode--xs,
.adCode--sm,
.adCode--md,
.adCode--lg {
	display: none !important;
}
@media (max-width: 500px) {
	.adCode--xs {
		display: block !important;
	}
}
@media (min-width: 501px) and (max-width: 800px) {
	.adCode--sm {
		display: block !important;
	}
}
@media (min-width: 801px) and (max-width: 980px) {
	.adCode--md {
		display: block !important;
	}
}
@media (min-width: 981px) {
	.adCode--lg {
		display: block !important;
	}
}

/*=====================================
	15.0 #PRINT
=====================================*/

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	a[href]:after {
	    content: none !important;
	}

	.author-avatar,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.more-link,
	.comment-reply-link,
	.sidebar,
	.postNavigation,
	.relatedPosts,
	.postRibbon,
	.commentCountBox,
	.siteHeader-nav,
	.siteHeader--fixed,
	.siteFooter,
	.postSingle--billboard-cover-bgImg {
		display: none;
	}

	.postSingle--default .postFeaturedImg.u-wideBlock--content + .postSingle-header {
		margin-top: 0;
	}

	.postSingle--billboard-cover {
		height: auto;
	}
	.postSingle--billboard-cover .postInfo {
		position: relative;
		margin-top: 40px;
	}
	#md-billboard-info {
		opacity: 1;
	}

	.postSingle-cover {
		height: auto;
	}
	.postSingle-cover .postInfo {
		position: relative;
	}

	.authorBox {
		page-break-inside: avoid;
	}
}