/*
Theme Name: Bone
Theme URI: http://bone.minimaldog.net
Version: 2.2.0
Description: A minimalist and modern responsive WordPress blog theme designed 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) 2016 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 element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 14px/1.4 Helvetica, Arial, sans-serif;
	color: rgba(0,0,0,0.8);
	overflow-x: hidden;
}
dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(0,0,0,0.05);
}

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.4em;
}

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;
}

ul {
	list-style: disc;
}

/*---- Form ----*/

label {
	display: block;
	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;
	width: 100%;
	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;
	-webkit-transition:all .2s ease;
	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;
	-webkit-transition:all .2s ease;
	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%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.u-absCenteredY {
	position: absolute;
	top: 50%;
	-webkit-transform: translatey(-50%);
    -ms-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%);
    -ms-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: -webkit-linear-gradient(bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0) 100%);
	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;
	-webkit-transition:all 0.2s ease-out;
	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%);
    -ms-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;
	-webkit-transition:all 0.2s ease-out;
	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);
	-webkit-transition:all 0.2s ease-out;
	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%;
}




/*=====================================
	2.0 #LAYOUT
=====================================*/


.layoutBody {
	margin: 0 auto;
}
.layoutContent {
	margin-top: 50px;
	margin-bottom: 50px;
}
.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);
	-ms-transform: translate(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: 800px;
	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;
	-webkit-transition:all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.btn:hover,
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 #666;
	background: #666;
}
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;
}
.btn.btn--solid:hover {
	color: rgba(255,255,255,0.9);
	border-color: rgba(0,0,0,0.05);
}
.btn.btn--circle {
	padding: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 999em;
	min-width: initial;
}

.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;
	-webkit-transition:all 0.2s ease !important;
	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);
	-webkit-transition:all 0.2s ease;
	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;
}
.blockHeading--grey {
	line-height: 1;
	background-color: #fafafa;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blockHeading--grey > span {
	padding-right: 20px;
	background-color: #fff;
}
.blockHeading--grey--center {
	text-align: center;
}
.blockHeading--grey--center > span {
	padding-left: 20px;
}
.blockHeading--inner {
	margin: -10px 0 20px;
}
.blockHeading--inner > span {
	display: inline-block;
	padding: 0 20px 10px 0;
	font-size: 18px;
	text-transform: uppercase;
	color: rgba(255,255,255,1);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
}
.blockHeading--inner > span i {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 10px;
	border-radius: 100%;
	color: #59C07B;
	background: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
}


/*
-	3.3 #Review box
------------------------------------*/

.reviewBox {
	margin-bottom: 40px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.05);
}
.reviewBox > div {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.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--fw {
	background-color: #fafafa;
	border: 1px solid rgba(0,0,0,0.05);
}
.postNavigation-inner {
	display: inline-block;
	width: 100%;
	max-width: 918px;
	background-color: #fafafa;
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 0 4px 4px 0;
}
.hasLeftSidebar .postNavigation-inner {
	border-radius: 4px 0 0 4px;
}
.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;
	-webkit-transition:all 0.2s ease-out;
	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--fw .postNavigation-prev {
	padding-left: 0;
}
.postNavigation--fw .postNavigation-next {
	padding-right: 0;
}
.postNavigation span {
	display: block;
	position: relative;
	margin-bottom: 5px;
	font-size: 11px;
	color: #888;
	text-transform: uppercase;
	-webkit-transition:all 0.2s ease-out;
	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;
	-webkit-transition:all 0.2s ease-out;
	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: 20px;
	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: 95px;
}
.authorBox-bio {
	color: #888;
	font-size: 15px;
	line-height: 1.5;
}
.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;
	-webkit-transition:all .2s ease;
	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 .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 {
	min-height: 220px;
}

/*
-	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 {
	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%);
    -ms-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);
    -ms-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%);
	        -ms-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);
	-ms-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%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
.popover--bottom .popover-arrow:after {
    -webkit-transform: rotate(45deg) translate(6px, 6px);
    -ms-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);
    -ms-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 .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;
}
.siteHeader--standard .signin-btn {

}

/*---- Header user actions ----*/

.userActions {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.userActions-btn {
	position: relative;
	margin-left: 2px;
	padding-right: 40px;
}
.siteHeader .userActions-btn {
	margin-left: 2px;
}
.userActions-btn .avatar {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 2px;
	-webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
	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;
}
.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;
	-webkit-transition:all 0s 0s;
	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%);
    -ms-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%);
    -ms-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: 36px;
}
.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;
    -ms-transform: translate(0, -100%); /* IE9 */
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    transition: 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);
    -ms-transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.admin-bar .siteHeader--fixed {
	margin-top: 32px;
}


/*
	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: -webkit-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
	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);
	-webkit-transition:background 0.4s ease;
	transition: background 0.4s ease;
}
.ie8 .siteHeader-nav.mdAffixed,
.ie9 .siteHeader-nav.mdAffixed,
.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;
	line-height: 1;
	color: rgba(0,0,0,0.4);
	-webkit-transition:all 0.2s ease-out;
	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;
	-webkit-transition:all 0.1s ease-out;
	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;
	-webkit-transition:all 0.2s 0.1s ease-out;
	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%);
    -ms-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%);
    -ms-transform: translatex(-100%);
    transform: translatex(-100%);
	-webkit-transition:all 0.2s ease-out;
	transition: all 0.2s ease-out;
	z-index: 1000;
}
#md_offCanvasMenu.is-opened {
	-webkit-transform: translatex(0);
    -ms-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;
	-webkit-transition:all 0.2s ease-out;
	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;
}


/*---- 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;
	-webkit-transition:all 0.2s ease-out;
	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%);
    -ms-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;
	word-wrap: break-word;
	font-size: 22px;
}
.postTitle a {
	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: #eee;
	color: #fff;
	border-radius: 3px;
	vertical-align: middle;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: none;
}
.postTitle .reviewScoreBadge {
	background: #FB4834;
}
.postTitle .formatBadge {
	background: #FFCD02;
}
.postTitle .featuredBadge {
	display: none;
}
.sticky .postTitle .featuredBadge {
	display: inline-block;
}
.postTitle .postFormatBadge {
	display: inline-block;
	margin-left: 4px;
	font-size: 90%;
	color: #59c07b;
}

/*---- Post summary ----*/

.postSummary {
	font-size: 14px;
	line-height: 1.5;
	color: rgba(0,0,0,0.6);
	font-weight: 300;
	word-wrap: break-word;
	margin-bottom: 14px;
}

/*---- Post content ----*/

.postContent {
	margin: 40px auto;
	max-width: 680px;
}

