@charset "UTF-8";
/*
Theme Name: Zosia
Author: 3FortyMedia
Author URI: http://www.3forty.media
Description: Zosia Theme Styles
Version: 1.2.1

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. CSS Variables
	1. Posts
	2. Archive Header
	3. Menus
	4. Widgets
	5. Site Header
	6. Footer
	7. Pagination
	8. Plugins
	9. Misc
	10. Single/page styling
	11. Media Queries

----------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*	0. CSS Variables
/* -------------------------------------------------------------------------- */

:root {

	--body-font: "Open Sans", Arial, Helvetica, sans-serif;
	--title-font: "Kumbh Sans", Arial, Helvetica, sans-serif;
	/* Theme colour scheme */
	--primary-theme-color: #000000;
	--secondary-theme-color:  #ff7887;
	--tertiary-theme-color:  #ffb14f;
	--off-white-accent:  #ebebeb;
	/* End colour scheme */
	--footer-background: var(--off-white);
	--footer-color: inherit;
	--footer-heading-color:  var(--widget-title-color);
	--tfm-before-footer-background: var(--off-white);
	--archive-header-background:  var(--off-white);
	--archive-header-title-color:  var(--body-font-color);
	--archive-header-description-color:  var(--medium-grey);
	--archive-header-meta-color:  var(--archive-header-color);
	--button-font:  var(--title-font);
	--button-hover-background:  var(--very-dark-grey);
	--button-hover-color: var(--white);
	--post-background: var(--white);
	/*--post-box-shadow: 0 0 25px rgba(0,0,0,0.05);*/
	--post-box-shadow: 0 0 25px rgba(0,0,0,0.07);
	--post-padding: 1.5625rem;
	--post-padding-no-thumbnail:  var(--post-inner-elements-margin);
	--widget-background: none;
	--widget-box-shadow: var(--post-box-shadow);
	--widget-title-color:  var(--body-font-color);
	--tfm-widget-subtitle-color:  var(--medium-grey);
	--widget-font-color:  var(--medium-grey);
	--widget-primary-link-color:  var(--black);
	--widget-child-link-color:  var(--medium-grey);
	--widget-meta-color:  var(--medium-grey);
	--widget-meta-link-color:  var(--widget-primary-link-color);
	--widget-border-color:  var(--very-light-grey);
	--widget-button-background:  var(--button-background);
	--widget-button-color:  var(--button-color);
	--widget-button-hover-background:  var(--button-hover-background);
	--widget-tag-background:  var(--off-white);
	--widget-tag-color: var(--black);
	--widget-tag-hover-background:  var(--very-light-grey);
	--widget-tag-hover-color:  var(--black);
	--widget-tag-border-radius:  var(--button-border-radius);
	--widget-post-thumbnail-box-shadow:  0 0 15px rgba(0,0,0,0.09);
	--widget-misc-elements-background:  var(--very-light-grey);
	--widget-highlight-background:  var(--very-light-grey);
	--tfm-widget-count-color: var(--primary-theme-color);
	--tfm-widget-first-count-color:  var(--primary-theme-color);
	--tfm-widget-alt-count-color:  var(--body-font-color);
	--tfm-widget-alt-count-background:  var(--white);
	--tfm-widget-alt-first-count-color:  var(--white);
	--tfm-widget-alt-first-count-background: var(--primary-theme-color);
	--format-aside-background: var(--primary-theme-color);
	--format-aside-global-color:  var(--white);
	--post-format-icon-background:  var(--tertiary-theme-color);
	--post-format-icon-color: var(--white);
	--format-video-icon-background:  var(--primary-theme-color);
	--format-gallery-icon-background:  var(--quaternary-theme-color);
	--format-audio-icon-background:  var(--tertiary-theme-color);
	--post-author-avatar-border:  3px solid var(--post-background, #ffffff);
	--continue-reading-button-background:  none;
	--continue-reading-button-color:  var(--dark-grey);
	--continue-reading-button-hover-background:  none;
	--continue-reading-button-hover-color:  var(--medium-grey);
	--entry-title-link-color: var(--black);
	--entry-meta-color:  var(--medium-grey);
	--entry-meta-link-color:  var(--black);
	--entry-meta-icon-color: var(--light-grey);
	--entry-meta-border-color:  var(--very-light-grey);
	--excerpt-color:  var(--medium-grey);
	--entry-border-color:  var(--very-light-grey);
	--avatar-border-color:  var(--white);
	--cover-meta-color:  var(--cover-global-color);
	--single-hero-thumbnail-padding:  var(--hero-thumbnail-padding);
	--hero-wrapper-max-width: var(--site-width);
	--single-post-background: none;
	--single-hero-background: var(--post-background);
	--single-entry-title-color: inherit;
	--single-entry-meta-color: var(--medium-grey);
	--single-entry-meta-link-color: var(--black);
	--single-entry-font-color: var(--very-dark-grey);
	--single-excerpt-color: var(--medium-grey);
	--single-avatar-border-color:  var(--white);
	--single-tags-background: inherit;
	--single-tags-color: inherit;
	/* Header */
	--logo-color:  var(--very-dark-grey);
	--toggle-icon-color:  var(--dark-grey);
	--header-box-shadow: 0 0 15px rgba(0,0,0,0.1);
	--header-search-input-background:  var(--very-light-grey);
	--header-search-input-color:  var(--very-dark-grey);
	--header-search-input-border-radius:  var(--input-border-radius);
	--header-border-color:  rgba(0,0,0,0.04);
	/* Primary menu */
	--primary-menu-background: none;
	--primary-menu-font-size: 0.875rem;
	--primary-menu-link-color:  var(--black);
	--primary-menu-link-hover-color:  var(--medium-grey);
	--primary-menu-submenu-background:  var(--white);
	--primary-menu-submenu-link-color:  var(--dark-grey);
	--primary-menu-submenu-link-hover-color:  var(--medium-grey);
	--primary-menu-submenu-border-radius: var(--post-thumbnail-border-radius);
	--primary-menu-submenu-font-size: var(--primary-menu-font-size);
	--primary-menu-letter-spacing: 1px;
	--primary-menu-description-letter-spacing: 2px;
	--primary-menu-description-color: var(--medium-grey);
	--toggle-sidebar-menu-color:  var(--black);
	--tfm-pill-menu-item-color:  var(--button-color);
	--tfm-pill-menu-item-background:  var(--button-background);
	--tfm-pill-menu-item-hover-color:  var(--button-hover-color);
	--tfm-pill-menu-item-hover-background:  var(--button-hover-background);
	--tfm-pill-menu-border-radius:  var(--button-border-radius);
	--logo-font-size: 2.5rem;
	--large-mobile-logo-font-size: 32px;
	--small-mobile-logo-font-size: 26px;
	--sidebar-logo-font-size:  2.5rem;
	--sidebar-logo-max-width: 250px;
	--gototop-background:  var(--button-background);
	--gototop-color:  var(--button-color);
	--gototop-border-radius:  var(--button-border-radius);
	/* Entry title font size */
	--cols-4-entry-title-size: 1.375rem;
	--cols-3-entry-title-size: 1.5rem;
	--cols-2-entry-title-size: 2.125rem;
	--cols-1-entry-title-size: 2.5rem;
	--cols-3-list-entry-title-size: 1.125rem;
	--cols-2-list-entry-title-size: 1.5rem;
	--cols-4-list-entry-title-size: var(--body-font-size);
	--entry-title-font-weight: 600;
	--tfm-hero-cols-3-entry-title-size: 1.875rem;
	/* Ratings */
	--tfm-star-rating-color: var(--tertiary-theme-color);
	--tfm-star-rating-color-cover: var(--cover-global-color);
	--tfm-rating-scale-low-color: #9AD972;
	--tfm-rating-scale-high-color: #F90C13;
	--tfm-rating-text-color:  var(--black);
	/* Theme overrides */
	--cover-brightness-filter: 85%;
	--cover-overlay-gradient: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
	--post-margin:  1rem;
	--global-elements-margin: 1rem;
	--post-inner-elements-margin:  1.5rem;
	--read-more-font-size:  0.625rem;
	--cover-border-color: rgba(255,255,255,0.3);
	--cover-button-color: var(--cover-global-color);
	--thumbnail-padding: 10px;
	--tfm-pill-menu-font-size:  10px;
	--tfm-featured-posts-thumbnail-box-shadow: var(--widget-post-thumbnail-box-shadow);
	--tfm-featured-posts-thumbnail-background: var(--white);
	--post-thumbnail-border-radius:  8px;
	--button-border-radius:  100px;
	--button-padding: 0.75rem 1rem;
	--button-letter-spacing: 2px;
	--button-text-transform:  none;
	--figcaption-font-size:  0.75rem;
	--audio-embed-background: #25292C;
	--audio-embed-audio-background: #1B1C1D;
}

/* -------------------------------------------------------------------------- */
/*	1. Posts
/* -------------------------------------------------------------------------- */
.section-header {
  display: flex;
  flex-direction: column-reverse;
}
.section-header p.sub-title {
		font-size: 0.75rem;
	  font-weight: 600;
	  letter-spacing: 2px;
	  margin: 0;
}
.section-header .page-title {
	font-size: var(--h3-font-size);
}
.post-grid .article {
	box-shadow: var(--post-box-shadow);
	border-radius: var(--post-thumbnail-border-radius);
}
.post-grid .search-no-results {
	flex-grow: 1;
}
.post-inner {
	position: relative;
}
.post-grid .article .post-inner {
	height:100%;
	display: flex;
	flex-direction: column;
}
.post-grid .article .entry-header {
	position: relative;
	display: flex;
	flex-direction: column;
}
.post-grid .article:not(.has-post-media):not(.has-background) .entry-header,
.has-sidebar .post-grid[class*="list"] .article:not(.grid-style).has-excerpt:not(.has-background) .entry-header,
.has-sidebar .post-grid[class*="list"] .article:not(.grid-style).has-read-more:not(.has-background) .entry-header,
.post-grid[class*="list"]:not(.cols-1):not(.list-grid) .article:not(.grid-style).has-post-media:not(.cover):not(.has-background) .entry-header {
	margin-top: 0;
}
.post-grid .article:not(.cover) .entry-header,
.the-post .article:not(.cover) .entry-header  {
	position: static;
}
.post-grid .article:not(.cover) .entry-header,
.the-post > .article:not(.cover):not(.default-alt).has-post-media .entry-header,
.post-grid .article.cover:not(.has-post-media) .entry-header {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: var(--post-grid-entry-header-flex-gap);
	margin-top: 0;
}
.the-post > .article:not(.cover):not(.default-alt):not(.has-avatar).has-post-media .entry-header {
    margin-top: var(--post-grid-entry-header-flex-gap);
}
.post-grid .article.cover:not(.has-post-media) .entry-header,
.post-grid .article.cover.has-post-media .entry-header {
	flex-direction: column;
}
.the-post > .article:not(.cover):not(.default-alt).has-post-media .entry-header {
	gap: 0;
}
.post-grid.list .article:not(.cover):not(.has-tfm-share-icons) .entry-header,
body:not(.has-sidebar) .article.asc-desc-full-width:not(.has-tfm-share-icons).has-post-media:not(.cover) .entry-header {
	display: block;
}
.post-grid .article:not(.cover).has-avatar.has-post-media .entry-header {
	margin-top: calc(0rem - var(--post-padding) - 22px); /* 22px = avatar / 2 */
	z-index: 3;
}
.the-post > .article.has-post-media.has-avatar:not(.cover):not(.default-alt) .entry-header {
	margin-top: calc(0rem - var(--post-padding) - 8px);
	z-index: 3;
}
body:not(.has-sidebar) .post-grid .article:not(.cover).has-avatar.has-post-media.first-full .entry-header,
.post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover).has-post-media .entry-header {
	margin-top: 0;
}
.post-grid .article:not(.cover).has-avatar .entry-header > *,
.post-grid .article:not(.cover).has-tfm-share-icons .entry-header > *
/*.the-post > .article:not(.cover).has-avatar.has-post-media .entry-header > **/ {
	flex-basis: 44px;
	flex-grow:  1;
	justify-content: flex-start;
}
.the-post > .article:not(.cover).has-avatar.has-post-media:not(.default-alt) .entry-header > * {
	flex-basis: 60px;
	flex-grow:  1;
	justify-content: flex-start;
}
.the-post > .article.default-alt:not(.cover) .entry-header > * {
	flex-basis: 0;
}
.entry-header-section,
.post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover).has-post-media .entry-header-section {
	margin-top: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap:  var(--post-grid-entry-header-flex-gap);
	width:100%;
}
.post-grid:not(.list):not(.list-grid) .has-avatar:not(.first-full).has-post-media .entry-header-section,
.post-grid.list-grid .has-avatar.grid-style.has-post-media .entry-header-section,
.has-sidebar .has-avatar.first-full.has-post-media .entry-header-section  {
	margin-top: calc(var(--post-inner-elements-margin) * 1.65);
}
.post-grid .article:not(.cover):not(.loop-sidebar) .entry-meta.after-title,
.the-post > .article:not(.cover).has-post-media:not(.default-alt) .entry-meta.after-title {
	flex-grow: 0;
	margin-top: 0;
}
.entry-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.post-grid .article:not(.cover) .entry-wrapper,
.the-post > .article:not(.cover) .entry-wrapper {
	position: static;
}
.has-sidebar .the-post .article.cover.has-post-media .entry-wrapper {
  width: calc(var(--content-width) - (var(--post-margin) * 2));
}
.post-grid .article:not(.has-excerpt) .entry-header,
.post-grid .article:not(.cover).has-excerpt .excerpt {
	flex-grow:  1;
}
.post-grid .article.first-full.has-excerpt .excerpt {
	flex-grow: 0;
	margin-top: auto;
}
.post-grid:not(.post-navigation) .article:not(.has-date):not(.has-author):not(.has-author-avatar):not(.has-comment-count).has-tfm-read-time.has-read-more .excerpt {
	margin-top: 0;
}
.post-grid:not(.post-navigation) .article:not(.has-date):not(.has-author):not(.has-author-avatar):not(.has-comment-count):not(.has-tfm-read-time) .entry-title {
	margin-bottom: 0;
}
.cols-4:not([class*="list"]):not(.grid-desc):not(.grid-asc) .article:not(.first-full):not(.loop-sidebar) .entry-meta.before-title,
.cols-4.grid-desc .article:not(:nth-child(10n+5)):not(:nth-child(10n+6)):not(:nth-child(10n+7)):not(:nth-child(10n+8)):not(:nth-child(10n+9)):not(.loop-sidebar) .entry-meta.before-title,
.cols-4.grid-asc .article:not(:nth-child(10n+1)):not(:nth-child(10n+2)):not(:nth-child(10n+3)):not(:nth-child(10n+4)):not(:nth-child(10n+5)):not(:nth-child(10n+6)):not(.loop-sidebar) .entry-meta.before-title,
.cols-4.grid-offset .article:not(:nth-child(6n+1)):not(:nth-child(6n+2)):not(.loop-sidebar) .entry-meta.before-title,
.cols-4 .article.grid-style .entry-meta.before-title {
	margin-top:  0;
}
.cols-4:not([class*="list"]):not(.grid-desc):not(.grid-asc):not(.grid-offset) .article:not(.first-full):not(.loop-sidebar).cover .entry-header,
.cols-4.grid-desc .article:not(:nth-child(10n+5)):not(:nth-child(10n+6)):not(:nth-child(10n+7)):not(:nth-child(10n+8)):not(:nth-child(10n+9)):not(.loop-sidebar).cover .entry-header,
.cols-4.grid-asc .article:not(:nth-child(10n+1)):not(:nth-child(10n+2)):not(:nth-child(10n+3)):not(:nth-child(10n+4)):not(:nth-child(10n+5)):not(:nth-child(10n+6)):not(.loop-sidebar).cover .entry-header,
.cols-4.grid-offset .article:not(:nth-child(6n+1)):not(:nth-child(6n+2)):not(.loop-sidebar).cover .entry-header,
.cols-4 .article.grid-style:not(.loop-sidebar).cover .entry-header {
	margin-top: 0;
}
.article:not(.has-category-meta) .entry-title,
.post-grid .article.page .entry-title,
.post-grid .article.product .entry-title,
.the-page .page .entry-title {
	margin-top: 0;
}
.entry-title a {
	color:  var(--entry-title-link-color);
	text-decoration: none;
}

/* Thumbnail */
.post-thumbnail img {
	transition: all 0.7s ease;
}
/* Thumbnail and inner padding */
.post-grid .article:not(.cover) .thumbnail-wrapper,
.post-grid .article.cover.has-post-media .post-inner,
.the-post > .article .thumbnail-wrapper:not(.alignfull),
.the-post > .article .tfm-featured-media,
.the-page > .article .thumbnail-wrapper:not(.alignfull),
.the-page > .article .tfm-featured-media  {
	padding:  var(--thumbnail-padding);
}
.post-grid[class*="list"] .article:not(.grid-style):not(.loop-sidebar).has-post-media.cover .post-inner {
  padding:  var(--thumbnail-padding);
}
.post-grid:not(.list) .article:not(.cover):not(.first-full):not(.asc-desc-full-width) .thumbnail-wrapper,
.has-sidebar .post-grid .first-full .thumbnail-wrapper,
.has-sidebar .post-grid .asc-desc-full-width .thumbnail-wrapper {
	padding-bottom: 0;
}
.list .article:not(.cover) .thumbnail-wrapper {
	padding-right: 0;
}
.post-grid .cover.has-post-media .thumbnail-wrapper {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.post-grid .cover.has-post-media.thumbnail-uncropped .entry-wrapper {
  border-radius: var(--post-thumbnail-border-radius);
}
.the-post > .article:not(.has-background) .thumbnail-wrapper:not(.alignfull),
.the-post .tfm-gallery-format-slideshow,
.the-post > .article .tfm-featured-media,
.the-page > .article:not(.has-background) .thumbnail-wrapper:not(.alignfull)  {
	box-shadow: var(--post-box-shadow);
	border-radius:  var(--post-thumbnail-border-radius);
	background: var(--post-background);
}
.the-post > .article.has-background .thumbnail-wrapper:not(.alignfull),
.the-post .article.has-background .tfm-gallery-format-slideshow,
.the-post > .article.has-background .tfm-featured-media,
.the-page > .article.has-background .thumbnail-wrapper:not(.alignfull)  {
	background: var(--single-post-background);
	box-shadow: none;
}
.the-post > .article:not(.has-background):not(.cover) .thumbnail-wrapper:not(.alignfull),
.the-page > .article:not(.has-background):not(.cover) .thumbnail-wrapper:not(.alignfull) {
	position: relative;
}
/* Posts (Special Grid Layouts) ------------------------------------- */

/**
 * Entry & Widget title sizing
 */

h3.entry-title,
.post-grid.cols-3 h3[class*="title"] {
	font-size: var(--cols-3-entry-title-size);
	line-height: var(--entry-title-line-height, 1.1);
	margin: 0;
	letter-spacing: var(--entry-title-letter-spacing, -0.5px);
	font-weight: var(--entry-title-font-weight);
}
.post-grid .article:not(.cover).has-post-media h3.entry-title,
.post-grid.cols-3 .article:not(.cover).has-post-media h3[class*="title"] {
  margin-top: 0;
}
.post-grid.cols-2 h3[class*="title"],
.post-grid[class*="list"] h3[class*="title"],
.has-sidebar .post-grid[class*="list"] .article:not(.grid-style).cover h3[class*="title"] {
	font-size: var(--cols-2-entry-title-size);
}
.cols-4:not(.list):not(.list-grid) .article:not(.first-full) h3[class*="title"],
.cols-4.list-grid .article.grid-style h3[class*="title"] {
	font-size: var(--cols-4-entry-title-size);
	letter-spacing: -0.03125rem;
}
.post-grid.cols-1 .article h3[class*="title"],
.post-grid.grid-first-full .article:first-child h3[class*="title"],
.post-grid[class*="list"] .article:not(.grid-style).cover h3[class*="title"] {
	font-size: var(--cols-1-entry-title-size);
}
.post-grid.list.cols-2 .article:not(.grid-style) h3[class*="title"] {
	font-size: var(--cols-2-list-entry-title-size, var(--cols-3-entry-title-size));
}
.post-grid.list.cols-3 .article:not(.grid-style) h3[class*="title"] {
	font-size: var(--cols-3-list-entry-title-size);
	margin-top: calc(var(--post-inner-elements-margin) / 3);
	margin-bottom: calc(var(--post-inner-elements-margin) / 3);
	letter-spacing: -0.02rem;
}
.post-grid.list.cols-4 .article:not(.grid-style) h3[class*="title"] {
	font-size: var(--cols-4-entry-title-size);
	letter-spacing: -0.03125rem;
}
.post-grid.list.cols-4 .article:not(.grid-style).has-post-media h3[class*="title"] {
	font-size: var(--cols-4-list-entry-title-size);
	line-height: 1.3;
	letter-spacing: normal;
	margin-bottom: 0.5rem;
}
.post-grid.list.cols-4 .article:not(.grid-style).has-post-media.has-category-meta h3[class*="title"] {
	margin-top: 0.5rem;
}

/* With sidebar */
.has-sidebar .cols-2 h3[class*="title"] {
	font-size: var(--cols-3-entry-title-size);
}
.has-sidebar .post-grid[class*="list"] .article:not(.grid-style) h3[class*="title"] {
	font-size: var(--cols-3-entry-title-size);
}

/* Grid offset */

.post-grid.grid-offset.cols-3 .article:nth-child(1) h3[class*="title"],
.post-grid.grid-offset.cols-3 .article:nth-child(7) h3[class*="title"],
.post-grid.grid-offset.cols-3 .article:nth-child(11) h3[class*="title"],
.post-grid.grid-offset.cols-3 .article:nth-child(17) h3[class*="title"],
.post-grid.grid-offset.cols-3 .article:nth-child(21) h3[class*="title"],
.post-grid.grid-offset.cols-3 .article:nth-child(27) h3[class*="title"],
.post-grid.grid-offset.cols-3 .article:nth-child(31) h3[class*="title"],
.post-grid.grid-offset.cols-3 .article:nth-child(37) h3[class*="title"],
.post-grid.grid-offset.cols-3 .article:nth-child(41) h3[class*="title"],
.post-grid.grid-offset.cols-3 .article:nth-child(47) h3[class*="title"],
.post-grid.grid-offset.cols-3 .article:nth-child(51) h3[class*="title"],
.post-grid.grid-offset.cols-3 .article:nth-child(57) h3[class*="title"],
.post-grid.grid-offset.cols-3 .article:nth-child(61) h3[class*="title"],
.post-grid.grid-offset.cols-3 .article:nth-child(67) h3[class*="title"],
.post-grid.grid-offset.cols-3 .article:nth-child(71) h3[class*="title"],
.post-grid.grid-offset.cols-3 .article:nth-child(77) h3[class*="title"],
.post-grid.grid-offset.cols-3 .article:nth-child(81) h3[class*="title"],
.post-grid.grid-offset.cols-3 .article:nth-child(87) h3[class*="title"],
.post-grid.grid-offset.cols-3 .article:nth-child(91) h3[class*="title"],
.post-grid.grid-offset.cols-3 .article:nth-child(97) h3[class*="title"],
.post-grid.grid-offset.cols-3 .article:nth-child(101) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(1) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(8) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(13) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(20) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(25) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(32) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(37) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(44) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(49) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(56) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(61) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(68) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(73) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(80) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(85) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(92) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(97) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(104) h3[class*="title"] {
	font-size: var(--cols-1-entry-title-size);
}

.post-grid.grid-offset.cols-4 .article:nth-child(2) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(7) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(14) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(19) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(26) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(31) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(38) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(43) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(50) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(55) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(62) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(67) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(74) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(79) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(86) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(91) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(98) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(103) h3[class*="title"] {
	font-size: var(--cols-3-entry-title-size);
	line-height: 1.1;
	letter-spacing: -0.0625rem;
}

body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(1) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(6) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(9) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(14) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(17) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(22) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(25) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(30) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(33) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(38) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(41) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(46) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(49) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(54) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(57) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(62) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(65) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(70) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(73) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(78) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(81) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(86) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(89) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(94) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(97) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(102) h3[class*="title"] {
	font-size: var(--cols-1-entry-title-size);
}

body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(2) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(5) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(10) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(13) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(18) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(21) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(26) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(29) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(34) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(37) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(42) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(45) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(50) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(53) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(58) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(61) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(66) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(69) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(74) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(77) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(82) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(85) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(90) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(93) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(98) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(101) h3[class*="title"] {
	font-size: var(--cols-3-entry-title-size);
}

/* Grid Asc/Desc */
.post-grid.grid-asc.cols-4 .article:nth-child(10n+1) h3[class*="title"],
.post-grid.grid-desc.cols-4 .article:nth-child(10n+10) h3[class*="title"],
.post-grid.grid-asc.cols-3 .article:nth-child(6n+1) h3[class*="title"],
.post-grid.grid-asc.cols-2 .article:nth-child(3n+1) h3[class*="title"],
.post-grid.grid-desc.cols-3 .article:nth-child(6n) h3[class*="title"],
.post-grid.grid-desc.cols-2 .article:nth-child(3n) h3[class*="title"],
.post-grid.grid-first-full .article:first-child h3[class*="title"] {
	font-size: var(--cols-1-entry-title-size);
}
.post-grid.grid-asc.cols-3 .article:nth-child(6n) h3[class*="title"],
.post-grid.grid-asc.cols-3 .article:nth-child(6n+5) h3[class*="title"],
.post-grid.grid-desc.cols-3 .article:nth-child(6n+4) h3[class*="title"],
.post-grid.grid-desc.cols-3 .article:nth-child(6n+5) h3[class*="title"],
.post-grid.grid-asc.cols-4 .article:nth-child(10n+2) h3[class*="title"],
.post-grid.grid-asc.cols-4 .article:nth-child(10n+3) h3[class*="title"],
.post-grid.grid-desc.cols-4 .article:nth-child(10n+8) h3[class*="title"],
.post-grid.grid-desc.cols-4 .article:nth-child(10n+9) h3[class*="title"]  {
	font-size: var(--cols-2-entry-title-size);
}
.post-grid.grid-asc.cols-4 .article:nth-child(10n+4) h3[class*="title"],
.post-grid.grid-asc.cols-4 .article:nth-child(10n+5) h3[class*="title"],
.post-grid.grid-asc.cols-4 .article:nth-child(10n+6) h3[class*="title"],
.post-grid.grid-desc.cols-4 .article:nth-child(10n+5) h3[class*="title"],
.post-grid.grid-desc.cols-4 .article:nth-child(10n+6) h3[class*="title"],
.post-grid.grid-desc.cols-4 .article:nth-child(10n+7) h3[class*="title"] {
	font-size: var(--cols-3-entry-title-size);
}
/* List style full width post in special grid layouts (no sidebar) */
@media (min-width: 1061px) {
	body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.cover):not(.loop-sidebar).has-post-media .post-inner,
	body:not(.has-sidebar) .post-grid .article.first-full:not(.cover):not(.loop-sidebar).has-post-media .post-inner {
		display:flex;
		flex-direction: row;
		height: 100%;
		padding: 0;
	}
	body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.cover).has-post-media .post-inner > *,
	body:not(.has-sidebar) .post-grid  .article.first-full:not(.cover) .post-inner > * {
		width:100%;
		flex-grow: 1;
	}
	body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.cover) .post-inner .thumbnail-wrapper
	body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.cover) .tfm-gallery-format-slideshow-wrapper {
		max-width: calc(((100% / 3) * 2) - ( var(--post-margin) / 3) * 2);
	}
	body:not(.has-sidebar) .post-grid .article:not(.loop-sidebar).asc-desc-full-width .post-thumbnail {
		height:100%;
	}
	body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.cover).has-post-media .post-inner .entry-wrapper {
		width: calc(100% / 3);
		padding-right: calc(var(--post-padding) + var(--thumbnail-padding));
	}
	body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.cover).has-post-media .post-inner > *,
	body:not(.has-sidebar) .post-grid .article.first-full:not(.cover).has-post-media .post-inner > *  {
		max-width: calc(((100% / 3) * 2) - ( var(--post-margin) / 3) * 2);
	}
	body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.loop-sidebar) .post-thumbnail,
	body:not(.has-sidebar) .post-grid .article:not(.loop-sidebar).first-full .post-thumbnail {
		height:100%;
	}
	body:not(.has-sidebar) .post-grid .article.first-full:not(.cover).has-post-media .post-inner .entry-wrapper {
		max-width: calc(100% / 3);
		padding-left:  var(--post-inner-elements-margin);
	}
}
/* Posts with Background */
.post-grid .article:not(.loop-sidebar).has-background .post-inner,
.the-post > .article.has-background .post-inner,
.the-page > .article.has-background .post-inner {
	box-shadow: var(--post-box-shadow);
	border-radius:  var(--post-thumbnail-border-radius);
	overflow: hidden;
	border: 0;
	background: var(--post-background);
}
.post-grid .article.has-background:not(.cover) .entry-wrapper,
.post-grid .article.has-background.cover:not(.has-post-media) .entry-wrapper {
	padding: var(--post-padding);
	height: 100%;
	display: flex;
	flex-direction: column;
	background: var(--post-background);
}
.post-grid[class*="list"] .article.has-background:not(.grid-style).has-post-media .entry-wrapper,
body:not(.has-sidebar) .post-grid.grid-asc.cols-3 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-post-media .entry-wrapper,
body:not(.has-sidebar) .post-grid.grid-asc.cols-2 .article:nth-child(3n+1):not(.cover):not(.loop-sidebar).has-post-media .entry-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-3 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-post-media .entry-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-2 .article:nth-child(3n):not(.cover):not(.loop-sidebar).has-post-media .entry-wrapper,
body:not(.has-sidebar) .post-grid.grid-first-full .article:first-child:not(.cover):not(.loop-sidebar).has-post-media .entry-wrapper {
	padding: var(--post-padding);
}
.post-grid.list.cols-3 .article:not(.grid-style).has-background .entry-wrapper {
	padding: 0 calc(var(--post-inner-elements-margin) / 1.5) calc(var(--post-inner-elements-margin) / 1.5) calc(var(--post-inner-elements-margin) / 1.5) !important;
}
.post-grid.list.cols-4 .article:not(.grid-style).has-background .entry-wrapper {
	padding: 0 1.25rem 1.25rem 1.25rem !important;
}
.post-grid[class*="list"] .article:not(.grid-style):not(.loop-sidebar).has-background .entry-header,
body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.cover):not(.loop-sidebar).has-post-media .entry-header,
body:not(.has-sidebar) .post-grid.grid-first-full .article.first-full:not(.cover):not(.loop-sidebar).has-post-media .entry-header,
body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.cover):not(.loop-sidebar).has-avatar .entry-header-section,
body:not(.has-sidebar) .post-grid.grid-first-full .article:first-child:not(.cover):not(.loop-sidebar).has-avatar .entry-header-section {
	margin-top: 0;
}
.post-grid.list.cols-3 .article:not(.grid-style):not(.loop-sidebar).has-background .entry-header {
	margin-top: calc(var(--post-inner-elements-margin) / 1.5);
}
.post-grid.list.cols-4 .article:not(.grid-style):not(.loop-sidebar).has-background .entry-header {
	margin-top: 1.25rem;
}
/* Posts (Meta Data) ------------------------------------- */

