/*
Theme Name: Bone
Theme URI: http://bone.minimaldog.net
Version: 2.0.0
Description: A minimal & clean WordPress blog theme by minimaldog
Author: minimaldog
Author URI: http://minimaldog.net
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: (c) 2019 minimaldog.
Tags: one-column, two-columns, translation-ready, featured-images, editor-style
Text Domain: bone
*/

/*--------------------------------------------------------------
>>> 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
=====================================*/


html {
	font-size: 14px;
}
body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size: 14px;
	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;
}
pre {
	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;
}
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 ----*/

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] {
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.4;
    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);
	background: #fff;
	color: rgba(0,0,0,0.8);
	overflow: hidden;
	transition: all .2s ease;
}
textarea {
	padding: 10px 12px;
    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: 14px;
	line-height: 1.4;
	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,
textarea:focus {
	color: rgba(0,0,0,.8);
	border-color: rgba(0,0,0,0.2);
}
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 {
	border: 1px solid rgba(0,0,0,0.4);
}


/*
	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;
}



/*
	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 .responsiveEmbedVideo {
	position: initial;
	padding-bottom: initial;
	height: initial;
	overflow: initial;
}
.wp-block-embed .responsiveEmbedVideo iframe,  
.wp-block-embed .responsiveEmbedVideo object,  
.wp-block-embed .responsiveEmbedVideo embed {
	position: initial;
	top: initial;
	left: initial;
	width: initial;
	height: initial;
}
.wp-block-embed .responsiveEmbed iframe,
.wp-block-embed .responsiveEmbed object,
.wp-block-embed .responsiveEmbed embed {
	max-width: initial;
}




/*=====================================
	2.0 #LAYOUT
=====================================*/


.layoutBody {
	margin: 0 auto;
}
.layoutContent {
	margin-top: 60px;
	margin-bottom: 60px;
}
.layoutContent-main {
	float: left;
	width: 70%;
	padding-right: 30px;
}
.layoutContent-main.hasLeftSidebar {
	padding-left: 30px;
	padding-right: 0;
	float: right;
}
.theiaStickySidebar {
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0); /* fix Chrome rendering issue */
}
.layoutContent-sidebar {
	float: left;
	width: 30%;
	padding-left: 20px;
}
.layoutContent-sidebar.sidebar--left {
	padding-left: 0;
	padding-right: 20px;
}
.contentWrap {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}


/*=====================================
	3.0 #COMPONENTS
=====================================*/


/*
-	3.1 Buttons
------------------------------------*/

.btn,
a.btn,
input[type="submit"] {
	display: inline-block;
    position: relative;
    padding: 6px 12px;
    color: rgba(0,0,0,0.6);
    background: rgba(255,255,255,1);
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.15);
    vertical-align: middle;
    white-space: nowrap;
    text-rendering: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    border-radius: 999em;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    letter-spacing: -0.02em;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on;
	transition: color 0.2s ease-out,
				border-color 0.2s ease-out,
				background 0.2s ease-out,
				opacity 0.2s ease-out;
}
.btn:hover,
.btn:active,
.btn:focus,
.btn:visited,
input[type="submit"]:hover {
	color: rgba(0,0,0,0.8);
	border-color: rgba(0,0,0,0.3);
}
input[type="submit"] {
	color: rgba(255,255,255,1);
	border: 1px solid #81c483;
	background: #81c483;
}
input[type="submit"]:hover {
	color: rgba(255,255,255,0.9);
}
.btn > i:first-child:not(:last-child) {
	margin-right: 5px;
}
.btn > i:last-child:not(:first-child) {
	margin-left: 5px;
}
.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--small {
	font-size: 12px;
}
.btn.btn--big {
	padding: 8px 18px;
	font-size: 18px;
}
.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;
	line-height: 34px;
	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: 24px;
	font-size: 16px;
	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;
	text-align: right;
}
.hasLeftSidebar .postNavigation {
	text-align: left;
}
.postNavigation-inner {
	background-color: #fafafa;
	border: 1px solid rgba(0,0,0,0.05);
}
.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 .flexbox-item {
	position: relative;
	width: 50%;
	vertical-align: top;
	transition: all 0.2s ease-out;
}
.postNavigation .flexbox-item:first-child {
	border-right: 1px solid rgba(0,0,0,0.05);
}
.postNavigation-prev {
	padding: 30px 20px;
	text-align: left;
}
.postNavigation-next {
	padding: 30px 20px;
	text-align: right;
}
.postNavigation span {
	display: block;
	position: relative;
	margin-bottom: 5px;
	font-size: 11px;
	color: #888;
	text-transform: uppercase;
	transition: all 0.2s ease-out;
}
.postNavigation .postTitle {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	text-transform: none;
}


/*
-	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 #eee;
	border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.03);
}
.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;
	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: 600px;
	margin: 20px auto;
}
.authorBox--large .author-meta {
	text-align: center;
}
.authorBox--large .authorBox-name {
	font-size: 24px;
	font-weight: 700;
}
.authorBox--large .authorBox-avatar {
	width: 120px;
	height: 120px;
	margin-right: 0;
	border: 3px solid #fff;
}


/*
-	3.6 #Related posts
------------------------------------*/

.relatedPosts {
	position: relative;
	margin-top: 40px;
}
.relatedPosts article {
	margin-bottom: 20px;
}
.block--classic .relatedPosts {
	margin-bottom: 20px;
}
.relatedPosts--alt .post--card--paper--micro .postTitle {
	min-height: 90px;
}

/*
-	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);
}
.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.3);
}
.pagePagination .page-numbers {
	display: inline-block;
	min-width: 34px;
	height: 34px;
	margin: 3px;
	padding: 0 3px;
	font-size: 12px;
	line-height: 34px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
	background: #fff;
}
.pagePagination .page-numbers.current {
	background: #f5f5f5;
	font-weight: 700;
}
.pagePagination .page-numbers:first-child {
	margin-left: 0;
}
.pagePagination .page-numbers:last-child {
	margin-right: 0;
}
.pagePagination .next, .pagePagination .prev {
	width: auto;
	padding: 0 15px;
}
.pagePagination .prev:before {
	content: '\00ab\20';
}
.pagePagination .next:after {
	content: '\20\00bb';
}

/*---- #Compact pagination ----*/

.pagePagination--compact div {
	display: inline-block;
}
.pagePagination--compact a {
	display: inline-block;
	width: auto;
	padding: 0 10px;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
}
.pagePagination--compact .olderPosts:not(:first-child) {
	margin-left: 10px;
}

/*---- #Load more button ----*/

.loadMoreBtn {
	width: 280px;
	height: 40px;
	margin: 40px auto 30px;
	text-align: center;
	background: #eee;
	line-height: 40px;
	font-size: 12px;
	color: rgba(0,0,0,0.6);
	border-radius: 200px;
	border: 1px solid rgba(0,0,0,0.1);
	text-transform: uppercase;
}
.loadMoreBtn.is-active {
	background: #fff;
	color: rgba(0,0,0,0.6);
	cursor: pointer;
}
.loadMoreBtn.is-loading {
	background: #fff;
	color: rgba(0,0,0,0.4);
}
.loadMoreBtn.is-active:hover {
	border: 1px solid rgba(0,0,0,0.2);
}
.loadMoreBtn i {
	margin-left: 10px;
	display: none;
}
.loadMoreBtn.is-active i, .loadMoreBtn.is-loading i {
	display: inline-block;
}