/*---- Post meta ----*/

.metaText,
.metaText a {
	color: rgba(0,0,0,0.4);
	font-size: 12px;
	-webkit-transition:all 0.2s ease-out !important;
	transition: all 0.2s ease-out !important;
}
a.metaText:hover {
	color: rgba(0,0,0,0.8);
}
.metaDate abbr {
    border-bottom: none;
}
.overlayInfo {
	position: relative;
}
.overlayInfo--gradient {
	background-color: rgba(0,0,0,0);
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
	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: #888;
}
.postCategory.postCategory {
	color: rgba(255,255,255,1);
	-webkit-transition:all 0.2s ease-out;
	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%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	font-size: 20px;
	line-height: 1;
	color: #fff;
}
.postFormatIcon.formatVideoIcon {
	-webkit-transform: translate(-33.33%,-50%);
    -ms-transform: translate(-33.33%,-50%);
    transform: translate(-33.33%,-50%);
}
.postFormatIcon.formatAudioIcon i {
	-webkit-transform: translate(-6%, 0);
    -ms-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%);
    -ms-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: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: 768px;
	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: #eee;
	color: #fff !important;
	border-radius: 4px 4px 0 4px;
}
.commentCountBox:before {
	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: #eee;
}
.commentCountBox: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: rgba(0,0,0,0.2);
}

.postMeta--author {
	width: auto;
	overflow: hidden;
	color: rgba(0,0,0,0.4);
	text-align: left;
}
.postMeta--author-avatar img {
	border-radius: 50%;
}
.overlayInfo .postMeta--author-avatar img {
	border: 2px solid rgba(255,255,255,0.8);
	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%;
    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;
	-webkit-transition:all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.overlayInfo a.metaLink {
	color: rgba(255,255,255,0.8);
}
.metaLink i {
	font-size: 14px;
}
a.metaLink:hover {
	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;
	-webkit-transition:all 0.2s ease-out;
	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);
}
.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 .postFormatMedia {
	margin: -20px -20px 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;
	-webkit-transition:all ease 0.2s;
	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);
	-webkit-transition:all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.post--listBg .mdPostLike,
.post--listBg .mdPostLike i {
	color: rgba(0,0,0,0.4);
	-webkit-transition:all 0.2s ease-out;
	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: -18px;
	margin-right: -18px;
	margin-bottom: 30px;
}
.post--split .postFormatMedia--quote,
.post--split .postFormatMedia--link {
	margin-top: -18px;
}
.post--split .postFormatImage,
.post--split .postFormatMedia--gallery {
	padding: 0;
	border: none;
}
.post--split .postInfo {
	margin-bottom: 10px;
}
.post--split .postTitle {
	font-size: 30px;
}
.post--split .postMeta--author {
	margin-bottom: 20px;
}
.post--split .postMeta--author {
    margin-right: 30px;
}
.post--split .postSummary {
	margin-top: -4px;
}
.post--split .postFooter {
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #f5f5f5;
}

/*
	6.5 #Post classic
-------------------------------------*/

.block--classic .list-item {
	padding-top: 0;
	padding-bottom: 0;
}
.block--classic .list-item:last-child {
	border-bottom: none;
}
.block--classic .list-seperator {
	margin-bottom: 40px;
	border-top: 1px solid rgba(0,0,0,0.05);
}
.block--classic .list-item:first-child .list-seperator {
	display: none;
}
.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: 0 -15px 15px -15px;
}
.post--card--paper .postFormatQuote,
.post--card--paper .postFormatLink {
	margin: -15px -15px 15px;
}
.post--card--paper .postFormatMedia--image {
	padding: 0;
	border: none;
	margin-left: -15px;
	margin-right: -15px;
}
.post--card--paper .postFeaturedImg + .postSummary {
	position: relative;
	margin-top: -27px;
	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: -webkit-linear-gradient(bottom,rgba(255,255,255,1) 0,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%);
	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: -15px -15px 15px -15px;
}
.post--card--paper--micro .postTitle {
	margin-bottom: 0;
	font-size: 16px;
}
.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 .postMeta--author-avatar img {
	border: 2px solid rgba(255,255,255,0.8);
}
.post--card--bg .postInfo a,
.post--card--bg .postTitle a,
.post--card--bg .postMeta a,
.post--card--bg .postMeta,
.post--card--bg .postMeta .metaText {
	-webkit-transition:all 0.1s ease-out !important;
	transition: all 0.1s ease-out !important;
}
.post--card--bg:not(:hover) .postTitle a,
.post--card--bg:not(:hover) .postInfo,
.post--card--bg:not(:hover) .postInfo .postMeta--author-text,
.post--card--bg:not(:hover) .postInfo .postMeta--author-text a,
.post--card--bg:not(:hover) .postInfo .metaText {
	color: #fff;
}
.post--card--bg.noThumb .postTitle a {
	color: rgba(0,0,0,0.8) !important;
}
.post--card--bg.noThumb .postInfo .metaText,
.post--card--bg.noThumb .postInfo .metaText a {
	color: rgba(0,0,0,0.4) !important;
}
.post--card--bg > a {
	display: block;
}
.post--card--bg .postFeaturedImg {
	margin: -15px -15px 0;
}
.post--card--bg .postFeaturedImg img {
	width: 100%;
}