.entry-meta-avatar {
	margin-right: 0.5rem;
}
.entry-meta .avatar {
	border-radius: 50%;
}
.entry-meta-avatar a {
	display:block;
	border-radius: 50%;
	transition: all 0.5s ease;
	padding: 3px;
	background: var(--post-background);
}
.the-post > .article.has-background .entry-meta-avatar a {
	background: var(--single-post-background);
}
.cover .entry-meta-avatar a,
.article:not(.has-post-media) .entry-meta-avatar a,
.post-grid.list .entry-meta-avatar a,
body:not(.has-sidebar) .first-full.has-tfm-share-icons .entry-meta-avatar a,
body:not(.has-sidebar) .asc-desc-full-width.has-tfm-share-icons .entry-meta-avatar a,
.single-post .the-post > .article.default-alt .entry-meta-avatar a,
.single-hero .article .entry-meta-avatar a {
	padding: 0;
	background: none;
}
.post-grid.list .entry-meta.after-title .entry-meta-avatar a,
.post-grid:not(.list) .has-avatar:not(.asc-desc-full-width):not(.first-full):not(.has-post-media).has-tfm-share-icons .entry-meta-avatar,
body:not(.has-sidebar) .post-grid .first-full .entry-meta.after-title .entry-meta-avatar a,
.asc-desc-full-width.has-tfm-share-icons .entry-meta-avatar a {
	padding-left: 2px;
}
.entry-meta a[class*="cat-link"],
.entry-meta.before-title a {
	font-family: var(--title-font);
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.5625rem;
	background: var(--very-light-grey);
	padding: 4px 8px;
	letter-spacing: 1px;
	border-radius: var(--button-border-radius);
	display: block;
}
.entry-meta {
	margin-top:0;
	color: var(--entry-meta-color);
	font-size: var(--entry-meta-font-size, 0.8125rem);
}
.article .entry-meta.before-title {
	/*margin-bottom: calc(var(--post-inner-elements-margin) / 1.5);*/
}
.entry-meta.before-title + div.entry-meta.after-title {
	margin-top: calc(var(--post-inner-elements-margin) / 1.5);
}
.entry-meta a {
	color:  var(--entry-meta-link-color);
	text-decoration: none;
}
.single .the-post > .article:not(.cover) .entry-meta {
	font-size: var(--single-entry-meta-font-size, 0.875rem);
	color:  var(--single-entry-meta-color);
}
.single-hero .entry-meta {
	font-size: var(--single-entry-meta-font-size, 0.875rem);
	color:  var(--single-hero-entry-meta-color, var(--single-entry-meta-color));
}
.single .the-post > .article .entry-meta.before-title {
	margin-top: 0;
	margin-bottom: 0;
}
.single .the-post > .article:not(.cover) .entry-meta-avatar a {
	border-color: var(--single-avatar-border-color);
}
.single-hero .article:not(.cover) .entry-meta-avatar a {
	border-color: var(--single-hero-avatar-border-color, var(--single-avatar-border-color));
}
.single .the-post > .article:not(.cover) .entry-meta.after-title a {
	color:  var(--single-entry-meta-link-color);
}
.single-hero .article:not(.cover) .entry-meta.after-title a {
	color:  var(--single-hero-entry-meta-link-color, var(--single-entry-meta-link-color));
}
.post-grid:not(.list) .article:not(.cover).has-post-media .entry-meta.before-title,
.the-post >.article:not(.cover):not(.default-alt).has-post-media .entry-meta.before-title {
	position: absolute;
	top: 25px;
	right: 25px;
	width: auto;
	margin-bottom: 0;
}
body:not(.has-sidebar) .post-grid .article.first-full:not(.cover) .entry-meta.before-title,
body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.cover) .entry-meta.before-title {
	position: static;
}
.post-categories-meta {
	gap: 4px;
}
.post-categories-meta li,
.post-categories li {
	font-size: 0.625rem;
	font-weight: 500;
	line-height: normal;
	margin: 0;
}
.article:not(.has-post-media) .post-categories-meta a {
	display: inline-block;
}
.post-categories-meta li:first-child::before {
	content: none;
}
.post-categories-meta li i {
	display: none;
}
/* separator */
.after-title-meta li:not(.entry-meta-avatar):not(:last-child)::after {
	content: "\2013";
	color:  var(--light-grey);
	margin-left: 0.3125rem;
}
.has-avatar.cover .after-title-meta li.entry-meta-author::after,
.has-read-more.has-avatar.has-tfm-read-time .after-title-meta li:nth-last-child(-n+2)::after,
.has-read-more:not(.has-avatar).has-tfm-read-time .after-title-meta li:nth-last-child(-n+2)::after,
.post-grid.list .has-author.has-avatar.has-date:not(.has-tfm-share-icons) .after-title-meta li.entry-meta-author::after,
.post-grid:not(.list) .has-author.has-avatar.has-date:not(.has-tfm-share-icons):not(.has-post-media) .after-title-meta li.entry-meta-author::after,
body:not(.has-sidebar) .has-avatar.has-date.has-author.first-full .after-title-meta li.entry-meta-author::after,
body:not(.has-sidebar) .has-avatar.has-date.has-author.asc-desc-full-width:not(.has-tfm-share-icons) .after-title-meta li.entry-meta-author::after,
.single-post .the-post > .article.default.has-avatar.has-date:not(.has-post-media) .after-title-meta li.entry-meta-author::after,
.single-post .the-post > .article.default-alt.has-avatar.has-date .after-title-meta li.entry-meta-author::after,
.single-hero .article.default.has-avatar.has-date.has-author .after-title-meta li.entry-meta-author::after {
	content: none;
}
/* Avatar  */
.entry-meta .entry-meta-avatar {
	padding:0;
	margin-right: 0.25rem;
	line-height: 1;
}
.cover .entry-meta .entry-meta-avatar,
.list .entry-meta .entry-meta-avatar,
.single-post .the-post > .article .entry-meta .entry-meta-avatar,
.single-hero .article .entry-meta .entry-meta-avatar,
.post-grid:not(.list) .has-avatar:not(.asc-desc-full-width):not(.first-full):not(.has-post-media) .entry-meta-avatar,
.post-grid:not(.list) .has-avatar.asc-desc-full-width:not(.has-post-media) .entry-meta-avatar,
.post-grid:not(.list) .has-avatar.first-full:not(.has-post-media) .entry-meta-avatar {
	margin-right: calc(0.25rem + 3px);
}
.post-grid .article:not(.cover) .entry-meta.after-title:not(.tfm-after-title-meta) .entry-meta-avatar,
.the-post > .article:not(.cover):not(.default-alt).has-post-media .entry-meta.after-title:not(.tfm-after-title-meta) .entry-meta-avatar {
	margin-right: 0;
}
.post-grid .article:not(.cover) .entry-meta.after-title .entry-meta-read-time {
	display: none;
}
.entry-meta .avatar {
	border-radius: 50%;
}
.has-avatar.has-author .entry-meta.after-title li:nth-child(n+3) {
	padding-top: 16px;
}
.post-grid.list .has-author.has-date.has-avatar:not(.has-tfm-share-icons) .tfm-after-title-meta li.entry-meta-author,
.post-grid:not(.list) .has-avatar:not(.asc-desc-full-width):not(.first-full):not(.has-post-media):not(.has-tfm-share-icons) .tfm-after-title-meta .entry-meta-author,
.cover.has-author.has-date.has-avatar .after-title-meta li.entry-meta-author,
body:not(.has-sidebar) .post-grid .first-full.has-avatar.has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li.entry-meta-author,
body:not(.has-sidebar) .post-grid .asc-desc-full-width.has-author.has-date.has-avatar:not(.has-tfm-share-icons) .tfm-after-title-meta li.entry-meta-author,
.single-post .the-post > .article.default-alt.has-avatar.has-date .after-title-meta li.entry-meta-author,
.single-post .the-post > .article.default.has-avatar.has-date:not(.has-post-media) .after-title-meta li.entry-meta-author,
.single-post .the-post > .article.default.has-avatar.has-comment-count:not(.has-post-media) .after-title-meta li.entry-meta-author,
.single-post .the-post > .article.default-alt.has-avatar.has-comment-count:not(.has-post-media) .after-title-meta li.entry-meta-author,
.single-hero .article.has-avatar.has-date .after-title-meta li.entry-meta-author   {
	position: absolute;
	top:4px;
	left: 50px;
	padding-top: 0;
}
.cover.has-author.has-date.has-avatar .after-title-meta li.entry-meta-author,
.post-grid.list .has-author.has-avatar.has-date:not(.has-tfm-share-icons) .after-title-meta li.entry-meta-author,
.post-grid:not(.list) .has-avatar:not(.asc-desc-full-width):not(.first-full):not(.has-post-media):not(.has-tfm-share-icons) .after-title-meta li.entry-meta-author,
body:not(.has-sidebar) .post-grid:not(.list) .has-avatar.asc-desc-full-width:not(.has-post-media):not(.has-tfm-share-icons) .after-title-meta li.entry-meta-author,
body:not(.has-sidebar) .post-grid:not(.list) .has-avatar.first-full:not(.has-post-media):not(.has-tfm-share-icons) .after-title-meta li.entry-meta-author {
	left: 47px;
	top: 0;
}
.single-post .the-post > .article.default-alt.has-avatar.has-date .after-title-meta li.entry-meta-author,
.single-post .the-post > .article.default.has-avatar.has-date:not(.has-post-media) .after-title-meta li.entry-meta-author,
.single-post .the-post > .article.default.has-avatar.has-comment-count:not(.has-post-media) .after-title-meta li.entry-meta-author,
.single-post .the-post > .article.default-alt.has-avatar.has-comment-count:not(.has-post-media) .after-title-meta li.entry-meta-author,
.single-post .the-post > .article.cover.has-avatar.has-date .after-title-meta li.entry-meta-author,
.single-hero .article.has-avatar.has-date .after-title-meta li.entry-meta-author {
	left: 68px;
	top: 8px;
}
.post-grid.list .has-author.has-date.has-avatar:not(.has-tfm-share-icons) .tfm-after-title-meta li:not(.entry-meta-author):not(.entry-meta-avatar),
.post-grid:not(.list) .has-avatar:not(.asc-desc-full-width):not(.first-full):not(.has-post-media):not(.has-tfm-share-icons) .tfm-after-title-meta li:not(.entry-meta-author):not(.entry-meta-avatar),
body:not(.has-sidebar) .post-grid .first-full.has-avatar.has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li:not(.entry-meta-author):not(.entry-meta-avatar),
body:not(.has-sidebar) .post-grid .asc-desc-full-width.has-author.has-date.has-avatar:not(.has-tfm-share-icons) .tfm-after-title-meta li:not(.entry-meta-author):not(.entry-meta-avatar) {
	margin-top: 16px;
}

/* Posts (Read More) ------------------------------------- */

.entry-read-more {
	border-top: 1px solid var(--entry-meta-border-color);
	padding: calc(var(--post-inner-elements-margin) / 1.5) 0 0 0;
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.read-more-button {
	flex-grow: 1;
	padding-right: 15px;
}
.entry-read-more .read-more {
	background: var(--continue-reading-button-background);
	color:  var(--continue-reading-button-color);
	padding:5px 0;
	font-size: var(--read-more-font-size, 0.875rem);
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	margin:0;
	border-radius: var(--button-border-radius);
	font-family: var(--title-font);
	line-height: normal;
	float: left;
	display: block;
}
.read-more:hover,
.read-more:focus {
	background: var(--continue-reading-button-hover-background, var(--button-hover-background));
	color:  var(--continue-reading-button-hover-color, var(--button-hover-color));
}
.read-more::after {
	font-family: fontello;
	content: "\e812";
	font-size: 8px;
	font-weight: 400;
	margin-left: 6px;
}
.entry-meta-read-time {
	color: var(--medium-grey);
	font-size: var(--entry-meta-font-size, 0.8125rem);
	position: relative;
}
.entry-meta-read-time::before {
    font-family: "fontello";
    content: "\e817";
    color: var(--entry-meta-icon-color);
    font-size: 14px;
    margin-right: 5px;
}
.cover.has-post-media .entry-read-more .entry-meta-read-time::before {
    color: var(--cover-global-color);
}
/* Hide read time in after-title meta when read more is active  */
.article.has-read-more .after-title-meta .entry-meta-read-time {
	display: none;
}

.cols-4:not([class*="list"]) .article:not(.first-full) .entry-read-more,
.cols-4 .article.grid-style .entry-read-more {
	padding-top:  1.25rem;
}
.entry-meta-comment-count::before {
	font-family: "fontello";
	content: "\e816";
	color: var(--entry-meta-icon-color);
	font-size: 14px;
	margin-right: 5px;
}
.post-grid .article .entry-meta-comment-count span {
	display: none;
}
/* Posts (Format Icons) ------------------------------------- */
.formats-key {
	display: flex;
}
.article:not(.has-post-media):not(.sticky) .formats-key {
	display: none;
}
.has-post-media .formats-key {
	position: absolute;
	top:0;
	right: 25px;
	z-index: 2;
	margin-bottom: 0;
}
.has-post-media.thumbnail-wide .formats-key {
	margin-top: calc(var(--thumbnail-wide-padding) - 11px);
}
.has-post-media.thumbnail-landscape .formats-key {
	margin-top: calc(var(--thumbnail-landscape-padding) - 14px);
}
.has-post-media.thumbnail-square .formats-key {
	margin-top: calc(var(--thumbnail-square-padding) - 20px);
}
.has-post-media.thumbnail-portrait .formats-key {
	margin-top: calc(var(--thumbnail-portrait-padding) - 30px);
}
.has-post-media.thumbnail-hero .formats-key {
	margin-top: calc(var(--thumbnail-hero-padding) - 20px);
}
.has-post-media.thumbnail-uncropped .formats-key {
	top: 25px;
	right: auto;
	left: 25px;
}
.list .article .formats-key {
	margin: 0;
	top: 25px;
	right: auto;
	left: 25px;
}
.cover .formats-key {
	margin-top: calc(var(--post-inner-elements-margin) + var(--thumbnail-padding) - 2px);
}
.formats-key > * {
	padding: 3px 8px 3px 5px;
	border: 0;
	text-transform: uppercase;
	font-size: 0.5625rem;
	background: var(--post-format-icon-background);
	border-radius: var(--button-border-radius);
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: 0.5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	font-family: var(--title-font);
	color:  var(--post-format-icon-color);
}
.formats-key i {
	font-size: 0.625rem;
	margin-right: 2px;
}
.formats-key .format-count {
	font-weight: 800;
}
.article .entry-header > .formats-key {
	display: none;
}
.formats-key > *:not(.format-sticky):not(.format-count) {
	display: none;
}
/* Entry Content ------------------------------------- */

.excerpt {
	color: var(--excerpt-color, var(--entry-meta-color));
	font-size: var(--excerpt-font-size, 0.875rem);
	line-height: 1.4;
}
.excerpt p {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.the-post > .article .excerpt,
.single-hero .excerpt {
	font-size: 1.1875rem;
	color: var(--single-excerpt-color);
	font-weight: 600;
	margin-top:  var(--post-inner-elements-margin);
}
.single-hero .excerpt {
	color:  var(--single-hero-excerpt-color, var(--single-excerpt-color));
}
.single:not(.has-sidebar) .the-post .cover .alignfull .entry-header {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
/* Post thumbnail  */
.post-thumbnail.has-figcaption + figcaption,
.single-hero .post-thumbnail.has-figcaption figcaption {
	position: absolute;
	margin: 0;
	bottom: calc(var(--thumbnail-padding) + 15px);
	right: calc(var(--thumbnail-padding) + 15px);
	background: rgba(0,0,0,0.7);
	color:  var(--white);
	padding:  6px 10px;
	border-radius: var(--button-border-radius);
	max-width: calc(100% - ( (var(--thumbnail-padding) + 15px ) * 2) );
}
.single-hero .default.has-post-media .post-thumbnail.has-figcaption figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: auto;
	background: var(--figcaption-overlay, var(--cover-overlay-gradient));
	padding: 15px;
	color:  var(--white);
	width: 100%;
	max-width: 100%;
}
.single-hero .cover.has-post-media .post-thumbnail.has-figcaption figcaption {
	display: none;
}
.alignfull .post-thumbnail.has-figcaption + figcaption {
	width:  var(--content-width);
	max-width: var(--site-width);
	margin-left:  auto;
	margin-right: auto;
}
.default-alt .post-thumbnail.has-figcaption + figcaption {
	max-width: var(--content-max-width);
	margin-left: auto;
	margin-right: auto;
}
/* Single ------------------------------------- */
.has-hero main {
	margin-top: 9px;
}
body.single-custom-background,
body.custom-background.single-custom-background  {
	background: var(--single-body-background);
}
.single-content-wrapper {
	margin-top: var(--post-inner-elements-margin);
}
.entry-content > * {
	color:  var(--single-entry-font-color);
}
.the-post > .article.has-background .post-inner,
.the-page > .article.has-background .post-inner {
	background: var(--single-post-background);
}
.single-post .article:not(.cover) .entry-header h1 {
	color:  var(--single-entry-title-color);
	margin: 0;
}
.single-hero .article {
	padding: var(--thumbnail-padding);
	box-shadow:  var(--post-box-shadow);
}
.single-hero[data-fullwidth="true"] .article {
	padding: 0;
	box-shadow: none;
}
.single-hero .article:not(.cover) .entry-title {
	color:  var(--single-hero-entry-title-color, var(--single-entry-font-color));
}
.the-post > .default-alt .entry-header,
.the-post > .article:not(.has-post-media) .entry-header,
.the-post > .article.disabled-post-thumbnail .entry-header,
.the-page > .page:not(.has-post-media) .entry-header {
	margin-top: 0;
}
.the-post > .default-alt.has-background .entry-header,
.the-post > .default.has-background .entry-header,
.the-page > .page.has-background:not(.has-post-media) .entry-header  {
	margin-top: calc(var(--global-elements-margin) *2);
}
.the-post .default-alt .thumbnail-wrapper,
.the-post .default-alt .tfm-gallery-format-slideshow-wrapper,
.the-post .default-alt .tfm-featured-media {
	margin-top: var(--post-inner-elements-margin);
}
.hentry-footer {
	border-top: 1px solid var(--very-light-grey);
	margin-bottom: var(--global-elements-margin);
	margin-top: calc(var(--global-elements-margin) * 2);
}
.has-background .hentry-footer {
	margin-bottom: calc(var(--global-elements-margin) * 2);
}
.hentry-footer > *:first-child {
	margin-top: calc(var(--global-elements-margin) * 2);
}
/* Prev/Next Post */
div.post-navigation {
	margin-bottom: 0;
	margin-top: 0;
	gap: var(--post-margin);
	/*padding: 0 var(--post-margin);*/
	justify-content: space-between;
}
.tfm-related-posts + .post-navigation {
	margin-top: calc(0px - var(--post-margin));
}
.post-navigation .section-header {
	margin-top: -8px;
	margin-bottom: calc(var(--global-elements-margin) - 8px);
	padding: 0;
}
.post-navigation h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size:  var(--h3-font-size);
}
.post-navigation.cols-2 .article {
	margin: 0;
	flex-basis: calc(100% / 2 - var(--post-margin));
}
.post-navigation.post-grid[class*="cols"] .entry-title,
.has-sidebar .post-navigation.post-grid[class*="cols"] .entry-title {
	font-size: 1.5rem;
	letter-spacing: -0.03125rem;
	/*margin-bottom: 0;*/
}
.post-navigation .article:not(.has-post-media) .entry-title {
	margin-top: 0;
}
.post-navigation .article > .next-article {
	margin-left: auto; 
}
.post-navigation .article:not(.previous-article) {
	margin-left: auto; 
}
.post-navigation .article:nth-of-type(2),
.post-navigation .article.next-article {
	text-align: right;
}
.post-navigation.post-grid .article .entry-meta.after-title {
	margin-top: auto;
}
.post-navigation .article:nth-of-type(2) .entry-meta ul,
.post-navigation .article.next-article .entry-meta ul {
	flex-direction: row-reverse;
}
.post-navigation .entry-meta.after-title li {
	margin: 0;
}
.post-navigation .article:not(.cover) .entry-wrapper,
.post-navigation .article:not(.cover) .entry-header {
	height: 100%;
	display: flex;
	flex-direction: column;
}
/* Video & Audio format alignfull ------------------ */

body:not(.has-sidebar):not(.has-logo-below-nav) .the-post .cover .cover-wrapper.alignfull,
body:not(.has-sidebar):not(.has-logo-below-nav) .the-post .default .thumbnail-wrapper.alignfull,
body:not(.has-sidebar):not(.has-logo-below-nav) .the-post .default.post_format-post-format-video .post-inner > .wp-block-embed.is-type-video.alignfull,
body:not(.has-sidebar):not(.has-logo-below-nav) .the-post .default.post_format-post-format-audio .post-inner > .wp-block-embed.is-type-audio.alignfull,
body:not(.has-sidebar):not(.has-logo-below-nav) .the-page .default .thumbnail-wrapper.alignfull,
body:not(.has-sidebar):not(.has-logo-below-nav) .the-page .cover .cover-wrapper.alignfull {
	margin-top: calc(0px - (var(--post-margin) * 2) - 9px);
}
body:not(.has-sidebar).has-logo-below-nav.has-tfm-breadcrumbs .the-post .cover .cover-wrapper.alignfull,
body:not(.has-sidebar).has-logo-below-nav.has-tfm-breadcrumbs .the-post .default .thumbnail-wrapper.alignfull,
body:not(.has-sidebar).has-logo-below-nav.has-tfm-breadcrumbs .the-post .default.post_format-post-format-video .post-inner > .wp-block-embed.is-type-video.alignfull,
body:not(.has-sidebar).has-logo-below-nav.has-tfm-breadcrumbs .the-post .default.post_format-post-format-audio .post-inner > .wp-block-embed.is-type-audio.alignfull,
body:not(.has-sidebar).has-logo-below-nav.has-tfm-breadcrumbs .the-page .default .thumbnail-wrapper.alignfull,
body:not(.has-sidebar).has-logo-below-nav.has-tfm-breadcrumbs .the-page .cover .cover-wrapper.alignfull {
	margin-top: calc(0px - (var(--post-margin) * 2));
}
.has-logo-below-nav .single-hero[data-fullwidth="true"] {
	margin-top: calc(var(--post-margin) * 2)
}
.has-logo-below-nav.has-tfm-breadcrumbs .single-hero[data-fullwidth="true"].has-background,
.has-logo-below-nav.has-tfm-breadcrumbs .single-hero[data-fullwidth="true"] {
	margin-top: 0;
}
/* Author BIO ------------------------------------- */
.author-bio {
	color: var(--dark-grey);
}
.author-bio-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: var(--content-max-width);
	margin: auto;
}
.author-bio-inner > div {
	flex-grow: 1;
	flex-basis: 110px;
	font-size: 0.9375rem;
	color:  var(--medium-grey);
}
.author-bio .author-avatar {
	flex-grow: 0;
	margin-right: var(--global-elements-margin);
}
.author-avatar img {
	border-radius: 100%;
	border: 7px solid var(--single-avatar-border-color);
}
.author-avatar a,
.author-avatar span {
	display: block;
	border-radius: 100%;
	box-shadow: var(--post-box-shadow);
}
.the-post .article.has-background + div.after-content > div.author-bio .author-avatar a {
	box-shadow: none;
}
.author-bio h4 {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}
.author-bio h4 a {
	color: var(--black);
	text-decoration: none;
}
.author-bio .entry-meta {
	font-size: 0.875rem;
	color:  var(--medium-grey);
}
.author-bio .author-description p:last-child {
	margin-bottom: 0;
}
.author-bio .tfm-social-icons {
	  padding-top: var(--global-elements-margin);
	}