/*
-	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;
	z-index: 99;
}
.siteHeader-content {
	padding-bottom: 10px;
	padding-top: 10px;
}
.siteHeader-component--left {
	text-align: left;
}
.siteHeader-component--center {
	text-align: center;
}
.siteHeader-component--right {
	text-align: right;
}
.siteHeader-component--left,
.siteHeader-component--right {
	width: 30%;
}
.siteHeader--standard--left .siteHeader-component--left,
.siteHeader--standard--left .siteHeader-component--right {
	width: auto;
}
.siteHeader-component--center {
	width: 40%;
}
.siteHeader-content .flexbox {
	table-layout: fixed;
}
.siteHeader-content .btn {
	vertical-align: middle;
}
.menuToggleBtn {
	margin: 10px 5px 10px 0;
	vertical-align: middle;
}

/*---- 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: 180px;
	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;
	text-decoration: none !important;
}
.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: 16px;
}
.siteLogo-description {
	font-size: 13px;
	color: rgba(0,0,0,0.4);
}
.siteTitle--small .siteLogo-description {
	display: none;
}

/*---- Header widget area ----*/

.siteHeader-widgetArea {
	padding: 10px 0;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.siteHeader-component--right .siteHeader-widgetArea {
	padding: 0;
	border: none;
}
.siteHeader-component--right .siteHeader-widgetArea .mdAdWidget {
	text-align: right;
}

/*---- Header actions buttons ----*/

.headerActions {
	text-align: right;
}
.headerActions > div {
	display: inline-block;
}

/*---- 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;
}
.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 i {
	margin-right: 10px;
	font-size: 14px;
	line-height: 34px;
}
.socialList--inline {
	margin: -3px;
}
.socialList--inline > li {
	display: inline-block;
	padding: 3px;
}
.socialList--inline > li > a {
	padding: 0;
	display: block;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border-radius: 100%;
	color: #fff;
	background: #666;
	box-shadow: inset 0 -2px 0 0px rgba(0,0,0,0.2)
}
.socialList--inline > li > a:hover {
	color: #fff;
}
.socialList--inline i {
	margin-right: 0
}
.socialList--inline .socialList-facebook a {
	background: #3b5998;
}
.socialList--inline .socialList-twitter a {
	background: #55acee;
}
.socialList--inline .socialList-google a {
	background: #dd4b39;
}
.socialList--inline .socialList-instagram a {
	background: #3f729b;
}
.socialList--inline .socialList-pinterest a {
	background: #cc2127;
}
.socialList--inline .socialList-tumblr a {
	background: #35465c;
}
.socialList--inline .socialList-linkedin a {
	background: #0077b5;
}
.socialList--inline .socialList-youtube a {
	background: #cd201f;
}
.socialList--inline .socialList-vk a {
	background: #45668e;
}
.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;
}
.isSearchActive > .container > .flexbox > *:not(:last-child),
.isSearchActive .headerCart {
	visibility: hidden;
	opacity: 0;
	transition: all 0s 0s;
}
.siteHeader .searchField {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 0;
}
.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 {
	height: 36px;
	line-height: 36px;
	border: none;
	border-bottom: 1px solid #eee;
	border-radius: 0;
	padding-left: 34px;
	padding-right: 0;
}
.compactSearch .searchField-form-input:focus {
	border-bottom: 1px solid #eee;
}
.compactSearch .searchField-form-btn {
	left: 0;
	text-align: left;
}
.isSearchActive .compactSearch .searchToggleBtn {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.compactSearch .searchToggleBtn.btn--circle i {
	margin: 0 !important;
}
.compactSearch .searchToggleBtn span {
	margin-right: 5px;
}
.compactSearch .searchToggleBtn.isActive {
	width: 36px;
	height: 36px;
	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-block;
}

.searchField-form {
	max-width: 100%;
	position: relative;
}
input.searchField-form-input {
	width: 100%;
	padding-left: 16px;
	padding-right: 36px;
	border: 1px solid #eee;
	border-radius: 999px;
}
.searchField-form-btn {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -15px;
	padding: 0;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	color: rgba(0,0,0,0.2);
	font-size: 18px;
	line-height: 1;
	text-align: center;
}

/*---- 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 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 12px;
	font-size: 28px;
	line-height: 1;
	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: 32px;
}
.siteHeader--fixed .navigation--main {
	min-height: 50px;
}


/*
	3.1 #Header center
------------------------------------*/

.siteHeader--standard--center .socialList > li:first-child > a {
	margin-left: 0;
}

/*
	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: 10px;
}
.siteHeader--compact .siteHeader-nav {
	border-top: none;
}
.siteHeader--compact .siteHeader-component--left,
.siteHeader--compact .siteHeader-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;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	box-shadow: 0 3px 5px 0px rgba(0,0,0,0.02);
	transition: background 0.4s ease;
}
.siteHeader-nav .navigation--main {
	min-height: 50px;
}
.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 8px;
}
.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.4);
	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,0.8);
}
.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: '\f078';
	font-family: 'FontAwesome';
	display: inline-block;
	margin-left: 5px;
	margin-top: -4px;
	font-size: 8px;
	vertical-align: middle;
}
.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:before {
	content: '';
	display: block;
	position: absolute;
	top: -11px;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent rgba(0,0,0,0.15) transparent;
}
.navigation--standard .sub-menu:after {
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
}
.navigation--standard .sub-menu .sub-menu {
	margin-top: 0;
	top: -8px;
	left: 100%;
}
.navigation--standard .sub-menu .sub-menu:after {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #fff transparent transparent;
}
.navigation--standard .sub-menu .sub-menu:before {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	left: -11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent rgba(0,0,0,0.15) transparent transparent;
}
.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: '\f105';
	font-family: 'FontAwesome';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}
.navigation--standard .sub-menu li {
	padding: 0;
}
.navigation--standard .sub-menu a {
	display: block;
	position: relative;
	padding: 8px 16px;
	border-radius: 3px;
	color: rgba(0,0,0,0.4);
}
.navigation--standard .sub-menu li:hover > a {
	color: rgba(0,0,0,0.8);
}


/*
	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;
	text-transform: uppercase;
	font-size: 12px;
}
.offCanvasClose i {
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	color: #fff;
}
.md_offCanvasMenu-search {
	padding: 10px 20px 20px;
}
.admin-bar .md_offCanvas {
	margin-top: 32px;
}


/*---- 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: 20px;
	text-align: center;
}
.navigation--offCanvas .subMenuToggle i {
	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 0;
	border-top: 1px solid #eee;
	text-align: center;
}
.md_offCanvasMenu-userActions .userActions-links {
	padding-bottom: 0;
}

/*=====================================
	6.0 #POST ITEM
=====================================*/

/*
	6.1 #Post item general
-------------------------------------*/

.postHeader {
	margin-bottom: 20px;
}

/*---- Post title ----*/

.postTitle {
	margin: 0 0 14px 0;
	font-weight: 700;
	font-style: normal;
	line-height: 1.3;
	font-size: 22px;
	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);
}
.postTitle .reviewScoreBadge,
.postTitle .featuredBadge,
.postTitle .formatBadge {
	display: inline-block;
	padding: 4px 5px;
	margin-left: 4px;
	font-size: 60%;
	line-height: 1;
	letter-spacing: 1px;
	background: #ccc;
	color: #fff;
	border-radius: 3px;
	vertical-align: middle;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: none;
}
.postTitle .featuredBadge {
	background: #446CB3;
}
.postTitle .reviewScoreBadge {
	background: #FB4834;
}
.postTitle .formatBadge {
	background: #FFCD02;
}
.postTitle .featuredBadge,
.featuredBlock .sticky .postTitle .featuredBadge {
	display: none;
}
.sticky .postTitle .featuredBadge {
	display: inline-block;
}
.postTitle .postFormatBadge {
	display: inline-block;
	margin-left: 4px;
	font-size: 90%;
	color: #81C483;
}