/*
-	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;
	-webkit-transition:all 0.2s ease-out;
	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: -webkit-linear-gradient(135deg,#FC354C,#0ABFBC);
	background-image: -webkit-linear-gradient(315deg,#FC354C,#0ABFBC);
	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: -webkit-linear-gradient(135deg,#FF4E50,#F9D423);
	background-image: -webkit-linear-gradient(315deg,#FF4E50,#F9D423);
	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: -webkit-linear-gradient(135deg,#d38312,#002f4b);
    background-image: -webkit-linear-gradient(315deg,#d38312,#002f4b);
    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: -webkit-linear-gradient(135deg,#556270,#FF6B6B);
	background-image: -webkit-linear-gradient(315deg,#556270,#FF6B6B);
	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: -webkit-linear-gradient(135deg,#3D7EAA,#FFE47A);
	background-image: -webkit-linear-gradient(315deg,#3D7EAA,#FFE47A);
	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: -webkit-linear-gradient(135deg,#3CA55C,#B5AC49);
	background-image: -webkit-linear-gradient(315deg,#3CA55C,#B5AC49);
	background-image: linear-gradient(135deg,#3CA55C,#B5AC49);
}

.post--tile {
	position: relative;
	height: 340px;
}
.post--tile .postInfo {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px 20px 20px;
}
.post--tile .postFormatIcon {
	top: 20px;
	right: 20px;
	left: auto;
	bottom: auto;
	font-size: 16px;
	-webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.post--tile .postFormatIcon:before {
	width: 36px;
	height: 36px;
}
.post--tile .postMeta--author {
	margin-bottom: 10px;
}
.post--tile .postSummary {
	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;
	-ms-transform: translate(-50%,-50%);
    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;
    -ms-transform: none;
    transform: none;
}

/*---- #Post Tile Wide ----*/
.post--cutout {
	position: relative;
}
.post--cutout .postInfo {
	position: absolute;
	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--wide {
	height: 400px;
}
.post--cutout--wide .postTitle {
	min-height: 200px;
	font-size: 26px;
}
.post--cutout--wide .postInfo {
	top: 24px;
	left: auto;
	right: 24px;
	bottom: 24px;
	width: 360px;
	max-width: 100%;
}
.hasLeftSidebar .post--cutout--wide .postInfo {
	left: 24px;
	right: auto;
}
.post--cutout--wide .postFooter {
	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;
}


/*
-	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);
    -ms-transform: translate(100px, 0);
    transform: translate(100px, 0);
	opacity: 0;
}
.featuredBlock--slider .owl-item.active .postInfo > * {
	-webkit-transform:  translate(0, 0);
    -ms-transform:  translate(0, 0);
    transform:  translate(0, 0);
	opacity: 1;
	-webkit-transition:all 0.3s 0.3s ease-out;
	transition: all 0.3s 0.3s ease-out;
}
.featuredBlock--slider .owl-item.active .postInfo > *:nth-child(2) {
	-webkit-transition-delay: 0.4s;
	        transition-delay: 0.4s;
}
.featuredBlock--slider .owl-item.active .postInfo > *:nth-child(3) {
	-webkit-transition-delay: 0.5s;
	        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-nav svg {
	fill: #fff;
	width: 40px;
	height: 80px;
	padding: 10px;
	background: rgba(0,0,0,0.4);
}
.featuredBlock--slider .owl-prev {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
	width: 1000px;
}
.featuredBlock--slider .owl-prev svg {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	border-radius: 4px 0 0 4px;
}
.featuredBlock--slider .owl-next {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
	width: 1000px;
}
.featuredBlock--slider .owl-next svg {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	border-radius: 0 4px 4px 0;
}

/*---- Owl md style ----*/
.md-theme .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 10px;
	-webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
	-webkit-transition:opacity 0.2s ease;
	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;
	-webkit-transition:opacity 200ms ease;
	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);
    -ms-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%);
    -ms-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 {
	position: relative;
	width: 100%;
	height: 430px;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
.featuredBlock--carousel .iscroll-wrapper {
	position: absolute;
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
	z-index: 1;
}
.featuredBlock--carousel #iscroll-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left:-20px;
	right: -20px;
}
.featuredBlock--carousel .iscroll-bg {
	position: relative;
	height: 100%;
	width: 105%;
	background-attachment: scroll;
	display: block !important;
}
.featuredBlock--carousel .iscroll-wrapper > ul {
	list-style: none;
	white-space: nowrap;
	padding: 80px 20px;
	margin: 0;
}
.featuredBlock--carousel .iscroll-wrapper > ul > li {
	display: inline-block;
	width: 380px;
	width: 30vw;
	min-width: 290px;
	max-width: 480px;
	height: 270px;
	padding: 0 19px;
  	border-radius: 4px;
}
.featuredBlock--carousel article {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	border: 5px solid rgba(255,255,255,1);
	box-shadow: 0 1px 6px rgba(0,0,0,0.03);
	float: left;
	white-space: normal;
	overflow: hidden;
}
.featuredBlock--carousel .o-overlayLink{
	display: none;
}
.featuredBlock--carousel .postInfo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	padding: 20px;
	text-align: center;
}
.featuredBlock--carousel .postTitle {
	font-size: 20px;
}
.featuredBlock--carousel .overlayInfo .postCategory {
	background: #fff;
	color: rgba(0,0,0,0.6);
}
.featuredBlock--carousel .carousel-item .o-backgroundImg:after {
	opacity: 0.8;
}
.featuredBlock--carousel .carousel-item:hover .o-backgroundImg:after {
	opacity: 0.95;
}
.featuredBlock--carousel .carousel-item:nth-of-type(5n+1) .o-backgroundImg:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmMzNTRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBhYmZiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background-image: -webkit-linear-gradient(135deg,#FC354C,#0ABFBC);
	background-image: -webkit-linear-gradient(315deg,#FC354C,#0ABFBC);
	background-image: linear-gradient(135deg,#FC354C,#0ABFBC);
}
.featuredBlock--carousel .carousel-item:nth-of-type(5n+2) .o-backgroundImg:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmY0ZTUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZDQyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -webkit-linear-gradient(135deg,#FF4E50,#F9D423);
	background-image: -webkit-linear-gradient(315deg,#FF4E50,#F9D423);
	background-image: linear-gradient(135deg,#FF4E50,#F9D423);
}
.featuredBlock--carousel .carousel-item:nth-of-type(5n+4) .o-backgroundImg:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNTU2MjcwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNmI2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -webkit-linear-gradient(135deg,#556270,#FF6B6B);
	background-image: -webkit-linear-gradient(315deg,#556270,#FF6B6B);
	background-image: linear-gradient(135deg,#556270,#FF6B6B);
}
.featuredBlock--carousel .carousel-item:nth-of-type(5n+5) .o-backgroundImg:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjM2Q3ZWFhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZTQ3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -webkit-linear-gradient(135deg,#3D7EAA,#FFE47A);
	background-image: -webkit-linear-gradient(315deg,#3D7EAA,#FFE47A);
	background-image: linear-gradient(135deg,#3D7EAA,#FFE47A);
}
.featuredBlock--carousel .carousel-item:nth-of-type(5n+3) .o-backgroundImg:after {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjM2NhNTVjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I1YWM0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background-image: -webkit-linear-gradient(135deg,#3CA55C,#B5AC49);
	background-image: -webkit-linear-gradient(315deg,#3CA55C,#B5AC49);
	background-image: linear-gradient(135deg,#3CA55C,#B5AC49);
}


/*
-	7.3 Featured tiles
------------------------------------*/

.featuredBlock--tiles {
	margin: 40px auto;
	box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
}
.featuredBlock--tiles article {
	height: 280px;
}
.featuredBlock--tiles .postInfo {
	position: relative;
	padding: 25px;
}
.featuredBlock--tiles .postTitle {
	font-size: 22px;
	white-space: normal;
}
.featuredBlock--tiles .big-tile .postTitle {
	font-size: 30px;
}
.featuredBlock--tiles .o-scrollerX {
	clear: both;
}


/*
-	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;
	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: 40px auto;
}
.featuredBlock--altGrid article {
	position: relative;
}
.featuredBlock--altGrid--main-item {
	padding-top: 10px;
	padding-bottom: 10px;
}
.featuredBlock--altGrid--main article {
	height: 300px;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.03), 0 0 0 1px rgba(0,0,0,0.06);
}
.featuredBlock--altGrid--main .overlayInfo {
	left: 50%;
	bottom: auto;
	padding: 20px;
	text-align: center;
}
.featuredBlock--altGrid--main .overlayInfo .postTitle {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.featuredBlock--altGrid--minor article {
	min-height: 100px;
}
.featuredBlock--altGrid--minor-item {
	padding-top: 10px;
	padding-bottom: 10px;
}


/*
-	7.5 #Post Ribbon
------------------------------------*/

.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;
}
.post--list--micro .postFeaturedImg {
	width: 70px;
	float: left;
	margin: 0 0 0 -35px;
	border: 2px solid #fff;
	box-shadow: 0 1px 6px rgba(0,0,0,0.1);
}
.post--list--micro .postTitle {
	font-size: 15px;
	margin-bottom: 4px;
	white-space: normal;
}
.post--list--micro .postFeaturedImg + .postTitle,
.post--list--micro .postFeaturedImg + .postTitle + .metaDate {
	margin-left: 45px;
}



/*=====================================
	8.0 #FORMAT
=====================================*/

/*
-	8.1 #Format audio
------------------------------------*/

.mdAudioPlayer {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.mdAudioPlayer:before {
	content: '';
	position: absolute;
	top: 0;left: 0;right: 0;bottom: 0;
	background-color: rgba(0,0,0,0.4);
}
.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;
	border-radius: 4px;
	overflow: hidden;
}
.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;
}
.postFormatQuote .o-backgroundImg,
.postFormatQuote .o-backgroundImg--dimmed:after {
	border-radius: 4px;
	overflow: hidden;
}

/*
-	8.3 #Format Link
------------------------------------*/

.postFormatLink .o-backgroundImg {
	background-color: rgba(0,0,0,0.5);
}
.postFormatLink .o-backgroundImg,
.postFormatLink .o-backgroundImg--dimmed:after {
	border-radius: 4px;
	overflow: hidden;
}
.postFormatLink {
	position: relative;
	display: block;
	padding: 40px;
	text-decoration: none !important;
	border-radius: 4px;
	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: 20px;
}
.grid-item .postFormatLink-content-title {
	font-size: 24px;
}
.grid-item .postFormatLink-content-title i {
	font-size: 22px;
}

/*
-	8.4 #Format Gallery
------------------------------------*/

.fotorama__stage {
	background: url('img/transp_bg.png');
}
.fotorama__nav-wrap {
	margin-top: 10px;
}
.postFormatMedia--gallery {
	padding: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}
.grid-item .fotorama__nav-wrap {
	display: none;
}


/*
-	8.5 #Format Image
------------------------------------*/

.postFormatImage {
	text-align: center;
	padding: 10px;
	border: 1px solid #eee;
	border-radius: 4px;
}
.postFormatImage a {
	cursor: -webkit-zoom-in;
	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;
}


/*=====================================
	9.0 #TYPOGRAPHY
=====================================*/

/*
	9.1 #WordPress Core
-------------------------------------*/

/**
 *  Alignment
 */

.alignleft {
	float: left;
	margin: 7px 26px 26px 0;
}

.alignright {
	float: right;
	margin: 7px 0 26px 26px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
}


/**
 *  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: 26px;
}
.bodyCopy ul,
.bodyCopy ol {
	margin: 0 0 26px 24px;
	padding: 0;
}
.bodyCopy li > ul,
.bodyCopy li > ol {
	margin-bottom: 0;
}
.bodyCopy p {
	margin-bottom: 26px;
}
.bodyCopy h1,
.bodyCopy h2,
.bodyCopy h3,
.bodyCopy h4,
.bodyCopy h5,
.bodyCopy h6 {
	clear: both;
	font-weight: 700;
	margin: 1.414em 0 0.5em;
}

.bodyCopy h1 {
	font-size: 35px;
	line-height: 1.2308;
}

.bodyCopy h2 {
	font-size: 29px;
	line-height: 1.2069;
}

.bodyCopy h3 {
	font-size: 24px;
	line-height: 1.1667;
}

.bodyCopy h4 {
	font-size: 20px;
	line-height: 1.4;
}

.bodyCopy h5,
.bodyCopy h6 {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.2353;
	text-transform: uppercase;
}

.bodyCopy h6 {
	font-weight: 400;
}

.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 {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.6);
	text-decoration: none;
	-webkit-transition:all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.bodyCopy a:hover {
	border-bottom: 1px solid rgba(0,0,0,0.6);
	color: rgba(0,0,0,0.8);
	text-decoration: none;
}
.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%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
}
.bodyCopy blockquote {
	border-left: 4px solid #bbb;
	color: rgba(0,0,0,0.6);
	font-size: 22px;
	font-weight: 300;
	font-style: italic;
	line-height: 1.6;
	margin: 36px 0 36px 0;
	padding: 0 0 0 22px;
}
.bodyCopy cite {
	font-style: italic;
	font-size: 16px;
}
.bodyCopy .pullquote-left,
.bodyCopy .pullquote-right {
	padding: 20px 0;
	border-left: none;
	border-top: 5px solid rgba(0,0,0,0.1);
	border-bottom: 5px solid rgba(0,0,0,0.1);
}
.bodyCopy .pullquote-left {
	max-width: 280px;
	float: left;
	margin: 26px 26px 26px 0;
}
.bodyCopy .pullquote-right {
	max-width: 280px;
	float: right;
	margin: 26px 0 26px 26px;
}

.bodyCopy img, 
.bodyCopy iframe, 
.bodyCopy object, 
.bodyCopy embed,
.bodyCopy figure {
	max-width: 100%;
}

.bodyCopy .responsiveEmbedVideo {
	margin-bottom: 26px;
}

/*---- Wide & Fullwidth image ----*/

.postSingle--fullwidth .bodyCopy .is-wideImage,
.pageTemplate--fullwidth .bodyCopy .is-wideImage {
	width: 1020px;
	max-width: 1020px;
	margin-left: -170px;
	margin-right: -170px;
}
.postSingle--fullwidth .bodyCopy .is-fullwidthImage,
.pageTemplate--fullwidth .bodyCopy .is-fullwidthImage {
	width: 100vw;
	max-width: initial;
	margin-left: calc(340px - 50vw);
	margin-right: calc(340px - 50vw);
}
.postSingle--fullwidth .bodyCopy .alignleft .is-fullwidthImage,
.postSingle--fullwidth .bodyCopy .alignright .is-fullwidthImage,
.pageTemplate--fullwidth .bodyCopy .alignleft .is-fullwidthImage,
.pageTemplate--fullwidth .bodyCopy .alignright .is-fullwidthImage {
	width: 100%;
	max-width: initial;
	margin-left: initial;
	margin-right: initial;
}


/*=====================================
	10.0 #SINGLE
=====================================*/

.postSingle-featuredImg {
	text-align: center;
}
.hasRightSidebar .postSingle-featuredImg.u-wideBlock--content,
.hasRightSidebar .postSingle-featuredImg.u-wideBlock--content--full {
	text-align: right;
}
.hasLeftSidebar .postSingle-featuredImg.u-wideBlock--content,
.hasLeftSidebar .postSingle-featuredImg.u-wideBlock--content--full {
	text-align: left;
}
.postSingle-featuredImg.postFeaturedImg--vertical {
	float: right;
	margin-left: 20px;
}
.postSingle-header {
	position: relative;
	margin-bottom: 20px;
}
.postSingle-header .postTitle {
	margin-bottom: 15px;
	font-size: 35px;
	line-height: 1.3;
	font-weight: 700;
}
.postSingle-header--big .postTitle {
	font-size: 42px;
	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;
}


/*
-	10.1 #Post single standard layout
------------------------------------*/

.postSingle--standard .postSingle-featuredImg.u-wideBlock--content {
	min-height: 120px;
}
.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.05), -10px -10px 10px 0 rgba(0,0,0,0.05);
	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;
}

/*
-	10.3 #Post single wide header layout
------------------------------------*/

.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;
	overflow: hidden;
}
.postSingle-cover .postInfo {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 30px 20px 0;
}
.hasLeftSidebar .postSingle-cover .postInfo {
	padding-left: 30px;
	padding-right: 0;
}


/*
-	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: 520px;
	margin: 20px 20px 0;
	overflow: hidden;
}
.postSingle--billboard-cover-bgImg {
	position: relative;
	min-height: 620px;
	height: 620px;
	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;
}


/*
-	10.6 #Post single footer
------------------------------------*/
.postFooter--single {
	margin-bottom: 40px;
}
.postFooter-top {
	margin-bottom: 14px;
}
.postFooter-top .flexbox-item {
	vertical-align: top;
}
.postFooter-bottom {
	padding-top: 20px;
	border-top: 1px solid rgba(0,0,0,0.05);
}
.postMeta-title {
	font-size: 11px;
	text-transform: uppercase;
	color: rgba(0,0,0,0.4);
}
.postTags-list,
.postVia-list,
.postSource-list {
	margin-top: 5px;
	line-height: 1
}
.postTags-list > a,
.postVia-list > a,
.postSource-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);
	-webkit-transition:all 0.1s;
	transition: all 0.1s;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 160px;
	overflow: hidden;
}

/*
-	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.44);
}
.postPagination > span {
	background: #f5f5f5;
	font-weight: 700;
	color: rgba(0,0,0,0.8);
}
.postPagination > a:hover {
	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: 800px;
	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;
}
.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;
	color: rgba(0,0,0,0.6);
	font-size: 15px;
	line-height: 24px;
}
.comment-content blockquote {
	border-left: 4px solid #707070;
    color: #707070;
    font-size: 16px;
    font-style: italic;
    line-height: 1.6;
    margin: 0 0 26px 0px;
    padding: 0 0 0 22px;
}
.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);
}
.bypostauthor {}

/*---- 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%;
}
.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-respond label {
	font-variant: small-caps;
}

/*---- 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;
}
/*---- Author page ----*/
.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 .author-meta {
	text-align: center;
}

.authorBox:not(.authorBox--large) .author-meta {
	margin-left: -10px;
	margin-right: -10px;
}
.author-meta > div {
	display: inline-block;
	padding: 0 10px 0 11px;
	border-left: 1px solid rgba(0,0,0,0.05);
}
.author-meta > div:first-child {
	border-left: none;
	padding: 0 10px;
}
.author-meta > div > h5 {
	text-transform: uppercase;
	font-size: 11px;
	margin: 5px 0;
}
.author-meta > div > span {
	font-weight: 700;
	font-size: 20px;
}
.authorContent {
	margin-top: 30px;
}
.authorContent .noContent {
	margin-top: 20px;
}
.authorMostLikedPosts .post--listBg .postInfo {
	padding: 30px;
}

/*---- 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%);
    -ms-transform: translatey(-40%);
    transform: translatey(-40%);
	text-align: left;
}
.errorPage-icon {
	display: inline-block;
	width: 140px;
	height: 140px;
	border-radius: 100%;
	background: #eee;
	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 30px;
	line-height: 1;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	background-color: #fafafa;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.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 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%);
    -ms-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 {
	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;
}
.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 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 ul {
	list-style: none;
	padding: 0;
}
.widget_categories > ul {
}
.widget_categories li {
	overflow: hidden;
	position: relative;
}
.widget_categories li > a {
	display: inline-block;
	padding: 8px 0;
	text-decoration: none;
}
.widget_categories a > span {
	display: inline-block;
	background: #ccc;
	padding: 1px 5px;
	border-radius: 3px;
	margin-left: 5px;
	font-size: 11px;
	color: #fff;
}
.widget_categories ul.children {
	padding-left: 12px;
}
.widget_categories ul.children > li:before {
	content: '\f105 ';
	font-family: 'FontAwesome';
	margin-right: 6px;
}

/*---- #Meta widget ----*/

.widget_meta li > a {
	display: inline-block;
	padding: 8px 0;
	text-decoration: none;
}

/*---- #Pages widget ----*/

.widget_pages li {
}
.widget_pages li > a {
	display: inline-block;
	padding: 8px 0;
	text-decoration: none;
}
.widget_pages ul.children {
	padding-left: 12px;
}
.widget_pages ul.children > li:before {
	content: '\f105 ';
	font-family: 'FontAwesome';
	margin-right: 6px;
}

/*---- #Comments widget ----*/

.widget_recent_comments li {
	position: relative;
	margin-top: 20px;
}
.widget_recent_comments li:first-child {
	margin-top: 0;
}
.widget_recent_comments li:before {
	content: "\f0e5";
	margin-right: 8px;
	font-family: "FontAwesome";
	color: rgba(0,0,0,0.5);
}
.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: 5px !important;
	padding: 15px !important;
	font-weight: 700;
	text-decoration: none;
	border-radius: 4px;
	background: #f5f5f5;
}
.widget_recent_comments li > a:after {
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #f5f5f5 transparent;
}

/*---- #RSS widget ----*/

.widget_rss li {
	position: relative;
	padding: 12px 0;
	border-top: 1px solid rgba(0,0,0,0.05);
}
.widget_rss li:first-child {
	padding-top: 0;
	border-top: none;
}
.widget_rss a.rsswidget {
	font-weight: 700;
}
.widget_rss ul a.rsswidget:after {
	content: "\a0\f08e";
	font-family: "FontAwesome";
	font-size: 0.8em;
	font-weight: 400;
	color: rgba(0,0,0,0.5);
}
.widget_rss .rss-date {
	display: block;
	font-size: 0.9em;
}
.widget_rss .rssSummary {
	margin: 6px 0;
}

/*---- #Tag cloud widget ----*/

.tagcloud 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);
	-webkit-transition:all 0.1s;
	transition: all 0.1s;
}

/*---- #Navigation widget ----*/

.widget_nav_menu > div > .menu {
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 4px;
	background: #fff;
}
.widget_nav_menu .menu a:hover {
	text-decoration: none;
}
.widget_nav_menu .menu > li.menu-item-has-children > a {
	padding-right: 50px;
}
.widget_nav_menu .submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-family: "FontAwesome";
	font-size: 16px;
	font-weight: 400;
	color: rgba(0,0,0,0.5);
	cursor: pointer;
}
.widget_nav_menu .menu > li {
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.08);
}
.widget_nav_menu .menu > li > a {
	display: block;
	padding: 0 14px;
	height: 40px;
	line-height: 40px;
}
.widget_nav_menu .sub-menu {
	display: none;
	padding: 6px 6px 6px 20px;
	border-top: 1px solid rgba(0,0,0,0.05);
}
.widget_nav_menu .sub-menu > li > a {
	display: block;
	padding: 10px 14px;
}
.widget_nav_menu .sub-menu .sub-menu {
	display: none;
}