/* Comments ------------------------------------- */
.section-header .toggle-comments.page-title {
	font-size: var(--button-font-size);
	width: 100%;
	border-radius: var(--post-thumbnail-border-radius);
	background: #fff;
	box-shadow: var(--post-box-shadow);
	color: var(--black);
	text-transform: none;
	padding: 1rem;
}
.section-header .toggle-comments.page-title::after {
	font-family: fontello;
	content: '\e806';
	/*float: right;*/
	font-size: 12px;
	font-weight: 400;
	margin-left: 5px;
	transition: all 0.5s ease;
}
.section-header .toggle-comments.page-title.close::after {
	content: '\e808';
}
div.comments-area {
	background: var(--off-white);
	padding:  calc(var(--global-elements-margin) * 1.5);
	opacity: 0;
	transition: opacity 0.8s ease;
	font-size: 0.9375rem;
	border-radius: var(--post-thumbnail-border-radius);
}
.comments-area.open {
	opacity: 1;
}
.comment article,
.trackback .comment-body,
.pingback .comment-body {
	border-bottom: 1px solid var(--off-white-accent);
	padding-bottom: var(--global-elements-margin);
}
.comment-list > .comment:first-child,
.comment-list > .trackback:first-child {
	padding-top: 0;
}
.comment .avatar {
	position: relative;
}
.bypostauthor.comment .avatar {
	border-color: var(--post-author-avatar-border);
}
.comment-author.vcard {
	position: relative;
}
.bypostauthor.comment .comment-author.vcard::before {
  font-family: "fontello";
  content: "\e809";
  font-size: 16px;
  position: absolute;
  top: -4px;
  left: 30px;
  color: var(--dark-grey);
  z-index: 2;
}
.comment-meta {
	font-size: 0.875rem;
}
.comment-meta a {
	text-decoration: none;
}
.comment time,
.comment .edit-link,
.comment .says {
	color: var(--medium-grey);
	font-size: 0.8125rem;
}
.comment .says {
	font-style: italic;
}
.comment .fn {
	text-transform: capitalize;
	font-weight: 600;
}
.comment .fn a {
	color:  var(--dark-grey);
}
.comment-metadata {
	line-height: 1;
}
.comment-list .comment:not(:last-child) .comment-respond {
	border-bottom: 1px solid var(--off-white-accent);
	padding-bottom: var(--global-elements-margin);
}
.comment-reply-title {
	margin-top: 20px;
	margin-bottom: 14px;
	font-size: var(--h4-font-size);
}
.comment-list .comment-reply-title {
	margin-top: 25px;
}
.comment-reply-title small {
	margin-left: 0.5rem;
	float: right;
}
.comment-reply-title small a {
	text-decoration: none;
	font-size: 13px;
	background: var(--white);
	padding: 4px 10px;
	border:  1px solid var(--light-grey);
	font-weight: 600;
	letter-spacing: normal;
	border-radius: var(--button-border-radius);
}
.comment-reply-link {
	font-size: 0.8125rem;
	padding: 0;
	border-radius: var(--button-border-radius);
	text-decoration: none;
}
.logged-in-as a {
	color:  var(--black);
	text-decoration: none;
}
.logged-in-as a:last-of-type {
	font-weight: 700;
	color:  var(--link-color);
}
.comment-form-cookies-consent label {
	font-family: var(--body-font);
}
.comment-form-author,
.comment-form-email {
	width: calc(50% - ( var(--global-elements-margin) / 2));
	float: left;
}
.comment-form-email {
	float: right;
}
.comment-form-url {
	clear: both;
}
.comment-form-cookies-consent label,
.comment-notes {
	font-size: 0.875rem;
	color:  var(--medium-grey);
	margin-bottom: 1rem;
}
p.form-submit {
	margin-bottom: 0;
}
#disqus_thread {
	width:100%;
}
/* Tags  ------------------------------------- */
.single-post-tags {
	gap: 0.3125rem;
}
.single-post-tags li {
	margin: 0;
}
/* Single Hero  ------------------------------------- */
.the-post .hero-default .single-content-wrapper,
.the-post .hero-default,
.the-post .hero-cover .single-content-wrapper,
.the-post .hero-cover,
.the-post .hero-default,
.the-page .hero-default .single-content-wrapper,
.the-page .hero-default,
.the-page .hero-cover .single-content-wrapper,
.the-page .hero-cover,
.the-page .hero-default {
	margin-top: 0;
}
.the-post .hero-cover.has-excerpt .excerpt {
	margin-top: 0;
}
.the-post .hero-default.has-background .single-content-wrapper,
.the-post .hero-cover.has-background .single-content-wrapper,
.the-page .hero-default.has-background .single-content-wrapper,
.the-page .hero-cover.has-background .single-content-wrapper  {
	padding-top: var(--default-content-margin);
}

/* Gallery post format */
.tfm-gallery-format-slideshow-wrapper {
	position: relative;
	display: flex;
	margin: 0;
}
.the-post > .article .tfm-gallery-format-slideshow-wrapper {
	margin-bottom: 10px;
}
.thumbnail-wide .tfm-gallery-format-slideshow-wrapper,
.thumbnail-wide .tfm-gallery-format-slideshow .wp-block-image::before {
	padding-bottom: var(--thumbnail-wide-padding);
}
.thumbnail-landscape .tfm-gallery-format-slideshow-wrapper,
.thumbnail-landscape .tfm-gallery-format-slideshow .wp-block-image::before,
.thumbnail-uncropped .tfm-gallery-format-slideshow-wrapper,
.thumbnail-uncropped .tfm-gallery-format-slideshow .wp-block-image::before {
	padding-bottom: var(--thumbnail-landscape-padding);
}
.thumbnail-landscape .tfm-gallery-format-slideshow-wrapper,
.thumbnail-uncropped .tfm-gallery-format-slideshow-wrapper {
	padding-bottom: calc(var(--thumbnail-landscape-padding) - 3px);
}
.thumbnail-square .tfm-gallery-format-slideshow-wrapper,
.thumbnail-square .tfm-gallery-format-slideshow .wp-block-image::before {
	padding-bottom: var(--thumbnail-square-padding);
}
.thumbnail-square .tfm-gallery-format-slideshow-wrapper {
	padding-bottom: calc(var(--thumbnail-square-padding) - 10px);
}
.thumbnail-portrait .tfm-gallery-format-slideshow-wrapper,
.thumbnail-portrait .tfm-gallery-format-slideshow .wp-block-image::before {
	padding-bottom: var(--thumbnail-portrait-padding);
}
.thumbnail-portrait .tfm-gallery-format-slideshow-wrapper {
	padding-bottom: calc(var(--thumbnail-portrait-padding) - 19px);
}
.thumbnail-hero .tfm-gallery-format-slideshow-wrapper,
.thumbnail-hero .tfm-gallery-format-slideshow .wp-block-image::before {
	padding-bottom: var(--thumbnail-hero-padding);
}
@media (min-width:  641px) {
/* List style */
.list .thumbnail-wide .tfm-gallery-format-slideshow-wrapper  {
	padding-bottom: calc(var(--thumbnail-wide-padding) / 2 + 15px);
}
.list .thumbnail-landscape .tfm-gallery-format-slideshow-wrapper  {
	padding-bottom: calc(var(--thumbnail-landscape-padding) / 2 + 14px);
}
.list .thumbnail-square .tfm-gallery-format-slideshow-wrapper {
	padding-bottom: calc(var(--thumbnail-square-padding) / 2 + 10px);
}
.list .thumbnail-portrait .tfm-gallery-format-slideshow-wrapper {
	padding-bottom: calc(var(--thumbnail-portrait-padding) / 2 + 5px);
}
/* List grid */
.list-grid .thumbnail-wide:not(.grid-style) .tfm-gallery-format-slideshow-wrapper  {
	padding-bottom: calc(var(--thumbnail-wide-padding) / 2 + 10px);
}
.list-grid .thumbnail-landscape:not(.grid-style) .tfm-gallery-format-slideshow-wrapper  {
	padding-bottom: calc(var(--thumbnail-landscape-padding) / 2 + 6px);
}
.list-grid .thumbnail-square:not(.grid-style) .tfm-gallery-format-slideshow-wrapper {
	padding-bottom: calc(var(--thumbnail-square-padding) / 2);
}
.list-grid .thumbnail-portrait:not(.grid-style) .tfm-gallery-format-slideshow-wrapper {
	padding-bottom: calc(var(--thumbnail-portrait-padding) / 2 - 10px);
}
}
.tfm-gallery-format-slideshow {
	position: absolute !important;
	display: flex;
	flex-wrap: nowrap !important;
	max-width: 100%;
	width: 100%;
	padding: var(--thumbnail-padding);
}
.post-grid .tfm-gallery-format-slideshow {
	padding-bottom: 0;
}
.list .tfm-gallery-format-slideshow {
	padding-right: 0;
}
@media (min-width: 1061px) {
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover).thumbnail-landscape .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(10n+10):not(.cover).thumbnail-landscape .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-asc.cols-3 .article:nth-child(6n+1):not(.cover).thumbnail-landscape .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-3 .article:nth-child(6n):not(.cover).thumbnail-landscape .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-asc.cols-2 .article:nth-child(3n+1):not(.cover).thumbnail-landscape .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-2 .article:nth-child(3n):not(.cover).thumbnail-landscape .tfm-gallery-format-slideshow-wrapper {
		max-width: calc(((100% / 3) * 2) - ( var(--post-margin) / 3) * 2) !important;
		padding-bottom: 44.5%;
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover).thumbnail-wide .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(10n+10):not(.cover).thumbnail-wide .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-asc.cols-3 .article:nth-child(6n+1):not(.cover).thumbnail-wide .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-3 .article:nth-child(6n):not(.cover).thumbnail-wide .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-asc.cols-2 .article:nth-child(3n+1):not(.cover).thumbnail-wide .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-2 .article:nth-child(3n):not(.cover).thumbnail-wide .tfm-gallery-format-slideshow-wrapper  {
		max-width: calc(((100% / 3) * 2) - ( var(--post-margin) / 3) * 2) !important;
		padding-bottom: calc(var(--thumbnail-wide-padding) - 18.5%);
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover).thumbnail-square .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(10n+10):not(.cover).thumbnail-square .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-asc.cols-3 .article:nth-child(6n+1):not(.cover).thumbnail-square .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-3 .article:nth-child(6n):not(.cover).thumbnail-square .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-asc.cols-2 .article:nth-child(3n+1):not(.cover).thumbnail-square .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-2 .article:nth-child(3n):not(.cover).thumbnail-square .tfm-gallery-format-slideshow-wrapper   {
		max-width: calc(((100% / 3) * 2) - ( var(--post-margin) / 3) * 2) !important;
		padding-bottom: calc(var(--thumbnail-square-padding) - 34%);
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover).thumbnail-portrait .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(10n+10):not(.cover).thumbnail-portrait .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-asc.cols-3 .article:nth-child(6n+1):not(.cover).thumbnail-portrait .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-3 .article:nth-child(6n):not(.cover).thumbnail-portrait .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-asc.cols-2 .article:nth-child(3n+1):not(.cover).thumbnail-portrait .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-2 .article:nth-child(3n):not(.cover).thumbnail-portrait .tfm-gallery-format-slideshow-wrapper  {
		max-width: calc(((100% / 3) * 2) - ( var(--post-margin) / 3) * 2) !important;
		padding-bottom: calc(var(--thumbnail-portrait-padding) - 52%);
	}
}
.tfm-gallery-format-slideshow .slick-list {
	border-radius: var(--post-thumbnail-border-radius);
}
.tfm-gallery-format-slideshow .wp-block-image {
	position: relative;
	margin: 0;
}
.tfm-gallery-format-slideshow .wp-block-image::before {
	content:  '';
	float: left;
}
.tfm-gallery-format-slideshow .wp-block-image img {
	object-fit: cover;
	height: 100%;
	position: absolute;
	width: 100%;
	display: block;
	max-width: auto;
}

/*
 * Prevent jumping before/after initialization
 */
.tfm-gallery-format-slideshow figure:nth-child(n+2) {
	display:none;
}
.tfm-gallery-format-slideshow.slick-initialized figure:nth-child(n+2) {
	display:flex;
}

.tfm-gallery-format-slideshow .slick-arrow {
    position: absolute;
    top: calc(50% - 10px);
    right: 25px;
    width: 30px;
    height: 30px;
    z-index: 200;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color:  var(--black);
    background: var(--white);
    border-radius: 50%;

}
.tfm-gallery-format-slideshow .slick-arrow.slick-prev {
    right: auto;
    left: 25px;
}
.tfm-gallery-format-slideshow .slick-arrow::after {
	font-family: fontello;
	content: "\e811";
	font-size: 14px;
	font-weight: 300;
	position: absolute;
}
.tfm-gallery-format-slideshow .slick-arrow.slick-next::after {
    content: "\e812";
    right: calc(50% - 8px);
}
/* Video and Audio post format embeds */
.post-grid article .wp-block-embed {
	padding:  var(--thumbnail-padding);
	padding-bottom: 0;
	margin-bottom: 0;
}
.list .article:not(.cover) .wp-block-embed {
	padding:  10px 0 10px 10px;
}
.post-grid article .wp-block-embed .wp-block-embed__wrapper,
.the-post > .article .tfm-featured-media .wp-block-embed__wrapper {
	border-radius: var(--post-thumbnail-border-radius);
	overflow: hidden;
}
.is-provider-mixcloud iframe,
.is-provider-spotify iframe {
	background: var(--audio-embed-background);
}
.wp-embed-responsive .audio.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
	background: var(--audio-embed-audio-background);
}
.post_format-post-format-audio .audio.is-type-audio audio {
	position: absolute;
	width: 100%;
	bottom: 5%;
}
/* -------------------------------------------------------------------------- */
/*	2. Archive Header
/* -------------------------------------------------------------------------- */
.archive-header {
	background: var(--archive-header-background);
	color:  var(--archive-header-color);
}
.archive-header-inner {
	position: relative;
}
@media (min-width: 1061px) {
	.has-logo-below-nav:not(.has-tfm-breadcrumbs) .archive-header {
		margin-top: calc(var(--global-elements-margin) * 2);
	}
}
.archive-title {
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 2px;
	color:  var(--archive-header-description-color);
	order: 1;
}
.archive-title span {
	font-weight: 700;
	font-size: var(--h2-font-size);
	color:  var(--archive-header-title-color);
	letter-spacing: -0.0625rem;
	width: 100%;
	display: block;
	text-transform: none;
}
.archive-subtitle {
	font-size: 1rem;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	display: block;
	color:  var(--archive-header-meta-color);
	font-size: 0.875rem;
	order: 2;
}
.archive-title + p {
	margin-bottom: 0;
	margin-top: 0.5rem;
	order: 3;
	color:  var(--archive-header-description-color);
}
.sub-categories {
	order:  3;
}
.sub-categories h5 {
	margin: 0;
}
.child-categories {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	gap: 0.5rem;
}
.child-categories li {
	margin: 0;
}
.child-categories li a {
	background: var(--white);
	margin-left: 0;
}
.archive-header-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin: auto;
	padding:  calc(var(--global-elements-margin) * 1.5) var(--post-margin);
	position: relative;
}
body:not(.has-tfm-featured-posts) .archive-description-wrap  {
	flex-direction: row !important;
}
body:not(.has-tfm-featured-posts) .archive-description-wrap > *  {
	flex: 0 1 calc(100% / 2);
}
body:not(.has-tfm-featured-posts) .archive-description-wrap p  {
	flex: 0;
	margin-left: var(--global-elements-margin);
}
.archive-title-section {
	display: flex;
	flex-direction: column;
}
.archive-header-inner.alt {
	padding-bottom: 0;
}
.archive-header-inner > div {
	display: flex;
	flex-direction: column;
	flex-basis: 110px;
	flex-grow: 1;
}
.archive-header-inner .author-avatar {
    flex-grow: 0;
    margin-right: var(--global-elements-margin);
}
.archive-description-section {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
	flex-grow: 0;
}
.has-tfm-featured-posts .archive-description-section {
	align-items: flex-start;
}
.has-tfm-featured-posts .archive-description-wrap p {
	text-align: left;
	font-size: 14px;
}
.archive-description-wrap p {
	margin-left: auto;
	font-size: 15px;
	width: 100%;
	flex-grow: 1;
	text-align: right;
	color: var(--archive-header-description-color);
}
.tfm-breadcrumbs {
	background: var(--archive-header-background);
	font-size: 0;
	color:  var(--medium-grey);
}
@media (min-width: 1061px){
	.has-logo-below-nav:not(.has-tfm-ad-after-header) .tfm-breadcrumbs {
		margin-top: calc(var(--global-elements-margin) * 2);
	}
	.has-logo-below-nav .tfm-after-header-sidebar {
		margin-top: calc(var(--global-elements-margin) * 2);
	}
	.single.has-logo-below-nav .tfm-breadcrumbs {
		border-top: 1px solid var(--very-light-grey);
	}
}
.single .tfm-breadcrumbs,
.page .tfm-breadcrumbs,
.error404 .tfm-breadcrumbs {
	background: none;
	border-bottom: 1px solid var(--breadcrumbs-border-color, var(--very-light-grey));
}
.tfm-breadcrumbs + header .archive-header-inner {
	padding-top: 0;
}
.tfm-breadcrumbs.yoast > span,
.tfm-breadcrumbs.navxt .tfm-breadcrumbs-inner,
.tfm-breadcrumbs.rankmath nav {
	display: block;
	max-width: var(--site-max-width);
	margin: auto;
	padding:  var(--global-elements-margin);
	overflow-wrap: break-word;
	word-break: break-all;
	word-break: break-word;
}
.tfm-breadcrumbs.rankmath p {
	margin:0;
	line-height: 1.2;
}
.tfm-breadcrumbs a {
	text-decoration: none;
}
.tfm-breadcrumbs.navxt span,
.tfm-breadcrumbs.yoast span a,
.tfm-breadcrumbs.yoast span.breadcrumb_last,
.tfm-breadcrumbs.rankmath a,
.tfm-breadcrumbs.rankmath span.last  {
	font-size: 0.8125rem;
}
.tfm-breadcrumbs.navxt div > span,
.tfm-breadcrumbs.yoast span a,
.tfm-breadcrumbs.rankmath span.separator {
	margin: 0 10px 0 0;
}
.tfm-breadcrumbs.navxt div > span:not(:last-child)::after,
.tfm-breadcrumbs.yoast span a::after,
.tfm-breadcrumbs.rankmath a::after {
	font-family: fontello;
	content: "\e812";
	font-size: 8px;
	margin-left: 10px;
	font-weight: 400;
	color: var(--dark-grey);
}
.tfm-breadcrumbs ul {
	padding: var(--global-elements-margin);
	margin: 0 auto;
	display: flex;
	list-style: none;
	font-size: 13px;
	max-width: var(--site-max-width);
}
.tfm-breadcrumbs ul li {
	padding: 0;
	margin: 0 10px 0 0;
	color:  var(--medium-grey);
}
.tfm-breadcrumbs ul li:not(:last-child)::after {
	font-family: fontello;
	content: "\e812";
	font-size: 8px;
	margin-left: 10px;
	font-weight: 400;
	color: var(--dark-grey);
}
.tfm-breadcrumbs ul li:last-child span {
	word-break: break-all;
}
.tfm-breadcrumbs ul li a {
	display: block;
	word-break:  none;
}
.home .tfm-breadcrumbs,
.blog .tfm-breadcrumbs {
	display: none;
}
.archive-header .tfm-author-social {
	order:  4;
	margin-top:  var(--global-elements-margin);
}
/* -------------------------------------------------------------------------- */
/*	3. Menus
/* -------------------------------------------------------------------------- */

/* Toggle sidebar  */
.toggle-sidebar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--toggle-sidebar-border-color);
	margin: 0;
	padding-left:  1.875rem;
	padding-right: 1.875rem;
	padding-top: 0.8125rem;
	padding-bottom: 0.8125rem;
	position: relative;
}
.site-search-wrapper .toggle-sidebar-header {
	border: 0;
}
.toggle-sidebar .close-menu .close,
.site-search .close-menu .close {
	display: none;
}
.toggle-sidebar .close-menu span {
	padding: 0.5rem;
	display: block;
	width: 38px;
	height: 34px;

}
.toggle-sidebar .close-menu i {
	font-size: 1rem;
}
.site-search .close-menu i {
	font-size: 1.5rem;
	cursor: pointer;
}
.primary-nav-sidebar {
	font-size: var(--primary-menu-font-size);
	letter-spacing: var(--primary-menu-letter-spacing);
	font-weight: 600;
	font-family: var(--title-font);
}
.primary-nav-sidebar a {
	color:  var(--toggle-sidebar-link-color, var(--black));
	text-decoration: none;
}
.primary-nav-sidebar .sub-menu {
	opacity: 0;
	transition: opacity 0.5s ease;
	font-weight: 400;
}
.primary-nav-sidebar .sub-menu.visible {
	opacity: 1;
}
/* Secondary & Third */
ul.primary-menu.header-third {
	font-weight: 400;
}
.header-third li.menu-item-has-children > a::after {
  font-size: 0.5rem;
}
/* Footer menu  */