/*---- Post summary ----*/

.postSummary {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
	word-wrap: break-word;
	margin-bottom: 14px;
}

/*---- Post content ----*/

.postContent {
	margin: 40px auto;
	padding: 0 80px;
}

/*---- Post meta ----*/

.metaText,
.metaText a {
	color: rgba(0,0,0,0.4);
	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;
	height: 22px;
	margin-bottom: 14px;
	padding: 0 10px;
	border-radius: 999em;
	line-height: 22px;
	font-size: 10px;
	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 {
	margin-top: -3px;
	margin-left: -3px;
	margin-bottom: -3px;
}
.postCategories li {
    display: inline-block;
	padding: 3px;
}

/*---- Post featured image ----*/

.postFeaturedImg {
	display: block;
	position: relative;
	margin-bottom: 20px;
	z-index: 1;
}
.postFormatMedia {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.postFeaturedImg img {
	display: inline-block;
	max-width: 100%;
}
.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.formatVideoIcon {
	-webkit-transform: translate(-33.33%,-50%);
    transform: translate(-33.33%,-50%);
}
.postFormatIcon.formatAudioIcon i {
	-webkit-transform: translate(-6%, 0);
    transform: translate(-6%, 0);
}
.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);
}
.postFormatIcon.formatVideoIcon:before {
	left: 33.33%;
}
.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 {
	color: rgba(0,0,0,0.4);
}
.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 {
	max-width: 800px;
	padding: 15px 0;
	border-top: 1px solid rgba(0,0,0,0.05);
	border-bottom: 1px solid rgba(0,0,0,0.05);
	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 .flexbox-item:first-child {
	padding-right: 15px;
	border-right: 1px solid rgba(0,0,0,0.05);
}
.overlayInfo .postMeta--3 .flexbox-item:first-child {
	border-right: 1px solid rgba(255,255,255,0.2);
}
.postMeta--3 .flexbox-item:not(:first-child) {
	padding-left: 15px;
}
.postMeta--3 .flexbox-item {
	text-align: left;
}
.postMeta--3 .flexbox-item:last-child {
	text-align: right;
}
.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.4);
	text-align: left;
}
.postMeta--author .postMeta--author-avatar img {
	width: 24px;
    height: 24px;
	border-radius: 50%;
}
.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: #81c483;
    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-block;
	padding: 0 5px;
	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);
}
.metaLink i {
	margin-right: 2px;
	font-size: 14px;
}
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;
}

.postMeta--btn--2 .metaLink:last-child,
.postMeta--btn--3 .metaLink:last-child {
	padding-right: 0;
}
.readMoreLink:hover,
.readMoreLink:focus {
	text-decoration: none;
}
.readMoreLink i {
	margin-left: 4px;
	transition: all 0.2s ease-out;
}
.readMoreLink:hover i {
	margin-left: 6px;
}

.overlayInfo .postFooter .readMoreLink {
	color: rgba(255,255,255,0.8);
}

/*---- 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
-------------------------------------*/

.list-item {
	position: relative;
	padding-top: 36px;
}
.list-item:first-child {
	padding-top: 0;
}
.list-item:last-child {
	border-bottom: none;
}
.post--list {
	position: relative;
	padding: 24px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.03);
	overflow: hidden;
}
.post--list .postInfo {
	overflow: hidden;
}
.post--list .postTitle {
	font-size: 22px;
	margin-bottom: 10px;
}
.post--list .postFeaturedImg {
	position: relative;
	display: inline-block;
	float: right;
	margin: 0 0 20px 20px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
}
.post--list .postFeaturedImgWrap.hasNoExcerpt .postFeaturedImg {
	float: left;
	margin-left: 0;
}

.post--list .postFormatMedia {
	margin: -24px -24px 20px;
}
.post--list .postMeta--author {
	margin-bottom: 14px;
}
.post--list .postFooter {
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #f5f5f5;
}

/*
	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 {
	padding: 24px;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0,0,0,0.03);
}
.post--split .postFeaturedImg,
.post--split .postFormatMedia {
	margin-left: -24px;
	margin-right: -24px;
	margin-bottom: 30px;
}
.post--split .postFormatMedia--quote,
.post--split .postFormatMedia--link {
	margin-top: -24px;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}
.post--split .postFormatImage,
.post--split .postFormatMedia--gallery {
	padding: 0;
	border: none;
}
.post--split .postTitle {
	font-size: 30px;
}
.post--split .postFeaturedImg + .postCategory-wrap,
.post--split .postFormatMedia:not(.postFormatMedia--gallery) + .postCategory-wrap {
	position: relative;
	margin-top: -41px;
	z-index: 1;
}
.post--split .postInfo {
	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;
}
.post--split .postFooter {
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #f5f5f5;
}

/*
	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 {
	margin-left: -15px;
	margin-right: -15px;
}
.block--masonry .grid-item {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.grid-item .postTitle {
	font-size: 22px;
}
.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 {
	position: relative;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.03);
	background-color: #fff;
}
.post--card--paper .postFeaturedImg {
	margin: -20px -20px 20px;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}
.post--card--paper .postFormatMedia--quote,
.post--card--paper .postFormatMedia--link {
	margin: -20px -20px 20px;
}
.post--card--paper .postFormatMedia {
	border-radius: 4px 4px 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 .postHeader {
	margin-bottom: 0;
}
.post--card--paper .postFeaturedImg + .postHeader,
.post--card--paper .postFormatMedia + .postHeader {
	position: relative;
	margin-top: -31px;
	z-index: 1;
}
.post--card--paper .postTitle {
	font-size: 20px;
}
.post--card--paper .postMeta--author {
	margin-bottom: 10px;
}
.post--card--paper .postFooter {
	padding-top: 10px;
	border-top: 1px solid #f5f5f5;
}
.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 .postFeaturedImg {
	margin: -20px -20px 15px -20px;
}
.post--card--paper--micro .postTitle {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.4;
}
.post--card--paper--micro .metaDate {
	margin-top: 4px;
}

.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.noThumb .postInfo .postMeta--author-text a {
	color: #81c483;
}
.post--card--bg > a {
	display: block;
}
.post--card--bg .postFeaturedImg {
	margin: -15px -15px 0;
}
.post--card--bg .postFeaturedImg img {
	width: 100%;
}


/*
-	6.7 #Article tile
------------------------------------*/