/*
-	12.2 Recent articles widget
------------------------------------*/

.list--micro {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list--micro > li {
	position: relative;
}
.list--micro > li:not(:first-child) {
	margin-top: 20px;
}
.list--micro--withSeparator > li:not(:first-child) {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(0,0,0,0.05);
}
/*---- Card w/ list style ----*/
.mdPostsListWidget .card-w-listStyle {
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 4px;
}
.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: -15px -15px 15px;
}
.mdPostsListWidget .post--card--micro .postTitle {
	font-size: 20px;
}
.mdPostsListWidget .card-w-listStyle .post--list--simple .postCategory {
	display: none;
}

/*---- Tile style ----*/
.mdPostsListWidget .tileStyle > li {
	margin-top: 10px;
}

/*
-	12.3 Popular articles widget
------------------------------------*/

.mdPopularWidget > ul {
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 4px;
}
.mdPopularWidget > ul > li:not(:first-child) {
	border-top: 1px solid rgba(0,0,0,0.05);
}
.mdPopularWidget > ul > li:first-child > article,
.mdPopularWidget > ul > li:first-child .o-backgroundImg,
.mdPopularWidget > ul > li:first-child .o-backgroundImg--dimmed:after {
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
}
.mdPopularWidget > ul > li:last-child > article,
.mdPopularWidget > ul > li:last-child .o-backgroundImg,
.mdPopularWidget > ul > li:last-child .o-backgroundImg--dimmed:after {
	border-bottom-left-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
}