.footer-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
}
.footer-nav li {
	font-size: 0.8125rem;
	flex-basis: 1%;
	flex-grow:  1;
}
.footer-nav a {
	display: inline-block;
	color: var(--footer-link-color, var(--dark-grey));
	text-decoration: none;
}
.footer-nav a:hover,
.footer-nav a:focus {
	color:  var(--medium-grey);
}
.footer-nav li.menu-item-has-children {
	margin-right: calc(var(--global-elements-margin) * 2);
	margin-bottom: var(--global-elements-margin);
}
.footer-nav li.menu-item-has-children ul li {
	padding: 0.3125rem 0.3125rem 0.3125rem 0;
}
.footer-columns.cols-1 .footer-column:not(.footer-menu) {
	width: 100%;
	max-width: var(--content-max-width);
	margin-left: auto;
	margin-right: auto;
}
.footer-columns:not(.columns-70-30-menu) .footer-nav li.menu-item-has-children:last-child {
	margin-right: 0;
}
.footer-column.footer-menu {
	display: flex;
	flex-direction: column;
}
.footer-column.footer-menu .widget-subtitle {
	order: -1;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 0.6875rem;
	margin-bottom: 0.25rem;
}
.footer-nav li.menu-item-has-children > a {
	font-weight: 600;
	padding: 0;
	color:  var(--footer-link-color);
	font-family: var(--title-font);
	font-size: 0.9375rem;
}
.columns-70-30-menu.cols-2 .footer-menu {
	border-right:  1px solid var(--off-white-accent);
	margin-right: 0;
}
.cols-3 .footer-menu,
.cols-4 .footer-menu {
	border-left: 1px solid var(--footer-border-color, var(--off-white-accent));
	padding-left: calc(var(--global-elements-margin) * 2);
}
.cols-3 .footer-nav li.menu-item-has-children {
	margin-right: 0;
	flex-basis:  34%;
}
.cols-3 .footer-nav li.menu-item-has-children:nth-child(odd) {
	margin-right: calc(var(--global-elements-margin) * 2);
}
.cols-4 .footer-nav li.menu-item-has-children {
	margin-right: 0;
	flex-basis: 100%;
}
/* TFM menu items */
.primary-menu .tfm-pill-menu > a,
.mobile-header .tfm-pill-menu > a {
	color: var(--tfm-pill-menu-item-color);
	background: var(--tfm-pill-menu-item-background);
	padding:  5px 0.75rem;
	border-radius: var(--tfm-pill-menu-border-radius);
	font-size: var(--tfm-pill-menu-font-size);
	letter-spacing: var(--tfm-pill-menu-letter-spacing, var(--button-letter-spacing));
	line-height: 1.5;
	transition: all 0.3s ease;
	display:block;
}
.mobile-header .tfm-pill-menu a {
	letter-spacing: 1.5px;
	font-weight: 600;
	padding: 3px 0.75rem;
}
.primary-menu .tfm-pill-menu > a:hover,
.primary-menu .tfm-pill-menu > a:focus,
.primary-menu .tfm-pill-menu.current-menu-item > a:hover,
.primary-menu .tfm-pill-menu.current-menu-item > a:focus,
.mobile-menu .tfm-pill-menu > a:hover,
.mobile-menu .tfm-pill-menu > a:focus,
.mobile-menu .tfm-pill-menu.current-menu-item > a:hover,
.mobile-menu .tfm-pill-menu.current-menu-item > a:focus   {
	background: var(--tfm-pill-menu-item-hover-background);
	color:  var(--tfm-pill-menu-item-hover-color);
}
li.tfm-pill-menu.current-menu-item a {
	color: var(--tfm-pill-menu-item-color);
	background: var(--tfm-pill-menu-item-background);
}
.tfm-menu-sash span:not(.menu-label):not(.menu-description) {
	color: var(--tfm-menu-sash-color, var(--white));
	background: var(--tfm-menu-sash-background, var(--primary-theme-color));
	font-size: 8px;
	padding: 1px 5px 3px 6px;
	margin-left: 3px;
	font-family: var(--body-font);
	font-weight: 400;
	border-radius:  var(--button-border-radius);
}
.tfm-subscribe a::after {
	font-family: fontello;
	content: "\f1d8";
	font-size: 0.75rem;
	margin-left: 0.5rem;
	font-weight: 300;
}
/* -------------------------------------------------------------------------- */
/*	4. Widgets
/* -------------------------------------------------------------------------- */
.aside-sidebar {
	margin-bottom: calc(var(--global-elements-margin) * 6);
}
.aside-sticky-container {
	position: sticky;
	top:5rem;
}
.has-hero .aside-sidebar {
	margin-top: 0;
	padding-top: 11px;
}
.aside-sidebar.has-background .widget {
	background: var(--widget-background);
	box-shadow: var(--widget-box-shadow);
	padding:  calc(var(--post-margin) * 1.5);
	border-radius: var(--post-thumbnail-border-radius);
}
.widget-title,
aside[class*="sidebar"] .widget-title,
.widgettitle {
	font-size: var(--widget-title-font-size, 1.5rem);
	color:  var(--widget-title-color);
	margin-bottom: var(--global-elements-margin);
}
.widget {
	font-size: 0.9375rem;
	margin-bottom: calc(var(--post-margin) * 2);
}
.widget ul li,
.widget ol li {
	color: var(--widget-font-color);
	display: block;
	border-bottom: 1px solid var(--widget-border-color);
	line-height: normal;
}
.widget ul li a,
.widget ol li a {
	color:  var(--widget-primary-link-color);
	text-decoration: none;
}
.widget ul.children li a,
.widget ul.sub-menu li a {
	color:  var(--widget-child-link-color);
	font-size: 0.875rem;
}
.widget ul ul.children li ul.children li a::before,
.widget_nav_menu li.menu-item-has-children .sub-menu li .sub-menu li a::before {
	content:"-"; /* dash */
	margin-right:5px;
	color: var(--medium-grey);
	font-weight: 500;
}
.widget ul ul.children,
.widget ul ul.submenu-container {
	border-top:  1px solid var(--widget-border-color);
}
.widget ul ul.children li:last-child,
.widget ul ul.sub-menu li:last-child {
	border-bottom: 0;
}
.widget_nav_menu li.menu-item-has-children .sub-menu li {
    border-top: 1px solid var(--widget-border-color);
    border-bottom: 0;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="search"] {
	margin: var(--global-elements-margin) 0;
}
.widget form label,
.mc4wp-form  label {
	font-size: 1rem;
	color:  var(--widget-font-color);
	margin-bottom: var(--global-elements-margin);
	margin-top:  var(--global-elements-margin);
}
.widget form input:not([type="checkbox"]),
.widget form button {
	width: 100%;
}
.widget select {
	width: 100%;
}
/* Calendar */
.widget_calendar table {
	font-size: 1rem;
	margin-bottom: 0;
	margin-top: 0;
}
.widget_calendar th, .widget_calendar td {
	padding: 10px;
	text-align: center;
	position: relative;
}
.widget_calendar td:not(#prev):not(#next) a {
	display:block;
	font-weight: 600;
}
.widget_calendar td:not(#prev):not(#next) a::before {
	content:  '';
	width: 100%;
	height:  100%;
	background: var(--widget-misc-elements-background);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.wp-calendar-nav {
	display: flex;
	background: var(--widget-border-color);
	/*justify-content: space-between;*/
	padding: 1rem;
	justify-content: center;
}
.wp-calendar-nav span {
	display: flex;
	margin: 0 5px;
}
.widget_calendar #prev a,
.widget_calendar #next a,
.widget_calendar .wp-calendar-nav a {
	font-weight: 600;
	color:  var(--widget-primary-link-color);
}
.has-background .widget_calendar th, .has-background .widget_calendar td {
	padding: 0.3125rem;
}
/* RSS Feed */
.rss-widget-icon {
    display: none;
}
.widget .widget-title a:nth-child(2)::before {
    font-family: "fontello";
    content: "\f09e";
    margin-right: 0.625rem;
    font-weight: 400;
}
.widget_rss ul li {
	border: 1px solid var(--widget-border-color);
	padding:  var(--post-margin);
	margin-bottom: var(--post-margin);
}
.widget_rss ul li .rsswidget {
	font-family: var(--title-font);
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.3;
	padding-top: 0;
	position: relative;
}
.widget_rss ul li .rsswidget::before {
	content:  '';
	display: block;
	width: 3px;
	height: 70%;
	background: var(--black);
	position: absolute;
	left: -25px;
	top: 5px;
}
.rss-date {
	font-weight: 400;
	display: block;
	color: var(--widget-meta-color);
	font-size: 0.8125rem;
}
.rssSummary {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 0.8755rem;;
}
.widget_rss cite {
	font-size: 0.8125rem;
	font-weight: 400;
}
.has-background .widget_rss ul li {
	border: 0;
	padding: 0;
	border-bottom: 1px solid var(--widget-border-color);
	padding-bottom: var(--post-margin);
}
.has-background .widget_rss ul li .rsswidget::before {
	content: none;
}
/* Search  */
.widget_search form {
	display: flex;
}
.widget.widget_search input,
.widget.widget_search button {
	margin: 0;
}
.widget.widget_search button:not(.wp-block-search__button) {
	width: auto;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: .375em 1rem;
}
.widget.widget_search input[type="search"] {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
}
/* Tag cloud */
.widget_tag_cloud .tagcloud,
.widget_tag_cloud .wp-block-tag-cloud,
.wp-block-tag-cloud,
.tagcloud {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
	margin: 0;
	gap: 0.5rem;
}
.widget_tag_cloud a,
.single-post-tags a,
.child-categories a,
a.tag-cloud-link {
	margin: 0;
	padding: 0.25rem 0.75rem;
	background: var(--widget-tag-background);
	color: var(--widget-tag-color);
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 400;
	font-size: 0.5625rem !important;
	border-radius: var(--widget-tag-border-radius);
	font-family: var(--title-font);
	font-weight: 600;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.single-post-tags a {
	margin: 0;
	color:  var(--single-tags-color, var(--widget-tag-color));
	background: var(--single-tags-background, var(--widget-tag-background));
}
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus,
.single-post-tags a:hover,
.single-post-tags a:focus,
a.tag-cloud-link:focus,
a.tag-cloud-link:hover {
	background: var(--widget-tag-hover-background);
	color: var(--widget-tag-hover-color);
}
.tag-link-count,
.wp-block-tag-cloud > span,
.wp-block-tag-cloud span {
	font-weight: 400;
	margin-left: 0.25rem;
	font-size: 0.625rem;
}
.tag-link-count span {
	margin: 0;
}
/* Recent Comments */
.widget_recent_comments .comment-author-link {
	font-size: 0.8125rem;
	color:  var(--widget-primary-link-color);
	text-transform: capitalize;
}
.widget_recent_comments .comment-author-link a {
	padding: 0;
}
.widget_recent_comments ul {
	counter-reset: li-counter;
}
.widget_recent_comments ul li {
	position: relative;
	padding-left: calc(var(--post-margin) * 2);
	padding-bottom: 0.875rem;
	font-size: 0.8125rem;
	border-bottom: 1px solid var(--widget-border-color);
	margin-bottom: var(--global-elements-margin);
}
.widget_recent_comments ul li::before {
    position: absolute;
    top: -5px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--tfm-widget-count-color);
    content: counter(li-counter);
    counter-increment: li-counter;
    z-index: 200;
    font-size: 1.5rem;
    font-weight: 800;
    background: 0 0;
}
.widget_recent_comments ul li > a {
	font-size: 1.125rem;
	font-family: var(--title-font);
	font-weight: 700;
	line-height: 1.3;
	display: block;
}
/* Text Widget */
.widget_text img {
	margin-top: 1rem;
}
/* MailChimp  */
.widget.widget_mc4wp_form_widget label.tfm-agree,
.mc4wp-form .mc4wp-form-fields label.tfm-agree {
	font-size: 0.875rem;
	line-height: 1.3;
	margin-bottom: 0;
	margin-top: var(--global-elements-margin);
	font-weight: normal;
}
.mc4wp-form-fields {
	padding-top: var(--global-elements-margin);
}
.mc4wp-form-fields > label:first-of-type {
	margin-top: 0;
}
.widget.widget_mc4wp_form_widget .widget-title {
	margin-bottom: 0;
}
.widget.widget_mc4wp_form_widget form {
	width: 100%;
}
/* Mc4wp embed */
.the-post article .mc4wp-form  label,
.the-page article .mc4wp-form  label  {
	font-size: var(--single-entry-font-size);
}
.the-post article .mc4wp-form .mc4wp-form-fields label.tfm-agreem,
.the-page article .mc4wp-form .mc4wp-form-fields label.tfm-agree {
	font-size: 1rem;
}
/* TFM Social Widget  */
.tfm_social_widget {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.tfm_social_widget .widget-subtitle,
.widget-subtitle {
	margin-top: 0;
	color: var(--tfm-widget-subtitle-color);
	font-size: 0.875rem;
	display: block;
	letter-spacing: normal;
	line-height: normal;
}
.tfm_social_widget .widget-title + p.widget-subtitle {
	margin-top: 0;
	order: -1;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 0.6875rem;
	margin-bottom: 0.25rem;
}
.tfm_social_widget .widget-wrapper.has-title {
	margin-top: 0;
}
.tfm_social_widget .widget-wrapper.has-subtitle {
	margin-top: 0;
}
.tfm_social_widget .widget-wrapper:not(.has-title):not(.has-subtitle) {
	margin-top: -0.5rem;
}
.tfm_social_widget .tfm-social-icons.has-text .tfm-social-icon,
.tfm_social_widget .tfm-social-icons.has-text .tfm-social-icon a {
	flex-basis: 100%;
	justify-content: flex-start;
	margin-right: 0;
}
.tfm_social_widget .tfm-social-icons-wrapper {
	width: 100%;
}
.tfm_social_widget .tfm-social-icons {
	gap:  0.5rem;
}
.tfm_social_widget .tfm-social-icons:not(.has-text) .tfm-social-icon {
	flex:  0 calc(var(--social-widget-icon-flex-basis, calc(100% / 6 - 0.417rem)));
	margin: 0;
	max-width: 43px;
}
.tfm_social_widget .tfm-social-icons:not(.has-text) .tfm-social-icon a {
	flex-basis: 100%;
	height: 100%;
}
.tfm_social_widget .tfm-social-icons:not(.has-text) .tfm-social-icon::before {
	content:  '';
	padding-bottom: 100%;
	float: left;
}
/* TFM Posts widget */
.tfm_posts_widget {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.tfm_posts_widget .widget-title,
.post-grid.cols-3 .tfm_posts_widget .widget-title,
aside[class*="sidebar"] .tfm_posts_widget .widget-title {
	margin-bottom: 0;
}
.tfm_posts_widget .widget-subtitle {
	color:  var(--tfm-widget-subtitle-color);
	margin-top: 0 !important;
	order: -1;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 0.6875rem;
	margin-bottom: 0.25rem;
}
.tfm_posts_widget > ul[class*="title"],
.tfm_posts_widget > ol[class*="title"] {
	padding-top: var(--global-elements-margin);
}
.widget.tfm_posts_widget li.widget-entry {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border: 0;
	padding-bottom: var(--posts-widget-entry-margin, 1.25rem);
	position: relative;
}
.widget.tfm_posts_widget .list-style-grid.has-post-thumbnails li.widget-entry {
	flex-direction: column;
	border: 0;
}
.widget.tfm_posts_widget .list-style-grid.has-post-thumbnails li.widget-entry:not(.has-post-thumbnail) + li.has-post-thumbnail {
	padding-top: 1.25rem;
}
.widget.tfm_posts_widget li.widget-entry:last-child {
	border-bottom: none;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.widget.tfm_posts_widget .entry-header,
.loop-sidebar .widget.tfm_posts_widget .entry-header  {
	display: block;
	flex-basis: 5%;
	margin: 0;
	padding: 0;
	flex-grow: 1;
}
.widget.tfm_posts_widget .list-style-list-first-grid li:first-child .entry-header {
	flex-basis: 100%;
}
.widget.tfm_posts_widget .show-post-count li.widget-entry:not(.has-post-thumbnail) .entry-header {
	margin-left:  2.1875rem;
}
.widget.tfm_posts_widget .show-post-count.has-post-thumbnails li.widget-entry:not(.has-post-thumbnail) .entry-header {
	margin-left:  3.1875rem;
}
.tfm_posts_widget .has-post-thumbnails:not(.list-style-grid) .widget-entry:not(.first-grid) .post-thumbnail {
	width: 90px;
	height: 90px;
	margin-right: 1.25rem;
	padding: 5px;
}
.tfm_posts_widget .has-post-thumbnails .widget-entry .post-thumbnail {
	background: var(--widget-thumbnail-background, var(--post-background));
	box-shadow: var(--widget-post-thumbnail-box-shadow);
}
.tfm_posts_widget .post-thumbnail img {
	border-radius: var(--post-thumbnail-border-radius);
}
.tfm_posts_widget .list-style-list .post-thumbnail img,
.widget.tfm_posts_widget .list-style-list-first-grid li:not(:first-child) .post-thumbnail img {
	position:  relative;
}
.tfm_posts_widget .list-style-list.round-thumbnails .post-thumbnail img,
.tfm_posts_widget .list-style-list.round-thumbnails .post-thumbnail,
.widget.tfm_posts_widget .list-style-list-first-grid.round-thumbnails li:not(:first-child) .post-thumbnail img,
.widget.tfm_posts_widget .list-style-list-first-grid.round-thumbnails li:not(:first-child) .post-thumbnail {
	border-radius: 50%;
}
.widget.tfm_posts_widget .show-post-count.list-style-list-first-grid li:first-child .post-thumbnail img {
	border-radius: 10px 0 0 0;
}
.widget.tfm_posts_widget .list-style-grid .post-thumbnail,
.widget.tfm_posts_widget .list-style-list-first-grid li:first-child .post-thumbnail {
	width: 100%;
	height: 0;
	margin-bottom: 1rem;
	margin-right: 0;
}
.widget.tfm_posts_widget .list-style-grid .post-thumbnail img,
.widget.tfm_posts_widget .list-style-list-first-grid li:first-child .post-thumbnail img {
	position: absolute;
	object-fit: cover;
	height: 100%;
}
.widget.tfm_posts_widget .list-style-grid .post-thumbnail a,
.widget.tfm_posts_widget .list-style-list-first-grid li:first-child .post-thumbnail a {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	border: var(--thumbnail-padding) solid transparent;
	overflow: hidden;
	border-radius: calc(var(--post-thumbnail-border-radius) + 10px);
}
/* Cover style */

.widget.tfm_posts_widget .has-post-thumbnails li.widget-entry.cover.has-post-thumbnail {
	padding-bottom: 0;
	margin-bottom: 2rem;
}
.widget.tfm_posts_widget .has-post-thumbnails li.widget-entry.cover.has-post-thumbnail .post-thumbnail::after {
	content: '';
	width: calc(100% - ( var(--thumbnail-padding) * 2));
	height: calc(100% - ( var(--thumbnail-padding) * 2));
	background: var(--cover-overlay-gradient);
	position: absolute;
	bottom: var(--thumbnail-padding);
	left: var(--thumbnail-padding);
	border-radius: var(--post-thumbnail-border-radius);
}
.widget.tfm_posts_widget .has-post-thumbnails li.widget-entry.cover.has-post-thumbnail .post-thumbnail {
	padding-bottom: 66.75%;
	margin-bottom: 0;
}
.widget.tfm_posts_widget .has-post-thumbnails li.widget-entry.cover.has-post-thumbnail.thumbnail-wide .post-thumbnail {
	padding-bottom: 56.25%;
}
.widget.tfm_posts_widget .has-post-thumbnails li.widget-entry.cover.has-post-thumbnail.thumbnail-square .post-thumbnail {
	padding-bottom: 100%;
}
.widget.tfm_posts_widget .has-post-thumbnails li.widget-entry.cover.has-post-thumbnail.thumbnail-portrait .post-thumbnail {
	padding-bottom: 149.88%;
}
.widget.tfm_posts_widget .has-post-thumbnails li.widget-entry.cover.has-post-thumbnail .entry-header {
	position: absolute;
	bottom: 0;
	padding:  calc(var(--post-margin) * 2);
	margin-bottom: 0;
}
.widget.tfm_posts_widget li a {
	padding:  0;
	margin: 0;
	text-decoration: none;
}
.tfm_posts_widget .entry-title-link {
	font-family: var(--title-font);
	font-weight: 600;
	line-height: 1.3;
	font-size: var(--body-font-size);
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
	word-break: break-word;
	text-align: left;
}
.widget.tfm_posts_widget .list-style-grid .entry-title-link,
.widget.tfm_posts_widget .list-style-list-first-grid li:first-child .entry-title-link {
	font-size: 1.25rem;
	letter-spacing: -0.01875rem;
	line-height: 1.2;
}
.widget.tfm_posts_widget .list-style-list:not(.has-post-thumbnails) .entry-title-link {
	font-size: 1.125rem;
	line-height: 1.3;
}
.tfm_posts_widget .entry-meta li {
	color: var(--widget-meta-color);
	border: 0;
}
.tfm_posts_widget .widget-entry .entry-meta.before-title {
	margin-bottom: 0.5rem;
	position: static;
}
.tfm_posts_widget .list-style-grid .widget-entry.has-post-thumbnail:not(.cover) .entry-meta.before-title,
.tfm_posts_widget .list-style-list-first-grid .widget-entry.first-grid.has-post-thumbnail:not(.cover) .entry-meta.before-title {
	position: absolute;
	top: 25px;
	right: 25px;
	width: auto;
}
.tfm_posts_widget .entry-meta.after-title {
	margin-top: 0.5rem;
	width: 100%;
}
.tfm_posts_widget .entry-meta-comment-count span {
	display: none;
}
.post-grid .article:not(.cover) .entry-meta-comment-count span
.tfm_posts_widget .list-style-list-first-grid.has-post-thumbnails li:first-child.has-post-thumbnail .entry-header > *:not(.entry-title-link),
.tfm_posts_widget .list-style-grid.has-post-thumbnails li.has-post-thumbnail .entry-header > *:not(.entry-title-link) {
	margin-bottom: 0.625rem;
}
.tfm_posts_widget .list-style-list-first-grid.has-post-thumbnails li:first-child.has-post-thumbnail .entry-meta.after-title,
.tfm_posts_widget .list-style-grid.has-post-thumbnails li.has-post-thumbnail .entry-meta.after-title {
	margin-top: 0.625rem;
	margin-bottom: 0;
}
.tfm_posts_widget .entry-meta ul {
	font-size: 0.75rem;
}
.tfm_posts_widget .entry-meta a {
	color:  var(--widget-meta-link-color);
}
.tfm_posts_widget .entry-meta a[class*="cat-link"] {
	font-weight: 600;
font-size: 0.5rem;
padding: 2px 7px;
font-family: var(--body-font);
letter-spacing: 1px;
border:  var(--widget-cat-slug-border, 1px solid var(--very-light-grey));
}
.tfm_posts_widget ol.show-post-count {
	counter-reset: li-counter;
}
.tfm_posts_widget ol.show-post-count > li.widget-entry::before {
    position: absolute;
    top: -5px;
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--tfm-widget-count-color);
    content: counter(li-counter);
    counter-increment: li-counter;
    z-index: 2;
    font-size: var(--posts-widget-count-font-size, 1.5rem);
    font-weight: 700;
}
.tfm_posts_widget ol.show-post-count.has-post-thumbnails > li::before {
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    padding: 10px;
    color: var(--tfm-widget-alt-count-color);
    background: var(--tfm-widget-alt-count-background);
    font-size: var(--posts-widget-alt-count-font-size, .625rem);
    content: counter(li-counter);
    box-shadow: var(--widget-post-thumbnail-box-shadow);
    border-radius: 100%;
}
.tfm_posts_widget .has-avatar.has-author.has-date .entry-meta-author {
	position: absolute;
	top: -3px;
	left:  38px;
}
.tfm_posts_widget .has-avatar.has-author .entry-meta.after-title li.entry-meta-date {
    padding-top: 12px;
}
.tfm_posts_widget .has-avatar.has-author .entry-meta.after-title li:not(.entry-meta-date) {
    padding-top: 0;
}
/* After title meta break out of header */
.tfm_posts_widget .list-style-list-first-grid li[class*="meta-items"]:not(.meta-items-1),
.tfm_posts_widget .list-style-list li[class*="meta-items"]:not(.meta-items-1) {
	padding-bottom: 1rem;
}
.tfm_posts_widget .list-style-list.has-post-thumbnails li > .entry-meta.after-title,
.tfm_posts_widget .list-style-list-first-grid.has-post-thumbnails li:not(:first-child) > .entry-meta.after-title {
	width: 100%;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top:  1px solid var(--very-light-grey);
}
span.tfm-count {
	float: right;
	/*margin-top: 0.75rem;*/
	color: var(--entry-meta-link-color);
	background: var(--very-light-grey);
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.5625rem;
	border-radius: var(--button-border-radius);
	padding: 4px 8px;
	font-family: var(--title-font);
	min-width: 19px;
}
.tfm-count i {
	font-style: normal;
}
/* Highlight Widget */
.tfm-highlight-widget {
	background: var(--widget-highlight-background);
	padding:  var(--global-elements-margin) !important;
}

/* Footer widget colours (inherit footer colour settings) */
.site-footer .widget {
	color: var(--footer-color, var(--body-font-color));
}
.site-footer .tfm-ratings span[class*="tfm-rating"] {
	color: var(--footer-color, var(--tfm-rating-text-color));
}
.site-footer .widget-title,
.site-footer .widgettitle {
	color: var(--footer-heading-color, var(--widget-title-color));
}
.site-footer .widget-subtitle {
	color: var(--footer-color, var(--tfm-widget-subtitle-color));
}
.site-footer .tfm_posts_widget .entry-meta li {
	color: var(--footer-color, var(--widget-meta-color));
}
.site-footer .after-title-meta li:not(.entry-meta-avatar)::after,
.site-footer .entry-meta-read-time::before {
	color:  var(--footer-misc-color, var(--entry-meta-icon-color));
}
.site-footer .widget a:not([class*="cat-link"]) {
	color: var(--footer-link-color, var(--widget-primary-link-color));
}
.site-footer .tfm-rating-stars .star::before,
.site-footer .tfm-rating-stars .star:not(.none)::after {
	color:  var(--footer-misc-color, var(--tfm-star-rating-color));
}
/* Toggle sidebar widget colours (inherit toggle sidebar colour settings) */
.toggle-sidebar .widget {
	color: var(--toggle-sidebar-color, var(--body-font-color));
}
.toggle-sidebar .widget ul li,
.toggle-sidebar .widget ol li {
	border-color: var(--toggle-sidebar-border-color);
}
.toggle-sidebar .tfm-ratings span[class*="tfm-rating"] {
	color: var(--toggle-sidebar-color, var(--tfm-rating-text-color));
}
.toggle-sidebar .widget-title,
.toggle-sidebar .widgettitle,
.toggle-sidebar .wp-block-group__inner-container > h2,
.toggle-sidebar .wp-block-group__inner-container > h3 {
	color: var(--toggle-sidebar-heading-color, var(--widget-title-color));
}
.toggle-sidebar .widget-subtitle {
	color: var(--toggle-sidebar-color, var(--tfm-widget-subtitle-color));
}
.toggle-sidebar .tfm_posts_widget .entry-meta li {
	color: var(--toggle-sidebar-color, var(--widget-meta-color));
}
.toggle-sidebar .after-title-meta li:not(.entry-meta-avatar)::after,
.toggle-sidebar .entry-meta-read-time::before,
.toggle-sidebar .entry-meta-comment-count::before  {
	color:  var(--toggle-sidebar-misc-color, var(--entry-meta-icon-color));
}
.toggle-sidebar .widget a:not([class*="cat-link"]):not([class*="tfm-social-url"]) {
	color: var(--toggle-sidebar-link-color, var(--widget-primary-link-color)) !important;
}
.toggle-sidebar .tfm-rating-stars .star::before,
.toggle-sidebar .tfm-rating-stars .star:not(.none)::after {
	color:  var(--toggle-sidebar-misc-color, var(--tfm-star-rating-color));
}
/* -------------------------------------------------------------------------- */
/*	5. Site Header
/* -------------------------------------------------------------------------- */
.toggle-search.hidden,
.toggle-menu.hidden {
	display: none;
}
.toggle-menu {
	margin-right: auto;
}
.toggle-search {
	margin-left: auto;
}
.toggle i[class*="icon"] {
	font-size: 15px;
	margin: 0 0 0 -5px;
	cursor:  pointer;
}
.toggle-search i[class*="icon"] {
	margin-right: -5px;
	font-size: 18px;
}
.toggle-menu span,
.toggle-search span {
	color:  var(--toggle-icon-color);
	padding: 0;
	margin: 0;
	text-align: left;
}
.toggle-menu i {
	padding: 0;
	margin: 0;
}
.mobile-header .toggle {
	margin: 0;
}
.mobile-header .toggle-menu {
	margin-right:  var(--global-elements-margin);
}
.mobile-header .toggle-search {
	margin-left:  var(--global-elements-margin);
}
.site-title {
	margin: 0 0 0.5rem 0;
	line-height: 1.05;
}
.logo-left-menu-right .site-title {
	padding: 0;
	line-height: 0.5;
}
.site-title a {
	padding: 0;
	display: inline-block;
	color:  var(--logo-color);
	text-decoration: none;
}
.tagline {
	color: var(--medium-grey);
	margin-bottom: 0;
	font-family: var(--title-font);
	font-size: 0.9375rem;
}
.site-logo + p {
	margin-top: 0.5rem;
}
ul.primary-menu {
	font-family: var(--title-font);
	font-size: var(--primary-menu-font-size, 0.9375rem);
	font-weight: 600;
	letter-spacing: var(--primary-menu-letter-spacing, 2px);
	text-transform: var(--primary-menu-text-transform, none);
	text-align: left;
	align-items: flex-start;
}
.menu-label {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: auto;
	align-items: center;
}
.primary-menu li.menu-item-has-children > a .menu-label::after {
  font-family: fontello;
  content: "\e806 ";
  font-weight: 300;
  margin-left: 0.3125rem;
  font-size: 0.5rem;
  margin-top: 3px;
}
ul.primary-menu .menu-description,
ul.primary-nav-sidebar .menu-description {
	font-size: var(--menu-description-font-size, 10px);
	color:  var(--primary-menu-description-color);
	display: block;
	margin-top: 4px;
	width: 100%;
	flex-basis: 100%;
	letter-spacing: var(--primary-menu-description-letter-spacing);
	text-transform: none;
}
ul.primary-nav-sidebar .menu-description {
	margin-top: 0;
	color: var(--toggle-sidebar-menu-description-color, var(--medium-grey));
}
.primary-menu ul a {
	font-weight: 500;
}
.site-header:not(.logo-below-nav):not(.logo-left-menu-right) .primary-menu-container::after {
	content:  '';
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	height: calc(100% + 30px);
	background: var(--primary-menu-background, var(--header-background));
	position: absolute;
	bottom: -15px;
	z-index: -1;
}
ul.header-secondary {
	font-family: var(--title-font);
}
.site-header .search-form input,
.site-header .search-form button {
	padding: 0.3125rem 0.5625rem 0.3125rem 1rem;
	font-size: 0.8125rem;
	border-radius: var(--header-search-input-border-radius);
	background: var(--header-search-input-background);
	border: 0;
	color: var(--header-search-input-color);
	margin: 0;
}
.site-header .search-form input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid var(--header-search-input-border-color, var(--header-search-input-background));
	border-right: 0;
}
.site-header .search-form button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 0.46875rem;
	border: 1px solid var(--header-search-input-border-color, var(--header-search-input-background));
	border-left: 0;
}
.site-header .search-form input:focus,
.site-search .search-form input:focus {
	outline: none;
}
.site-header .search-form {
	width:  220px;
}
.site-header.has-primary-nav.default:not(.has-primary-nav-background) .header-branding::after,
.site-header.has-primary-nav.default-advert:not(.has-primary-nav-background) .header-branding::after,
.site-header.has-primary-nav.default-logo-left:not(.has-primary-nav-background) .header-branding::after {
	content:  '';
	width:100vw;
	max-width:100vw;
	margin-left: calc(-50vw + 50%);
	height: 1px;
	background: var(--header-border-color, var(--very-light-grey));
	position: absolute;
	bottom: 0;
}
.site-header.default.has-primary-nav .header-branding,
.site-header.default-advert.has-primary-nav .header-branding,
.site-header.default-logo-left.has-primary-nav .header-branding {
	margin-bottom: 1.25rem;
	padding-bottom: 1.25rem;
}
.logo-left-menu-right .header-branding {
	margin-bottom: 0;
}
.site-header.default.has-primary-nav,
.site-header.default-logo-left.has-primary-nav,
.site-header.default-advert.has-primary-nav:not(.has-search-input),
.site-header.default-advert.has-primary-nav.has-primary-nav-background {
	padding-bottom: 15px;
}
.site-header.default.has-primary-nav .header-branding,
.site-header.default-logo-left.has-primary-nav .header-branding,
.site-header.default-advert.has-primary-nav:not(.has-search-input) .header-branding,
.site-header.default-advert.has-primary-nav.has-primary-nav-background .header-branding {
	margin-bottom: 15px;
}
.site-header.default .primary-menu > li > ul,
.site-header.default-logo-left .primary-menu > li > ul,
.site-header.default-advert.has-primary-nav:not(.has-search-input) .primary-menu > li > ul {
	top: calc(100% + 15px);
	}
/* -------------------------------------------------------------------------- */
/*	6. Footer
/* -------------------------------------------------------------------------- */
.site-footer {
	padding-top: 0;
}
.goto-top,
.goto-top:hover,
.goto-top:focus {
    display: inline-block;
    position: fixed;
    bottom: -100px;
    right: 25px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    background: var(--gototop-background);
    color: var(--gototop-color);
    font-weight: 400;
    border-radius:  var(--gototop-border-radius, 0);
}
.goto-top.visible {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}
.columns-70-30-menu .footer-column-2 {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	padding-left: calc(var(--global-elements-margin) * 2);
}
.columns-70-30-menu .footer-column-2 .widget {
    margin-top: 0;
}
.footer-bottom {
	padding: 0;
	font-size: 0.875rem;
}
.footer-widget-area + .footer-bottom {
	border-top:  1px solid var(--footer-border-color, var(--off-white-accent));
	padding-top: var(--global-elements-margin);
}
.footer-bottom a {
	color: var(--footer-link-color, var(--link-color));
	text-decoration: none;
}
.footer-column .widget {
	margin: 0 0 calc(var(--global-elements-margin) * 2) 0;
}
.footer-column .widget:last-child {
	margin-bottom: var(--global-elements-margin);
}
/* -------------------------------------------------------------------------- */
/*	7. Pagination
/* -------------------------------------------------------------------------- */

.pagination,
.page-pagination {
	font-size: var(--button-font-size);
}
.single .page-pagination {
	margin-top: calc(var(--global-elements-margin) * 2);
	margin-bottom: var(--global-elements-margin);
	text-align: center;
	padding-bottom: 1.4rem;
}
.has-pagination-prev-next .nav-links .page-numbers a.prev,
.has-pagination-prev-next .nav-links .page-numbers a.next,
.page-pagination.nav-links a.post-page-numbers,
.the-post .entry-content .page-pagination.nav-links a.post-page-numbers {
	background: var(--pagination-button-background, var(--button-background));
	color:   var(--pagination-button-color, var(--button-color));
	padding: var(--button-padding);
	font-weight: 600;
	border-radius:  var(--button-border-radius);
	display: block;
	border: 0;
	text-decoration: none;
	letter-spacing:  var(--button-letter-spacing);
	text-transform: var(--button-text-transform);
}
.page-pagination.nav-links a.post-page-numbers,
.the-post .entry-content .page-pagination.nav-links a.post-page-numbers {
	display: inline-block;
}
.has-pagination-prev-next .nav-links .page-numbers a.prev::before {
	content:  "\2039";
	margin-right: 6px;
}
.has-pagination-prev-next .nav-links .page-numbers a.next::after {
	content: "\203A";
	margin-left: 6px;
}
.nav-links .page-numbers .page-numbers.current {
	display: none;
	font-weight: 600;
}
body:not(.paged) .nav-links .page-numbers li:not(:last-child),
.paged .nav-links .page-numbers li:not(:first-child):not(:last-child),
.nav-links .page-numbers a.prev,
.nav-links .page-numbers a.next {
	display: none;
}
.has-pagination-numbers .nav-links .page-numbers .page-numbers.current,
body:not(.paged) .has-pagination-numbers .nav-links .page-numbers li:not(:last-child),
.paged .has-pagination-numbers .nav-links .page-numbers li:not(:first-child):not(:last-child) {
	display: flex;
	align-items: center;
}
.has-pagination-numbers .nav-links ul li .page-numbers,
.page-pagination.nav-links a.post-page-numbers
/*.the-post .entry-content .page-pagination.nav-links a.post-page-numbers,
.the-page .entry-content .page-pagination.nav-links a.post-page-numbers*/  {
	/*border:  1px solid var(--very-light-grey);*/
	padding: var(--button-padding);
	border-radius:  var(--button-border-radius);
	font-size: var(--button-font-size);
	text-decoration: none;
}
.page-pagination.nav-links a.post-page-numbers:not(:last-child) {
	margin: 0 0.625rem 0 0;
}
.the-post .entry-content .page-pagination.nav-links a.post-page-numbers:hover,
.the-page .entry-content .page-pagination.nav-links a.post-page-numbers:hover  {
	text-decoration: none;
}
/* -------------------------------------------------------------------------- */
/*	8. Plugins
/* -------------------------------------------------------------------------- */

/* TFM Hero ------------------------------------- */
.tfm-hero {
	max-width: var(--site-max-width);
	margin: auto;
	padding: calc( var(--post-margin) * 1) 0 0 0;
}
.tfm-hero[data-fullwidth="true"] {
	max-width: 100vw;
	padding-left:  var(--post-margin);
	padding-right: var(--post-margin);
}
.tfm-hero[data-fullwidth="true"].carousel[data-centermode="true"],
.tfm-hero[data-fullwidth="true"].slider[data-centermode="true"] {
	padding-left:  0;
	padding-right: 0;
}
.tfm-hero[data-fullwidth="true"] .slick-track {
	width: 100vw;
}
.tfm-hero-background-wrapper {
	margin-bottom: var(--post-margin);
	background-size: var(--hero-background-size, cover);
	background-repeat: var(--hero-background-repeat, no-repeat);
	background-position: var(--hero-background-position, center center);
}
.tfm-hero-background-wrapper .tfm-hero {
	padding-bottom: calc(var(--post-margin) * 1);
}
.tfm-hero.slick .article {
	margin: calc(var(--post-margin) * 2) var(--post-margin); /* Allow space for box shadow */
}
.tfm-hero .excerpt {
	font-weight: 600;
}
.tfm-hero.cols-1 .excerpt,
.tfm-hero.cols-2:not(.grid-offset) .excerpt,
.tfm-hero[data-fullwidth="true"].cols-3 .excerpt {
	font-size: 1rem;
}
.tfm-hero.cols-1 .article {
	width: 100vw;
	margin:  var(--post-margin);
}
.tfm-hero.cols-1[data-fullwidth="true"] .article.cover .entry-wrapper,
.tfm-hero.cols-1[data-fullwidth="true"]:not([data-centermode="true"]) .article:not(.has-post-thumbnail):not(.disabled-post-thumbnail) .entry-wrapper,
.has-sidebar .tfm-hero.cols-1[data-fullwidth="true"] .article.disabled-post-thumbnail .entry-wrapper {
	max-width: var(--hero-wrapper-max-width);
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}
.tfm-hero.cols-1[data-fullwidth="true"] .article:not(.has-post-thumbnail):not(.disabled-post-thumbnail) .entry-wrapper,
.has-sidebar .tfm-hero.cols-1[data-fullwidth="true"] .article.disabled-post-thumbnail .entry-wrapper {
	max-width: var(--site-max-width);
}
.tfm-hero.cols-1[data-fullwidth="true"] .article.disabled-post-thumbnail .entry-wrapper,
.tfm-hero.cols-1[data-fullwidth="true"]:not([data-centermode="true"]) .article:not(.has-post-thumbnail) .entry-wrapper {
	max-width: var(--content-max-width);
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}
.tfm-hero .post-inner {
	width: 100%;
}
.tfm-hero.cols-1 .article.has-post-thumbnail .entry-wrapper {
	padding: 1.5625rem;
}
.tfm-hero.cols-1 .article.has-post-thumbnail.has-background:not(.cover) .entry-wrapper {
	padding: 1.5625rem !important;
}
.tfm-hero.cols-1 .article.cover.has-post-media .entry-wrapper,
.tfm-hero.cols-2[data-fullwidth="true"] .article.cover.has-post-media .entry-wrapper {
	padding: 3.125rem 3.125rem 3.125rem 3.125rem;
}
.tfm-hero[data-fullwidth="true"] .article.cover.has-post-media .entry-wrapper {
	max-width: calc(var(--site-max-width) + 3.125rem);
}
.tfm-hero .article.has-background .post-inner[style*="background"] .entry-wrapper {
	background: none;
}
.tfm-hero[data-margins="false"].cols-2 .article:not(.has-background) .entry-header  {
	margin-top: 0;
}
.tfm-hero[data-margins="false"].cols-3 .article:not(.has-background) .entry-header  {
	margin-top: 0;
}
.tfm-hero.cols-3 .article.cover.has-post-thumbnail .entry-wrapper,
.tfm-hero.cols-4 .article.cover.has-post-thumbnail .entry-wrapper  {
	padding: var(--post-inner-elements-margin);
}
.tfm-hero.cols-4[data-margins="false"] .article .entry-wrapper  {
	padding:  var(--post-margin);
}
.tfm-hero.cols-4[data-margins="false"] .article:not(.has-background) .entry-header  {
	margin-top: 0;
}
#tfm-hero .article:not(.has-post-thumbnail) .entry-header-section {
  padding-top: 0;
}
.tfm-hero.cols-1 .article .post-inner {
	padding-bottom: 0;
	flex-direction: row;
}
.tfm-hero.cols-1 .has-post-media:not(.cover) .post-inner > * {
	max-width: 50%;
}
#tfm-hero.cols-1 .article:not(.cover) .thumbnail-wrapper {
	padding: var(--thumbnail-padding);
}
.tfm-hero.cols-1 .post-thumbnail {
    height: 100%;
}
.tfm-hero.cols-1 .entry-meta {
	font-size: 0.875rem;
}
element {
    display: flex;
}
.tfm-hero.slick[data-arrows="true"][data-fullwidth="true"]:not([data-centermode="true"]) {
	padding-left: calc(var(--post-margin) * 3 );
	padding-right: calc(var(--post-margin) * 3);
}
.tfm-hero.slick[data-arrows="true"][data-margins="false"] {
  padding-bottom: 90px;
}
.tfm-hero-background-wrapper .tfm-hero[data-arrows="true"].slick .slick-arrow {
	margin-bottom: calc(var(--post-margin) * 2);
}
.tfm-hero .slick-arrow {
    position: absolute;
    bottom: calc(50% - 25px - ( var(--post-margin) / 2 ));
    right: -4px;
    width: 50px;
    height: 50px;
    z-index: 200;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color:  var(--gallery-arrow-color, var(--black));
    background: var(--gallery-arrow-background, #ffffff);
    box-shadow: var(--widget-post-thumbnail-box-shadow);

}
.tfm-hero .slick-arrow.slick-prev {
    right: auto;
    left: -4px;
}
.tfm-hero[data-fullwidth="true"] .slick-arrow {
    right: calc(var(--post-margin) *2 + 12px);

}
.tfm-hero[data-fullwidth="true"] .slick-arrow.slick-prev {
    right: auto;
    left: calc(var(--post-margin) *2 + 12px);
}
.tfm-hero[data-fullwidth="true"][data-centermode="true"] .slick-arrow {
    right: calc(7% - 4px);

}
.tfm-hero[data-fullwidth="true"][data-centermode="true"] .slick-arrow.slick-prev {
    right: auto;
    left: calc(7% - 4px);
}
.tfm-hero .slick-arrow::after {
	font-family: fontello;
	content: "\e811";
	font-size: 14px;
	font-weight: 300;
	position: absolute;
}
.tfm-hero .slick-arrow.slick-next::after {
    content: "\e812";
}
.tfm-hero .slick-arrow:hover,
.tfm-hero .slick-arrow:focus {
	background: var(--very-light-grey);
	color:  var(--body-font-color);
}
.tfm-hero[data-arrows="false"] .slick-arrow { 
		display:none !important;
	}
.tfm-hero[data-margins="false"] {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: var(--post-margin);
	padding-left: 0;
	padding-right: 0;
}
.tfm-hero[data-margins="false"] .post-thumbnail {
	border-radius: 0;
}
@media (min-width:  1061px) {
	.has-logo-below-nav:not(.has-tfm-ad-after-header) .tfm-hero[data-margins="false"],
	.has-logo-below-nav:not(.has-tfm-ad-after-header) .tfm-hero[data-margins="false"],
	.has-logo-below-nav:not(.has-tfm-ad-after-header) .tfm-hero-background-wrapper,
	.has-logo-below-nav:not(.has-tfm-ad-after-header) .tfm-hero-background-wrapper {
		margin-top: calc(var(--post-margin) * 2);
	}
}
.tfm-hero-background-wrapper .tfm-hero[data-margins="false"] {
	padding-bottom: 0;
}
.tfm-hero[data-margins="false"].cols-3 .article {
	flex-basis:  calc(100% / 3);
}
.tfm-hero[data-margins="false"].cols-4 .article {
	flex-basis:  calc(100% / 4);
}
/* Hero Entry title sizing */
.tfm-hero.cols-1.post-grid .article .entry-title {
	font-size: 3.5rem;
	letter-spacing: -0.125rem;
	line-height: 1.138888889;
}
.tfm-hero.cols-2 .article .entry-title {
	font-size: var(--cols-1-entry-title-size);
}
.tfm-hero.cols-3 .article .entry-title {
	font-size: var(--tfm-hero-cols-3-entry-title-size);
}
#tfm-hero.cols-4 .article .entry-title {
	letter-spacing: -0.0625rem;
	font-size: var(--cols-3-entry-title-size);
}
/* Full width */
#tfm-hero[data-fullwidth="true"].cols-4 .article .entry-title {
	font-size: var(--cols-2-entry-title-size);
}
.tfm-hero[data-fullwidth="true"].cols-2 .article .entry-title {
	font-size: 3rem;
}
.tfm-hero[data-fullwidth="true"].cols-3 .article .entry-title {
	font-size: var(--cols-1-entry-title-size);
}
.tfm-hero.cols-1.post-grid .article.has-post-media .entry-meta.before-title {
	position: static;
}
.tfm-hero.cols-1 .article .entry-meta a[class*="cat-link"] {
	border: 1px solid var(--very-light-grey);
}
#tfm-hero.cols-1 .article.has-avatar .tfm-after-title-meta .entry-meta-avatar {
	display: block;
}
#tfm-hero.cols-1 .article.has-avatar.has-author.has-date .tfm-after-title-meta .entry-meta-author::after {
	content: none;
}