.block--tiles {
	margin-left: -10px;
	margin-right: -10px;
}
.block--tiles .tile-item {
	margin-bottom: 20px;
}
.block--tiles .post--tile {
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.03);
	overflow: hidden;
}
.block--tiles .post--tile .postTitle {
	margin-bottom: 24px;
}
.block--tiles .post--tile .o-backgroundImg:after {
	opacity: 0.8;
}
.block--tiles .post--tile:hover .o-backgroundImg:after {
	opacity: 1;
}
.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;
	height: 340px;
	border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.03);
    overflow: hidden;
}
.post--tile .postInfo {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px 20px 20px;
	border-radius: 4px;
}
.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 .postMeta--author {
	margin-bottom: 10px;
}
.post--tile .postSummary {
	max-width: 500px;
	color: rgba(255,255,255,0.9);
}
.post--tile .postFooter {
	padding-top: 10px;
	border-top: 1px solid rgba(255,255,255,0.2);
}

/*---- #Post Tile Micro ----*/
.post--tile.post--tile--micro {
	height: auto;
	min-height: 100px;
	border-radius: 4px;
	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 {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	width: 100%;
	padding: 20px;
 transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	text-align: center;
}
.post--tile--center .postMeta--author {
	display: inline-block;
	margin-bottom: 0;
}

/*---- #Post Tile Large ----*/
.post--tile--large {
	overflow: hidden;
	height: 400px;
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.03);
}
.post--tile--large .postInfo {
	padding: 40px 24px 24px;
	border-radius: 4px;
}
.post--tile--large .postTitle {
	font-size: 28px;
}
.post--tile--large .postMeta--author {
	margin-bottom: 14px;
}
.post--tile--large .postFooter {
	padding-top: 14px;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.post--tile--large .postFormatIcon {
	top: 30px;
	right: 30px;
	left: auto;
	bottom: auto;
	font-size: 16px;
	-webkit-transform: none;
    transform: none;
}

/*---- #Post Tile Wide ----*/
.post--cutout {
	height: 400px;
	position: relative;
	border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.03);
}
.post--cutout .postInfo {
	width: 360px;
	max-width: 100%;
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	padding: 20px;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 4px;
	overflow: hidden;
}
.post--cutout .postMeta--author {
	margin-bottom: 12px;
}
.post--cutout .postTitle {
	font-size: 26px;
}
.post--cutout .postFooter {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	background: #fff;
}
.post--cutout .postFooter:before {
	content: '';
	display: block;
	height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
    background: linear-gradient(0deg, white 0, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
}
.post--cutout .postFooter .postMeta--btn {
	padding-top: 10px;
	border-top: 1px solid rgba(0,0,0,0.05);
}


/*
-	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
=====================================*/

.featuredBlockWrapper {
	position: relative;
	overflow: hidden;
}
.featuredBlockBackground {
	box-shadow: inset 0 -2px 8px 0px rgba(0, 0, 0, 0.04);
}


/*
-	7.1 #Featured slider
------------------------------------*/

.featuredBlock--slider {
	position: relative;
}
.container .featuredBlock--slider {
	margin: 50px 0;
}
.featuredBlock--slider article {
	position: relative;
	height: 480px;
	overflow: hidden;
}
.container .featuredBlock--slider article {
	border-radius: 4px;
	box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
}
.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: 40px 50px 60px;
}
.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 {
	font-size: 40px;
	max-width: 700px;
	margin-bottom: 20px;
	padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    text-shadow: 0 0 20px #666;
}
.post--slide .o-backgroundImg--dimmed:after {
	background: rgba(0,0,0,0.2);
}
.post--slide .postMeta--author {
	display: inline-block;
}