/*
-	12.4 Categories widget
------------------------------------*/

.mdCategoriesWidget ul {
	margin: -5px;
	padding: 0;
	list-style: none;
}
.mdCategoriesWidget ul li {
	width: 50%;
	float: left;
	padding: 5px;
}
.categoryTile {
	position: relative;
	border-radius: 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 .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;
    -webkit-transition:opacity 200ms ease;
    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);
    -ms-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 {
	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-content {
	display: inline-block;
}

/*
-	12.8  #Social widget
------------------------------------*/

.mdSocialWidget .socialList {
	display: block;
	margin: -4px;
}
.mdSocialWidget .socialList li {
	width: 25%;
	padding: 4px;
}
.mdSocialWidget .socialList a {
	width: 100%;
	height: auto;
	padding: 0 5px;
	border-radius: 4px;
	height: 40px;
	box-shadow: none;
}
.mdSocialWidget .socialList i {
	font-size: 18px;
	line-height: 40px;
	text-shadow: 4px 4px 10px rgba(0,0,0,0.5);
	-webkit-transition:all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.mdSocialWidget .socialList a:hover i {
	-webkit-transform: translate(0, -2px);
    -ms-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.2;
	-webkit-transform: rotateZ(14deg);
    -ms-transform: rotate(14deg);
    transform: rotateZ(14deg);
}
.widget_mc4wp_form_widget label {
	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"] {
	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: #59c07b;
	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 {
	margin-bottom: 20px;
	background: transparent;
}
.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);
	-webkit-transition:all 0.2s ease-out;
	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;
	-webkit-transition:0.2s ease-out;
	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 {
	min-height: 360px;
	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 carousel ----*/
	.featuredBlock--carousel .iscroll-wrapper > ul {
		padding: 80px 10px;
	}
	.featuredBlock--carousel .iscroll-wrapper > ul > li {
		width: 40vw;
		padding: 0 9px;
	}
	/*---- Featured tiles ----*/
	.featuredBlock--tiles .postTitle {
		font-size: 22px !important;
	}
	/*---- 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 ----*/
	.layoutContent-main .bodyCopy h1 {
		font-size: 26px;
		line-height: 1.1538;
	}

	.layoutContent-main .bodyCopy h2 {
		font-size: 22px;
		line-height: 1.3636;
	}

	.layoutContent-main .bodyCopy h3 {
		font-size: 18px;
		line-height: 1.3333;
	}

	.layoutContent-main .bodyCopy h4 {
		font-size: 16px;
		line-height: 1.2;
	}
	.layoutContent-main .bodyCopy h5,
	.layoutContent-main .bodyCopy h6 {
		font-size: 14px;
		line-height: 1.2;
	}
	.layoutContent-main .bodyCopy blockquote {
		font-size: 18px;
	}
}
@media (max-width: 1020px) {
	.postSingle--fullwidth .bodyCopy .is-wideImage,
	.pageTemplate--fullwidth .bodyCopy .is-wideImage {
		width: 1020px;
		max-width: 100vw;
		margin-left: calc(340px - 50vw);
		margin-right: calc(340px - 50vw);
	}
}
@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 {
		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 carousel ----*/
	.featuredBlock--carousel .iscroll-wrapper > ul > li {
		width: 40vw;
		padding: 0 9px;
	}
	.featuredBlock--carousel .o-overlayLink{
		display: block;
	}
	.featuredBlock--carousel .postTitle {
		font-size: 18px;
	}
	/*---- Featured slider ----*/
	.featuredBlock--slider--cover article {
		height: 480px;
	}
	.post--slide .postTitle {
		font-size: 34px;
	}
	/*---- Featured hero ----*/
	.featuredBlock--altGrid--minor article {
		height: auto;
		min-height: 90px;
	}
	/*---- 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 ----*/
	.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-cover {
		margin: 0;
	}
	.postSingle--billboard:not(.postSingle--fullwidth) .postSingle--billboard-cover .postInfo {
		left: 0;
		width: 100%;
	}
	.postSingle-cover .postInfo {
		padding-left: 0;
		padding-right: 0;
	}
	.postSingle-cover {
		margin-top: -50px;
	}
	/*---- Content ----*/
	.postSingle-header .postTitle {
		font-weight: 700 !important;
	}
	.bodyCopy h1 {
		font-size: 26px;
		line-height: 1.1538;
	}

	.bodyCopy h2 {
		font-size: 22px;
		line-height: 1.3636;
	}

	.bodyCopy h3 {
		font-size: 18px;
		line-height: 1.3333;
	}

	.bodyCopy h4 {
		font-size: 16px;
		line-height: 1.2;
	}
	.bodyCopy h5,
	.bodyCopy h6 {
		font-size: 14px;
		line-height: 1.2;
	}
	.bodyCopy blockquote {
		font-size: 18px;
	}
	.bodyCopy .is-wideImage,
	.bodyCopy .is-fullwidthImage {
		max-width: 100vw;
		margin-left: calc(340px - 50vw);
		margin-right: calc(340px - 50vw);
	}
	/*---- 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;
	}
}
@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;
	}
	.block--masonry .grid-item {
		padding-left: 0;
		padding-right: 0;
	}
	.block--list .list-item,
	.block--split .list-item,
	.block--alt--1 .list-item,
	.block--alt--2 .list-item,
	.block--alt--3 .list-item {
		margin-left: -20px;
		margin-right: -20px;
	}
	.block--tiles .tile-item {
		padding-left: 0;
		padding-right: 0;
	}
	.post--tile {
		height: 320px;
	}
	.post--tile--large {
		height: 360px;
	}
	.post--tile--large .postTitle {
		font-size: 22px;
	}
	/*---- 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 ----*/
	.featuredBlockBackground {
		background-image: none !important;
	}
	.featuredBlock--carousel {
		height: 320px;
	}
	.featuredBlock--carousel .iscroll-wrapper > ul {
		padding: 30px 0;
	}
	.featuredBlock--carousel .iscroll-wrapper > ul > li {
		height: 260px;
		padding: 0 4px;
		width: 70vw;
	}
	/*---- 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: 0;
	}
	.md-theme .owl-dots .owl-dot span {
		width: 5px;
		height: 5px;
		margin: 8px;
	}
	/*---- Featured tiles ----*/
	.featuredBlock--tiles {
		margin: 0 -20px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: none;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		white-space: nowrap;
	}
	.featuredBlock--tiles .tile-item {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 80%;
		max-width: 450px;
	}
	.featuredBlock--tiles .postTitle {
		font-size: 18px !important;
	}
	/*---- Featured Alt Grid ----*/
	.featuredBlock--altGrid--main-item,
	.featuredBlock--altGrid--minor-item {
		padding-left: 0;
		padding-right: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.featuredBlock--altGrid .post--micro--paper {
		box-shadow: none;
		border-bottom: 1px solid #eee;
	}
	/*---- Content list layout ----*/
	.post--list,
	.post--large,
	.post--tile--large .postInfo {
		padding: 20px;
	}
	.post--list .postFeaturedImg {
		width: 100px;
	}
	.post--list > .postFeaturedImg {
		display: none;
	}
	/*---- Content split layout ----*/
	.post--split .postInfo > .u-floatLeft {
		float: none;
	}
	.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--wide .postInfo,
	.hasLeftSidebar .post--cutout--wide .postInfo {
		top: auto;
		left: 20px;
		right: 20px;
		bottom: 15px;
		width: auto;
	}
	.post--cutout--wide .postTitle {
		min-height: auto;
	}
	/* unset border-radius */
	.post--list,
	.post--split,
	.post--card--paper,
	.block--tiles .post--tile,
	.block--tiles .tile-item .o-overlay,
	.post--tile--large {
		border-radius: 0;
	}
	/*---- Single ----*/
	.postSingle--standard .postFeaturedImg,
	.postSingle--standard .postFormatMedia {
		margin-top: -50px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.postSingle-header .postTitle {
		font-size: 26px !important;
		font-weight: 700 !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,
	.hasLeftSidebar .postSingle-cover .postInfo {
		padding-left: 20px;
		padding-right: 20px;
	}
	/*---- Author box ----*/
	.authorBox {
		text-align: center;
	}
	.authorBox-avatar {
		float: none;
		margin-left: auto;
		margin-right: auto;
		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--fw .postNavigation-prev {
		padding-right: 0;
	}
	.postNavigation--fw .postNavigation-next {
		padding-left: 0;
	}
	.postNavigation-prev {
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	/*---- 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,
	.postSingle--fullwidth .bodyCopy .is-fullwidthImage,
	.postSingle--fullwidth .bodyCopy .is-wideImage,
	.pageTemplate--fullwidth .bodyCopy .is-fullwidthImage,
	.pageTemplate--fullwidth .bodyCopy .is-wideImage,
	.bodyCopy .is-wideImage,
	.bodyCopy .is-fullwidthImage {
		margin-left: -20px;
		margin-right: -20px;
	}
	/*---- Format link ----*/
	.postFormatLink {
		padding: 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;
	}
	.admin-bar .md_offCanvas {
		padding-top: 0px;
	}
}
@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;
	}
}


/*=====================================
	16.0 #WOOCOMMERCE
=====================================*/

.woocommerce mark.count {
	background: transparent;
}
.woocommerce ins {
	background: transparent;
	font-weight: 700;
}
.woocommerce .pageTemplate a {
	color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
	margin-bottom: 30px;
}
.woocommerce form .form-row {
	margin-bottom: 0.5em;
}
.woocommerce form .form-row label[for=rememberme] {
	margin-left: 0.5em;
}
.woocommerce #review_form #respond {
	box-shadow: none;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	text-align: center;
	margin-bottom: 4em;
}
.woocommerce ul.products li.product a img,
.woocommerce div.product div.images img {
	border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.03);
}
.woocommerce ul.products li.product h3 {
	color: rgba(0, 0, 0, 0.8);
	font-weight: 700;
}
.woocommerce ul.products li.product .price {
	margin-top: 0.5em;
	font-size: 1em;
}
.woocommerce .products .star-rating {
	margin-left: auto;
	margin-right: auto;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
	padding: 1em 0;
}
.woocommerce div.product form.cart .variations label,
.woocommerce div.product form.cart .reset_variations {
	text-transform: uppercase;
}
.woocommerce div.product form.cart .reset_variations:before {
	content: '\f021';
	margin-right: 0.5em;
	font-family: "FontAwesome";
}
.woocommerce.single-product div.product .variations_button {
	padding-top: 1em;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	padding: 6px 12px;
    line-height: 1.4;
    color: #fff;
	background: #888;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	color: #fff;
	background: #888;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
	vertical-align: middle;
	top: auto;
}
.woocommerce .quantity .qty {
	width: 5em;
}
.woocommerce div.product .product_title {
	font-weight: 700;
}
.woocommerce span.onsale {
	border-radius: 4px;
	top: 1em;
	left: 1em;
	padding: 0.5em 1em;
	line-height: 1.2;
	min-height: initial;
	text-transform: uppercase;
}
.woocommerce ul.products li.product .onsale {
	top: 1em;
	left: 1em;
	right: auto;
	margin: 0;
}
.woocommerce ul.products li.product .button {
	margin-right: 0.2em;
}
.woocommerce a.added_to_cart {
	font-size: 100%;
    margin-top: 0.5em;
    padding: 6px 12px;
    line-height: 1.4;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    font-weight: 700;
    border-radius: 4px;
    left: auto;
    color: rgba(0, 0, 0, 0.8);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}
.woocommerce .cart-collaterals {
	margin-top: 60px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
	margin-bottom: 1em;
	padding-top: 0;
	padding-bottom: 1em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce ul.cart_list li:last-child, .woocommerce ul.product_list_widget li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.woocommerce ul.cart_list li > *, .woocommerce ul.product_list_widget li > * {
	margin-bottom: 0.3em;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	width: 80px;
}
.woocommerce .amount {
	color: rgba(0, 0, 0, 0.8);
}
.btn--solid .amount {
	color: #fff;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	padding: 1em 0;
	font-size: 1.2em;
	text-align: center;
	border-top-style: solid;
}
.woocommerce.widget_shopping_cart .buttons > a,
.woocommerce.widget_shopping_cart .buttons > a {
	display: block;
	margin-bottom: 0.6em;
	text-align: center;
	text-transform: uppercase;
}
.woocommerce-product-search input[type="submit"] {
	margin-top: 0.6em;
	border-radius: 4px;
}
.woocommerce.widget_product_search input[type="submit"] {
	display: none;
}
.woocommerce.widget_product_search .woocommerce-product-search {
	position: relative;
}
.woocommerce.widget_product_search .woocommerce-product-search:after {
	content: '\f002';
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	right: 0;
	width: 40px;
	text-align: center;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.4);
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}
.woocommerce.widget_product_search .search-field {
	padding-right: 52px;
	border-radius: 999em;
}
.woocommerce .product_meta > span,
.woocommerce .product_meta > div {
	display: block;
	font-weight: 700;
}
.woocommerce .product_meta > span *,
.woocommerce .product_meta > div * {
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 120px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	line-height: 1.4;
}
.woocommerce.widget_layered_nav_filters ul li:not(:last-child) {
	margin-right: .5em;
}
.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #ddd;
}
.woocommerce.widget_product_categories ul > li:not(:last-child),
.woocommerce.widget_layered_nav ul > li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce.widget_product_categories ul.children,
.woocommerce.widget_layered_nav ul.children {
	padding-left: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce.widget_product_categories li a,
.woocommerce.widget_layered_nav li a,
.woocommerce.widget_layered_nav li span:not(.count),
.woocommerce.widget_layered_nav_filters li a {
	display: inline-block;
	padding: 12px 0;
    text-transform: uppercase;
}
.woocommerce.widget_product_categories li .count,
.woocommerce.widget_layered_nav li .count {
	float: right;
	padding: 12px 0;
	color: rgba(0, 0, 0, 0.4);
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	max-width: 480px;
}
.woocommerce div.product .woocommerce-tabs h2,
.woocommerce div.product .related.products h2,
.woocommerce .products h2,
.woocommerce .cart_totals h2,
.woocommerce .cross-sells h2 {
	font-size: 18px;
	text-transform: uppercase;
}
.woocommerce div.product .related.products {
	margin-top: 30px;
}

/*-- Shop pagination --*/
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: inline-block;
    min-width: 34px;
    height: 34px;
    margin: 3px;
    padding: 0 3px;
    font-size: 12px;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    background: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
	border-color: rgba(0,0,0,0.3);
	background: #fff;
}

/*-- Header cart --*/

.headerCart {
	display: inline-block;
	position: relative;
}
.headerCart-popover {
	display: block;
	width: 280px;
	padding: 15px 15px 0;
	transition: all 0.2s 0.2s ease-out;
}
.headerCart-popover a {
	visibility: inherit !important;
}
.headerCart:hover .headerCart-popover {
	opacity: 1;
	visibility: visible;
}
.headerCart-popover .widget {
	margin-top: 0;
}
.headerCart-popover .widget .cart_list li.empty {
	text-align: center;
	padding-left: 0;
	padding-bottom: 15px;
	margin-bottom: 0;
}
.headerCart .cart-contents {
	position: relative;
	padding: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 999em;
    min-width: initial;
}
.headerCart .cart-contents i {
	margin-right: 0 !important;
}
.headerCart .cart-contents .amount,
.headerCart .cart-contents .count-text {
	display: none;
}
.headerCart .cart-contents .count {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	border-radius: 100%;
	color: #fff;
	background: #444;
}

/*-- Compact cart --*/

.md_offCanvasMenu-cart {
	padding: 30px 0;
	border-top: 1px solid #eee;
	text-align: center;
}
.compactCart-title {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.compactCart-info {
	margin-bottom: 15px;
}
.compactCart-info .amount {
	font-weight: 700;
	margin-right: 20px;
}

/*-- Shop template --*/

.shopSection {
	padding: 40px 0;
}
.shopSection .sectionTitle {
	display: none;
}
.moreProducts {
	text-align: center;
}
.moreProducts .btn {
	text-transform: uppercase;
}
.minimaldog-productSection .sectionTitle {
	margin: 0 0 20px;
	font-size: 18px;
	text-transform: uppercase;
}