/*
 * Prevent jumping before/after initialization
 */
.tfm-hero.carousel[data-slidestoshow="4"] .article:nth-child(n+5) {
	display:none;
}
.tfm-hero.carousel[data-slidestoshow="4"].slick-initialized .article {
	width:100vw;
}
.tfm-hero.carousel[data-slidestoshow="4"].slick-initialized .article:nth-child(n+5) {
	display:flex;
}
.tfm-hero.carousel[data-slidestoshow="3"] .article:nth-child(n+4) {
	display:none;
}
.tfm-hero.carousel[data-slidestoshow="3"].slick-initialized .article {
	width:100vw;
}
.tfm-hero.carousel[data-slidestoshow="3"].slick-initialized .article:nth-child(n+4) {
	display:flex;
}
.tfm-hero.carousel[data-slidestoshow="2"] .article:nth-child(n+3) {
	display:none;
}
.tfm-hero.carousel[data-slidestoshow="2"].slick-initialized .article {
	width:100vw;
}
.tfm-hero.carousel[data-slidestoshow="2"].slick-initialized .article:nth-child(n+3) {
	display:flex;
}
.tfm-hero.slider[data-slidestoshow="1"] .article:nth-child(n+2) {
	display:none;
}
.tfm-hero.slider[data-slidestoshow="1"].slick-initialized .article:nth-child(n+2) {
	display:flex;
}
/* TFM Related Posts ------------------------------------- */
.after-content .tfm-related-posts {
  max-width: calc(var(--content-max-width) + calc( var(--post-margin) * 2 ));
  width: 100%;
}

.tfm-related-posts-wrapper.alignfull {
	margin-right: -50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(-50vw + 50%);
}
.has-sidebar .tfm-related-posts-wrapper.alignfull {
	margin: var(--global-elements-margin) auto;
	width: var(--content-width);
	max-width: var(--content-max-width);
	padding-left: var(--post-margin);
	padding-right: var(--post-margin);
	padding-bottom: var(--post-margin);
}
.has-sidebar .the-post > .article.has-background + div.after-content .tfm-related-posts-wrapper.alignfull {
	margin: var(--global-elements-margin) auto;
	width: var(--content-width);
	max-width: var(--site-max-width);
	border-radius: var(--post-thumbnail-border-radius);
	box-shadow: var(--post-box-shadow);
}
.tfm-related-posts .related-posts-header {
	margin-top: 0;
	margin-bottom: 8px;
}
.related-posts-header h2 {
	font-size: var(--h3-font-size);
}
.tfm-related-posts {
	/*padding-top: var(--post-margin);*/
}
.tfm-related-posts-wrapper .tfm-related-posts::before {
	content:  none;
}
.tfm-related-posts.list .article:not(.cover) .entry-header {
	display: block;
}

.tfm-related-posts.list.cols-2 .article:not(.cover).has-post-thumbnail .entry-wrapper {
	padding: var(--thumbnail-padding);
	padding-left: 1rem;
	padding-right: 1rem;
}
.tfm-related-posts.list.cols-2 .article:not(.cover).has-post-thumbnail {
	box-shadow: none;
}
.tfm-related-posts.grid.cols-2 .entry-title,
.tfm-related-posts.post-grid.list.cols-1 .entry-title {
	font-size:  var(--cols-3-entry-title-size);
}
.tfm-related-posts.list.cols-2 .article:not(.cover) h3.entry-title {
	font-size: var(--cols-3-list-entry-title-size);
}
.tfm-related-posts.list.post-grid .article:not(.cover) ul.after-title-meta {
	flex-direction: row;
	flex-wrap: nowrap;
}
.tfm-related-posts.list .article:not(.cover) .entry-meta.after-title ul.after-title-meta li {
  padding-top: 0;
  margin-top: 0;
  text-align: left !important;
}
.tfm-related-posts.post-grid[class*="list"] .article:not(.grid-style) .post-thumbnail {
  height: auto;
}
.tfm-related-posts.list.post-grid .article:not(.cover) .after-title-meta {
  top: 0;
}
.tfm-related-posts.list.cols-2 .article:not(.cover) .entry-meta.before-title {
	position: static;
}
.tfm-related-posts.list.cols-2 .article:not(.cover) .entry-meta.before-title a {
	font-size: 0.5rem;
	padding: 3px 7px;
}
.tfm-related-posts.list.cols-2 .article .tfm-ratings {
	margin-top: calc(var(--post-inner-elements-margin) / 3);
}
/* TFM MailChimp Before Footer ------------------------------------- */

.tfm-before-footer-section + footer.has-custom-background {
	padding-top: calc(var(--global-elements-margin) * 2);
}

.tfm-before-footer-section {
	background-image: none !important;
	background: none;
	width: var(--content-width);
	max-width: var(--site-width);
	margin: auto;
	background: #fff;
	border-radius: var(--post-thumbnail-border-radius);
	padding: 10px;
	box-shadow: var(--post-box-shadow);
	margin-bottom: calc(var(--global-elements-margin) * 2)
}
.tfm-before-footer-section .site-footer-inner {
	max-width: var(--site-width);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: calc(var(--post-thumbnail-border-radius));
	position: relative;
}
.single.has-tfm-related-posts .tfm-related-posts-wrapper + .tfm-before-footer-section {
	margin-top: 0;
}
.tfm-before-footer-section .widget_mc4wp_form_widget,
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget_mc4wp_form_widget,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget_mc4wp_form_widget {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: var(--content-max-width);
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.tfm-before-footer-section .widget_mc4wp_form_widget {
	margin-top: 0;
	margin-bottom: 0;
}
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget_mc4wp_form_widget,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget_mc4wp_form_widget {
	align-items: flex-start;
}
.tfm-before-footer-section .mc4wp-form-fields,
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields  {
	display: flex;
	flex-wrap: wrap;
}
.tfm-before-footer-section .widget .mc4wp-form-fields input:not([type="checkbox"]),
.tfm-before-footer-section .widget .mc4wp-form-fields button,
.tfm-before-footer-section .widget .mc4wp-form-fields input[type="submit"],
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget .mc4wp-form-fields input:not([type="checkbox"]),
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget .mc4wp-form-fields button,
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget .mc4wp-form-fields input[type="submit"],
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget .mc4wp-form-fields input:not([type="checkbox"]),
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget .mc4wp-form-fields button,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget .mc4wp-form-fields input[type="submit"] {
	width: 0;
	margin:0;
	border-color: #eeeeee;
}
.tfm-before-footer-section .mc4wp-form-fields input[type="text"],
.tfm-before-footer-section .mc4wp-form-fields input[type="email"],
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields input[type="text"],
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields input[type="email"],
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields input[type="text"],
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields input[type="email"] {
	flex: 1 1 auto;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.tfm-before-footer-section .mc4wp-form-fields input[type="email"],
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields input[type="email"],
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields input[type="email"] {
	flex: 1 1 auto;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.tfm-before-footer-section .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]) {
	border-right: 0;
	transition: all 0.2s ease;
}
.tfm-before-footer-section .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):nth-of-type(2),
.tfm-before-footer-section .widget .mc4wp-form-fields button,
.tfm-before-footer-section .widget .mc4wp-form-fields input[type="submit"],
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):nth-of-type(2),
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget .mc4wp-form-fields button,
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget .mc4wp-form-fields input[type="submit"],
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):nth-of-type(2),
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget .mc4wp-form-fields button,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget .mc4wp-form-fields input[type="submit"] {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.tfm-before-footer-section .widget .mc4wp-form-fields button,
.tfm-before-footer-section .widget .mc4wp-form-fields input[type="submit"],
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget .mc4wp-form-fields button,
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget .mc4wp-form-fields input[type="submit"],
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget .mc4wp-form-fields button,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget .mc4wp-form-fields input[type="submit"] {
	width: auto;
}
.tfm-before-footer-section .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):focus,
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):focus,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):focus {
	outline: none;
}
.tfm-before-footer-section .mc4wp-form-fields label,
.tfm-before-footer-section .mc4wp-form-fields .tfm-clear,
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields label,
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields .tfm-clear,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields label,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields .tfm-clear {
	width: 100%;
	display: block;
	text-align: center;
}
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields label,
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields .tfm-clear,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields label,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields .tfm-clear  {
	text-align: left;
}
.tfm-before-footer-section .widgettitle,
.tfm-before-footer-section .widget-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: var(--h2-font-size);
	text-align: center;
}

/* TFM Social Plugin ------------------------------------- */

.tfm-share-wrapper .share-text {
	margin-left: 0;
	margin-top: 0;
	font-size: 0.875rem;
	color:  var(--medium-grey);
	width: 100%;
	text-transform: none;
}
.tfm-social-icons {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	text-transform: capitalize;
	gap: 0.5rem;
}
.tfm-social-icons:not(.icon-background):not(.icon-border).has-text {
  gap: 1.25rem;
}
.tfm-social-icons .tfm-social-icon {
	display: flex;
	font-size: 0.875rem;
	border: 0;
	font-family: var(--title-font);
	font-weight: 600;
	line-height: 1;
	margin: 0;
}
/* Discord */
.tfm-social-icons .tfm-social-icon.discord i {
	margin-left: -3px;
	font-size:  0.8125rem;
}
/* End Discord */
.tfm-social-icons li.tfm-social-icon a {
	display: flex;
  width: 34px;
  height: 34px;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
	border-radius: var(--tfm-social-icon-border-radius, 0);
	color:  var(--tfm-social-icon-color, var(--very-dark-grey));
	padding: 0;
	text-decoration: none;
}
.tfm-social-icons.has-text li.tfm-social-icon a {
	padding: 0.625rem 1rem 0.625rem 0.625rem;
    width: auto;
    height: auto;
}
.tfm-social-icons.has-round-icons li.tfm-social-icon a {
	border-radius: 100%;
}
.tfm-social-icons.has-text.has-round-icons li.tfm-social-icon a {
  border-radius: 20px;
  padding-left: 0.75rem;
  padding-right: 1rem;
}
.tfm-social-icons:not(.icon-background):not(.icon-border):not(.has-text) li a {
	width: auto;
	height: auto;
	padding: 4px;
}
.tfm-social-icons:not(.icon-background):not(.icon-border).has-text li a {
	padding-left:0;
	padding-right:0;
}
.tfm-social-icons:not(.icon-background) li:first-child:not(.share-text) a,
.tfm-social-icons:not(.icon-background):not(.icon-border) .share-text + li a  {
		padding-left: 0;
	}
.tfm-social-icons li.tfm-social-icon a:hover {
	color:  var(--dark-grey);
}
.tfm-social-icons.has-text .tfm-social-name {
	margin-left: 5px;
	font-size: 0.8125rem;
}
.tfm-social-icons.has-text .tfm-social-icon.discord .tfm-social-name {
	margin-left: 9px;
}
/* Side off Canvas*/