.featuredBlock--slider .owl-prev,
.featuredBlock--slider .owl-next {
	width: 60px;
	height: 60px;
	position: absolute;
	border-radius: 100%;
	background: #fff;
	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 i,
.featuredBlock--slider .owl-next i {
	position: relative;
	font-size: 36px;
	line-height: 60px;
}
.featuredBlock--slider .owl-prev i {
	left: -2px;
}
.featuredBlock--slider .owl-next i {
	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;
}


/*---- Cover slider ----*/
.featuredBlock--slider--cover article {
	height: 580px;
	border: none;
	border-radius: 0;
}
.featuredBlock--slider--cover .postInfo {
	max-width: 720px;
}

/*
-	7.2 #Featured carousel
------------------------------------*/

.featuredBlock--carousel {
	margin: 50px 0;
}
.featuredBlock--carousel:not(.owl-loaded) .carousel-item:not(:first-child) {
	display: none;
}
.featuredBlock--carousel:not(.owl-loaded) .carousel-item:first-child {
	opacity: 0;
}
.featuredBlock--carousel .owl-stage-outer {
	overflow: visible;
}
.featuredBlock--carousel .owl-prev,
.featuredBlock--carousel .owl-next {
	width: 60px;
	height: 60px;
	position: absolute;
	border-radius: 100%;
	background: #fff;
	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--carousel .owl-next {
	right: -40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.featuredBlock--carousel .owl-prev {
	left: -40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.featuredBlock--carousel .owl-prev i,
.featuredBlock--carousel .owl-next i {
	position: relative;
	font-size: 36px;
	line-height: 60px;
}
.featuredBlock--carousel .owl-prev i {
	left: -2px;
}
.featuredBlock--carousel .owl-next i {
	left: 2px;
}
.featuredBlock--carousel .owl-prev.disabled,
.featuredBlock--carousel .owl-next.disabled {
	visibility: hidden;
	opacity: 0;
}
.featuredBlock--carousel .post--tile {
	height: 400px;
	box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
}
.featuredBlock--carousel .post--tile .postInfo {
	padding: 30px;
}
.featuredBlock--carousel .post--tile .postMeta--author {
	margin-bottom: 0;
	padding-top: 14px;
	border-top: 1px solid rgba(255,255,255,0.2);
}



/*
-	7.3 Featured tiles
------------------------------------*/

.featuredBlock--tiles {
	margin: 50px auto;
}
.featuredBlock--tiles .post--tile {
	height: 380px;
	box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
}
.featuredBlock--tiles .tileItem .postTitle {
	font-size: 20px;
}
.featuredBlock--tiles .tileItem--big .postInfo {
	padding: 30px 24px 24px;
}
.featuredBlock--tiles .tileItem--big .postTitle {
	font-size: 32px;
}
.featuredBlock--tiles .post--tile .postMeta--author {
	margin-bottom: 0;
	padding-top: 14px;
	border-top: 1px solid rgba(255,255,255,0.2);
}


/*
-	7.4 #Featured Mixed Grid
------------------------------------*/

.post--list--paper {
	padding: 15px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.03);
}
.post--list--paper .flexbox {
	height: 100%;
}
.post--list--paper .flexbox-item:nth-last-child(2) {
	width: 95px;
}
.post--list--paper .postFeaturedImg {
	width: 80px;
	height: 80px;
	margin-right: 10px;
	margin-bottom: 0;
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 100%;
	overflow: hidden;
}
.post--list--paper .postFeaturedImg img {
	width: 80px;
	height: 80px;
}
.post--list--paper .postTitle {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}
.post--list--paper .metaDate {
	margin-top: 4px;
}
.mdPostsListWidget .post--list--paper {
	padding: 0;
	border: none;
	box-shadow: none;
	background: none;
}

.post--list--simple .postTitle{
	margin-bottom: 5px;
	font-size: 16px;
}

.featuredBlock--altGrid {
	margin: 50px auto;
}
.featuredBlock--altGrid article {
	position: relative;
}
.featuredBlock--altGrid--main-item {
	padding-top: 10px;
	padding-bottom: 10px;
}
.featuredBlock--altGrid--main article {
	height: 350px;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
}
.featuredBlock--altGrid--main .overlayInfo {
	left: 50%;
	bottom: auto;
	padding: 20px;
	text-align: center;
}
.featuredBlock--altGrid--main .overlayInfo .postTitle {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	font-size: 26px;
}

.featuredBlock--altGrid--minor article .flexbox {
	min-height: 90px;
}
.featuredBlock--altGrid--minor-item {
	padding-top: 10px;
	padding-bottom: 10px;
}


/*
-	7.5 #Post Ribbon
------------------------------------*/

.post--list--micro .postTitle {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.4;
	white-space: normal;
}
.post--list--micro:not(.noThumb) .postTitle,
.post--list--micro:not(.noThumb) .metaText {
	margin-left: 95px;
}
.post--list--micro .postFeaturedImg {
	float: left;
	margin: 0 15px 0 0;
	
}
.post--list--micro .postFeaturedImg img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
}

.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
------------------------------------*/

.mdAudioPlayer {
	position: relative;
	border-radius: 4px;
	box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
	overflow: hidden;
}
.mdAudioPlayer:before {
	content: '';
	position: absolute;
	top: 0;left: 0;right: 0;bottom: 0;
	background-color: rgba(0,0,0,0.4);
	border-radius: 4px;
}
.mdAudioPlayer-trackInfo {
	position: relative;
	padding: 40px 20px 30px;
	color: #fff;
}
.mdAudioPlayer-trackInfo > div {
	display: inline-block;
	vertical-align: middle;
}
.mdAudioPlayer audio {
	width: 100%;
	display: block;
}
.mdAudioPlayer-trackInfo i {
	font-size: 40px;
	margin-right: 10px;
}
.mdAudioPlayer-trackInfo-meta-title {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
}
.mdAudioPlayer-trackInfo-meta-artist {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}

/*
-	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 .postFormatMedia--gallery {
	padding: 14px;
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.03);
}
.postSingle .postFormatMedia--gallery .fotorama__img {
}
.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;
}


/*
-	8.5 #Format Image
------------------------------------*/

.postFormatImage {
	text-align: center;
}
.postSingle .postFormatImage {
	border-radius: 4px;
	box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
}
.postSingle .postFormatImage img {
	border-radius: 4px;
}
.postFormatImage a {
	cursor: -moz-zoom-in;
}
.postFormatImage figure {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.postFormatImage figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 10px;
	padding: 5px 10px;
	border-radius: 3px;
	background: rgba(0,0,0,0.5);
	color: rgba(255,255,255,0.8);
	text-align: left;
}


/*
-	8.6 #Format Video
------------------------------------*/

.postSingle .postFormatMedia--video {
	background: #000;
	border-radius: 4px;
	box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
	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);
	font-family: "Noto Sans", sans-serif;
	margin: 0 0 26px 0;
	max-width: 680px;
	padding: 0;
	text-align: inherit;
}

.wp-caption.alignleft {
	margin: 7px 26px 13px 0;
	text-align: left;
}

.wp-caption.alignright {
	margin: 7px 0 13px 26px;
	text-align: right;
}

.wp-caption.aligncenter {
	margin: 7px auto 13px;
	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;
	word-break: break-word;
}
.bodyCopy a {
	word-break: break-all;
}
.bodyCopy ul,
.bodyCopy ol {
	margin-top: 1.7em;
	margin-bottom: 1.7em;
	padding-left: 1.2em;
}
.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: 1;
}
.bodyCopy blockquote cite,
.bodyCopy blockquote small {
	font-size: 0.889em;
	opacity: .8;
}

.bodyCopy blockquote em,
.bodyCopy blockquote i,
.bodyCopy blockquote cite {
	font-style: normal;
}

.bodyCopy img, 
.bodyCopy iframe, 
.bodyCopy object, 
.bodyCopy embed,
.bodyCopy figure {
	max-width: 100%;
}

.bodyCopy .responsiveEmbedVideo {
	margin-bottom: 32px;
}

/*
	9.3 #Gutenberg styling
-------------------------------------*/

.postContent {
	max-width: 610px;
	padding: 0;
}
.postContent > *,
.postContent p {
	margin-bottom: 32px;
}
.postContent .alignleft {
	margin-right: 1.7em;
}
.postContent .alignright {
	margin-left: 1.7em;
}

.postContent .alignfull,
.postContent .alignwide,
.postContent .wp-block-gallery.alignfull,
.postContent .wp-block-gallery.alignwide {
	max-width: 768px;
	width: 768px;
	margin-left: calc((610px - 768px) / 2);
}
.postContent--fullwidth .alignfull,
.postContent--fullwidth .wp-block-gallery.alignfull {
	max-width: 100vw;
	width: 100vw;
	margin-left: calc((610px - 100vw) / 2);
}
.postContent .wp-block-gallery:not(.alignleft):not(.alignright):not(.aligncenter) {
	clear: both;
}
.postContent ul.wp-block-gallery {
	padding-left: 0;
}
.postContent .has-drop-cap.has-drop-cap:first-letter {
	float: left;
	margin-right: .15em;
	font-size: 3.3227em;
	font-weight: 700;
	line-height: 1;
}
.postContent .has-small-font-size {
	font-size: 0.79em;
}
.postContent .has-large-font-size {
	font-size: 1.266em;
}
.postContent .has-huge-font-size {
	font-size: 1.602em;
}

.postContent .wp-block-cover {
	padding: 10%;
}
.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;
}