.wrap > .tfm-share-wrapper[class*="side"] {
	position: absolute;
	padding-top: calc(var(--post-margin) * 2);
	padding-bottom: calc(var(--post-margin) * 2);
	height: 100%;
	top: 20px;
	z-index: 10;
}
.wrap > .tfm-share-wrapper[class*="side"] .tfm-share {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
}
.has-sticky-nav .wrap > .tfm-share-wrapper[class*="side"] .tfm-share {
	top: 150px;
}
.wrap > .tfm-share-wrapper[class*="side"] .tfm-share .tfm-social-icons {
	flex-direction: column;
	gap: 0;
}
.wrap > .tfm-share-wrapper[class*="side"] .tfm-social-icons .tfm-social-icon {
    margin: 0;
}
.wrap > .tfm-share-wrapper[class*="side"] .tfm-social-icons.theme.icon-background .tfm-social-icon {
    margin: 0 0 1px 0;
}
.wrap > .tfm-share-wrapper[class*="side"] .tfm-social-icons li.tfm-social-icon a {
    border-radius: 0;
    width: 50px;
    height: 65px;
    padding: 0;
    width: 40px;
    height: 40px;
}
.wrap > .tfm-share-wrapper[class*="side"] .tfm-social-icons li.tfm-social-icon a:hover,
.wrap > .tfm-share-wrapper[class*="side"] .tfm-social-icons li.tfm-social-icon a:focus {
    width: 60px;
}
.wrap > .tfm-share-wrapper[class*="side"] .tfm-social-name {
	display: none;
}
.wrap > .tfm-share-wrapper[class*="side"] .share-text,
.entry-header .tfm-share-wrapper .share-text {
	display: none;
}
.wrap > .tfm-share-wrapper[class*="side"] .tfm-social-icons:not(.icon-background) li a {
	border-left: 0;
}
.wrap > .tfm-share-wrapper[class*="side"] .tfm-social-icons.icon-border li:not(:nth-child(2)) a {
	border-top:0;
}
.wrap > .tfm-share-wrapper[class*="side"] .tfm-social-icons:not(.icon-background) li:not(:first-child) {
	margin-top: -1px;
}
.hentry-footer  .hentry-footer-meta + .tfm-share-wrapper {
	border-top:  1px solid var(--very-light-grey);
	padding-top: calc( var(--global-elements-margin) * 2);
	margin-top: calc( var(--global-elements-margin) * 2);
}
.the-post .article:not(.default-alt) .entry-header .tfm-share-wrapper {
	margin: 0;
	margin-top: calc( var(--post-inner-elements-margin));
}
.the-post .article .entry-header .tfm-ratings + .tfm-share-wrapper {
	margin: 0;
	margin-top: calc( var(--post-inner-elements-margin) - 20px);
}
.the-post .article.cover .entry-header .tfm-share-wrapper {
	margin-top: var(--post-inner-elements-margin);
}
.hentry-footer .tfm-share-wrapper.side,
.hentry-footer .tfm-share-wrapper.top,
.wrap > .tfm-share-wrapper.bottom,
.wrap > .tfm-share-wrapper.top,
.wrap > .tfm-share-wrapper.top-bottom,
.the-post > .article .entry-header > .tfm-share-wrapper.side-bottom,
.the-post > .article .entry-header > .tfm-share-wrapper.side,
.the-post > .article .entry-header > .tfm-share-wrapper.bottom,
.single-hero .article .entry-header .tfm-share-wrapper.side-bottom,
.single-hero .article .entry-header .tfm-share-wrapper.side {
	display: none;
}
.author-bio .tfm-author-social {
	flex-basis: 100%;
}
.author-bio div + div + .tfm-author-social {
	margin-left: calc(110px + var(--global-elements-margin));
}
/* Header/footer social Icons */

.header-social .tfm-social-icons {
	gap:  0.3125rem;
}
.header-social .tfm-social-icon:last-child,
.footer-social .tfm-social-icon:last-child {
	margin-right: 0;
}
.header-social .tfm-social-icons li.tfm-social-icon a {
	padding-right: 0;
	font-size: 13px;
	width:  28px;
	height:  28px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-social .tfm-social-icons.icon.theme li.tfm-social-icon a {
	color:  var(--primary-menu-link-color);
}
.header-social .tfm-social-icons.icon-background.theme li.tfm-social-icon a {
	color:  var(--tfm-pill-menu-item-color);
	background: var(--tfm-pill-menu-item-background);
}
.footer-social .tfm-social-icons .tfm-social-icon {
	margin-top: 0;
}
.footer-social .tfm-social-icons.icon.theme li.tfm-social-icon a {
	color:  var(--footer-link-color);
}
.footer-social .tfm-social-icons.icon-background.theme li.tfm-social-icon a {
	color:  var(--footer-background);
	background: var(--footer-link-color);
}
/* Blog list share icons */

.has-tfm-share-icons .tfm-entry-meta-share .share-text {
	display: none;
}
.has-tfm-share-icons:not(.cover) .after-title-meta:not(.tfm-after-title-meta) li {
	width: 100%;
}
.article.has-tfm-share-icons:not(.cover) .after-title-meta:not(.tfm-after-title-meta) li.tfm-entry-meta-share,
.article.has-tfm-share-icons:not(.cover) .after-title-meta:not(.tfm-after-title-meta) li.tfm-entry-meta-share .tfm-social-icons li {
	padding: 0;
	margin: 0;
}
.article.has-tfm-share-icons:not(.cover) .after-title-meta:not(.tfm-after-title-meta) li.tfm-entry-meta-share .tfm-social-icons {
	margin-top: 0.375rem;
	gap: 0.375rem;
}
.article.has-tfm-share-icons .tfm-social-icons .tfm-social-icon a {
	width: 30px;
	height: 30px;
}
.article.has-tfm-share-icons .tfm-social-icons .tfm-social-icon::after {
  content: none;
}
.article.has-tfm-share-icons:not(.cover) .after-title-meta li.tfm-entry-meta-share .tfm-social-icon {
	flex-direction: column;
	align-items: center;
	margin-right: 0;
}
/* TFM Theme Boost Advert sidebars  */
.tfm-after-header-sidebar,
.tfm-before-footer-advert {
	margin: 0 auto 0 auto;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid var(--off-white);
	background: var(--tfm-after-header-background, var(--archive-header-background));
	flex-direction: column;
	align-items: center;
}
.tfm-before-footer-advert {
	background: none;
	padding-bottom: var(--post-margin);
	border: none;
}
.tfm-after-header-sidebar .widget {
	width: auto;
}
.tfm-after-header-sidebar .widget > * {
	margin-bottom: 0;
}
.tfm-after-header-sidebar > *,
.tfm-before-footer-advert > * {
	margin:  calc(var(--post-margin))  var(--post-margin) calc(var(--post-margin)) var(--post-margin);
	max-width: var(--site-width);
}
.tfm-site-header-sidebar > *,
.tfm-site-header-sidebar .wp-block-image {
	margin: 0;
}
/* Contact Form 7 */
.entry-content div.wpcf7 label + br {
	display: none;
}
.wpcf7-form-control-wrap textarea {
	margin-bottom: 1em;
}
.wpcf7-list-item {
  display: block;
}
.wpcf7-list-item label {
  font-weight: 400;
  font-family: var(--body-font);
}
.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  flex-direction: row-reverse;
  justify-content:  flex-end;
}
.wpcf7-radio .wpcf7-list-item label input[type="radio"] {
  margin-right: 0.5rem;
}
.wpcf7-list-item.first {
	margin-top: 1rem;
}
/* WP Dark mode  */
.wp-dark-mode-active .custom-logo {
	filter: invert(100%);
}
.wp-dark-mode-switcher.floating {
	bottom: 30px;
}
.has-backtotop .wp-dark-mode-switcher.style-1.floating.right_bottom {
	transition: all 0.2s ease;
	right: 25px;
}
.has-backtotop .wp-dark-mode-switcher.floating.style-2.right_bottom {
	bottom: calc(50% - 15px);
	transform: rotate(90deg);
	right: 8px;
}
.has-backtotop .wp-dark-mode-switcher.floating.style-3.right_bottom  {
	bottom: calc(50% - 20px);
	transform: rotate(-90deg);
}
.wp-dark-mode-switcher.style-1 label {
	border-radius: var(--button-border-radius);
}
.wp-dark-mode-switcher.style-3.floating.right_bottom {
	right: 18px;
}
.goto-top.visible + script + div.wp-dark-mode-switcher.right_bottom {
	bottom: 100px;
}
.wp-dark-mode-switcher label {
	margin-bottom: 0;
}
/* TFM Ratings (theme boost) */

.tfm-ratings {
	display: flex;
	gap: 0.5rem;
	align-items: center;
}
.the-post > .article.cover.has-post-media .tfm-ratings {
	margin-bottom: var(--post-inner-elements-margin);
}