.postContent .wp-block-archives,
.postContent .wp-block-audio,
.postContent .wp-block-button,
.postContent .wp-block-categories,
.postContent .wp-block-columns,
.postContent .wp-block-cover,
.postContent .wp-block-embed,
.postContent .wp-block-gallery,
.postContent .wp-block-image,
.postContent .wp-block-pullquote,
.postContent .wp-block-quote,
.postContent .wp-block-seperator {
	margin-bottom: 32px;
}
.postContent .wp-block-audio audio {
    width: 100%;
}
.postContent .wp-block-gallery {
	margin-left: 0;
}
.postContent .wp-block-latest-posts.is-grid {
	margin-left: 0;
	margin-bottom: 0;
}
.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: 10%;
	padding-right: 10%;
}
.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.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;
}
.wp-block-pullquote.is-style-solid-color {
	padding: 4em 10%;
}
.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.is-large,
.postContent .wp-block-quote.is-style-large {
	margin: 32px 0;
	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-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;
}

@media (max-width: 767px) {
	.postContent .alignfull,
	.postContent .alignwide,
	.postContent .wp-block-gallery.alignfull,
	.postContent .wp-block-gallery.alignwide {
		max-width: 100%;
		width: 100%;
		margin-left: 0;
	}
	.postContent .alignfull,
	.postContent--fullwidth .alignfull,
	.postContent .wp-block-gallery.alignfull {
		max-width: 100vw;
		width: 100vw;
		margin-left: -20px;
	}
	.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 {
	text-align: center;
}
.postSingle-header {
	position: relative;
	margin-bottom: 20px;
}
.postSingle-header .postTitle {
	margin-bottom: 15px;
	font-size: 39.808px;
	line-height: 1.3;
	font-weight: 700;
}
.postSingle-header--big .postTitle {
	font-size: 48.832px;
	margin: 0 0 20px;
}
.postSingle-header--wide {
	margin: 40px 0 0;
}

.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--standard .postSingle-featuredImg.u-wideBlock--content .postFeaturedImg-caption {
	bottom: 120px;
}
.postContent .addtoany_content_bottom {
	display: none;
}


/*
-	10.1 #Post single standard layout
------------------------------------*/

.postSingle--standard .postFeaturedImg > img {
	border-radius: 4px;
    box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
}
.postSingle--standard .postFeaturedImg.u-wideBlock--content + .postSingle-header {
	position: relative;
	margin-top: -120px;
	padding: 30px 40px 0;
	background: #fff;
	z-index: 1;
}
.postSingle--standard .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--standard .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;
	height: 480px;
	border-radius: 4px;
    box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
    overflow: hidden;
}
.postSingle-cover .postInfo {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px 30px 20px;
}


/*
-	10.5 #Post single billboard layout
------------------------------------*/

.postSingle--billboard .layoutContent-main .postContent,
.postSingle--billboard.postSingle--fullwidth .layoutContent {
	margin-top: 0;
}
.postSingle--billboard-cover {
	position: relative;
	height: 600px;
	margin: 20px 20px 0;
	border-radius: 4px;
    box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
	overflow: hidden;
}
.postSingle--billboard-cover-bgImg {
	position: relative;
	min-height: 700px;
	height: 700px;
	margin-top: -100px;
	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: absolute;
	bottom: 40px;
	padding: 0 20px;
}
.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 {
	max-width: 800px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
.postSingle--billboard .layoutContent .postMeta--3 {
	margin-bottom: 30px;
}
.postSingle--fullwidth.postSingle--headerWide .postFeaturedImg {
	text-align: center;
}

/*
-	10.6 #Post single footer
------------------------------------*/
.postFooter--single {
	margin-bottom: 40px;
	overflow: hidden;
}
.postContent + .postFooter--single,
.postContentWrap + .postFooter--single {
	margin-top: -20px;
	padding-top: 20px;
	border-top: 1px solid rgba(0,0,0,0.05);
}
.reviewBox + .postFooter--single {
	padding-top: 0;
	border-top: none;
}
.postFooter--single .postFooter-tags {
	max-width: 50%;
	float: left
}
.postFooter--single .postFooter-share {
	max-width: 50%;
	float: right;
}
.postFooter--single .postFooter-share .addtoany_list {
	display: inline-block;
	margin: 0 -2px;
}
.postTags-list {
	line-height: 1
}
.postTags-list > a {
	display: inline-block;
	padding: 8px 10px;
	margin: 0 8px 6px 0;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #f0f0f0;
	border-radius: 2px;
	background: #fafafa;
	color: rgba(0,0,0,0.44);
	transition: all 0.1s;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 160px;
	overflow: hidden;
}
.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 {
	max-width: 768px;
	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 {
	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: 20px;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.03);
}
.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: 18px;
	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:before {
	content: '\f112';
	display: inline-block;
	width: 24px;
	height: 24px;
	font-family: 'FontAwesome';
	line-height: 24px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	background: #444;
	margin-right: 6px;
	vertical-align: middle;
}
.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: 12px;
	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;
}
.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: 11px;
	color: rgba(0,0,0,0.3);
}
.pageHeading-title {
	margin: 0;
	font-size: 32px;
	font-weight: 300;
}
.pageHeading--sub .pageHeading-title {
	font-size: 20px;
	margin-top: 0;
}
.pageTemplate .postContent {
	max-width: 100%;
	margin: 0 auto;
}

.pageHeading--fw {
	position: relative;
	margin-bottom: 0;
	padding: 50px 0 0;
	border-bottom: none;
}
.pageTemplate--fullwidth .pageHeading--fw {
	text-align: center;
}
.pageHeading--fw .pageHeading-title {
	font-size: 39.808px;
	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;
	font-size: 36px;
}
.pageHeading--boxed {
	padding: 50px 0;
	background: #fafafa;
	border-bottom: 1px solid #eee;
}
.pageHeading--boxed .pageHeading-title {
	text-transform: uppercase;
	font-weight: 700;
}

/*---- Author page ----*/

.archive.author .authorBox {
	margin-bottom: 60px;
	background: #fafafa;
	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;
}


/*=====================================
	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 {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget_archive li {
	position: relative;
	padding: 8px 0 8px 20px;
}
.widget_archive 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 {
	top: 50%;
}
.widget_archive li:last-child:before {
	bottom: 50%;
}
.widget_archive 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 {
	text-decoration: none !important;
}

/*---- #Calendar widget ----*/

.widget_calendar {
	max-width: 360px;
	border-bottom: none;
}
#calendar_wrap {
	border-radius: 4px;
	overflow: hidden;
	background-color: #fff;
}
.widget_calendar caption {
	text-align: center;
	font-size: 22px;
	line-height: 46px;
	color: #fff;
	background-color: #81c483;
}
.widget_calendar table {
	margin-bottom: 0;
	font-size: 12px;
	color: rgba(0,0,0,0.6);
}
.widget_calendar th {
	padding: 1em;
	text-align: center;
	border: none;
}
.widget_calendar td {
	padding: 0.6em 1em;
	border: none;
	text-align: center;
}
.widget_calendar td a {
	text-decoration: underline;
}
.widget_calendar #today,
.widget_calendar #today a {
	color: #fff;
}
.widget_calendar tfoot {
	border-top: 1px solid rgba(0,0,0,0.05);
}
.widget_calendar tfoot td {
	padding: 1em;
}
.widget_calendar tfoot a {
	text-decoration: none !important;
}

/*---- #Recent post widget ----*/

.widget_recent_entries {
	max-width: 360px;
}
.widget_recent_entries li:not(:first-child) {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(0,0,0,0.05);
}
.widget_recent_entries li:before {
	content: '\f044';
	font-family: 'FontAwesome';
	margin-right: 5px;
}
.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 {
	max-width: 360px;
}
.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 {
	max-width: 360px;
}
.widget_meta li > a {
	display: inline-block;
	padding: 8px 0;
	text-decoration: none;
}

/*---- #Pages widget ----*/

.widget_pages {
	max-width: 360px;
}
.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 {
	max-width: 360px;
}
.widget_recent_comments li {
	position: relative;
	margin-top: 20px;
}
.widget_recent_comments li:first-child {
	margin-top: 0;
}
.widget_recent_comments .comment-author-link,
.widget_recent_comments .comment-author-link a {
	color: rgba(0,0,0,0.5);
}
.widget_recent_comments li > a {
	display: block !important;
	position: relative;
	margin-top: 12px !important;
	padding: 15px !important;
	font-weight: 700;
	text-decoration: none;
	border-radius: 4px;
	background: #f5f5f5;
	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 > a:after {
	content: '';
	display: block;
	position: absolute;
	top: -8px;
	left: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #f5f5f5 transparent;
}

/*---- #RSS widget ----*/

.widget_rss {
	max-width: 360px;
}
.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 ----*/

.widget_tag_cloud {
	max-width: 360px;
}
.tagcloud a {
	display: inline-block;
	float: left;
	padding: 5px 10px;
	margin: 0 8px 8px 0;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #f0f0f0;
	border-radius: 2px;
	background: rgba(0,0,0,0.02);
	color: rgba(0,0,0,0.44);
	transition: all 0.1s;
}

/*---- #Navigation widget ----*/

.widget_nav_menu {
	max-width: 360px;
}
.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 {
	max-width: 360px;
}
.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 {
	float: right;
	margin: 0 0 0 15px;
}
.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: 4px;
	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 {
	max-width: 360px;
}
.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;
}
.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;
	position: relative;
}
.wpp-list-with-thumbnails > li > a:first-child:after {
	content: counter(li);
    counter-increment: li;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
	background: #81c483;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
}*/
/*.wpp-list-with-thumbnails > li {
	position: relative;
}
.wpp-list-with-thumbnails > li:after {
	content: counter(li);
    counter-increment: li;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #81c483;
	font-size: 100px;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	opacity: 0.3;
}*/
.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;
}
.wpp-list-with-thumbnails > li:hover > a:first-child:after {
	background: #81c483;
}
.wpp-post-title {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}
.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 {
	max-width: 360px;
}
.mdCategoriesWidget ul {
	margin: -5px;
	padding: 0;
	list-style: none;
}
.mdCategoriesWidget ul li {
	width: 50%;
	float: left;
	padding: 5px;
}
.categoryTile {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
}
.categoryTile:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.categoryTile .o-backgroundImg {
}
.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 {
	max-width: 360px;
}
.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 {
	display: block;
	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 {
	max-width: 360px;
}
.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 {
	max-width: 360px;
}
.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: 20px;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.03);
	overflow: hidden;
}
.widget_mc4wp_form_widget .mc4wp-form:before {
	content: '\f003';
	font-family: 'FontAwesome';
	position: absolute;
	right: -30px;
	bottom: -40px;
	font-size: 120px;
	color: #333;
	opacity: 0.1;
	-webkit-transform: rotateZ(14deg);
    transform: rotateZ(14deg);
}
.widget_mc4wp_form_widget label {
	display: block;
	font-variant: small-caps;
}
.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;
	font-weight: 700;
	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 {
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.2s ease-out;
}

/*---- #By category listing ----*/