.tfm_posts_widget .tfm-ratings,
.tfm_posts_widget .entry-meta.after-title + .tfm-ratings {
	margin-top: 0.5rem;
}
.the-post > .article .entry-meta.after-title + .tfm-ratings {
	margin-top: var(--post-inner-elements-margin);
}
.the-post > .article.default-alt .tfm-ratings {
	order: 1;
}
.tfm-ratings span[class*="tfm-rating"] {
	font-size: 0.875rem;
	font-weight: 600;
	font-family: var(--title-font);
	color: var(--tfm-rating-text-color,var(--black));
	line-height: normal;
}
.the-post > .article .tfm-ratings span[class*="tfm-rating"] {
	font-size: 1rem;
}
.tfm-rating-stars .star {
	width: 15px;
	height: 15px;
	display: inline-block;
	position: relative;
	margin-right: 2px;
	font-size: 15px;
}
.tfm-rating-stars .star::before {
	font-family: fontello;
	content: "\e822";
	color:  var(--tfm-star-rating-color);
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0.33;
}
.tfm-rating-stars .star:not(.none)::after {
	font-family: fontello;
	content: "\e822";
	color:  var(--tfm-star-rating-color);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.tfm-rating-stars .star.half::after {
	content: "\e823";
}
.the-post > .article .tfm-rating-stars .star {
	width: 18px;
	height: 18px;
	font-size: 17px
}
.cover.has-post-media .tfm-rating-stars .star::before,
.cover.has-post-media .tfm-rating-stars .star::after {
	color: var(--tfm-star-rating-color-cover);
}
/* Scale */
.tfm-rating-scale {
	width: 100%;
	max-width: 150px;
	height: 6px;
	background: linear-gradient(to right, var(--tfm-rating-scale-low-color), var(--tfm-rating-scale-high-color));
	display: inline-block;
	position: relative;
	margin-right: 5px;
	border-radius: 4px;
}
.tfm-rating-scale .scale {
	position: absolute;
	top: 0;
	right: -1px;
	background: var(--very-light-grey);
	height: 6px;
	border-radius: 0 4px 4px 0;
	border-left: 1px solid var(--post-background);
}
.widget .tfm-ratings span[class*="tfm-rating"] {
	font-size: 13px;
	line-height: 1;
}
.widget .tfm-rating-stars .star {
	width: 12px;
	height: 12px;
	font-size: 12px;
	line-height: 1;
}
/* -------------------------------------------------------------------------- */
/*	9. Misc
/* -------------------------------------------------------------------------- */
.the-post > .article .entry-content .tfm-hide-block {
	display: none;
	margin: 0;
}
.tfm-round-thumbnails img[class*="thumbnail"] {
	border-radius: 50%;
}
.has-tfm-hero .lbn-site-title-wrapper {
	margin-bottom: 0;
}
.article.loop-sidebar:not(.has-background),
.search-no-results {
	box-shadow: none;
}
.loop-sidebar .widget {
	display: flex;
	flex-direction: column;
}
.loop-sidebar.has-border .widget,
.loop-sidebar.has-background .widget {
	padding: var(--post-inner-elements-margin);
	border-radius:  var(--post-thumbnail-border-radius);
}
.loop-sidebar.has-border .widget {
	border:  1px solid var(--very-light-grey);
}
.loop-sidebar .widget:last-child {
	margin-bottom: 0;
}
.loop-sidebar .widget:first-child {
	margin-top: 0;
}
.loop-sidebar .widget.widget_mc4wp_form_widget {
	flex-grow: 1;
	justify-content: center;
}
/* Featured post styling  */
body:not(.single) .tfm-featured-post.has-tfm-background .post-inner {
	box-shadow:  var(--post-box-shadow);
	border-radius:  var(--post-thumbnail-border-radius);
}
/* Home PAGE  */
.has-tfm-hero main {
	margin-top: 0;
}
.blog:not(.paged).has-loop-header.has-tfm-hero .tfm-hero + .section-header,
.home:not(.paged).has-loop-header.has-tfm-hero .tfm-hero + .section-header  {
	margin-top: 0.9375rem;
}
.has-tfm-hero .aside-sidebar {
	margin-top: 0;
}
.error404 main {
	margin-bottom: calc(var(--post-margin) * 2);
}
.error404 .page-header {
	text-align: center;
}
.error {
	text-align: center;
	margin: 0 var(--post-margin);
}
.title-404 {
	font-family: var(--body-font);
	font-size: 240px;
	text-align: center;
	border-bottom: 1px solid var(--very-light-grey);
	display: inline-block;
	margin-top: 0;
}
.message-404 {
	margin-top: 0;
}
.sub-message-404 .toggle-search {
	cursor: pointer;
}
.gohome {
	margin-top: var(--global-elements-margin);
}

.archive-header-inner .tfm-featured-posts {
	flex-direction: column;
	justify-content: flex-start;
	flex-basis: calc(100% / 4 * 3 - (var(--post-margin) * 2));
	flex-grow: 0;
	margin-left: calc(var(--post-margin) * 2);
}
.archive-header-inner .tfm-featured-posts .post-grid {
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
	gap: var(--post-margin);
}
.tfm-featured-posts .post-grid .article {
	box-shadow: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	flex-basis:  calc(100% / 3 - ((var(--post-margin) * 2) / 3));
}
.tfm-featured-posts .post-thumbnail {
	width: 80px !important;
	height: 80px !important;
	margin-right: 10px;
	border-radius: 50%;
	background: var(--tfm-featured-posts-thumbnail-background);
	padding: 5px;
	box-shadow: var(--tfm-featured-posts-thumbnail-box-shadow);
}
.tfm-featured-posts .entry-header {
	flex-basis: 5%;
	gap: 8px !important;
	padding-top: 5px;
	flex-direction: column !important;
	align-items: flex-start;
	justify-content: flex-start;
}
.tfm-featured-posts .post-grid .article.tfm-featured-posts-article .entry-header > * {
	flex-basis: 0;
}
.tfm-featured-posts a {
	margin: 0;
}
.tfm-featured-posts .post-thumbnail img {
	position: relative !important;
	display: block !important;
	height: auto !important;
	max-width: 100%;
	border-radius: 50%;
}
.tfm-featured-posts .entry-title-link {
	font-family: var(--title-font);
	font-weight: 600;
	color:  var(--black);
	text-decoration: none;
	font-size: var(--body-font-size);
}
.tfm-featured-posts .after-title {
	margin-top: 0;
	font-size: 0.75rem;
}
.tfm-featured-posts h5 {
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 2px;
color: var(--medium-grey);
width: 100%;
text-align: right;
margin: 0;
margin-bottom: var(--post-margin);
}
.tfm-featured-posts.posts-3 h5 {
	text-align: left;
}
.tfm-featured-posts .post-grid .article .entry-meta.before-title {
	margin-bottom: 0;
}
.tfm-featured-posts .entry-meta a[class*="cat-link"] {
  font-weight: 600;
  font-size: 0.5rem;
  padding: 2px 6px;
  letter-spacing: 1px;
}

.tfm-featured-posts .has-avatar.has-author.has-date .entry-meta-author {
	position: absolute;
	top: -1px;
	left:  38px;
}
.tfm-featured-posts .has-avatar.has-author.has-date .entry-meta.after-title li.entry-meta-date {
    padding-top: 14px;
}
.tfm-featured-posts .has-avatar.has-author .entry-meta.after-title li:not(.entry-meta-author):not(.entry-meta-avatar) {
    padding-top: 14px;
}
.tfm-featured-posts .post-grid .article.tfm-featured-posts-article .entry-meta.after-title .entry-meta-avatar {
  margin-right: 0.5rem;
}
.tfm-featured-posts .has-author.has-date.has-avatar .entry-meta-author::after {
	content: none;
}
.tfm-featured-posts .article:not(.has-by) .entry-meta-author i {
	display: none;
}
.post-grid:not(.list) .article:not(.cover):not(.asc-desc-full-width).has-avatar:not(.has-tfm-share-icons) .entry-header-section,
.has-sidebar .post-grid:not(.list) .article.asc-desc-full-width.has-avatar:not(.has-tfm-share-icons) .entry-header-section {
	margin-left: calc(0px - 41px - 18px); /* entry-meta width - flex gap */
}
.post-grid:not(.list) .article:not(.cover):not(.asc-desc-full-width).has-avatar:not(.has-tfm-share-icons).has-post-media .entry-header-section,
.has-sidebar .post-grid:not(.list) .article.asc-desc-full-width.has-avatar:not(.has-tfm-share-icons).has-post-media .entry-header-section {
	padding-top: 10px;
}
.the-post > .article:not(.cover).has-avatar .entry-header-section {
	margin-left: calc(0px - 60px); /* entry-meta width  */
	padding-top: calc(var(--post-inner-elements-margin) * 3);
	gap: var(--post-inner-elements-margin);
	display: flex;
	flex-direction: column;
}
.the-post > .article:not(.cover):not(.has-post-media) .entry-header {
	display: flex;
	flex-direction: column;
	gap: var(--post-inner-elements-margin);
}
.the-post > .article .tfm-share-wrapper {
	width: 100%;
	flex-basis: 100% !important;
}
h1.entry-title {
	font-weight: 600;
}
.the-post .article.has-background + div.after-content > div.author-bio {
	background: var(--single-post-background);
	/*width: var(--content-width);*/
	/*max-width: var(--site-max-width);*/
	border-radius: var(--post-thumbnail-border-radius);
	padding: var(--global-elements-margin);
	box-shadow: var(--post-box-shadow);
}
.has-sidebar .the-post .article.has-background + div.after-content > div.author-bio {
	width: var(--content-width);
}
.article.post_format-post-format-video .tfm-video-shortcode .mejs-container,
.article.post_format-post-format-audio .tfm-featured-media .mejs-container  {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100% !important;
}
.article.post_format-post-format-audio .tfm-featured-media .mejs-container {
	height: 100% !important;
}
.post-grid .article.post_format-post-format-video .mejs-container .mejs-controls {
	opacity: 0;
	transition: opacity 0.3s ease;
}
.post-grid .article.post_format-post-format-audio .mejs-container .mejs-controls {
	margin-bottom: 20px;
}
.primary.post-grid.cols-1 {
	max-width: 900px;
}
.tfm-featured-media.tfm-video .wp-block-embed__wrapper::before {
  padding:0 !important;
}
.tfm-featured-media.tfm-video .wp-block-embed__wrapper video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-grid:not(.list) .has-avatar:not(.asc-desc-full-width):not(.first-full).has-post-media .tfm-after-title-meta .entry-meta-avatar,
.post-grid:not(.list) .has-avatar:not(.asc-desc-full-width):not(.first-full):not(.has-post-media).has-tfm-share-icons .tfm-after-title-meta .entry-meta-avatar,
.has-sidebar .has-avatar.first-full .tfm-after-title-meta .entry-meta-avatar,
.has-avatar.first-full.has-tfm-share-icons .tfm-after-title-meta .entry-meta-avatar,
.has-avatar.asc-desc-full-width.has-tfm-share-icons .tfm-after-title-meta .entry-meta-avatar,
.has-sidebar .has-avatar.asc-desc-full-width:not(.has-tfm-share-icons) .tfm-after-title-meta .entry-meta-avatar,
.list .has-avatar.has-tfm-share-icons .tfm-after-title-meta .entry-meta-avatar,
.the-post > .article.has-avatar .tfm-after-title-meta .entry-meta-avatar,
.tfm-hero.cols-1 .has-avatar:not(.cover) .after-title-meta .entry-meta-avatar {
	display: none;
}
.list .has-avatar:not(.has-tfm-share-icons):not(.cover) .entry-meta.after-title .entry-meta-avatar,
body:not(.has-sidebar) .has-avatar.first-full:not(.has-tfm-share-icons):not(.cover) .entry-meta.after-title .entry-meta-avatar,
body:not(.has-sidebar) .has-avatar.asc-desc-full-width:not(.has-tfm-share-icons):not(.cover) .entry-meta.after-title .entry-meta-avatar,
.post-grid:not(.list) .has-avatar:not(.asc-desc-full-width):not(.first-full):not(.has-post-media):not(.has-tfm-share-icons):not(.cover) .entry-meta.after-title .entry-meta-avatar {
	display: none;
}
.tfm-hero.cols-1.post-grid .has-avatar:not(.cover) .tfm-after-title-meta .entry-meta-avatar {
	display: block;
	margin-right: calc(0.25rem);
}
.tfm-hero.cols-1 .has-author.has-avatar.has-date .after-title-meta li.entry-meta-author {
  left: 50px;
  top: 0;
  position: absolute;
}
.tfm-hero.cols-1 .has-author.has-date.has-avatar .tfm-after-title-meta li:not(.entry-meta-author):not(.entry-meta-avatar) {
	margin-top: 16px;
}
/* -------------------------------------------------------------------------- */
/*	10. Single/Page content styling
/* -------------------------------------------------------------------------- */

/* Blockquotes */
.the-post .entry-content blockquote,
.the-page .entry-content blockquote  {
	background: var(--blockquote-background-color, none);
	padding: calc(var(--global-elements-margin) * 1.2);
	text-align: center;
	margin-bottom: calc(var(--default-content-margin) * 1.5);
}
blockquote p {
	color:  var(--blockquote-default-color, var(--very-dark-grey));
}
blockquote p:first-of-type::before {
  font-family: "fontello";
  content: "\e80a";
  margin-right: 0.5rem;
  position: relative;
  top: -0.3rem;
}
blockquote p:first-of-type::after {
  font-family: "fontello";
  content: "\e810";
  margin-left: 0.5rem;
  position: relative;
  bottom: -0.5rem;
}
blockquote cite {
	color:  var(--medium-grey);
}
/* Code */
code,
p br + code {
	background: var(--white);
	border:  1px solid var(--light-grey);
	color:  var(--dark-grey);
	padding: calc(var(--global-elements-margin));
	display: block;
	margin: calc(var(--default-content-margin) * 1.4) 0;
}
p code,
li code {
	display: inline-block;
	padding: 0.1rem 0.5rem;
	margin: 0;
}
p br + code + br {
	display: none;
}
/* Password form */
.post-password-form > * {
	max-width: 480px;
	margin: auto;
}
.post-password-form input {
	width: 100%;
	margin-bottom: 1rem;
}
.post-password-form p:first-child {
	margin-bottom: 1rem;
	color:  var(--medium-grey);
}
/* Featured video/audio */
.tfm-featured-media {
	/*margin-bottom: var(--post-inner-elements-margin);*/
	margin-top: 0;
	margin: 0;
	background: var(--post-background);
}
/* definition lists */
@media (min-width: 481px) {
	dl {
		display: flex;
		flex-wrap: wrap;
	}
	dd, dt {
		flex-basis: 25%;
		flex-grow: 0;
		margin-bottom: 1rem;
	}
	dt + dd {
		flex-basis: 50%;
		flex-grow: 1;
		margin-top: 0;
		margin-left:  1rem;
		padding-left: var(--global-elements-margin);
		word-wrap: break-word;
		overflow-wrap: break-word;
		word-break: break-all;
		word-break: break-word;
	}
	dd + dt {
		margin-top: 0;
	}
}
/* Bullet lists */
.entry-content li:not(.blocks-gallery-item):not([class*="wp-block"]) {
	padding-left: 5px;
}
.entry-content li::marker {
  color: var(--list-marker-color, var(--primary-theme-color));
  font-size:  1.1rem;
}
.entry-content ol li::marker {
  font-weight: bold;
}
/* -------------------------------------------------------------------------- */
/*	11. Media Queries
/* -------------------------------------------------------------------------- */
@media (max-width: 1600px) {
	#tfm-hero.carousel[data-fullwidth="true"].cols-3 .article .entry-title {
		font-size: var(--cols-2-entry-title-size);
	}
}
@media (max-width: 1380px) {
	.tfm-hero.cols-2[data-fullwidth="true"] .article.cover.has-post-media .entry-wrapper {
		padding: var(--post-inner-elements-margin);
	}
	.tfm-hero[data-fullwidth="true"].cols-3 .article .entry-title {
		font-size: var(--cols-2-entry-title-size);
	}
	#tfm-hero[data-fullwidth="true"].cols-4 .article .entry-title {
	  font-size: var(--cols-3-entry-title-size);
	}
	#tfm-hero[data-fullwidth="true"].cols-4.carousel .article .entry-title,
	#tfm-hero[data-fullwidth="true"].cols-3.carousel .article .entry-title {
	  font-size: var(--cols-1-entry-title-size);
	}
	.tfm-hero[data-fullwidth="true"][data-centermode="true"] .slick-arrow {
	    right: calc(12% - 8px);

	}
	.tfm-hero[data-fullwidth="true"][data-centermode="true"] .slick-arrow.slick-prev {
	    right: auto;
	    left: calc(12% - 8px);
	}
}
@media (max-width: 1300px) {
	.tfm-hero[data-fullwidth="true"]:not([data-margins="false"]) {
	  max-width: var(--site-max-width);
	  padding-left: 0;
	  padding-right: 0;
	}
	.tfm-hero[data-fullwidth="true"].cols-2 .article .entry-title {
		font-size: var(--cols-1-entry-title-size);
	}
	.tfm-hero.slick[data-arrows="true"][data-fullwidth="true"]:not([data-centermode="true"]) {
	  padding-left: 0;
	  padding-right: 0;
	}
}
@media (max-width: 1200px) {
	.site-header.default.has-search-input.has-secondary-nav .search-form,
	.site-header.logo-split-menu.has-search-input .search-form,
	.site-header.logo-left-menu-right.has-primary-nav.has-search-input .search-form,
	.site-header.logo-below-nav.has-primary-nav.has-search-input .search-form,
	.site-header.default-advert.has-search-input.has-primary-nav .search-form,
	.site-header.logo-split-menu.has-split-menu-left.has-tfm-social-icons .tfm-social-icons-wrapper,
	.site-header.logo-split-menu.has-split-menu-right.has-toggle-search .header-secondary-menu-wrapper,
	.site-header.logo-split-menu.has-split-menu-left.has-third-nav .header-third-menu-wrapper,
	.site-header.logo-left-menu-right.has-primary-nav.has-search-input.has-tfm-social-icons.has-secondary-nav .tfm-social-icons,
	.site-header.logo-split-menu.has-split-menu-left.has-third-nav.has-tfm-social-icons .header-third-menu-wrapper,
	.site-header.logo-left-menu-right.has-third-nav.has-primary-nav.has-tfm-social-icons .header-third-menu-wrapper,
	.site-header.logo-below-nav.has-tfm-social-icons.has-third-nav.has-primary-nav .header-third-menu-wrapper,
	.site-header.default-advert.has-third-nav.has-primary-nav.has-tfm-social-icons .header-third-menu-wrapper {
		display: none;
	}
	.site-header.default.has-search-input.has-secondary-nav .toggle-search,
	.site-header.logo-split-menu.has-search-input .toggle-search,
	.site-header.logo-left-menu-right.has-primary-nav.has-search-input .toggle-search,
	.site-header.logo-below-nav.has-primary-nav.has-search-input .toggle-search,
	.site-header.default-advert.has-search-input.has-primary-nav .toggle-search {
		display: flex;
	}
	.single:not(.has-logo-below-nav) .the-post > .article,
	.page:not(.has-logo-below-nav) .the-page > .article,
	.single:not(.has-logo-below-nav) .single-hero .article,
	.single.has-sidebar:not(.has-logo-below-nav) .aside-sidebar {
	  margin-top: 0;
	}
	.single-hero.has-background {
		margin-top: var(--post-margin);
	}
	body:not(.has-sidebar):not(.has-logo-below-nav) .the-post > .article.default .thumbnail-wrapper.alignfull,
	body:not(.has-sidebar):not(.has-logo-below-nav) .the-post > .article.cover .cover-wrapper.alignfull,
	body:not(.has-sidebar):not(.has-logo-below-nav) .the-page > .article.default .thumbnail-wrapper.alignfull,
	body:not(.has-sidebar):not(.has-logo-below-nav) .the-page > .article.cover .cover-wrapper.alignfull {
		margin-top: calc(0rem - var(--post-margin));
	}
	.has-sidebar .single-hero[data-thumbnails="false"].has-background .entry-wrapper,
	.has-sidebar .single-hero.hero-cover[data-thumbnails="true"] .cover .entry-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	body:not(.has-sidebar) .the-page .default .thumbnail-wrapper.alignfull,
	body:not(.has-sidebar) .the-page .cover .cover-wrapper.alignfull {
	    margin-top: calc(0px - var(--post-margin));
	}
	/* List */
	.post-grid.list.cols-4 .article:not(.grid-style).has-post-media h3.entry-title,
	.post-grid.list.cols-3 .article:not(.grid-style) h3.entry-title {
		font-size: var(--cols-3-entry-title-size);
		line-height: 1.1;
		letter-spacing: -0.0625rem;
		margin-bottom: calc(var(--post-inner-elements-margin) / 1.5);
	}
	.post-grid.list.cols-4 .article:not(.grid-style).has-post-media.has-category-meta h3.entry-title {
		margin-top: calc(var(--post-inner-elements-margin) / 1.5);
	}
	/* tfm hero */
	.tfm-hero[data-margins="false"][data-fullwidth="false"].has-post-thumbnails {
	  padding-left: 0;
	  padding-right: 0;
	}
}
@media (max-width: 1200px) {
	/* reset layout */
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article.post:not(.cover):not(.loop-sidebar) .post-inner,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article.post:not(.cover):not(.loop-sidebar) .post-inner,
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article.page:not(.cover):not(.loop-sidebar) .post-inner,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article.page:not(.cover):not(.loop-sidebar) .post-inner {
		flex-direction: column;
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:not(.cover):not(.loop-sidebar) .post-inner > div[class*="wrapper"],
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:not(.cover):not(.loop-sidebar) .post-inner > div[class*="wrapper"] {
		max-width: 100%;
		width: 100%;
	}
	/* Grid asc/desc */

	/* First reset to grid layout */
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:not(.cover):not(.loop-sidebar) .post-inner,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:not(.cover):not(.loop-sidebar) .post-inner {
		flex-direction: column;
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:not(.cover):not(.loop-sidebar) .entry-header,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:not(.cover):not(.loop-sidebar) .entry-header {
		flex-direction: row-reverse;
		display: flex;
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:not(.cover):not(.loop-sidebar).has-post-media .entry-header,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:not(.cover):not(.loop-sidebar).has-post-media .entry-header {
		margin-top: calc(0rem - var(--post-padding) - 22px);
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:not(.cover):not(.loop-sidebar):not(.has-tfm-share-icons) .entry-header-section,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:not(.cover):not(.loop-sidebar):not(.has-tfm-share-icons) .entry-header-section {
		margin-top: calc(var(--post-inner-elements-margin) * 1.65);
		margin-left: calc(0px - 41px - 18px);
		padding-top: 10px;
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:not(.cover):not(.loop-sidebar) .thumbnail-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:not(.cover):not(.loop-sidebar) .thumbnail-wrapper,
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:not(.cover):not(.loop-sidebar) .tfm-featured-media,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:not(.cover):not(.loop-sidebar) .tfm-featured-media {
		padding-bottom: 0;
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:not(.cover):not(.loop-sidebar).has-avatar .tfm-after-title-meta .entry-meta-avatar,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:not(.cover):not(.loop-sidebar).has-avatar .tfm-after-title-meta .entry-meta-avatar {
		display: none;
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:not(.cover):not(.loop-sidebar).has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:not(.cover):not(.loop-sidebar).has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li {
		margin-top: 0;
		position: static;
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:not(.cover):not(.loop-sidebar).has-avatar:not(.has-tfm-share-icons) .entry-meta.after-title .entry-meta-avatar,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:not(.cover):not(.loop-sidebar).has-avatar:not(.has-tfm-share-icons) .entry-meta.after-title .entry-meta-avatar {
		display: block;
	}
	body:not(.has-sidebar) .asc-desc-full-width.has-tfm-share-icons .entry-meta-avatar a {
		padding: 3px;
		background: var(--post-background);
	}
 	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover):not(.loop-sidebar).has-post-media .entry-meta.before-title {
 		position: absolute;
 	}
	/* Target nth-child for full width styling */
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar) .post-inner,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar) .post-inner {
		display:flex;
		flex-direction: row;
		height: 100%;
		padding: 0;
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover) .post-inner > *,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover) .post-inner > * {
		width:100%;
		flex-grow: 1;
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar) .post-inner div.thumbnail-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar) .post-inner div.thumbnail-wrapper,
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar) .post-inner .tfm-featured-media,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar) .post-inner .tfm-featured-media {
		max-width: calc(((100% / 3) * 2) - ( var(--post-margin) / 3) * 2);
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover).thumbnail-wide .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(10n+10):not(.cover).thumbnail-wide .tfm-gallery-format-slideshow-wrapper {
		max-width: 100% !important;
		padding-bottom: var(--thumbnail-wide-padding);
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover).thumbnail-square .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(10n+10):not(.cover).thumbnail-square .tfm-gallery-format-slideshow-wrapper {
		max-width: 100% !important;
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover).thumbnail-portrait .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(10n+10):not(.cover).thumbnail-portrait .tfm-gallery-format-slideshow-wrapper {
		max-width: 100% !important;
		padding-bottom: calc( var(--thumbnail-portrait-padding) - 19px);
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover).thumbnail-landscape .tfm-gallery-format-slideshow-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(10n+10):not(.cover).thumbnail-landscape .tfm-gallery-format-slideshow-wrapper {
		max-width: 100% !important;
		padding-bottom: calc(var(--thumbnail-landscape-padding) - 3px);
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:not(.loop-sidebar):nth-child(6n+1) .post-thumbnail,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:not(.loop-sidebar):nth-child(6n) .post-thumbnail {
		height: 100%;
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar) .entry-header,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar) .entry-header {
		margin-top: 0;
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar) .entry-header-section,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar) .entry-header-section {
		margin-top: 0;
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar) .thumbnail-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar) .thumbnail-wrapper {
		padding: var(--thumbnail-padding);
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover) .post-inner .entry-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover) .post-inner .entry-wrapper,
	body:not(.has-sidebar) .post-grid.grid-asc.cols-3 .article:nth-child(6n+1):not(.cover) .post-inner .entry-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-2 .article:nth-child(3n):not(.cover) .post-inner .entry-wrapper,
	body:not(.has-sidebar) .post-grid.grid-first-full .article:first-child:not(.cover) .post-inner .entry-wrapper  {
		padding:  var(--post-padding);
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar) .post-inner div.entry-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar) .post-inner div.entry-wrapper {
		width: calc(100% / 3);
		padding-right: calc(var(--post-padding) + var(--thumbnail-padding));
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar) .entry-meta.before-title,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar) .entry-meta.before-title {
		position: static;
		/*margin-bottom: calc(var(--post-inner-elements-margin) / 1.5);*/
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-avatar:not(.has-tfm-share-icons) .entry-meta.after-title .entry-meta-avatar,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-avatar:not(.has-tfm-share-icons) .entry-meta.after-title .entry-meta-avatar {
		display: none;
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-avatar:not(.has-tfm-share-icons) .tfm-after-title-meta .entry-meta-avatar,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-avatar:not(.has-tfm-share-icons) .tfm-after-title-meta .entry-meta-avatar {
		display: block;
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-avatar.has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li.entry-meta-author,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-avatar.has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li.entry-meta-author {
		position: absolute;
		top: 4px;
		left: 50px;
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-avatar.has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li:not(.entry-meta-avatar):not(.entry-meta-author),
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-avatar.has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li:not(.entry-meta-avatar):not(.entry-meta-author) {
		margin-top: 18px;
	}
	.post-grid.grid-asc.cols-4 .article:nth-child(6n) h3[class*="title"],
	.post-grid.grid-asc.cols-4 .article:nth-child(6n+5) h3[class*="title"],
	.post-grid.grid-desc.cols-4 .article:nth-child(6n+4) h3[class*="title"],
	.post-grid.grid-desc.cols-4 .article:nth-child(6n+5) h3[class*="title"],
	.list-grid.cols-4 .article.grid-style h3[class*="title"],
	.cols-4:not(.list):not(.list-grid)[data-posts="4"] .article:not(.first-full) h3[class*="title"]  {
		font-size: var(--cols-2-entry-title-size);
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1) h3[class*="title"],
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n) h3[class*="title"],
	.post-grid.grid-offset.cols-4 .article:nth-child(1) h3[class*="title"],
	.post-grid.grid-offset.cols-4 .article:nth-child(7) h3[class*="title"],
	.post-grid.grid-offset.cols-4 .article:nth-child(11) h3[class*="title"],
	.post-grid.grid-offset.cols-4 .article:nth-child(17) h3[class*="title"],
	.post-grid.grid-offset.cols-4 .article:nth-child(21) h3[class*="title"],
	.post-grid.grid-offset.cols-4 .article:nth-child(27) h3[class*="title"],
	.post-grid.grid-offset.cols-4 .article:nth-child(31) h3[class*="title"],
	.post-grid.grid-offset.cols-4 .article:nth-child(37) h3[class*="title"],
	.post-grid.grid-offset.cols-4 .article:nth-child(41) h3[class*="title"],
	.post-grid.grid-offset.cols-4 .article:nth-child(47) h3[class*="title"],
	.post-grid.grid-offset.cols-4 .article:nth-child(51) h3[class*="title"],
	.post-grid.grid-offset.cols-4 .article:nth-child(57) h3[class*="title"],
	.post-grid.grid-offset.cols-4 .article:nth-child(61) h3[class*="title"],
	.post-grid.grid-offset.cols-4 .article:nth-child(67) h3[class*="title"],
	.post-grid.grid-offset.cols-4 .article:nth-child(71) h3[class*="title"],
	.post-grid.grid-offset.cols-4 .article:nth-child(77) h3[class*="title"],
	.post-grid.grid-offset.cols-4 .article:nth-child(81) h3[class*="title"],
	.post-grid.grid-offset.cols-4 .article:nth-child(87) h3[class*="title"],
	.post-grid.grid-offset.cols-4 .article:nth-child(91) h3[class*="title"],
	.post-grid.grid-offset.cols-4 .article:nth-child(97) h3[class*="title"],
	.post-grid.grid-offset.cols-4 .article:nth-child(101) h3[class*="title"],
	#tfm-hero.carousel.cols-3 .article .entry-title,
	#tfm-hero.tfm-hero.carousel.cols-4 .article .entry-title {
		font-size: var(--cols-1-entry-title-size);
	}
	.has-sidebar .post-grid[class*="list"]:not(.cols-1):not(.list-grid) .article:not(.grid-style) h3[class*="title"],
	.cols-4:not(.list):not(.list-grid) .article:not(.first-full) h3[class*="title"],
	.cols-4.list-grid .article.grid-style h3[class*="title"] {
		font-size: var(--cols-3-entry-title-size);
	}
	/* TFM Hero  */
	.tfm-hero {
	  padding-top: 0;
	}
	.tfm-hero-background-wrapper .tfm-hero {
	  padding-bottom: 0;
	}
	.tfm-hero.post-grid.grid.cols-4 .article {
		flex-basis: calc((100% / 2) - (var(--post-margin) * 2));
	}
	#tfm-hero.post-grid.cols-4 .article .entry-title {
		font-size: var(--cols-2-entry-title-size);
	}
	.single-hero[data-thumbnails="true"] .article .entry-title {
	  font-size: 3rem;
	}
	/* Mailchimp */
	.cols-1 .loop-sidebar .widget_mc4wp_form_widget,
	.cols-2 .loop-sidebar .widget_mc4wp_form_widget,
	.grid-first-full .article:first-child.loop-sidebar .widget_mc4wp_form_widget,
	.grid-asc .article:first-child.loop-sidebar .widget_mc4wp_form_widget,
	.grid-asc.cols-4 .article:nth-child(10n+2).loop-sidebar .widget_mc4wp_form_widget,
	.grid-asc.cols-4 .article:nth-child(10n+3).loop-sidebar .widget_mc4wp_form_widget,
	.grid-asc.cols-4 .article:nth-child(10n+1).loop-sidebar .widget_mc4wp_form_widget,
	.grid-desc.cols-4 .article:nth-child(10n+10).loop-sidebar .widget_mc4wp_form_widget,
	.grid-asc.cols-3 .article:nth-child(6n).loop-sidebar .widget_mc4wp_form_widget,
	.grid-asc.cols-3 .article:nth-child(6n+5).loop-sidebar .widget_mc4wp_form_widget,
	.grid-asc.cols-3 .article:nth-child(6n+1).loop-sidebar .widget_mc4wp_form_widget,
	.grid-desc.cols-4 .article:nth-child(10n+8).loop-sidebar .widget_mc4wp_form_widget,
	.grid-desc.cols-4 .article:nth-child(10n+9).loop-sidebar .widget_mc4wp_form_widget,
	.grid-desc.cols-3 .article:nth-child(6n+5).loop-sidebar .widget_mc4wp_form_widget,
	.grid-desc.cols-3 .article:nth-child(6n+4).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-4 .article:nth-child(1).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-4 .article:nth-child(8).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-4 .article:nth-child(13).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-4 .article:nth-child(20).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-4 .article:nth-child(25).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-4 .article:nth-child(32).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-4 .article:nth-child(37).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-4 .article:nth-child(44).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-4 .article:nth-child(49).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-4 .article:nth-child(56).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-4 .article:nth-child(61).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-4 .article:nth-child(68).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-4 .article:nth-child(73).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-4 .article:nth-child(80).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-4 .article:nth-child(85).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-4 .article:nth-child(92).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-4 .article:nth-child(97).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-4 .article:nth-child(104).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-3 .article:nth-child(1).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-3 .article:nth-child(7).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-3 .article:nth-child(11).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-3 .article:nth-child(17).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-3 .article:nth-child(21).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-3 .article:nth-child(27).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-3 .article:nth-child(31).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-3 .article:nth-child(37).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-3 .article:nth-child(41).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-3 .article:nth-child(47).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-3 .article:nth-child(51).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-3 .article:nth-child(57).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-3 .article:nth-child(61).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-3 .article:nth-child(67).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-3 .article:nth-child(71).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-3 .article:nth-child(77).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-3 .article:nth-child(81).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-3 .article:nth-child(87).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-3 .article:nth-child(91).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-3 .article:nth-child(97).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-offset.cols-3 .article:nth-child(101).loop-sidebar .widget_mc4wp_form_widget,
	.post-grid.grid-desc.cols-3 .article:nth-child(6n).loop-sidebar .widget_mc4wp_form_widget {
		padding: var(--post-inner-elements-margin) !important;
	}
	.cols-1 .loop-sidebar .mc4wp-form-fields,
	.grid-first-full .article:first-child:not(.cover).loop-sidebar .mc4wp-form-fields,
	.grid-asc .article:first-child:not(.cover).loop-sidebar .mc4wp-form-fields,
	.grid-asc.cols-4 .article:nth-child(10n+1).loop-sidebar .mc4wp-form-fields,
	.grid-asc.cols-3 .article:nth-child(6n+1).loop-sidebar .mc4wp-form-fields,
	.grid-asc.cols-2 .article:nth-child(3n+1).loop-sidebar .mc4wp-form-fields,
	.grid-desc.cols-4 .article:nth-child(10n+10).loop-sidebar .mc4wp-form-fields,
	.grid-desc.cols-3 .article:nth-child(6n).loop-sidebar .mc4wp-form-fields {
		flex-direction: column;
	}
	.cols-1 .loop-sidebar .mc4wp-form-fields input:not([type="checkbox"]),
	.grid-first-full .article:first-child:not(.cover).loop-sidebar .widget .mc4wp-form-fields input:not([type="checkbox"]),
	.grid-asc .article:first-child:not(.cover).loop-sidebar .widget .mc4wp-form-fields input:not([type="checkbox"]),
	.grid-asc.cols-4 .article:nth-child(10n+1).loop-sidebar .widget .mc4wp-form-fields input:not([type="checkbox"]),
	.grid-asc.cols-3 .article:nth-child(6n+1).loop-sidebar .widget .mc4wp-form-fields input:not([type="checkbox"]),
	.grid-asc.cols-2 .article:nth-child(3n+1).loop-sidebar .widget .mc4wp-form-fields input:not([type="checkbox"]),
	.grid-desc.cols-4 .article:nth-child(10n+10).loop-sidebar .widget .mc4wp-form-fields input:not([type="checkbox"]),
	.grid-desc.cols-3 .article:nth-child(6n).loop-sidebar .widget .mc4wp-form-fields input:not([type="checkbox"]) {
		margin: 0 0 var(--global-elements-margin) 0;
		width: auto;
		border-radius:  var(--input-border-radius);
	}
	.cols-1 .loop-sidebar .widget .mc4wp-form-fields input:not([type="checkbox"]) button,
	.cols-1 .loop-sidebar .widget .mc4wp-form-fields input:not([type="checkbox"]) input[type="submit"],
	.grid-first-full .article:first-child:not(.cover).loop-sidebar .widget .mc4wp-form-fields button,
	.grid-first-full .article:first-child:not(.cover).loop-sidebar .widget .mc4wp-form-fields input[type="submit"],
	.grid-asc .article:first-child:not(.cover).loop-sidebar .widget .mc4wp-form-fields button,
	.grid-asc .article:first-child:not(.cover).loop-sidebar .widget .mc4wp-form-fields input[type="submit"],
	.grid-asc.cols-4 .article:nth-child(10n+1).loop-sidebar .widget .mc4wp-form-fields button,
	.grid-asc.cols-4 .article:nth-child(10n+1).loop-sidebar .widget .mc4wp-form-fields input[type="submit"],
	.grid-asc.cols-3 .article:nth-child(6n+1).loop-sidebar .widget .mc4wp-form-fields button,
	.grid-asc.cols-3 .article:nth-child(6n+1).loop-sidebar .widget .mc4wp-form-fields input[type="submit"],
	.grid-asc.cols-2 .article:nth-child(3n+1).loop-sidebar .widget .mc4wp-form-fields button,
	.grid-asc.cols-2 .article:nth-child(3n+1).loop-sidebar .widget .mc4wp-form-fields input[type="submit"],
	.grid-desc.cols-4 .article:nth-child(10n+10).loop-sidebar .widget .mc4wp-form-fields button,
	.grid-desc.cols-4 .article:nth-child(10n+10).loop-sidebar .widget .mc4wp-form-fields input[type="submit"],
	.grid-desc.cols-3 .article:nth-child(6n).loop-sidebar .widget .mc4wp-form-fields button,
	.grid-desc.cols-3 .article:nth-child(6n).loop-sidebar .widget .mc4wp-form-fields input[type="submit"] {
		margin-bottom: 0;
		border-radius:  var(--input-border-radius);
	}
	.cols-1 .loop-sidebar .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
	.grid-first-full .article:first-child:not(.cover).loop-sidebar .widget .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
	.grid-asc .article:first-child:not(.cover).loop-sidebar .widget .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
	.grid-asc.cols-4 .article:nth-child(10n+1).loop-sidebar .widget .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
	.grid-asc.cols-3 .article:nth-child(6n+1).loop-sidebar .widget .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
	.grid-asc.cols-2 .article:nth-child(3n+1).loop-sidebar .widget .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
	.grid-desc.cols-4 .article:nth-child(10n+10).loop-sidebar .widget .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
	.grid-desc.cols-3 .article:nth-child(6n).loop-sidebar .widget .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]) {
	  border-right:  1px solid #eeeeee;
	  border-radius:  var(--input-border-radius);
	}
}
@media (max-width: 1060px) {
	.hidden-mobile {
		display: none;
	}
	.site-header.default.has-primary-nav,
	.site-header.default-logo-left.has-primary-nav,
	.site-header.default-advert.has-primary-nav:not(.has-search-input) {
		padding-bottom: 0;
	}
	.mobile-header .site-logo .custom-logo {
		width:  var(--custom-logo-width-mobile, 100px);
	}
	.mobile-header .site-logo {
		max-width: calc(100% - (var(--post-margin) * 4));
	}
	.archive-header-inner {
	  padding-bottom:  var(--global-elements-margin);
	}
	/* Reset all post layouts*/
	body:not(.has-sidebar) .post-grid.grid-first-full .article.first-full:not(.cover):not(.loop-sidebar) .post-inner,
	body:not(.has-sidebar) .post-grid[class*="cols"] .article.asc-desc-full-width:not(.cover):not(.loop-sidebar) .post-inner,
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar) .post-inner,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar) .post-inner {
		flex-direction: column !important;
	}
	body:not(.has-sidebar) .post-grid.grid-asc[class*="cols"] .article.post:not(.cover):not(.loop-sidebar) .post-inner > div[class*="wrapper"],
	body:not(.has-sidebar) .post-grid.grid-desc[class*="cols"] .article.post:not(.cover):not(.loop-sidebar) .post-inner > div[class*="wrapper"],
	body:not(.has-sidebar) .post-grid.grid-first-full .article.post.first-full:not(.cover):not(.loop-sidebar) .post-inner > div[class*="wrapper"],
	body:not(.has-sidebar) .post-grid.grid-asc[class*="cols"] .article.page:not(.cover):not(.loop-sidebar) .post-inner > div[class*="wrapper"],
	body:not(.has-sidebar) .post-grid.grid-desc[class*="cols"] .article.page:not(.cover):not(.loop-sidebar) .post-inner > div[class*="wrapper"],
	body:not(.has-sidebar) .post-grid.grid-first-full .article.page.first-full:not(.cover):not(.loop-sidebar) .post-inner > div[class*="wrapper"],
	body:not(.has-sidebar) .post-grid.grid-asc[class*="cols"] .article.post:not(.cover):not(.loop-sidebar) .post-inner > .tfm-featured-media,
	body:not(.has-sidebar) .post-grid.grid-desc[class*="cols"] .article.post:not(.cover):not(.loop-sidebar) .post-inner > .tfm-featured-media,
	body:not(.has-sidebar) .post-grid.grid-first-full .article.post.first-full:not(.cover):not(.loop-sidebar) .post-inner > .tfm-featured-media,
	body:not(.has-sidebar) .post-grid.grid-asc[class*="cols"] .article.page:not(.cover):not(.loop-sidebar) .post-inner > .tfm-featured-media,
	body:not(.has-sidebar) .post-grid.grid-desc[class*="cols"] .article.page:not(.cover):not(.loop-sidebar) .post-inner > .tfm-featured-media,
	body:not(.has-sidebar) .post-grid.grid-first-full .article.page.first-full:not(.cover):not(.loop-sidebar) .post-inner > .tfm-featured-media  {
		max-width: 100%;
		width: 100%;
	}
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar) .post-inner div.entry-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar) .post-inner div.entry-wrapper {
		padding-right: var(--post-padding);
	}
	/* Reset entry title for all post layouts now 2 per row*/
	.post-grid[class*="cols"]:not(.cols-1):not(.tfm-hero) .article h3[class*="title"],
	.post-grid.list .article h3[class*="title"] {
		font-size: 1.5rem !important;
		letter-spacing: -0.0625rem !important;
	}
	.post-grid[class*="cols"] .article:not(.has-category-meta) h3.entry-title {
	  margin-top: 0;
	}
	.list-grid.cols-3 .article:nth-child(3n):not(.grid-style) .entry-header {
	  margin-top: calc(var(--post-inner-elements-margin) / 1.5) !important;
	}
	.post-grid[class*="list"] .article:not(.grid-style).has-excerpt:not(.has-background) .entry-header,
	.post-grid[class*="list"] .article:not(.grid-style).has-read-more:not(.has-background) .entry-header {
		margin-top: 0;
	}
	body:not(.has-sidebar) .article.has-avatar.first-full:not(.has-tfm-share-icons):not(.cover) .entry-meta.after-title .entry-meta-avatar,
	.article.has-avatar.asc-desc-full-width:not(.has-tfm-share-icons):not(.cover) .entry-meta.after-title .entry-meta-avatar,
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-avatar:not(.has-tfm-share-icons) .entry-meta.after-title .entry-meta-avatar,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-avatar:not(.has-tfm-share-icons) .entry-meta.after-title .entry-meta-avatar,
	body:not(.has-sidebar) .has-avatar.asc-desc-full-width:not(.has-tfm-share-icons):not(.cover) .entry-meta.after-title .entry-meta-avatar {
		display: block;
	}
	body:not(.has-sidebar) .post-grid.grid-first-full .article:first-child:not(.cover):not(.loop-sidebar).has-avatar .entry-header-section,
	body:not(.has-sidebar) .post-grid[class*="cols"] .article.asc-desc-full-width:not(.cover):not(.loop-sidebar).has-avatar .entry-header-section,
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-avatar .entry-header-section,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-avatar .entry-header-section {
		margin-top: calc(var(--post-inner-elements-margin) * 1.65);
		margin-left: calc(0px - 41px - 18px);
		padding-top: 10px;
	}
	body:not(.has-sidebar) .post-grid.grid-first-full .article:first-child:not(.cover):not(.loop-sidebar).has-avatar.has-tfm-share-icons .entry-header-section,
	body:not(.has-sidebar) .post-grid[class*="cols"] .article.asc-desc-full-width:not(.cover):not(.loop-sidebar).has-avatar.has-tfm-share-icons .entry-header-section,
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-avatar.has-tfm-share-icons .entry-header-section,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-avatar.has-tfm-share-icons .entry-header-section {
		margin-left: 0;
		padding-top: 0;
	}
	body:not(.has-sidebar) .post-grid.grid-first-full .article.first-full:not(.cover):not(.loop-sidebar).has-post-media .entry-header,
	body:not(.has-sidebar) .post-grid[class*="cols"] .article.asc-desc-full-width:not(.cover):not(.loop-sidebar).has-post-media.has-avatar .entry-header,
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-post-media .entry-header,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-post-media .entry-header {
		margin-top: calc(0rem - var(--post-padding) - 22px);
		display: flex;
	}
	body:not(.has-sidebar) .post-grid.grid-first-full .article.first-full:not(.cover):not(.loop-sidebar).has-post-media .entry-meta.before-title,
	body:not(.has-sidebar) .post-grid[class*="cols"] .article.asc-desc-full-width:not(.cover):not(.loop-sidebar).has-post-media .entry-meta.before-title,
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar) .entry-meta.before-title,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar) .entry-meta.before-title {
		position: absolute;
	}
	body:not(.has-sidebar) .post-grid.grid-first-full .has-avatar.first-full .tfm-after-title-meta .entry-meta-avatar,
	body:not(.has-sidebar) .post-grid .asc-desc-full-width.has-avatar .tfm-after-title-meta .entry-meta-avatar,
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-avatar .tfm-after-title-meta .entry-meta-avatar,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-avatar .tfm-after-title-meta .entry-meta-avatar {
		display: none;
	}
	body:not(.has-sidebar) .post-grid.grid-first-full .article.has-avatar.first-full .tfm-after-title-meta .entry-meta-author,
	body:not(.has-sidebar) .post-grid[class*="cols"] .has-avatar.asc-desc-full-width.has-author.has-date .tfm-after-title-meta .entry-meta-author,
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-avatar.has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li.entry-meta-author,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-avatar.has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li.entry-meta-author {
		position: static !important;
	}
	.post-grid .article.first-full.has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li:not(.entry-meta-author):not(.entry-meta-avatar),
	.post-grid .asc-desc-full-width.has-author.has-date:not(.has-tfm-share-icons).has-avatar .tfm-after-title-meta li:not(.entry-meta-author):not(.entry-meta-avatar),
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-avatar.has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li:not(.entry-meta-author):not(.entry-meta-avatar),
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-avatar.has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li:not(.entry-meta-author):not(.entry-meta-avatar) {
		position: static; 
		margin-top: 0 !important;
	}
	body:not(.has-sidebar) .post-grid.grid-first-full .article.first-full:not(.cover):not(.loop-sidebar).has-post-media .thumbnail-wrapper,
	body:not(.has-sidebar) .post-grid.grid-first-full .article.first-full:not(.cover):not(.loop-sidebar).has-post-media .tfm-featured-media,
	body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.cover):not(.loop-sidebar).has-post-media .thumbnail-wrapper,
	body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.cover):not(.loop-sidebar).has-post-media .tfm-featured-media,
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-post-media .thumbnail-wrapper,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-post-media .thumbnail-wrapper,
	body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-post-media .tfm-featured-media,
	body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-post-media .tfm-featured-media {
		padding-bottom: 0;
	}
	.post-grid .has-avatar:not(.cover).first-full.has-post-media .entry-meta.after-title .entry-meta-avatar a,
	.post-grid .has-avatar:not(.cover).asc-desc-full-width.has-post-media .entry-meta.after-title .entry-meta-avatar a {
	  	display: block;
		padding: 3px;
		background: var(--post-background);
	}
	body:not(.has-sidebar) .has-avatar.has-date.has-author.first-full .after-title-meta li.entry-meta-author::after,
	body:not(.has-sidebar) .has-avatar.has-date.has-author.asc-desc-full-width .after-title-meta li.entry-meta-author::after {
		content: "\2013";
		color:  var(--light-grey);
		margin-left: 0.3125rem;
	}
	.has-sidebar .single-hero[data-thumbnails="false"] .entry-wrapper,
	.has-sidebar .single-hero[data-thumbnails="false"].has-background .entry-wrapper,
	.has-sidebar .single-hero.hero-cover[data-thumbnails="true"] .cover .entry-wrapper {
		width: var(--content-width);
		max-width: var(--content-max-width);
	}
	.has-sidebar .single-hero.hero-cover[data-thumbnails="true"][data-fullwidth="true"] .cover .entry-wrapper {
		max-width: calc(var(--content-max-width) + 50px);
		padding-left: 25px;
		padding-right: 25px;
	}
	.has-sidebar .single-hero[data-thumbnails="false"][data-fullwidth="true"] .entry-wrapper {
		padding-left: 0;
		padding-right: 0;
		width: var(--content-width);
		max-width: var(--content-max-width);
	}
	.has-logo-below-nav .the-post > .article,
	.has-logo-below-nav .the-page > .article,
	.has-logo-below-nav .single-hero .article {
	  margin-top: 0;
	}
	.has-logo-below-nav .the-post > .article.default .thumbnail-wrapper.alignfull,
	.has-logo-below-nav .the-post > .article.cover .cover-wrapper.alignfull {
		margin-top: calc(0rem - var(--post-margin));
	}
	body:not(.home):not(.blog):not(.has-sidebar) .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
	.home.page .page .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	  width: calc(var(--content-width) - (var(--post-margin) * 2));
	  max-width: calc(var(--content-max-width) - (var(--post-margin) * 2));
	}
	body .the-post > .article:not(.has-post-media):not(.has-background) .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
	.home.page .page:not(.has-post-media):not(.has-background) .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	  max-width: var(--content-max-width);
	  width: var(--content-width);
	}
	body.has-logo-below-nav.has-tfm-breadcrumbs .the-post > .article.default .thumbnail-wrapper.alignfull,
	body.has-logo-below-nav.has-tfm-breadcrumbs .the-post > .article.cover .cover-wrapper.alignfull {
		margin-top: 0;
	}
	.has-logo-below-nav.has-tfm-breadcrumbs main {
		margin-top: 0;
	}
	.has-logo-below-nav .single-hero[data-fullwidth="true"] {
		margin-top: 0;
	}
	.wrap > .tfm-share-wrapper[class*="side"] {
		display: none;
	}
	.hentry-footer .tfm-share-wrapper.side {
		display: block;
	}
	.list-grid.cols-3 .article:nth-child(3n):not(.grid-style) .entry-header {
	  margin-top: calc(var(--post-inner-elements-margin) / 1.5) !important;
	}
	h1, .heading-size-1, .faux-heading:not(.site-logo):not(.site-title), .single-hero[data-thumbnails="false"] .article .entry-title, .single-hero[data-thumbnails="true"] .article .entry-title {
	  font-size: 2.75rem;
	  line-height: 1.138888889;
	  letter-spacing: -0.125rem;
	}
	.single-hero .article {
	  width: var(--content-width);
	  max-width: var(--content-max-width);
	}
	.single-hero[data-thumbnails="true"] .article:not(.cover) .entry-wrapper {
	  padding:  var(--post-inner-elements-margin) 0 var(--post-inner-elements-margin) 0;
	  width: 100%;
	}
	.single-hero[data-thumbnails="true"].has-background .article:not(.cover) .entry-wrapper {
	  padding:  var(--post-inner-elements-margin) 0 var(--post-inner-elements-margin) 0;
	}
	.single-hero[data-fullwidth="true"][data-thumbnails="true"] .article .entry-wrapper {
	  padding:  var(--post-inner-elements-margin) 0 0 0;
	  width: 100%;
	}
	.single-hero[data-fullwidth="true"][data-thumbnails="true"].has-background .article:not(.cover) .entry-wrapper {
	  padding:  var(--post-inner-elements-margin) var(--post-margin);
	}
	.post-grid.post-navigation.cols-2 .article.previous-article,
	.post-grid.post-navigation.cols-2 .article.next-article {
	  margin: 0;
	  flex-basis: calc(100% / 2 - var(--post-margin));
	}
	/* TFM Hero  */
	.tfm-hero:not([data-fullwidth="true"]) {
		max-width: var(--mobile-site-max-width);
	}
	.tfm-hero.post-grid.grid.cols-3 .article:first-child  {
		flex-basis: 100% !important
	}
	.tfm-hero.post-grid.grid.cols-3 .article {
		flex-grow: 1;
	}
	.tfm-hero.cols-2 .article.has-background .entry-wrapper,
	.tfm-hero[data-margins="false"].cols-2 .article .entry-wrapper,
	.tfm-hero.cols-1 .article.has-post-thumbnail .entry-wrapper {
		padding: var(--post-margin);
	}
	.tfm-hero.cols-1 .article.has-post-thumbnail:not(.has-background) .entry-wrapper {
		padding-top: 0;
	}
	.tfm-hero.cols-1 .article.has-post-thumbnail.has-background .entry-wrapper {
		padding: 0.67rem var(--post-inner-elements-margin) var(--post-inner-elements-margin) var(--post-inner-elements-margin) !important;
	}
	.tfm-hero.cols-2 .article.cover.has-post-thumbnail .entry-wrapper  {
		padding: var(--post-inner-elements-margin);
	}
	.tfm-hero.cols-1 .article.cover.has-post-media .entry-wrapper {
		padding:  var(--post-inner-elements-margin);
	}
	.tfm-hero[data-arrows="true"] .slick-arrow { 
		display:none !important;
	}
	.tfm-hero.slick[data-arrows="true"] {
	  padding-bottom: 0;
	}
	.tfm-hero.slick[data-arrows="true"][data-margins="false"] {
	  padding-bottom: var(--post-margin);
	}
	.tfm-hero-background-wrapper .tfm-hero.slick[data-arrows="true"] {
	  padding-bottom: var(--post-margin);
	}
	#tfm-hero.post-grid.grid-offset[data-posts="2"] .article {
		flex-basis: calc(100% / 2 - calc(var(--post-margin) * 2));
	}
	.tfm-hero.cols-1 .article .post-inner {
		flex-direction: column;
	}
	.tfm-hero.cols-1 .has-post-media:not(.cover) .post-inner > * {
	  max-width: 100%;
	}
	.tfm-hero.cols-1[data-margins="true"] .article.has-post-thumbnail:not(.cover) .entry-wrapper {
	  padding: 1.125rem 0 0 0;
	}
	
	.tfm-hero.cols-1 .article.cover.has-post-thumbnail .entry-wrapper  {
		padding: var(--post-inner-elements-margin);
	}
	.tfm-hero.slick[data-arrows="true"][data-margins="false"] {
	  padding-bottom: 0;
	}
	.tfm-hero.cols-1 .article.has-post-thumbnail.has-background:not(.cover) .entry-wrapper {
	  padding: 1.125rem var(--post-inner-elements-margin) var(--post-inner-elements-margin) var(--post-inner-elements-margin) !important;
	}
	.tfm-hero[data-margins="false"].grid.cols-3:not([data-fullwidth="true"]) .article:first-child .entry-wrapper {
	  padding-bottom:  var(--post-margin);
	}
	/* Hero entry title sizing */
	#tfm-hero.tfm-hero.cols-4 .article .entry-title,
	#tfm-hero.tfm-hero.cols-3 .article .entry-title,
	#tfm-hero.tfm-hero.cols-2 .article .entry-title {
		font-size: var(--cols-3-entry-title-size);
		letter-spacing: -0.0625rem;
		margin-top: calc(var(--post-inner-elements-margin) / 1.5);
		margin-bottom: calc(var(--post-inner-elements-margin) / 1.5);
	}
	#tfm-hero.tfm-hero.cols-3 .article:first-child .entry-title,
	#tfm-hero.tfm-hero.cols-1 .article:first-child .entry-title,
	#tfm-hero.carousel[class*="cols"] .article .entry-title,
	#tfm-hero.slider .article .entry-title {
		font-size: var(--cols-1-entry-title-size);
	}
	/* Footer */
	.columns-70-30-menu .footer-column-2 {
	  padding-left: 0;
	}
	.footer-column:not(.columns-70-30-menu) .footer-menu {
	  margin-bottom: 0;
	}
	.cols-1 .footer-menu,
	.columns-70-30-menu.cols-2 .footer-menu {
		border:0;
		padding: 0;
	}
	.footer-nav li.menu-item-has-children:last-child {
	  margin-right: 0;
	}
	.tfm-before-footer-section .widget_mc4wp_form_widget {
	  max-width: 640px;
	}
	.footer-nav li {
		flex-basis: 40%;
	}
	.footer-nav li.menu-item-has-children:not(:last-child) {
	  margin-right: 0;
	}
	.footer-nav li.menu-item-has-children:nth-child(odd) {
	  margin-right: calc(var(--post-margin) * 2);
	}
	body:not(.paged) .has-pagination-numbers .nav-links .page-numbers li:not(:last-child),
	.paged .has-pagination-numbers .nav-links .page-numbers li:not(:first-child):not(:last-child) {
		display: none;
	}
	.tfm-breadcrumbs.yoast > span, .tfm-breadcrumbs.navxt .tfm-breadcrumbs-inner {
		max-width: var(--mobile-site-max-width);
	}
	.tfm-before-footer-section .site-footer-inner,
	.tfm-before-footer-section {
		max-width: calc( var(--mobile-site-max-width) - ( var(--post-margin) * 2));
	}
	/* tfm featured posts */
	.has-tfm-featured-posts .archive-header-inner,
	body:not(.has-tfm-featured-posts) .archive-description-wrap {
		flex-direction: column !important;
	}
	.archive-header-inner .tfm-featured-posts {
		margin: var(--global-elements-margin) 0 0 0;
	}
	.archive-header-inner .tfm-featured-posts .post-grid {
		justify-content: flex-start;
		gap: 32px;
	}
	.has-tfm-featured-posts .tfm-featured-posts .post-grid[class*="cols"]:not(.cols-1) .article {
		margin: 0;
		flex-basis:  calc(100% / 2 - var(--post-margin));
		flex-grow:  1;
	}
	.archive-header-inner .tfm-featured-posts h5 {
		text-align: left;
	}
	.archive-description-wrap p {
		text-align: left;
		font-size: 14px;
	}
}
@media ( max-width:  640px) {
	/* Grid asc/desc */
	.post-grid.grid-desc .article .post-inner,
	.post-grid.grid-asc .article .post-inner {
		flex-direction: column !important;
	}
	.post-grid.grid-desc .article:not(.cover) .post-inner > *,
	.post-grid.grid-asc .article:not(.cover) .post-inner > * {
		max-width:100% !important;
		width: 100% !important;
	}
	/* Entry title */
	.post-grid[class*="cols"]:not(.cols-1):not(.tfm-hero) .article h3[class*="title"],
	.post-grid.cols-1 .article h3[class*="title"],
	.post-grid.list .article h3[class*="title"] {
		font-size: var(--h3-font-size) !important;
	}
	/*.post-grid.post-navigation[class*="cols"]:not(.cols-1) .article h3[class*="title"] {
		font-size: var(--h3-font-size) !important;
	}*/
	h1, .heading-size-1, .faux-heading:not(.site-logo):not(.site-title), .single-hero[data-thumbnails="false"] .article .entry-title, .single-hero[data-thumbnails="true"] .article .entry-title {
	  font-size: 2.5rem;
	}
	.post-grid[class*="list"] .article:not(.grid-style).has-excerpt:not(.has-background) .entry-header {
		margin-top: calc(var(--post-inner-elements-margin) / 1.5);
	}
	.post-grid.list .article:not(.cover).has-avatar.has-post-media.has-background .entry-header {
		margin-top: calc(0rem - var(--post-padding) - 22px);
		z-index: 2;
		display: flex;
		flex-direction: row-reverse;
	}
	.post-grid.list .has-avatar.has-post-media .entry-header-section {
	  margin-top: calc(var(--post-inner-elements-margin) * 1.65);
	  margin-left: calc(0px - 41px - 18px);
	  padding-top: 10px;
	}
	.post-grid.list .has-avatar.has-post-media.has-tfm-share-icons .entry-header-section {
	  margin-left: 0;
	  padding-top: 0;
	}
	.post-grid.list .article:not(.cover).has-avatar.has-post-media.has-background .entry-meta.before-title {
		position: absolute;
		top: 25px;
		right: 25px;
	}
	.post-grid.list .has-avatar:not(.has-tfm-share-icons):not(.cover).has-post-media .entry-meta.after-title .entry-meta-avatar {
	  display: block;
	}
	.post-grid.list .has-avatar:not(.cover) .entry-meta.after-title .entry-meta-avatar a {
	  	display: block;
		padding: 3px;
		background: var(--post-background);
	}
	.list .has-avatar:not(.has-tfm-share-icons):not(.cover).has-post-media .tfm-after-title-meta .entry-meta-avatar {
	  display: none;
	}
	.post-grid.list .has-author.has-date.has-avatar:not(.has-tfm-share-icons).has-post-media .tfm-after-title-meta li.entry-meta-author {
		position: static;
	}
	.post-grid.list .has-author.has-date.has-avatar:not(.has-tfm-share-icons).has-post-media .tfm-after-title-meta li:not(.entry-meta-author):not(.entry-meta-avatar) {
		margin-top: 0;
	}
	.list .article:not(.cover) .thumbnail-wrapper,
	.list .article:not(.cover) .wp-block-embed,
	.list .article:not(.cover) .tfm-gallery-format-slideshow {
	  padding: var(--thumbnail-padding);
	  padding-bottom: 0;
	}
	.comment-form-author,
	.comment-form-email {
		float: none;
		width: 100%;
	}
	.post-navigation .article:nth-of-type(2),
	.post-navigation .article.next-article {
		text-align: left;
		margin: var(--post-margin);
		margin-top: calc(var(--post-margin) * 2);
	}
	.post-navigation .article.next-article .entry-meta ul {
		flex-direction: row;
	}
	.prev-next {
	  left: 0;
	  right: auto;
	}
	.tfm-before-footer-section .widget_mc4wp_form_widget,
	.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget_mc4wp_form_widget,
	.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget_mc4wp_form_widget {
		width: 100%;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	}
	.tfm-before-footer-section .mc4wp-form-fields,
	.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields,
	.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields,
	.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget_mc4wp_form_widget form,
	.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget_mc4wp_form_widget form {
	  flex-direction: column;
	  width: 100%;
	}
	.tfm-before-footer-section .widget .mc4wp-form-fields input:not([type="checkbox"]),
	.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget .mc4wp-form-fields input:not([type="checkbox"]),
	.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget .mc4wp-form-fields input:not([type="checkbox"]) {
		margin: 0 0 var(--global-elements-margin) 0;
		width: auto;
		border-radius:  var(--input-border-radius);
	}
	.tfm-before-footer-section .widget .mc4wp-form-fields button,
	.tfm-before-footer-section .widget .mc4wp-form-fields input[type="submit"],
	.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget .mc4wp-form-fields button,
	.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget .mc4wp-form-fields input[type="submit"],
	.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget .mc4wp-form-fields button,
	.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget .mc4wp-form-fields input[type="submit"]
	 {
		margin-bottom: 0;
		border-radius:  var(--input-border-radius);
	}
	.tfm-before-footer-section .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
	.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
	.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]) {
	  border-right:  1px solid #eeeeee;
	  border-radius:  var(--input-border-radius) !important;
	}
	.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields label,
	.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields label {
		text-align: center;
	}
	.title-404 {
		font-size: 7.5rem;
	}
	.message-404 {
		font-size: 1.75rem;
	}
	.entry-content ul:not([class*="wp-block"]),
	.entry-content ul:not([class*="wp-block"]) {
		margin-left: 0;
	}
	.entry-content li:not(.blocks-gallery-item):not([class*="wp-block"]) > ul,
	.entry-content li:not(.blocks-gallery-item):not([class*="wp-block"]) > ol {
		padding-left: 0;
	}
	.entry-content li:not(.blocks-gallery-item):not([class*="wp-block"]) {
	  word-wrap: break-word;
	}
	/* Hero entry title sizing */
	#tfm-hero.tfm-hero[class*="cols"] .article .entry-title {
		font-size: var(--cols-2-entry-title-size) !important;
	}
}
@media (max-width:540px) {

	.site-header {
		margin-bottom: 0;
	}
	.mobile-header .site-logo .custom-logo {
		width:  var(--custom-logo-width-small-mobile, 70px);
	}
	body:not(.home) .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	  width: var(--mobile-content-width);
	}
	/* Entry title */
	.post-grid[class*="cols"]:not(.cols-1):not(.tfm-hero) .article h3[class*="title"],
	.post-grid.cols-1 .article h3[class*="title"],
	.post-grid.list .article h3[class*="title"] {
		font-size: 1.625rem !important;
	}
	/* Single */
	.single-post main,
	.page main {
		margin-top: 0;
	}
	.the-post > .article:not(.has-background),
	.the-page > .article:not(.has-background),
	.single-hero.has-background,
	.single-hero:not(.has-background)[data-thumbnails="true"] {
		margin:0;
	}
	.the-post > .article,
	.the-page > .article,
	.the-post > .article:not(.has-background),
	.the-page > .article:not(.has-background) {
		margin-bottom: var(--post-margin);
	}
	.single .the-post > .article.default-alt,
	.page .the-page > .article.default-alt,
	.page .the-page > .article:not(.has-post-thumbnail) {
		margin-top: var(--post-margin);
	}
	.the-post > .article:not(.has-post-thumbnail):not(.hero-default):not(.hero-cover):not(.format-video):not(.format-audio),
	.the-post > .article.disabled-post-thumbnail:not(.hero-default):not(.hero-cover):not(.format-video):not(.format-audio),
	.the-post > .article.default-alt {
		margin-top: var(--post-margin);
	}
	/* Single  */
	.the-post > .article:not(.has-post-media) .entry-header,
	.the-post .article:not(.has-post-media) .entry-content.excerpt,
	.the-page > .page:not(.has-post-media) .entry-header,
	.the-page .article:not(.has-post-media) .entry-content.excerpt,
	.home.page .page:not(.has-post-media) .entry-header,
	.home.page .page:not(.has-post-media) .entry-content.excerpt {
	  max-width: var(--content-width);
	}
	body:not(.has-sidebar) .the-post > .article.default .thumbnail-wrapper.alignfull,
	body:not(.has-sidebar) .the-post > .article.cover .cover-wrapper.alignfull,
	body:not(.has-sidebar) .the-page > .article.default .thumbnail-wrapper.alignfull,
	body:not(.has-sidebar) .the-page > .article.cover .cover-wrapper.alignfull {
		margin-top: 0 !important;
	}
	body:not(.home):not(.blog):not(.has-sidebar) .the-post > .article:not(.has-background) .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
	.home.page .page .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	  width: var(--content-width);
	  max-width: var(--content-max-width);
	}
	.the-post > .article .thumbnail-wrapper:not(.alignfull) .post-thumbnail,
	.the-page > .article .thumbnail-wrapper:not(.alignfull) .post-thumbnail {
	  margin-left: 0;
	  margin-right: 0;
	}
	.the-post > .article .thumbnail-wrapper:not(.alignfull),
	.the-post > .article .wp-block-embed,
	.the-post > .article .tfm-gallery-format-slideshow,
	.the-post > .article .wp-block-embed .wp-block-embed__wrapper,
	.single-hero .article {
		padding: 0;
		box-shadow: none;
		border-radius: 0;
	}
	.the-post > .article .thumbnail-wrapper .post-thumbnail,
	.the-page > .article .thumbnail-wrapper .post-thumbnail,
	.post-thumbnail.has-figcaption img,
	.single-post .tfm-gallery-format-slideshow .slick-list,
	.single-hero .article .post-thumbnail,
	.the-post > .article:not(.has-background) .thumbnail-wrapper:not(.alignfull) {
	  border-radius: 0;
	}
	.single-hero .article {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.single-hero[data-fullwidth="true"].has-background .article {
		padding: 0;
	}
	.single-hero.has-background .article .entry-wrapper {
		padding: var(--post-margin) 0;
	}
	.single-hero[data-fullwidth="true"][data-thumbnails="true"] .article .entry-wrapper {
	  padding: var(--post-inner-elements-margin) 0 0 0;
	}
	.single-hero.hero-cover[data-thumbnails="true"] .cover .entry-wrapper,
	.has-sidebar .the-post .article.cover.has-post-media .entry-wrapper,
	.the-post .article.cover.has-post-media .entry-wrapper,
	.the-post .article.cover.has-post-media .alignfull .entry-wrapper  {
		padding: var(--post-inner-elements-margin) 0;
		width:  var(--content-width);
	}
	.single-hero[data-fullwidth="true"][data-thumbnails="true"].has-background .article .entry-wrapper,
	.has-sidebar .single-hero.hero-cover[data-thumbnails="true"] .cover .entry-wrapper {
	  padding:  var(--post-inner-elements-margin) 0 var(--post-margin) 0 !important;
	}
	.has-sidebar .single-hero.has-background:not([data-fullwidth="true"]) .article .post-inner,
	.has-sidebar .single-hero.hero-cover .cover.has-post-media .entry-wrapper,
	.single-hero.hero-cover .cover.has-post-media .entry-wrapper {
	  padding-left: 0;
	  padding-right: 0;
	}
	.the-post .default .thumbnail-wrapper.alignfull,
	.the-post .default.post_format-post-format-video .post-inner > .wp-block-embed.is-type-video.alignfull,
	.the-post .default.post_format-post-format-audio .post-inner > .wp-block-embed.is-type-audio.alignfull {
		margin-top: calc(0px - var(--post-margin));
	}
	.post-thumbnail.has-figcaption + figcaption {
		font-size: 0.75rem;
	}
	.alignfull .post-thumbnail.has-figcaption + figcaption {
		padding-left: 0;
		padding-right: 0;
		font-size: 0.75rem;
	}
	.hentry-footer {
		max-width: var(--content-width);
	}
	div.comments-area {
		width: 100%;
		padding:  var(--global-elements-margin);
	}
	.entry-content > :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
	.the-post .excerpt,
	.single-hero .excerpt {
	  font-size: var(--body-font-size);
	}
	h1, .heading-size-1, .faux-heading:not(.site-logo):not(.site-title), .single-hero[data-thumbnails="false"] .article .entry-title, .single-hero[data-thumbnails="true"] .article .entry-title {
		font-size: 2.25rem;
		letter-spacing: -0.0625rem;
	}
	h2, .heading-size-2,
	.related-posts-header h2,
	.post-navigation h2 {
	  font-size: 1.625rem;
	}
	h3, .heading-size-3 {
	  font-size: 1.25rem;
	  letter-spacing: -0.03125rem;
	}
	h4, .heading-size-4 {
	  font-size: 1.125rem;
	  letter-spacing: -0.03125rem;
	}
	h5, .heading-size-5 {
	  font-size: 1rem;
	  letter-spacing: normal;
	}
	h6, .heading-size-6 {
	  font-size: 0.875rem;
	  letter-spacing: normal;
	}
	.section-header h2:not(.toggle-comments) {
		font-size: 1.625rem;
	}
	.archive-header,
	.author-bio > div {
		font-size: 0.875rem;
	}
	.cover .entry-read-more {
		display: none;
	}
	.cover.article.has-read-more .entry-meta.after-title .entry-meta-read-time {
	  display: block;
	}
	.cover.has-read-more .after-title-meta li:not(.entry-meta-avatar):not(.entry-meta-author):not(:last-child)::after {
	  content: "\00B7";
	  color: var(--light-grey);
	  margin-left: 0.3125rem;
	}
	.tfm-breadcrumbs.navxt span, .tfm-breadcrumbs.yoast span a, .tfm-breadcrumbs.yoast span.breadcrumb_last {
	  font-size: 0.75rem;
	}
	/* Plugins */
	.has-backtotop .wp-dark-mode-switcher.floating.style-2.right_bottom {
	  right: -12px;
	}
	#tfm-hero .article .entry-title {
		letter-spacing: -0.0625rem !important;
	}
	.tfm-hero[class*="cols"]:not([data-margins="false"]) .article:not(.has-background) .entry-wrapper {
		padding:  0 var(--post-margin) !important;
	}
	.tfm-hero[class*="cols"] .article.cover .entry-wrapper {
		padding:  var(--post-margin) !important;
	}


}
@media (max-width: 480px) {
	/* Entry title */
	.post-grid[class*="cols"]:not(.cols-1):not(.tfm-hero) .article h3[class*="title"],
	.post-grid.cols-1 .article h3[class*="title"],
	.post-grid.list .article h3[class*="title"] {
		font-size: 1.5rem !important;
	}
	h1:not(.archive-title), .heading-size-1, .faux-heading:not(.site-logo):not(.site-title) {
		font-size: 2rem !important;
	}
	.title-404 {
	  font-size: 5rem !important;
	}
	.tfm-social-icons .tfm-social-icon,
	.child-categories a  {
		font-size: 0.75rem !important;
	}
	.tfm-link-more {
		margin: 0.5rem 0 0 0;
	}
	.has-title.has-subtitle .tfm-link-more {
	  margin-top: 0;
	  margin-bottom: 0;
	}
}

/* -------------------------------------------------------------------------- */
/*	Custom & Development CSS (test here before moving to production)
/* -------------------------------------------------------------------------- */