.byCategoryListing {
	padding: 20px 0 40px;
	border-top: 1px solid #eee;
	background-color: #fafafa;
}
.byCategoryListing-title {
	display: inline-block;
	height: 34px;
	position: relative;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0 14px 0 40px;
	border-radius: 999em;
	background: #fff;
	font-size: 14px;
	line-height: 34px;
	text-transform: uppercase;
}
.byCategoryListing-title i {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 100%;
	background: #444;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.byCategoryListing-catSection {
	margin-bottom: 20px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 1px 6px rgba(0,0,0,0.1);
}
.byCategoryListing-catSection ul {
	padding: 20px;
}
.byCategoryListing-catTitle {
	position: relative;
	margin: 0;
	padding: 20px;
	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);
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.byCategoryListing-catTitle > span i {
	margin-left: 6px;
}
.byCategoryListing li:not(:first-child) {
	padding-top: 20px;
	border-top: 1px solid #eee;
}
.byCategoryListing .postTitle {
	padding-left: 20px;
	margin-bottom: 20px;
	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 {
		max-width: 628px;
		width: 628px;
    	margin-left: calc((610px - 628px) / 2);
	}
	.postContent--fullwidth .alignwide,
	.postContent--fullwidth .wp-block-gallery.alignwide {
		max-width: 768px;
		width: 768px;
    	margin-left: calc((610px - 768px) / 2);
	}
	.postContent--fullwidth .alignfull,
	.postContent--fullwidth .wp-block-gallery.alignfull {
		max-width: 100vw;
		width: 100vw;
    	margin-left: calc((610px - 100vw) / 2);
	}
}
@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;
	}
	.layoutContent-main,
	.layoutContent-sidebar {
		width: 100%;
		float: none !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.layoutContent-sidebar {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #eee;
	}
	.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-component--left,
	.siteHeader--standard--left .siteHeader-component--right,
	.siteHeader--compact .siteHeader-component--left,
	.siteHeader--compact .siteHeader-component--right {
		width: 30%;
	}
	/*---- Featured slider ----*/
	.featuredBlock--slider--cover article {
		height: 480px;
	}
	.post--slide .postTitle {
		font-size: 34px;
	}
	/*---- Featured tiles ----*/
	.featuredBlock--tiles .post--tile {
		height: 340px;
	}
	.featuredBlock--tiles .tileItem:not(.tileItem--big) {
		margin-top: 20px;
	}
	/*---- 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--standard .postFeaturedImg.u-wideBlock--content {
		margin-top: -50px;
	}
	.postSingle--standard .postFeaturedImg.u-wideBlock--content + .postSingle-header:before,
	.hasLeftSidebar .postSingle--standard .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%;
	}
	.postSingle-cover {
		margin-top: -30px;
	}
	.postContent .alignfull,
	.postContent .alignwide,
	.postContent .wp-block-gallery.alignfull,
	.postContent .wp-block-gallery.alignwide {
		max-width: 720px;
		width: 720px;
    	margin-left: calc((610px - 720px) / 2);
	}
	.postContent--fullwidth .alignfull,
	.postContent--fullwidth .wp-block-gallery.alignfull {
		max-width: 100vw;
		width: 100vw;
    	margin-left: calc((610px - 100vw) / 2);
	}
	/*---- Related posts fw ----*/
	.relatedPosts--fullwidth .row > div:nth-child(3) {
		clear: both;
	}
	/*---- More reading section ----*/
	.byCategoryListing [class*="col-"]:nth-child(3) {
		clear: left;
	}
	/*---- Sidebar ----*/
	.sidebar {
		border-top: 1px solid #eee;
	}
	.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 {
		margin-top: 46px;
	}
}
@media (max-width: 767px) {
	.siteHeader-nav .container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.siteHeader-component--left,
	.siteHeader-component--right,
	.siteHeader--standard--left .siteHeader-component--left,
	.siteHeader--standard--left .siteHeader-component--right,
	.siteHeader--compact .siteHeader-component--left,
	.siteHeader--compact .siteHeader-component--right {
		width: 50px;
	}
	.siteHeader-component--center {
		width: auto;
	}
	/*---- Layout ----*/
	.container,
	[class*="col-"] {
		padding-left: 20px;
		padding-right: 20px;
	}
	.row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.list-item {
		padding-top: 30px;
	}
	.u-wideBlock--content,
	.u-wideBlock--content--full,
	.hasLeftSidebar .u-wideBlock--content,
	.hasLeftSidebar .u-wideBlock--content--full,
	.u-wideBlock--sm,
	.u-fullwidth {
		margin-left: -20px !important;
		margin-right: -20px !important;
	}
	.u-contentAlign,
	.hasLeftSidebar .u-contentAlign {
		margin-left: auto;
		margin-right: auto;
		width: auto;
	}
	.blockHeading {
		font-size: 16px;
	}
	.block--tiles {
		margin-left: -20px;
    	margin-right: -20px;
	}
	.post--tile {
		height: 320px;
	}
	.post--tile--large {
		height: 360px;
	}
	.post--tile--large .postTitle {
		font-size: 22px;
	}
	.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 {
		margin: 20px 0;
	}
	.featuredBlockBackground {
		background-image: none !important;
	}
	.featuredBlock--carousel .post--tile .postInfo {
		padding-bottom: 50px;
	}
	.featuredBlock--carousel .postTitle {
		font-size: 22px;
	}
	/*---- Featured slider ----*/
	.featuredSliderWrap.container {
		padding: 0;
	}
	.container .featuredBlock--slider {
		margin: 0;
		border-radius: 0;
	}
	.featuredBlock--slider article,
	.container .featuredBlock--slider article {
		height: 400px;
		border: none;
		border-radius: 0;
	}
	.featuredBlock--slider .slide-content .o-backgroundImg,
	.featuredBlock--slider .slide-content .o-backgroundImg:after,
	.container .featuredBlock--slider .slide-content .o-backgroundImg,
	.container .featuredBlock--slider .slide-content .o-backgroundImg:after {
		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: 5px;
	}
	.md-theme .owl-dots .owl-dot span {
		width: 5px;
		height: 5px;
		margin: 8px;
	}
	/*---- Featured tiles ----*/
	.featuredBlock--tiles {
		margin: 20px auto;
	}
	.featuredBlock--tiles .container,
	.featuredBlock--tiles [class*="col-"] {
		padding-left: 10px;
    	padding-right: 10px;
	}
	.featuredBlock--tiles .row {
	    margin-left: -10px;
	    margin-right: -10px;
	}
	.featuredBlock--tiles .tileItem:not(.tileItem--big) {
	    margin-top: 10px;
	}
	.featuredBlock--tiles .tileItem:not(.tileItem--big) .post--tile {
		height: 240px;
	}
	.featuredBlock--tiles .post--tile .postTitle {
		font-size: 18px;
	}
	.featuredBlock--tiles .tileItem--big .post--tile .postTitle {
		font-size: 24px;
	}
	/*---- Featured Alt Grid ----*/
	.featuredBlock--altGrid {
	    margin: 20px 20px;
	}
	.featuredBlock--altGrid--main-item,
	.featuredBlock--altGrid--minor-item {
		padding-left: 0;
		padding-right: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.featuredBlock--altGrid--minor article .flexbox {
		min-height: 70px;
	}
	/*---- Content list layout ----*/
	.post--list,
	.post--large,
	.post--tile--large .postInfo {
		padding: 20px;
	}
	.post--list .postFormatMedia {
		margin: -20px -20px 20px;
	}
	.post--list .postFeaturedImg {
		width: 100px;
	}
	.post--list > .postFeaturedImg {
		display: none;
	}
	/*---- Content split layout ----*/
	.post--split .postInfo {
		margin-bottom: 0;
	}
	.post--split .postInfo > .o-media-left {
		display: block;
		min-width: auto;
	}
	.post--split .postInfo > .o-media-body {
		display: block;
		margin-top: 10px;
	}
	.post--split .postFeaturedImg {
		padding-bottom: 50%;
	}
	/*---- 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 ----*/
	.postSingle--standard .postFeaturedImg,
	.postSingle--standard .postFormatMedia {
		margin-top: -30px;
	}
	.postSingle-header .postTitle {
		font-size: 28.832px !important;
	}
	.postFeaturedImg-caption,
	.postSingle--standard .postSingle-featuredImg.u-wideBlock--content .postFeaturedImg-caption {
		bottom: 10px;
		right: 10px;
	}
	.postSingle--standard .postFeaturedImg.u-wideBlock--content + .postSingle-header {
		margin-top: 0;
		padding: 0;
	}
	.postSingle--standard .postFeaturedImg.u-wideBlock--content + .postSingle-header:before,
	.hasLeftSidebar .postSingle--standard .postFeaturedImg.u-wideBlock--content + .postSingle-header:before {
		content: none;
	}
	.postSingle--billboard-cover {
		height: 480px;
	}
	.postSingle--billboard-cover-bgImg {
		min-height: 530px;
		height: 530px;
		margin-top: -50px;
	}
	.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-cover .postInfo{
		padding-left: 20px;
		padding-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;
	}
	.postContent .alignwide,
	.postContent .wp-block-gallery.alignwide {
		max-width: 100%;
		width: auto;
		margin-left: 0;
	}
	.postContent .alignfull,
	.postContent .wp-block-gallery.alignfull {
		max-width: 100vw;
		width: 100vw;
    	margin-left: -20px;
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content p {
		margin-top: 1.7em;
		margin-bottom: 1.7em;
	}
	.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;
	}
	/*---- Post navigation ----*/
	.postNavigation {
		border-radius: 0;
	}
	.postNavigation .flexbox-item {
		display: block;
		width: 100%;
	}
	.postNavigation .flexbox-item:first-child {
		border-right: none;
	}
	.postNavigation-prev {
		border-bottom: 1px solid rgba(0,0,0,0.05);
	}
	/*---- Content ----*/
	.post--split .postTitle,
	.post--large .postTitle,
	.post--tile--wide .postTitle,
	.post--list .postTitle,
	.post--cutout .postTitle {
		font-size: 18px;
	}
	.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--standard .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;
	}
}