@charset "UTF-8";
/*
Theme Name: Mura
Author: 3FortyMedia
Author URI: http://www.3forty.media
Description: Mura Theme Styles
Version: 1.3.3

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

        0. CSS Variables
        1. Posts
        2. Archive Header
        3. Menus
        4. Widgets
        5. Site Header
        6. Footer
        7. Pagination
        8. PluginsG
        9. Misc
        10. Single/page styling
        11. Media Queries

----------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*	0. CSS Variables
/* -------------------------------------------------------------------------- */

:root {

    --body-font: "Tajawal","Open Sans", Arial, Helvetica, sans-serif;
    --title-font: "Tajawal","Kumbh Sans", Arial, Helvetica, sans-serif;
    /* Theme colour scheme */
    /* --primary-theme-color: #F3726c; */
    --primary-theme-color: #f9b826;
    --secondary-theme-color:  #3295b4;
    --tertiary-theme-color:  #a6d6c0;
    --quaternary-theme-color:  #00677b;
    --quinary-theme-color:  #cb1c68;
    --off-white-accent:  #ebebeb;
    /* End colour scheme */
    --footer-background: var(--off-white);
    --footer-color: inherit;
    --tfm-before-footer-background: var(--off-white);
    --archive-header-background:  var(--off-white);
    --archive-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: inherit;
    --post-box-shadow:  none;
    --widget-background: none;
    --widget-box-shadow: none;
    --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(--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:  0;
    --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(--very-light-grey);
    --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(--secondary-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:  var(--light-grey);
    --continue-reading-button-background:  var(--very-light-grey);
    --continue-reading-button-color:  var(--dark-grey);
    --continue-reading-button-hover-background:  var(--very-dark-grey);
    --continue-reading-button-hover-color:  var(--white);
    --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(--light-grey);
    --cover-meta-color:  var(--light-grey);
    --single-hero-thumbnail-padding:  var(--hero-thumbnail-padding);
    --hero-wrapper-max-width: var(--site-width);
    --single-body-background: var(--body-background);
    --single-hero-background: inherit;
    --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(--light-grey);
    --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);
    /* Primary menu */
    --primary-menu-background: none;
    --primary-menu-font-size: 0.9375rem;
    --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: 0;
    --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-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);
    /* Entry title font size */
    --cols-4-entry-title-size: 1.375rem;
    --cols-3-entry-title-size: 1.75rem;
    --cols-2-entry-title-size: 2.125rem;
    --cols-1-entry-title-size: 2.5rem;
    --cols-3-list-entry-title-size: 1.25rem;
    --cols-2-list-entry-title-size: 1.75rem;
    --cols-4-list-entry-title-size: var(--body-font-size);
}

/* -------------------------------------------------------------------------- */
/*	1. Posts
/* -------------------------------------------------------------------------- */
.post-inner {
    position: relative;
}
.post-grid .article .post-inner {
    height:100%;
    display: flex;
    flex-direction: column;
}
.post-grid .post:not(.has-post-thumbnail):not(.loop-sidebar):not(.has-background):not(.no-border) .post-inner,
.post-grid .post.disabled-post-thumbnail:not(.has-background):not(.no-border) .post-inner,
.post-grid .page:not(.has-post-thumbnail):not(.has-background):not(.no-border) .post-inner,
.post-grid .page.disabled-post-thumbnail:not(.has-background):not(.no-border) .post-inner {
    border:  1px solid var(--entry-border-color, var(--very-light-grey));
    padding:  var(--post-inner-elements-margin);
    border-radius: var(--post-thumbnail-border-radius);
}
.post-grid .article.has-post-thumbnail:not(.disabled-post-thumbnail) .post-inner,
.post-grid .article.disabled-post-thumbnail .post-inner {
    padding-top: 0;
}
.post-grid .article .entry-header {
    position: relative;
}
.post-grid .article:not(.has-post-thumbnail):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-thumbnail:not(.disabled-post-thumbnail):not(.cover):not(.has-background) .entry-header,
.has-block-sidebar.sidebar-right .post-grid.list .article.has-post-thumbnail:not(.disabled-post-thumbnail):not(.cover):not(.has-background) .entry-header,
.has-block-sidebar.sidebar-left .post-grid.list .article.has-post-thumbnail:not(.disabled-post-thumbnail):not(.cover):not(.has-background) .entry-header {
    margin-top: 0;
}
.entry-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}
@media (min-width: 1061px) {
    .has-block-sidebar.sidebar-left .post-grid.list.cols-2 .article.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-wrapper,
    .has-block-sidebar.sidebar-right .post-grid.list.cols-2 .article.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-wrapper {
        padding-left: calc(var(--post-inner-elements-margin) / 1.5);
    }
}
.post-grid .article:not(.has-excerpt) .entry-header,
.post-grid .article:not(.cover).has-excerpt .excerpt {
    flex-grow:  1;
}
.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;
}

/* 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:1.1;
    margin-bottom: calc(var(--post-inner-elements-margin) / 1.5);
}
.post-grid.cols-2 h3[class*="title"],
.post-grid[class*="list"] .article:not(.grid-style) 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-thumbnail:not(.disabled-post-thumbnail) 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-thumbnail:not(.disabled-post-thumbnail).has-category-meta h3[class*="title"] {
    margin-top: 0.5rem;
}

/* With sidebar */
.has-sidebar .cols-2 h3[class*="title"],
.has-block-sidebar.sidebar-left .cols-2 h3[class*="title"],
.has-block-sidebar.sidebar-right .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"],
.has-block-sidebar.sidebar-left .post-grid[class*="list"] .article h3[class*="title"],
.has-block-sidebar.sidebar-right .post-grid[class*="list"] .article h3[class*="title"] {
    font-size: var(--cols-3-entry-title-size);
}
.has-sidebar .post-grid.list.cols-2 .article h3[class*="title"],
.has-block-sidebar.sidebar-left .post-grid.list.cols-2 .article h3[class*="title"],
.has-block-sidebar.sidebar-right .post-grid.list.cols-2 .article h3[class*="title"]  {
    font-size: var(--cols-3-list-entry-title-size);
    letter-spacing: -0.02rem;
    margin-top: calc(var(--post-inner-elements-margin) / 3);
    margin-bottom: calc(var(--post-inner-elements-margin) / 3);
}

/* 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.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover):not(.loop-sidebar).has-post-thumbnail:not(.disabled-post-thumbnail) .post-inner,
    body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(10n+10):not(.cover):not(.loop-sidebar).has-post-thumbnail:not(.disabled-post-thumbnail) .post-inner {
        display:flex;
        flex-direction: row;
        height: 100%;
        padding: 0;
    }
    body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover).has-post-thumbnail:not(.disabled-post-thumbnail) .post-inner > *,
    body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(10n+10):not(.cover).has-post-thumbnail:not(.disabled-post-thumbnail) .post-inner > * {
        width:100%;
        flex-grow: 1;
    }
    body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover) .post-inner .thumbnail-wrapper,
    body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(10n+10):not(.cover) .post-inner .thumbnail-wrapper {
        max-width: calc(((100% / 3) * 2) - ( var(--post-margin) / 3) * 2);
    }
    body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:not(.loop-sidebar):nth-child(10n+1) .post-thumbnail,
    body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:not(.loop-sidebar):nth-child(10n+10) .post-thumbnail {
        height:100%;
    }
    body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover).has-post-thumbnail:not(.disabled-post-thumbnail) .post-inner .entry-wrapper,
    body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(10n+10):not(.cover).has-post-thumbnail:not(.disabled-post-thumbnail) .post-inner .entry-wrapper {
        width: calc(100% / 3);
        padding-left:  var(--post-inner-elements-margin);
    }
    body:not(.has-sidebar) .post-grid.grid-asc.cols-3 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-post-thumbnail:not(.disabled-post-thumbnail) .post-inner,
    body:not(.has-sidebar) .post-grid.grid-asc.cols-2 .article:nth-child(3n+1):not(.cover):not(.loop-sidebar.has-post-thumbnail:not(.disabled-post-thumbnail)) .post-inner,
    body:not(.has-sidebar) .post-grid.grid-desc.cols-3 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-post-thumbnail:not(.disabled-post-thumbnail) .post-inner,
    body:not(.has-sidebar) .post-grid.grid-desc.cols-2 .article:nth-child(3n):not(.cover):not(.loop-sidebar).has-post-thumbnail:not(.disabled-post-thumbnail) .post-inner,
    body:not(.has-sidebar) .post-grid.grid-first-full .article:first-child:not(.cover):not(.loop-sidebar).has-post-thumbnail:not(.disabled-post-thumbnail) .post-inner {
        display:flex;
        flex-direction: row;
        height: 100%;
        padding: 0;
    }
    body:not(.has-sidebar) .post-grid.grid-asc.cols-3 .article:nth-child(6n+1):not(.cover) .post-inner > *,
    body:not(.has-sidebar) .post-grid.grid-asc.cols-2 .article:nth-child(3n+1):not(.cover) .post-inner > *,
    body:not(.has-sidebar) .post-grid.grid-desc.cols-3 .article:nth-child(6n):not(.cover) .post-inner > *,
    body:not(.has-sidebar) .post-grid.grid-desc.cols-2 .article:nth-child(3n):not(.cover) .post-inner > *,
    body:not(.has-sidebar) .post-grid.grid-first-full .article:first-child:not(.cover) .post-inner > *  {
        width:100%;
        flex-grow: 1;
    }
    body:not(.has-sidebar) .post-grid.grid-asc.cols-3 .article:nth-child(6n+1):not(.cover) .post-inner .thumbnail-wrapper,
    body:not(.has-sidebar) .post-grid.grid-asc.cols-2 .article:nth-child(3n+1):not(.cover) .post-inner .thumbnail-wrapper,
    body:not(.has-sidebar) .post-grid.grid-desc.cols-3 .article:nth-child(6n):not(.cover) .post-inner .thumbnail-wrapper,
    body:not(.has-sidebar) .post-grid.grid-desc.cols-2 .article:nth-child(3n):not(.cover) .post-inner .thumbnail-wrapper,
    body:not(.has-sidebar) .post-grid.grid-first-full .article:first-child:not(.cover) .post-inner .thumbnail-wrapper  {
        max-width: calc(((100% / 3) * 2) - ( var(--post-margin) / 3) * 2);
    }
    body:not(.has-sidebar) .post-grid.grid-asc.cols-3 .article:not(.loop-sidebar):nth-child(6n+1) .post-thumbnail,
    body:not(.has-sidebar) .post-grid.grid-asc.cols-2 .article:not(.loop-sidebar):nth-child(3n+1) .post-thumbnail,
    body:not(.has-sidebar) .post-grid.grid-desc.cols-3 .article:not(.loop-sidebar):nth-child(6n) .post-thumbnail,
    body:not(.has-sidebar) .post-grid.grid-desc.cols-2 .article:not(.loop-sidebar):nth-child(3n) .post-thumbnail,
    body:not(.has-sidebar) .post-grid.grid-first-full .article:not(.loop-sidebar):first-child .post-thumbnail {
        height:100%;
    }
    body:not(.has-sidebar) .post-grid.grid-asc.cols-3 .article:nth-child(6n+1):not(.cover).has-post-thumbnail:not(.disabled-post-thumbnail) .post-inner .entry-wrapper,
    body:not(.has-sidebar) .post-grid.grid-asc.cols-2 .article:nth-child(3n+1):not(.cover).has-post-thumbnail:not(.disabled-post-thumbnail) .post-inner .entry-wrapper,
    body:not(.has-sidebar) .post-grid.grid-desc.cols-3 .article:nth-child(6n):not(.cover).has-post-thumbnail:not(.disabled-post-thumbnail) .post-inner .entry-wrapper,
    body:not(.has-sidebar) .post-grid.grid-desc.cols-2 .article:nth-child(3n):not(.cover).has-post-thumbnail:not(.disabled-post-thumbnail) .post-inner .entry-wrapper,
    body:not(.has-sidebar) .post-grid.grid-first-full .article:first-child:not(.cover).has-post-thumbnail:not(.disabled-post-thumbnail) .post-inner .entry-wrapper {
        width: calc(100% / 3);
        padding-left:  var(--post-inner-elements-margin);
    }
}
/* Posts with Background */
.post-grid .article.has-background .post-inner {
    box-shadow: var(--post-box-shadow);
    border-radius:  var(--post-thumbnail-border-radius);
    overflow: hidden;
    border: 0;
}
.post-grid .article.has-background:not(.cover) .entry-wrapper {
    padding: 0.67rem var(--post-inner-elements-margin) var(--post-inner-elements-margin) var(--post-inner-elements-margin) !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: var(--post-background);
}
.post-grid[class*="list"] .article:not(.grid-style).has-background .entry-wrapper {
    padding-top: 0 !important;
}
.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 {
    margin-top: var(--post-inner-elements-margin);
}
.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;
}
.post-grid .article.has-background:not(.cover) .post-thumbnail {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.post-grid[class*="list"] .article:not(.grid-style).has-background:not(.cover) .post-thumbnail,
body:not(.has-sidebar) .post-grid.grid-first-full .article:first-child:not(.cover) .post-thumbnail,
body:not(.has-sidebar) .post-grid.grid-asc.cols-3 .article:nth-child(6n+1).has-background:not(.cover) .post-thumbnail,
body:not(.has-sidebar) .post-grid.grid-desc.cols-3 .article:nth-child(6n).has-background:not(.cover) .post-thumbnail,
body:not(.has-sidebar) .post-grid.grid-asc.cols-2 .article:nth-child(3n+1).has-background:not(.cover) .post-thumbnail,
body:not(.has-sidebar) .post-grid.grid-desc.cols-2 .article:nth-child(3n).has-background:not(.cover) .post-thumbnail,
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(10n+1).has-background:not(.cover) .post-thumbnail,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(10n+10).has-background:not(.cover) .post-thumbnail {
    border-top-right-radius: 0;
}
@media(min-width:  1201px) {
    .cols-4:not([class*="list"]):not(.grid-desc):not(.grid-asc):not(.grid-offset) .article:not(.first-full).has-background:not(.cover) .entry-wrapper,
    .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(:nth-child(10n+10)).has-background .entry-wrapper,
    .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)).has-background .entry-wrapper,
    .cols-4.grid-offset .article:not(:nth-child(6n+1)):not(:nth-child(6n+2)).has-background .entry-wrapper,
    .cols-4 .article.grid-style.has-background .entry-wrapper {
        padding: 0 1.25rem 1.25rem 1.25rem !important;
    }
}
/* Posts (Meta Data) ------------------------------------- */

.entry-meta-avatar {
    margin-right: 0.5rem;
}
.entry-meta .avatar {
    border-radius: 50%;
    border: 3px solid transparent;
}
.post-grid:not(.cols-1).grid .entry-meta .avatar,
.has-sidebar .post-grid.list .entry-meta .avatar,
.has-block-sidebar.sidebar-left .post-grid.list .entry-meta .avatar,
.has-block-sidebar.sidebar-right .post-grid.list .entry-meta .avatar {
    width: 38px;
}
.entry-meta-avatar a {
    border: 2px solid #f9b826;
    display:block;
    border-radius: 50%;
    transition: all 0.5s ease;
}
.cover.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-meta-avatar a {
    border-color:  rgba(255,255,255,0.3);
}
.post-grid[class*="list"] .article:not(.grid-style).cover .entry-meta-avatar a {
    border-color:  var(--light-grey);
}
.entry-meta a[class*="cat-link"] {
    font-family: var(--title-font);
}
.entry-meta {
    margin-top:0;
    color: var(--entry-meta-color);
    font-size: var(--entry-meta-font-size, 0.8125rem);
}
.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;
}
.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.has-avatar.has-date li.entry-meta-author,
.single .the-post > .article.has-avatar.has-comment-count li.entry-meta-author,
.single .the-post > .article.has-avatar.has-tfm-read-time li.entry-meta-author {
    top: 0;
}
.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-categories-meta li {
    margin:0;
}
.post-categories-meta li:not(:last-child)::after {
    content: ',';
    margin-right: 0.1875rem;
}
.post-categories-meta li:first-child::before {
    content: none;
}

/* separator */
.after-title-meta li:not(.entry-meta-avatar):not(:last-child)::after {
    content: "\00B7";
    color:  var(--light-grey);
    margin-left: 0.3125rem;
}
.has-avatar .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 {
    content: none;
}
/* Avatar  */
.entry-meta .entry-meta-avatar {
    padding:0;
    margin-right:  0.5rem;
    line-height: 1;
}
.entry-meta .avatar {
    border-radius: 50%;
}
.has-avatar.has-author .entry-meta.after-title li:nth-child(n+3) {
    padding-top: 16px;
}
.has-avatar.has-date li.entry-meta-author,
.has-avatar.has-comment-count li.entry-meta-author,
.has-avatar.has-tfm-read-time li.entry-meta-author  {
    position: absolute;
    top:2px;
    left: 50px;
    padding-top: 0;
}

/* 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;
}
.entry-read-more .read-more {
    background: var(--continue-reading-button-background);
    color:  var(--continue-reading-button-color);
    padding:10px 15px;
    font-size: var(--read-more-font-size, 0.875rem);
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
    margin-right: auto;
    border-radius: var(--button-border-radius);
    font-family: var(--title-font);
}
.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-read-more .entry-meta-read-time {
    color: var(--medium-grey);
    font-size: var(--entry-meta-font-size, 0.8125rem);
    position: relative;
    padding-top: 20px;
    padding-left:  15px;
    border-left: 1px solid var(--entry-meta-border-color);
}
.entry-read-more .entry-meta-read-time::after {
    font-family: "fontello";
    content: "\e817";
    color: var(--entry-meta-icon-color);
    font-size: 16px;
    position: absolute;
    top:-2px;
    left:calc((50% - 7px) + 7px);
}
.cover.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-read-more .entry-meta-read-time::after {
    color: var(--cover-entry-meta-icon-color, var(--light-grey));
}
/* Hide read time in after-title meta when read more is active  */
.article.has-read-more .entry-meta.after-title .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;
}
/* Posts (Format Icons) ------------------------------------- */
.formats-key {
    position: absolute;
    top:0;
    right: 0;
    z-index: 2;
    margin:0;
    display: flex;
    flex-direction: column-reverse;
}
.has-post-thumbnail:not(.disabled-post-thumbnail):not(.cover) .formats-key {
    right: auto;
    left: 0;
}
.formats-key > * {
    width:  38px;
    height: 38px;
    background: var(--post-format-icon-background);
    color:  var(--post-format-icon-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--format-icons-font-size, 0.875rem);
}
body:not(.has-sidebar) .cols-1 .formats-key > *,
body:not(.has-sidebar) .list .formats-key > *,
body:not(.has-sidebar) .cols-2 .formats-key > * {
    width: 52px;
    height: 52px;
}
.cols-4 .formats-key > * {
    width: 32px;
    height: 32px;
}
.formats-key .format-audio {
    background: var(--format-audio-icon-background);
}
.formats-key .format-gallery {
    background: var(--format-gallery-icon-background);
}
.formats-key .format-video {
    background: var(--format-video-icon-background);
}
.formats-key .format-count {
    font-weight: 800;
}
.article .entry-header > .formats-key {
    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 .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 .the-post .cover.has-post-thumbanil:not(.disabled-post-thumbnail) .entry-wrapper {
    padding: calc(var(--post-inner-elements-margin) * 2);
    max-width: var(--site-width);
    margin-left: auto;
    margin-right: auto;
}
.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 {
    margin-top: 1rem;
}
.single-hero .default.has-post-thumbnail .post-thumbnail.has-figcaption figcaption {
    position: absolute;
    bottom: 0;
    background: var(--figcaption-overlay, var(--cover-overlay-gradient));
    padding: 15px;
    color:  var(--white);
    width: 100%;
}
.single-hero .cover.has-post-thumbnail .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);
    width: var(--content-width);
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
/* 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);
}
.single-post .article:not(.cover) h1 {
    color:  var(--single-entry-title-color);
}
.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-thumbnail) .entry-header,
.the-post > .article.disabled-post-thumbnail .entry-header,
.the-page > .page:not(.has-post-thumbnail) .entry-header {
    margin-top: 0;
}
.the-post .default-alt .thumbnail-wrapper {
    margin-top: var(--post-inner-elements-margin);
}
.hentry-footer {
    border-top: 1px solid var(--very-light-grey);
    margin-bottom: var(--global-elements-margin);
}
.hentry-footer > *:first-child {
    margin-top: var(--global-elements-margin);
}
/* Prev/Next Post */
div.post-navigation {
    margin-bottom: 0;
}
.post-navigation .section-header {
    margin-top: -10px;
}
.post-navigation h2 {
    margin-top: 0;
    margin-bottom: calc(var(--global-elements-margin));
    font-size:  var(--h3-font-size);
}
.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;
}
.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 .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 .entry-wrapper,
.post-navigation .entry-header {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.prev-next {
    position: absolute;
    display: block;
    top: calc(0rem - var(--post-inner-elements-margin));
    right: 0;
}
.prev {
    right: auto;
    left: 0;
}
/* 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));
}
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 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    color: var(--dark-grey);
}
.author-bio > div {
    flex-grow: 1;
    flex-basis: 110px;
    font-size: 0.9375rem;
    color:  var(--medium-grey);
}
.author-bio .author-avatar {
    flex-grow: 0;
    margin-left: var(--global-elements-margin);
}
.author-avatar img {
    border-radius: 100%;
    border: 5px solid transparent;
}
.author-avatar a,
.author-avatar span {
    border: 3px solid var(--light-grey);
    display: block;
    border-radius: 100%;
}
.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);
}
/* Comments ------------------------------------- */
div.comments-area {
    background: var(--off-white);
    padding:  calc(var(--global-elements-margin) * 1.5);
    box-shadow:  var(--post-box-shadow);
    opacity: 0;
    transition: opacity 0.8s ease;
    font-size: 0.9375rem;
    margin-top: calc(var(--global-elements-margin) * 2);
}
.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;
    padding: 3px;
    border: 2px solid var(--light-grey);
}
.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 {

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

/* -------------------------------------------------------------------------- */
/*	2. Archive Header
/* -------------------------------------------------------------------------- */
.archive-header {
    background: var(--archive-header-background);
    color:  var(--archive-header-color);
}
@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;
    font-weight: 400;
    order: 1;
    color: var(--archive-header-title-color);
    font-size: var(--h2-font-size)
}
.archive-title span {
    font-weight: 700;
}
.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;
    margin-top: 1rem;
    border-top: 1px solid var(--off-white-accent);
    padding-top: 1rem;
}
.sub-categories h5 {
    margin: 0;
}
.child-categories {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
}
.child-categories li {
    margin: 0 0.5rem 0 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);
}
.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);
}
.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 {
    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 a {
    text-decoration: none;
}
.tfm-breadcrumbs.navxt span,
.tfm-breadcrumbs.yoast span a,
.tfm-breadcrumbs.yoast span.breadcrumb_last  {
    font-size: 0.8125rem;
}
.tfm-breadcrumbs.navxt div > span,
.tfm-breadcrumbs.yoast span a {
    margin: 0 10px 0 0;
}
.tfm-breadcrumbs.navxt div > span:not(:last-child)::after,
.tfm-breadcrumbs.yoast span 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;
}
.toggle-sidebar .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;
}
.primary-nav-sidebar {
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--title-font);
}
.primary-nav-sidebar a {
    color:  var(--toggle-sidebar-menu-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.875rem;
    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-nav li.menu-item-has-children > a {
    font-weight: 700;
    padding: 0;
    color:  var(--black);
}
.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 {
    color: var(--tfm-pill-menu-item-color);
    background: var(--tfm-pill-menu-item-background);
    padding:  0.3125rem 0.75rem;
    border-radius: var(--tfm-pill-menu-border-radius);
}
.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  {
    background: var(--tfm-pill-menu-item-hover-background);
    color:  var(--tfm-pill-menu-item-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 a,
.primary-menu ul li.tfm-menu-sash a {
    display: flex;
    align-items: center;
}
.tfm-menu-sash span {
    color: var(--tfm-menu-sash-color, var(--white));
    background: var(--tfm-menu-sash-background, var(--primary-theme-color));
    font-size: 0.625rem;
    padding: 0.25rem 0.375rem;
    margin-left: 5px;
    font-family: var(--body-font);
    font-weight: 600;
    line-height: 1;
}
.tfm-subscribe a::after {
    font-family: fontello;
    content: "\f1d8";
    font-size: 0.75rem;
    margin-left: 0.5rem;
    font-weight: 300;
}
/* -------------------------------------------------------------------------- */
/*	4. Widgets
/* -------------------------------------------------------------------------- */
.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:  var(--post-margin);
}
.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;
}
.widget ul li,
.widget ol li {
    color: var(--widget-font-color);
    display: block;
    border-bottom: 1px solid var(--widget-border-color);
}
.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;
}
.widget_tag_cloud a,
.single-post-tags a,
.child-categories a,
a.tag-cloud-link {
    margin: 0.25rem;
    padding: 0.5rem 1rem;
    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.875rem !important;
    border-radius: var(--widget-tag-border-radius);
    font-family: var(--title-font);
    font-weight: 600;
    overflow: hidden;
    text-decoration: none;
}
.single-post-tags a {
    margin-left: 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.625rem;
    font-size: 0.75rem;
    margin-bottom: -2px;
}
.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%;
}
/* Loop sidebar styling */
.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 {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding: calc(var(--post-inner-elements-margin) * 2) !important;
    text-align: center;
}
.cols-1 .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+1).loop-sidebar .widget_mc4wp_form_widget > *,
.grid-asc.cols-3 .article:nth-child(6n+1).loop-sidebar .widget_mc4wp_form_widget > *,
.grid-asc.cols-2 .article:nth-child(3n+1).loop-sidebar .widget_mc4wp_form_widget > *,
.grid-desc.cols-4 .article:nth-child(10n+10).loop-sidebar .widget_mc4wp_form_widget > *,
.grid-desc.cols-3 .article:nth-child(6n).loop-sidebar .widget_mc4wp_form_widget > * {
    max-width: var(--content-max-width);
}
.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 {
    display: flex;
    flex-wrap: wrap;
}
.cols-1 .loop-sidebar .widget .mc4wp-form-fields input:not([type="checkbox"]),
.cols-1 .loop-sidebar .widget .mc4wp-form-fields button,
.cols-1 .loop-sidebar .widget .mc4wp-form-fields input[type="submit"],
.grid-first-full .article:first-child.loop-sidebar .widget .mc4wp-form-fields input:not([type="checkbox"]),
.grid-first-full .article:first-child.loop-sidebar .widget .mc4wp-form-fields button,
.grid-first-full .article:first-child.loop-sidebar .widget .mc4wp-form-fields input[type="submit"],
.grid-asc .article:first-child.loop-sidebar .widget .mc4wp-form-fields input:not([type="checkbox"]),
.grid-asc .article:first-child.loop-sidebar .widget .mc4wp-form-fields button,
.grid-asc .article:first-child.loop-sidebar .widget .mc4wp-form-fields input[type="submit"],
.grid-asc.cols-4 .article:nth-child(10n+1).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 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 input:not([type="checkbox"]),
.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 input:not([type="checkbox"]),
.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 input:not([type="checkbox"]),
.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 input:not([type="checkbox"]),
.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"]  {
    width: auto;
    margin:0;
    border-color: #eeeeee;
}
.cols-1 .loop-sidebar .mc4wp-form-fields input[type="text"],
.cols-1 .loop-sidebar .mc4wp-form-fields input[type="email"],
.grid-first-full .article:first-child.loop-sidebar .mc4wp-form-fields input[type="text"],
.grid-first-full .article:first-child.loop-sidebar .mc4wp-form-fields input[type="email"],
.grid-asc .article:first-child.loop-sidebar .mc4wp-form-fields input[type="text"],
.grid-asc .article:first-child.loop-sidebar .mc4wp-form-fields input[type="email"],
.grid-asc.cols-4 .article:nth-child(10n+1).loop-sidebar .mc4wp-form-fields input[type="text"],
.grid-asc.cols-4 .article:nth-child(10n+1).loop-sidebar .mc4wp-form-fields input[type="email"],
.grid-asc.cols-3 .article:nth-child(6n+1).loop-sidebar .mc4wp-form-fields input[type="text"],
.grid-asc.cols-3 .article:nth-child(6n+1).loop-sidebar .mc4wp-form-fields input[type="email"],
.grid-asc.cols-2 .article:nth-child(3n+1).loop-sidebar .mc4wp-form-fields input[type="text"],
.grid-asc.cols-2 .article:nth-child(3n+1).loop-sidebar .mc4wp-form-fields input[type="email"],
.grid-desc.cols-4 .article:nth-child(10n+10).loop-sidebar .mc4wp-form-fields input[type="text"],
.grid-desc.cols-4 .article:nth-child(10n+10).loop-sidebar .mc4wp-form-fields input[type="email"],
.grid-desc.cols-3 .article:nth-child(6n).loop-sidebar .mc4wp-form-fields input[type="text"],
.grid-desc.cols-3 .article:nth-child(6n).loop-sidebar .mc4wp-form-fields input[type="email"] {
    flex: 1 1 auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.cols-1 .loop-sidebar .mc4wp-form-fields input[type="email"],
.grid-first-full .article:first-child.loop-sidebar .mc4wp-form-fields input[type="email"],
.grid-asc .article:first-child.loop-sidebar .mc4wp-form-fields input[type="email"],
.grid-asc.cols-4 .article:nth-child(10n+1).loop-sidebar .mc4wp-form-fields input[type="email"],
.grid-asc.cols-3 .article:nth-child(6n+1).loop-sidebar .mc4wp-form-fields input[type="email"],
.grid-asc.cols-2 .article:nth-child(3n+1).loop-sidebar .mc4wp-form-fields input[type="email"],
.grid-desc.cols-4 .article:nth-child(10n+10).loop-sidebar .mc4wp-form-fields input[type="email"],
.grid-desc.cols-3 .article:nth-child(6n).loop-sidebar .mc4wp-form-fields input[type="email"]  {
    flex: 1 1 auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.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 .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
.grid-asc .article:first-child.loop-sidebar .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
.grid-asc.cols-4 .article:nth-child(10n+1).loop-sidebar .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
.grid-asc.cols-3 .article:nth-child(6n+1).loop-sidebar .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
.grid-asc.cols-2 .article:nth-child(3n+1).loop-sidebar .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
.grid-desc.cols-4 .article:nth-child(10n+10).loop-sidebar .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
.grid-desc.cols-3 .article:nth-child(6n).loop-sidebar .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]) {
    border-right: 0;
    transition: all 0.2s ease;
}
.cols-1 .loop-sidebar .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):nth-of-type(2),
.cols-1 .loop-sidebar .widget .mc4wp-form-fields button,
.cols-1 .loop-sidebar .widget .mc4wp-form-fields input[type="submit"],
.grid-first-full .article:first-child.loop-sidebar .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):nth-of-type(2),
.grid-first-full .article:first-child.loop-sidebar .widget .mc4wp-form-fields button,
.grid-first-full .article:first-child.loop-sidebar .widget .mc4wp-form-fields input[type="submit"],
.grid-asc .article:first-child.loop-sidebar .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):nth-of-type(2),
.grid-asc .article:first-child.loop-sidebar .widget .mc4wp-form-fields button,
.grid-asc .article:first-child.loop-sidebar .widget .mc4wp-form-fields input[type="submit"],
.grid-asc.cols-4 .article:nth-child(10n+1).loop-sidebar .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):nth-of-type(2),
.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 .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):nth-of-type(2),
.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 .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):nth-of-type(2),
.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 .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):nth-of-type(2),
.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 .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):nth-of-type(2),
.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"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.cols-1 .loop-sidebar .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):focus,
.grid-first-full .article:first-child.loop-sidebar .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):focus,
.grid-asc .article:first-child.loop-sidebar .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):focus,
.grid-asc.cols-4 .article:nth-child(10n+1).loop-sidebar .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):focus,
.grid-asc.cols-3 .article:nth-child(6n+1).loop-sidebar .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):focus,
.grid-asc.cols-2 .article:nth-child(3n+1).loop-sidebar .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):focus,
.grid-desc.cols-4 .article:nth-child(10n+10).loop-sidebar .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):focus,
.grid-desc.cols-3 .article:nth-child(6n).loop-sidebar .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):focus  {
    outline: none;
}
.cols-1 .loop-sidebar .mc4wp-form-fields label,
.cols-1 .loop-sidebar .mc4wp-form-fields .tfm-clear,
.grid-first-full .article:first-child.loop-sidebar .mc4wp-form-fields label,
.grid-first-full .article:first-child.loop-sidebar .mc4wp-form-fields .tfm-clear,
.grid-asc .article:first-child.loop-sidebar .mc4wp-form-fields label,
.grid-asc .article:first-child.loop-sidebar .mc4wp-form-fields .tfm-clear,
.grid-asc.cols-4 .article:nth-child(10n+1).loop-sidebar .mc4wp-form-fields label,
.grid-asc.cols-4 .article:nth-child(10n+1).loop-sidebar .mc4wp-form-fields .tfm-clear,
.grid-asc.cols-3 .article:nth-child(6n+1).loop-sidebar .mc4wp-form-fields label,
.grid-asc.cols-3 .article:nth-child(6n+1).loop-sidebar .mc4wp-form-fields .tfm-clear,
.grid-asc.cols-2 .article:nth-child(3n+1).loop-sidebar .mc4wp-form-fields label,
.grid-asc.cols-2 .article:nth-child(3n+1).loop-sidebar .mc4wp-form-fields .tfm-clear,
.grid-desc.cols-4 .article:nth-child(10n+10).loop-sidebar .mc4wp-form-fields label,
.grid-desc.cols-4 .article:nth-child(10n+10).loop-sidebar .mc4wp-form-fields .tfm-clear,
.grid-desc.cols-3 .article:nth-child(6n).loop-sidebar .mc4wp-form-fields label,
.grid-desc.cols-3 .article:nth-child(6n).loop-sidebar .mc4wp-form-fields .tfm-clear {
    width: 100%;
    display: block;
    text-align: center;
}
/* 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 .widget-title {
    margin-bottom: 0;
}
.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: 1rem;
}
.tfm_social_widget .widget-wrapper.has-title {
    margin-top: calc(2rem - 0.625rem);
}
.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 Posts widget */
.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);
    font-size: 0.875rem;
    display: block;
    margin-top: 0;
    letter-spacing: normal;
    line-height: normal;
}
.tfm_posts_widget .widget-title + p.widget-subtitle,
.tfm_posts_widget .widgettitle + p.widget-subtitle {
    margin-top: var(--posts-widget-subtitle-margin, 1rem);
    margin-bottom: 0;
}
.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-bottom: var(--posts-widget-entry-border, 1px solid var(--widget-border-color));
    margin-bottom:  var(--posts-widget-entry-margin, 1.25rem);
    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;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.widget.tfm_posts_widget .list-style-grid.has-post-thumbnails li.widget-entry + li:not(.has-post-thumbnail) {
    border-top: 1px solid var(--widget-border-color);
    border-bottom: 0;
    padding-top: 1.25rem;
    padding-bottom: 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 {
    position: relative;
    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 .post-thumbnail {
    width: 90px;
    height: 90px;
    margin-left: 1.25rem;
}
.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,
.widget.tfm_posts_widget .list-style-list-first-grid.round-thumbnails li:not(:first-child) .post-thumbnail img {
    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%;
    padding-bottom: 66.75%;
    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;
}
.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: 700;
    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: right;
}
.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 .entry-meta.before-title {
    margin-bottom: 0.5rem;
}
.tfm_posts_widget .entry-meta.after-title {
    margin-top: 0.5rem;
    width: 100%;
}
.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 ol.show-post-count {
    counter-reset: li-counter;
}
.tfm_posts_widget ol.show-post-count > li.widget-entry::before {
    position: absolute;
    top: -7px;
    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: 800;
    background: 0 0;
}
.tfm_posts_widget ol.show-post-count > li.widget-entry:first-child::before {
    color: var(--tfm-widget-first-count-color);
}
.tfm_posts_widget ol.show-post-count.has-post-thumbnails > li::before {
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    padding: 5px;
    color: var(--tfm-widget-alt-count-color);
    background: var(--tfm-widget-alt-count-background);
    border:  4px solid var(--widget-background);
    font-size: var(--posts-widget-alt-count-font-size, .75rem);
    line-height: 10px;
    content: counter(li-counter);
}
.tfm_posts_widget ol.show-post-count.has-post-thumbnails.round-thumbnails.list-style-list > li::before,
.tfm_posts_widget ol.show-post-count.has-post-thumbnails.round-thumbnails.list-style-list-first-grid > li:not(:first-child)::before {
    border-radius: 50%;
}
.tfm_posts_widget ol.show-post-count.has-post-thumbnails > li:first-child::before {
    background: var(--tfm-widget-alt-first-count-background);
    color: var(--tfm-widget-alt-first-count-color);
}
.tfm_posts_widget .has-avatar.has-author.has-date .entry-meta-author {
    top: -1px;
    left:  42px;
}
.tfm_posts_widget .has-avatar.has-author .entry-meta.after-title li:nth-child(n+3) {
    padding-top: 10px;
}
/* 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);
}
.widget span.tfm-count {
    float: right;
    margin-top: 0.75rem;
    color:  var(--medium-grey);
    letter-spacing: -0.5px;
}
/* Posts widget inside post block > colums block */
.tfm-post-block-sidebar .wp-block-columns .wp-block-column .widget.tfm_posts_widget .list-style-list-first-grid li:first-child .post-thumbnail {
    padding-bottom: 56.25%;
}

.tfm-post-block-sidebar .wp-block-columns .wp-block-column .widget.tfm_posts_widget .list-style-list-first-grid li:first-child .entry-title-link {
    font-size: var(--cols-3-entry-title-size);
    letter-spacing: -0.0625rem;
}
.tfm-post-block-sidebar .wp-block-columns .wp-block-column .tfm_posts_widget .entry-title-link {
    font-size: var(--cols-3-list-entry-title-size);
    letter-spacing: -0.02rem;
    line-height: 1.2;
}
.tfm-post-block-sidebar .wp-block-columns .wp-block-column .tfm_posts_widget .widgettitle {
    margin-bottom: 0;
}
/* Highlight Widget */
.tfm-highlight-widget {
    background: var(--widget-highlight-background);
    padding:  var(--global-elements-margin) !important;
}
/* -------------------------------------------------------------------------- */
/*	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: 1.3rem;
    margin: 0 0 0 -5px;
    cursor:  pointer;
}
.toggle-search i[class*="icon"] {
    margin-right: -5px;
}
.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;
}
.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 {
    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;
}
.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
/* -------------------------------------------------------------------------- */

.goto-top {
    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:hover {
    background: var(--button-hover-background);
    color:  var(--button-hover-color);
}
.goto-top:focus {
    color:  var(--button-hover-color);
}
.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: 0.9375rem;
}
.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 {
    background: var(--pagination-button-background, var(--button-background));
    color:   var(--pagination-button-color, var(--button-color));
    padding: 0.875rem 1.3125rem;
    font-weight: 600;
    border-radius:  var(--button-border-radius);
    display: block;
    border: 0;
    text-decoration: none;
}
.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;
    background: var(--very-light-grey);
}
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: 0.8125rem 1.25rem;
    border-radius:  var(--button-border-radius);
    font-size: 0.9375rem;
    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: var(--post-margin) 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);
}
.tfm-hero-background-wrapper .tfm-hero {
    padding-bottom: var(--post-margin);
}
.tfm-hero.cols-1 .excerpt,
.tfm-hero.cols-2:not(.grid-offset) .excerpt,
.tfm-hero.cols-2.grid-offset .article:first-child .excerpt,
.tfm-hero.cols-2.grid-offset[data-fullwidth="true"] .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"] .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"] .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.125rem 3.125rem 3.125rem 3.125rem;
}
.tfm-hero.cols-1 .article.has-post-thumbnail.has-background:not(.cover) .entry-wrapper {
    padding: 1.125rem 3.125rem 3.125rem 3.125rem !important;
}
.tfm-hero.cols-1 .article.cover.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-wrapper,
.tfm-hero.cols-2[data-fullwidth="true"] .article.cover.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-wrapper {
    padding: 3.125rem 3.125rem 3.125rem 3.125rem;
}
.tfm-hero[data-fullwidth="true"] .article.cover.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-wrapper {
    max-width: calc(var(--site-max-width) + 3.125rem);
}
.tfm-hero.cols-2:not([data-fullwidth="true"]) .article.has-background .entry-wrapper,
.tfm-hero[data-margins="false"].cols-2 .article .entry-wrapper  {
    padding: var(--post-inner-elements-margin);
}
.tfm-hero[data-margins="false"].cols-2 .article:not(.has-background) .entry-header  {
    margin-top: 0;
}
.tfm-hero.cols-3 .article.has-background .entry-wrapper,
.tfm-hero[data-margins="false"].cols-3 .article .entry-wrapper  {
    padding: var(--post-margin);
}
.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.cols-1 .article .post-inner {
    padding-bottom: 0;
    flex-direction: row;
}
.tfm-hero.cols-1 .has-post-thumbnail:not(.disabled-post-thumbnail):not(.cover) .post-inner > * {
    max-width: 50%;
}
.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"] {
    padding-bottom: 65px;
}
.tfm-hero.slick[data-arrows="true"][data-margins="false"] {
    padding-bottom: 90px;
}
.tfm-hero-background-wrapper .tfm-hero.slick[data-arrows="true"] {
    padding-bottom: 115px;
}
.tfm-hero-background-wrapper .tfm-hero[data-arrows="true"].slick .slick-arrow {
    margin-bottom: calc(var(--post-margin) * 2);
}
.slick-arrow {
    position: absolute;
    bottom: 0;
    left: calc(50% + 5px);
    width: 50px;
    height: 50px;
    z-index: 200;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color:  var(--medium-grey);
    background: none;
    border:  1px solid var(--very-light-grey);

}
.slick-arrow.slick-prev {
    right: auto;
    left: calc(50% - 55px);
}
.slick-arrow::after {
    font-family: fontello;
    content: "\e811";
    font-size: 14px;
    font-weight: 300;
}
.slick-arrow.slick-next::after {
    content: "\e812";
}
.slick-arrow:hover,
.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);
}
/* Grid Offset */
.tfm-hero.grid-offset > .article:first-child {
    flex-basis: calc(100% / 3 * 2 - (var(--post-margin) * 2));
}
.tfm-hero.grid-offset > .article:nth-child(2) {
    flex-basis: calc(100% / 3  - (var(--post-margin) * 2));
}
.tfm-hero-offset-wrapper {
    flex-basis: calc(100% / 3);
}
#tfm-hero .tfm-hero-offset-wrapper .article {
    flex-basis: 100%;
}
.tfm-hero .tfm-hero-offset-wrapper .article.has-background .entry-wrapper {
    padding:  0 var(--post-inner-elements-margin) var(--post-inner-elements-margin) var(--post-inner-elements-margin);
}
.tfm-hero .tfm-hero-offset-wrapper .article.cover.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-wrapper,
.tfm-hero.grid-offset[data-poststyle="cover"]:not([data-posts="1"]) .article:not(:first-child) .entry-wrapper {
    padding: var(--post-inner-elements-margin);
}
.tfm-hero-offset-wrapper .excerpt,
.tfm-hero-offset-wrapper .entry-read-more {
    display: none;
}
/* Grid Offset Half */
.tfm-hero.grid-offset-half > .article:first-child {
    flex-basis: calc(100% / 2  - (var(--post-margin) * 2));
}
.tfm-hero.grid-offset-half > .article:nth-child(2) {
    flex-basis: calc(100% / 2  - (var(--post-margin) * 2));
}
.grid-offset-half .tfm-hero-offset-wrapper {
    flex-basis: calc(100% / 2);
}
#tfm-hero.grid-offset-half .tfm-hero-offset-wrapper .article {
    flex-basis: calc(100% / 2  - (var(--post-margin) * 2));
}
/* Grid Offset Sides */
.grid-offset-sides .tfm-hero-offset-wrapper {
    flex-basis: calc(100% / 4);
}
.tfm-hero[data-margins="false"][data-fullwidth="false"].has-post-thumbnails,
.tfm-hero.slick[data-fullwidth="false"][data-margins="true"][data-centermode="true"].has-post-thumbnails {
    padding-left: var(--post-margin);
    padding-right: var(--post-margin);
}
.tfm-hero[data-margins="false"] .article {
    margin: 0;
    flex-grow: 1;
}
/* 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(--cols-2-entry-title-size);
}
#tfm-hero.cols-4 .article .entry-title {
    letter-spacing: -0.0625rem;
    font-size: var(--cols-3-entry-title-size);
}
/* Grid offset */
#tfm-hero.grid-offset .article .entry-title {
    font-size: var(--cols-2-entry-title-size);
}
#tfm-hero.grid-offset > .article:first-child .entry-title {
    font-size: 3rem;
    letter-spacing: -0.125rem;
    line-height: 1.138888889;
}
#tfm-hero .tfm-hero-offset-wrapper .article .entry-title {
    font-size: 1.75rem;
}
/* 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);
}
/* Grid offset sides */
#tfm-hero.grid-offset-sides .tfm-hero-offset-wrapper .article .entry-title,
#tfm-hero.grid-offset-half .tfm-hero-offset-wrapper .article .entry-title {
    font-size: var(--cols-4-entry-title-size);
    margin-top: calc(var(--post-inner-elements-margin) / 3);
    margin-bottom: calc(var(--post-inner-elements-margin) / 3);
    letter-spacing: -0.03125rem;
}
/* Post count */
.tfm-hero .formats-key > * {
    width: 52px;
    height: 52px;
    font-size: 1rem;
}
.tfm-hero.cols-4.has-post-count .formats-key > *,
.tfm-hero.grid-offset.has-post-count article:not(:first-child) .formats-key > *,
.tfm-hero.grid-offset.has-post-count .tfm-hero-offset-wrapper article .formats-key > * {
    width: 38px;
    height: 38px;
    font-size: 0.875rem;
}
/**
 * Set colours to match theme defaults
 * These can be changed in plugin settings
 */

.tfm-hero .entry-title a {
    color: var(--black);
}
.tfm-hero .excerpt,
.tfm-hero .entry-meta,
.tfm-hero .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-meta {
    color:  var(--medium-grey);
}
.tfm-hero .entry-meta a {
    color:  var(--black);
}
.tfm-hero .entry-meta-avatar a {
    border-color:  var(--light-grey);
}
.tfm-hero .read-more,
.tfm-hero .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .read-more {
    background: var(--very-light-grey);
    color:  var(--dark-grey);
}
.tfm-hero .read-more:hover,
.tfm-hero .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .read-more:hover,
.tfm-hero .read-more:focus,
.tfm-hero .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .read-more:focus {
    background: var(--very-dark-grey);
    color:  var(--white);
}
.tfm-hero .entry-read-more,
.tfm-hero .read-more-button,
.tfm-hero .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-read-more,
.tfm-hero .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .read-more-button {
    border-color: var(--very-light-grey);
}
.tfm-hero .entry-read-more .entry-meta-read-time::after,
.tfm-hero .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-read-more .entry-meta-read-time::after {
    color: var(--light-grey);
}
.tfm-hero .article.has-background:not(.cover) .entry-wrapper {
    background: none;
}
.tfm-hero .formats-key .format-count {
    background: var(--secondary-theme-color);
    color:  var(--white);
}
.tfm-hero .cover.has-post-thumbnail:not(.disabled-post-thumbnail) a:not(.button),
.tfm-hero .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-wrapper .excerpt {
    color:  var(--white);
}

/*
 * 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 Homepage Post Blocks ------------------------------------- */

.tfm-post-block-background-wrapper.alignfull {
    margin-right: calc(-50vw);
}
.tfm-post-block-background-wrapper:not(.tfm-prev-has-background) {
    margin-top: var(--post-margin);
}
.tfm-post-block-wrap.tfm-prev-has-background {
    padding-top: var(--post-margin);
}
.tfm-post-block-background-wrapper .tfm-post-block-wrap {
    padding-top: var(--post-margin);
    padding-bottom: var(--post-margin);
}
.tfm-post-block-background-wrapper.tfm-prev-background-match .tfm-post-block-wrap {
    padding-top: 0;
    margin-top: calc(0rem - var(--post-margin));
}
.has-tfm-hero.tfm-hero-has-background main > div[class*="tfm-post-block"]:first-child:not(.tfm-post-block-wrap) {
    margin-top: calc(0rem - var(--post-margin));
}
.tfm-post-block-wrap .section-header {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    display: flex;
    justify-content: space-between;
}
.tfm-post-block-wrap.has-title .section-header {
    margin-top: 0.9375rem;
    margin-bottom: 0.75rem;
}
.tfm-post-block-wrap .section-header-section {
    display: flex;
    flex-direction: column;
}
.tfm-post-block-wrap .section-header-section.link-more-section {
    justify-content: flex-end;
}
.tfm-post-block-title {
    margin-bottom: 0;
    margin-top: 0;
    font-size: var(--tfm-post-block-heading-size, var(--h2-font-size));
}
.tfm-post-block-wrap.has-title p.sub-title {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.tfm-post-block-wrap.has-title.has-block-sidebar.sidebar-left p.sub-title,
.tfm-post-block-wrap.has-title.has-block-sidebar.sidebar-right p.sub-title {
    margin-bottom: 0.5rem;
}
.tfm-link-more {
    margin-bottom: 0.36rem;
    font-size: 0.9375rem;
}
.has-title.has-subtitle .tfm-link-more {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    line-height: 1.5;
}
.tfm-link-more a {
    font-weight: 700;
    position: relative;
    color:  var(--primary-theme-color);
    font-family: var(--title-font);
    text-decoration: none;
}
.tfm-link-more a::after {
    font-family: fontello;
    content: "\e812";
    font-size: 11px;
    margin-left: 6px;
    font-weight: 400;
}
.tfm-post-block-background-wrapper {
    display: flex;
    flex-direction: column;
}
.tfm-post-block-wrap.has-block-sidebar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.tfm-post-block-wrap.has-block-sidebar.sidebar-left {
    flex-direction: row-reverse;
}
.tfm-post-block-wrap.has-block-sidebar.sidebar-bottom,
.tfm-post-block-wrap.has-block-sidebar.sidebar-top {
    flex-direction: column;
}
.tfm-post-block-wrap.has-block-sidebar .post-grid:not(.tfm-post-block-offset-wrapper) {
    flex-basis: calc(100% - var(--sidebar-width));
    position: relative;
}
.tfm-post-block-sidebar {
    flex-basis: calc(var(--sidebar-width) - ( var(--post-margin) * 2));
    flex-grow: 1;
    margin: var(--post-margin);
    margin-top: 0;
    position: relative;
}
.sidebar-top .tfm-post-block-sidebar,
.sidebar-bottom .tfm-post-block-sidebar {
    width: calc(100% - ( var(--post-margin) * 2));
    margin: var(--post-margin);
    flex-basis: 100%;
}
.sidebar-top .tfm-post-block-sidebar {
    order: -1;
}
.has-title.tfm-post-block-wrap .tfm-post-block-sidebar .widget:first-child .widget-title {
    margin-top: 0.125rem;
}
.has-title.tfm-post-block-wrap .tfm-post-block-sidebar .widget:first-child p.widget-subtitle {
    margin-top: 0.5rem;
}
.has-title.tfm-post-block-wrap .tfm-post-block-sidebar .widget:first-child .widget-title + p.widget-subtitle {
    margin-top: 1rem;
}
.tfm-post-block-sidebar > .widget_block > h2 {
    font-size: 2.25rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid var(--very-light-grey);
}
.tfm-post-block-title {
    position: relative;
}
.tfm-post-block-sidebar .widget:last-child {
    margin-bottom: 0;
}
.sidebar-top .tfm-post-block-sidebar .widget:first-child,
.sidebar-bottom .tfm-post-block-sidebar .widget:first-child {
    margin-top: 0;
}
.tfm-post-block-sidebar.has-background .widget {
    box-shadow: var(--post-box-shadow);
    padding: var(--post-margin);
}
/* Special layouts */
.tfm-post-block-offset-wrapper {
    flex-basis: calc(100% / 3 );
}
.tfm-posts-block.post-grid.grid-offset[class*="cols"] .tfm-post-block-offset-wrapper .article {
    flex-basis: 100%;
}
.tfm-posts-block.post-grid.grid-offset[class*="cols"] > .article {
    flex-basis: calc(100% / 3 * 2 - (var(--post-margin) * 2) );
}
.tfm-posts-block.grid-offset[class*="cols"].post-grid > .article h3.entry-title {
    font-size: var(--cols-1-entry-title-size);
}
.tfm-post-block-offset-wrapper .excerpt, .tfm-post-block-offset-wrapper .entry-read-more {
    display: none;
}
.tfm-posts-block.grid-offset.post-grid[class*="cols"] .tfm-post-block-offset-wrapper .article .entry-title {
    font-size: var(--cols-3-entry-title-size);
}
/* offset half  */
.tfm-posts-block.grid-offset-half .tfm-post-block-offset-wrapper {
    flex-basis: calc(100% / 2);
}
.tfm-posts-block.grid-offset-half[class*="cols"] > .article {
    flex-basis: calc(100% / 2 - (var(--post-margin) * 2) );
}
.tfm-posts-block.post-grid.grid-offset-half .tfm-post-block-offset-wrapper .article {
    flex-basis: calc(100% / 2 - var(--post-margin) * 2);
}
.tfm-posts-block.grid-offset-half[class*="cols"].post-grid > .article h3.entry-title {
    font-size: var(--cols-2-entry-title-size);
}
.tfm-posts-block.grid-offset-half .tfm-post-block-offset-wrapper .article .entry-title {
    font-size: var(--cols-4-entry-title-size);
    margin-top: calc(var(--post-inner-elements-margin) / 3);
    margin-bottom: calc(var(--post-inner-elements-margin) / 3);
    letter-spacing: -0.03125rem;
}
/* offset sides */
.tfm-posts-block.grid-offset-sides[class*="cols"] > .article {
    flex-basis: calc(100% / 2 - (var(--post-margin) * 2) );
}
.tfm-posts-block.grid-offset-sides .tfm-post-block-offset-wrapper {
    flex-basis: calc(100% / 4);
}
.tfm-posts-block.post-grid.grid-offset-sides[class*="cols"] .tfm-post-block-offset-wrapper .article {
    flex-basis: 100%;
}
.tfm-posts-block.grid-offset-sides[class*="cols"].post-grid > .article h3.entry-title {
    font-size: var(--cols-2-entry-title-size);
}
.tfm-posts-block.grid-offset-sides .tfm-post-block-offset-wrapper .article .entry-title {
    font-size: var(--cols-4-entry-title-size);
    margin-top: calc(var(--post-inner-elements-margin) / 3);
    margin-bottom: calc(var(--post-inner-elements-margin) / 3);
    letter-spacing: -0.03125rem;
}
/* grid/list half  */
.tfm-posts-block.grid-list-half .tfm-post-block-offset-wrapper {
    flex-basis: calc(100% / 2);
}
.tfm-posts-block.grid-list-half .tfm-post-block-offset-wrapper .thumbnail-wrapper {
    max-width: calc(100% / 3);
}
.tfm-posts-block.post-grid.grid-list-half[class*="cols"] > .article {
    flex-basis: calc(100% / 2 - (var(--post-margin) * 2) );
}
.tfm-posts-block.post-grid.grid-list-half .tfm-post-block-offset-wrapper .article {
    flex-basis: 100%;
}
.tfm-posts-block.grid-list-half[class*="cols"].post-grid > .article h3.entry-title {
    font-size: var(--cols-2-entry-title-size);
}
.tfm-posts-block.grid-list-half .tfm-post-block-offset-wrapper.list .article .entry-title {
    font-size: var(--cols-2-list-entry-title-size, var(--cols-3-entry-title-size));
}
/* Sidebar */
.has-sidebar .has-block-sidebar.sidebar-left .tfm-posts-block > *,
.has-sidebar .has-block-sidebar.sidebar-right .tfm-posts-block > * {
    flex-basis: 100% !important;
}
.has-sidebar .has-block-sidebar.sidebar-left .tfm-posts-block.post-grid .tfm-post-block-offset-wrapper:not(.list) .article,
.has-sidebar .has-block-sidebar.sidebar-right .tfm-posts-block.post-grid .tfm-post-block-offset-wrapper:not(.list) .article {
    flex-basis: calc(100% / 2 - var(--post-margin) * 2);
}
@media (max-width: 1060px) {
    .tfm-post-block-wrap .tfm-posts-block.post-grid .tfm-post-block-offset-wrapper:not(.list) .article,
    .tfm-post-block-wrap .tfm-posts-block.post-grid .tfm-post-block-offset-wrapper:not(.list) .article {
        flex-basis: calc(100% / 2 - var(--post-margin) * 2);
        flex-grow: 1;
    }
}
.has-sidebar .tfm-post-block-background-wrapper.alignfull {
    margin-left: var(--post-margin);
    margin-right: var(--post-margin);
    width: auto;
    max-width: auto;
}
.has-sidebar .has-block-sidebar.sidebar-left .post-grid.list .entry-title,
.has-sidebar .has-block-sidebar.sidebar-right .post-grid.list .entry-title {
    font-size: 1.5rem;
    letter-spacing: -0.03125rem;
}
.has-block-sidebar.sidebar-left .cols-2 article .formats-key > *,
.has-block-sidebar.sidebar-right .cols-2 article .formats-key > * {
    width: 38px;
    height: 38px;
}
.has-sidebar .has-block-sidebar.sidebar-right .post-grid.list .article.has-post-thumbnail:not(.disabled-post-thumbnail):not(.cover) .post-inner .thumbnail-wrapper,
.has-sidebar .has-block-sidebar.sidebar-left .post-grid.list .article.has-post-thumbnail:not(.disabled-post-thumbnail):not(.cover) .post-inner .thumbnail-wrapper {
    max-width: calc(100% / 3);
}
/*  Sidebar grid offset half */
.has-block-sidebar.sidebar-right .tfm-posts-block.grid-offset-half .tfm-post-block-offset-wrapper .article .entry-title,
.has-block-sidebar.sidebar-left .tfm-posts-block.grid-offset-half .tfm-post-block-offset-wrapper .article .entry-title,
.has-sidebar .tfm-posts-block.grid-offset-half .tfm-post-block-offset-wrapper .article .entry-title,
.has-block-sidebar.sidebar-right .tfm-posts-block.grid-offset-sides .tfm-post-block-offset-wrapper .article .entry-title,
.has-block-sidebar.sidebar-left .tfm-posts-block.grid-offset-sides .tfm-post-block-offset-wrapper .article .entry-title,
.has-sidebar .tfm-posts-block.grid-offset-sides .tfm-post-block-offset-wrapper .article .entry-title {
    font-size: 1rem;
    letter-spacing: revert;
    line-height: 1.2;
    margin-bottom: calc(var(--post-inner-elements-margin) / 3);
    margin-top: calc(var(--post-inner-elements-margin) / 3);
}
/* Sidebar grid offset */
.has-block-sidebar.sidebar-right .tfm-posts-block.grid-offset .tfm-post-block-offset-wrapper .article .entry-title,
.has-block-sidebar.sidebar-left .tfm-posts-block.grid-offset .tfm-post-block-offset-wrapper .article .entry-title,
.has-sidebar .tfm-post-block-wrap .tfm-posts-block.grid-offset .tfm-post-block-offset-wrapper .article .entry-title {
    font-size: 1.25rem;
    letter-spacing: -0.03125rem;
    margin-bottom: calc(var(--post-inner-elements-margin) / 3);
    margin-top: calc(var(--post-inner-elements-margin) / 3);
}
.has-block-sidebar.sidebar-right .tfm-posts-block.grid-offset[class*="cols"].post-grid > .article h3.entry-title,
.has-block-sidebar.sidebar-left .tfm-posts-block.grid-offset[class*="cols"].post-grid > .article h3.entry-title,
.has-sidebar .tfm-posts-block.grid-offset[class*="cols"].post-grid > .article h3.entry-title {
    font-size: var(--cols-2-entry-title-size);
}
/* Sidebar grid/list */
.has-block-sidebar.sidebar-right .tfm-posts-block.grid-list-half .tfm-post-block-offset-wrapper .article .entry-title,
.has-block-sidebar.sidebar-left .tfm-posts-block.grid-list-half .tfm-post-block-offset-wrapper .article .entry-title {
    font-size: var(--cols-3-list-entry-title-size);
    margin-bottom: calc(var(--post-inner-elements-margin) / 3);
    margin-top: calc(var(--post-inner-elements-margin) / 3);
    letter-spacing: -0.02rem;
    line-height: 1.2;
}
@media (min-width: 1061px) {
    .has-block-sidebar.sidebar-right .tfm-posts-block.grid-list-half .tfm-post-block-offset-wrapper .article.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-wrapper,
    .has-block-sidebar.sidebar-left .tfm-posts-block.grid-list-half .tfm-post-block-offset-wrapper .article.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-wrapper,
    .has-sidebar .has-block-sidebar.sidebar-left .post-grid[class*="list"] .article.has-post-thumbnail:not(.disabled-post-thumbnail):not(.grid-style) .entry-wrapper,
    .has-sidebar .has-block-sidebar.sidebar-right .post-grid[class*="list"] .article.has-post-thumbnail:not(.disabled-post-thumbnail):not(.grid-style) .entry-wrapper,
    .has-sidebar .post-grid[class*="list"]:not(.cols-1) .article.has-post-thumbnail:not(.disabled-post-thumbnail):not(.grid-style) .entry-wrapper {
        padding-left: calc(var(--post-inner-elements-margin) / 1.5);
    }
}
/* Theme sidebar and block sidebar */
.has-sidebar .has-block-sidebar.sidebar-right .tfm-posts-block.grid-offset-half .tfm-post-block-offset-wrapper .article .entry-title,
.has-sidebar .has-block-sidebar.sidebar-left .tfm-posts-block.grid-offset-half .tfm-post-block-offset-wrapper .article .entry-title,
.has-sidebar .has-block-sidebar.sidebar-right .tfm-posts-block.grid-offset-sides .tfm-post-block-offset-wrapper .article .entry-title,
.has-sidebar .has-block-sidebar.sidebar-left .tfm-posts-block.grid-offset-sides .tfm-post-block-offset-wrapper .article .entry-title,
.has-sidebar .has-block-sidebar.sidebar-right .tfm-posts-block.grid-offset .tfm-post-block-offset-wrapper .article .entry-title,
.has-sidebar .has-block-sidebar.sidebar-left .tfm-posts-block.grid-offset .tfm-post-block-offset-wrapper .article .entry-title  {
    font-size: 1.25rem;
    letter-spacing: -0.03125rem;
    line-height: 1.2;
}
/* Theme and block sidebar entry title */
.has-sidebar .has-block-sidebar.sidebar-left .article h3[class*="title"],
.has-sidebar .has-block-sidebar.sidebar-right .article h3[class*="title"] {
    font-size: var(--cols-2-entry-title-size);
}
.has-sidebar .has-block-sidebar.sidebar-left .post-grid[class*="list"] .article:not(.grid-style) h3[class*="title"],
.has-sidebar .has-block-sidebar.sidebar-right .post-grid[class*="list"] .article:not(.grid-style) h3[class*="title"],
.has-sidebar .post-grid[class*="list"]:not(.cols-1):not(.list-grid) .article:not(.grid-style) h3[class*="title"]  {
    font-size: var(--cols-4-entry-title-size);
    margin-bottom: calc(var(--post-inner-elements-margin) / 3);
    margin-top: calc(var(--post-inner-elements-margin) / 3);
    letter-spacing: -0.03125rem;
}
.has-sidebar .post-grid[class*="list"]:not(.cols-1):not(.list-grid) .article:not(.grid-style) h3[class*="title"]  {
    font-size: var(--cols-3-list-entry-title-size);
}
/**
 * Post block widgets
 */

/* Columns */
.tfm-post-block-sidebar .wp-block-columns {
    gap: calc(var(--post-margin) * 2);
}
@media(max-width: 1060px) {
    .wp-block-columns {
        flex-wrap: wrap !important;
    }
    .tfm-post-block-sidebar .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100%;
    }
}
/**
 * Set colours to match theme defaults
 * These can be changed in plugin settings
 */

.tfm-posts-block .entry-title a {
    color: var(--black);
}
.tfm-posts-block .excerpt,
.tfm-posts-block .entry-meta,
.tfm-posts-block .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-meta {
    color:  var(--medium-grey);
}
.tfm-posts-block .entry-meta a {
    color:  var(--black);
}
.tfm-posts-block .entry-meta-avatar a {
    border-color:  var(--light-grey);
}
.tfm-posts-block .read-more,
.tfm-posts-block .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .read-more {
    background: var(--very-light-grey);
    color:  var(--dark-grey);
}
.tfm-posts-block .read-more:hover,
.tfm-posts-block .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .read-more:hover,
.tfm-posts-block .read-more:focus,
.tfm-posts-block .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .read-more:focus {
    background: var(--very-dark-grey);
    color:  var(--white);
}
.tfm-posts-block .entry-read-more,
.tfm-posts-block .read-more-button,
.tfm-posts-block .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-read-more,
.tfm-posts-block .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .read-more-button {
    border-color: var(--very-light-grey);
}
.tfm-posts-block .entry-read-more .entry-meta-read-time::after,
.tfm-posts-block .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-read-more .entry-meta-read-time::after {
    color: var(--light-grey);
}
.tfm-posts-block .article.has-background:not(.cover) .entry-wrapper {
    background: none;
}
.tfm-posts-block .formats-key .format-count {
    background: var(--secondary-theme-color);
    color:  var(--white);
}
.tfm-posts-block .cover.has-post-thumbnail:not(.disabled-post-thumbnail) a:not(.button),
.tfm-posts-block .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-wrapper .excerpt {
    color:  var(--white);
}
/* TFM Related Posts ------------------------------------- */

.tfm-related-posts-wrapper.alignfull {
    margin-right: -50%;
}
.has-sidebar .tfm-related-posts-wrapper.alignfull {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: -50%;
}
.tfm-related-posts .related-posts-header {
    margin-top: 18px;
}
.related-posts-header h2 {
    font-size: var(--h3-font-size);
}
.tfm-related-posts {
    padding-top: var(--post-margin);
    padding-bottom: var(--post-margin);
}
.tfm-related-posts::before {
    content: '';
    width:100vw;
    max-width:100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    height: 1px;
    background: var(--very-light-grey);
    margin-top: calc(0px - var(--post-margin));
}
.tfm-related-posts-wrapper .tfm-related-posts::before {
    content:  none;
}

/**
 * Set colours to match theme defaults
 * These can be changed in plugin settings
 */

.tfm-related-posts .entry-title a {
    color: var(--black);
}
.tfm-related-posts .excerpt,
.tfm-related-posts .entry-meta,
.tfm-related-posts .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-meta {
    color:  var(--medium-grey);
}
.tfm-related-posts .entry-meta a {
    color:  var(--black);
}
.tfm-related-posts .entry-meta-avatar a {
    border-color:  var(--light-grey);
}
.tfm-related-posts .read-more,
.tfm-related-posts .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .read-more {
    background: var(--very-light-grey);
    color:  var(--dark-grey);
}
.tfm-related-posts .read-more:hover,
.tfm-related-posts .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .read-more:hover,
.tfm-related-posts .read-more:focus,
.tfm-related-posts .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .read-more:focus  {
    background: var(--very-dark-grey);
    color:  var(--white);
}
.tfm-related-posts .entry-read-more,
.tfm-related-posts .read-more-button,
.tfm-related-posts .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-read-more,
.tfm-related-posts .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .read-more-button {
    border-color: var(--very-light-grey);
}
.tfm-related-posts .entry-read-more .entry-meta-read-time::after,
.tfm-related-posts .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-read-more .entry-meta-read-time::after {
    color: var(--light-grey);
}
.tfm-related-posts .article.has-background:not(.cover) .entry-wrapper {
    background: none;
}
.tfm-related-posts .cover.has-post-thumbnail:not(.disabled-post-thumbnail) a:not(.button),
.tfm-related-posts .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-wrapper .excerpt {
    color:  var(--white);
}
/* 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: var(--tfm-before-footer-background);
}
.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-before-footer-section + footer .site-footer-inner {
    padding-top: 0;
}

/* TFM Social Plugin ------------------------------------- */

.tfm-share-wrapper .share-text {
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 0.75rem;
    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;
}
.tfm-social-icons .tfm-social-icon {
    margin: 0.5rem 0.5rem 0 0;
    display: flex;
    font-size: 0.875rem;
    border: 0;
    font-family: var(--title-font);
    font-weight: 600;
}
/* 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(--very-dark-grey);
    padding: 0;
}
.tfm-social-icons.has-text li.tfm-social-icon a {
    padding: 0.5rem 1rem 0.5rem 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: 18px;
    padding-left: 0.75rem;
    padding-right: 1rem;
}
.tfm-social-icons:not(.icon-background) li a {
    width: auto;
    height: auto;
    padding: 4px;
}
@media ( min-width: 641px ) {
    .tfm-social-icons:not(.icon-background) li:first-child a,
    .tfm-social-icons:not(.icon-background) .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;
}
.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: 0;
    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;
}
.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;
    background: var(--single-body-background);
}
.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 {
    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: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: var(--post-margin);
    margin-top: var(--post-margin);
}
.hentry-footer .tfm-share-wrapper.side,
.wrap > .tfm-share-wrapper.bottom {
    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));
}
/* Social Menu */
.tfm-social-menu li.menu-item[class*="tfm"] a::before {
    font-family: "fontello";
    margin-right: 0.625rem;
    width: 17px;
    height: 17px;
    display: inline-flex;
    border-radius: 100%;
    padding: 3px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    color:  var(--white);
}
.tfm-social-menu .tfm-twitter.menu-item a::before {
    content: '\f099';
}
.tfm-social-menu .tfm-facebook.menu-item a::before {
    content: '\f09a';
}
.tfm-social-menu .tfm-pinterest.menu-item a::before {
    content: '\f231';
}
.tfm-social-menu .tfm-linkedin.menu-item a::before {
    content: '\f0e1';
}
.tfm-social-menu .tfm-tumblr.menu-item a::before {
    content: '\f173';
}
.tfm-social-menu .tfm-reddit.menu-item a::before {
    content: '\f281';
}
.tfm-social-menu .tfm-pocket.menu-item a::before {
    content: '\f265';
}
.tfm-social-menu .tfm-youtube.menu-item a::before {
    content: '\f167';
}
.tfm-social-menu .tfm-instagram.menu-item a::before {
    content: '\f16d';
}
.tfm-social-menu .tfm-flickr.menu-item a::before {
    content: '\f16e';
}
.tfm-social-menu .tfm-vimeo.menu-item a::before {
    content: '\f27d';
}
.tfm-social-menu .tfm-vk.menu-item a::before {
    content: '\f189';
}
.tfm-social-menu .tfm-dribbble.menu-item a::before {
    content: '\f17d';
}
.tfm-social-menu .tfm-500px.menu-item a::before {
    content: '\f26e';
}
.tfm-social-menu .tfm-soundcloud.menu-item a::before {
    content: '\f1be';
}
.tfm-social-menu .tfm-spotify.menu-item a::before {
    content: '\f1bc';
}
.tfm-social-menu .tfm-mixcloud.menu-item a::before {
    content: '\f289';
}
.tfm-social-menu .tfm-medium.menu-item a::before {
    content: '\f23a';
}
.tfm-social-menu .tfm-github.menu-item a::before {
    content: '\f1d3';
}
.tfm-social-menu .tfm-behance.menu-item a::before {
    content: '\f1b4';
}
.tfm-social-menu .tfm-gab.menu-item a::before {
    content: '\e80b';
}
.tfm-social-menu .tfm-minds.menu-item a::before {
    content: '\e80c';
}
.tfm-social-menu .tfm-bitchute.menu-item a::before {
    content: '\e80e';
}
.tfm-social-menu .tfm-steemit.menu-item a::before {
    content: '\e80f';
}
.tfm-social-menu .tfm-whatsapp.menu-item a::before {
    content: '\f232';
}
.tfm-social-menu .tfm-tiktok.menu-item a::before {
    content: '\e815';
}
.tfm-social-menu .tfm-rss.menu-item a::before {
    content: '\f09e';
}
.tfm-social-menu .tfm-ok.menu-item a::before {
    content: '\f263';
}
.tfm-social-menu .tfm-telegram.menu-item a::before {
    content: '\f2c6';
}
.tfm-social-menu li.tfm-discord.menu-item a::before {
    content: '\e821';
    font-size: 10px;
}
.tfm-social-menu li.tfm-steam.menu-item a::before {
    content: '\f1b6';
    font-size: 10px;
}
/* Icon branding */
.tfm-social-icons a {
    text-decoration: none;
}
.tfm-social-icons.brand li.tfm-social-icon.twitter a,
.tfm-social-menu .tfm-twitter.menu-item a::before {
    color: #429CD6;
}
.tfm-social-icons.brand li.tfm-social-icon.facebook a,
.tfm-social-menu .tfm-facebook.menu-item a::before {
    color: #3A589E;
}
.tfm-social-icons.brand li.tfm-social-icon.pinterest a,
.tfm-social-menu .tfm-pinterest.menu-item a::before {
    color: #CD2029;
}
.tfm-social-icons.brand li.tfm-social-icon.linkedin a,
.tfm-social-menu .tfm-linkedin.menu-item a::before {
    color: #0077B5;
}
.tfm-social-icons.brand li.tfm-social-icon.tumblr a,
.tfm-social-menu .tfm-tumblr.menu-item a::before {
    color: #35465c;
}
.tfm-social-icons.brand li.tfm-social-icon.reddit a,
.tfm-social-menu .tfm-reddit.menu-item a::before {
    color: #FF4500;
}
.tfm-social-icons.brand li.tfm-social-icon.pocket a,
.tfm-social-menu .tfm-pocket.menu-item a::before {
    color: #EE4056;
}
.tfm-social-icons.brand li.tfm-social-icon.youtube a,
.tfm-social-menu .tfm-youtube.menu-item a::before {
    color: #FF0000;
}
.tfm-social-icons.brand li.tfm-social-icon.instagram a,
.tfm-social-menu .tfm-instagram.menu-item a::before {
    color: #CD486B;
}
.tfm-social-icons.brand li.tfm-social-icon.flickr a,
.tfm-social-menu .tfm-flickr.menu-item a::before {
    color: #FF0084;
}
.tfm-social-icons.brand li.tfm-social-icon.vimeo a,
.tfm-social-menu .tfm-vimeo.menu-item a::before {
    color: #17AEE1;
}
.tfm-social-icons.brand li.tfm-social-icon.vkontakte a,
.tfm-social-menu .tfm-vkontakte.menu-item a::before {
    color: #5082B9;
}
.tfm-social-icons.brand li.tfm-social-icon.dribbble a,
.tfm-social-menu .tfm-dribbble.menu-item a::before {
    color: #EA4C89;
}
.tfm-social-icons.brand li.tfm-social-icon.px500 a,
.tfm-social-menu .tfm-500px.menu-item a::before {
    color: #222222;
}
.tfm-social-icons.brand li.tfm-social-icon.soundcloud a,
.tfm-social-menu .tfm-soundcloud.menu-item a::before {
    color: #E06A2C;
}
.tfm-social-icons.brand li.tfm-social-icon.spotify a,
.tfm-social-menu .tfm-spotify.menu-item a::before {
    color: #1ED760;
}
.tfm-social-icons.brand li.tfm-social-icon.mixcloud a,
.tfm-social-menu .tfm-mixcloud.menu-item a::before {
    color: #1D2D3B;
}
.tfm-social-icons.brand li.tfm-social-icon.medium a,
.tfm-social-menu .tfm-medium.menu-item a::before {
    color: #1C1B1A;
}
.tfm-social-icons.brand li.tfm-social-icon.github a,
.tfm-social-menu .tfm-github.menu-item a::before {
    color: #0E0B0A;
}
.tfm-social-icons.brand li.tfm-social-icon.behance a,
.tfm-social-menu .tfm-behance.menu-item a::before {
    color: #1769FF;
}
.tfm-social-icons.brand li.tfm-social-icon.gab a,
.tfm-social-menu .tfm-gab.menu-item a::before {
    color: #00D279;
}
.tfm-social-icons.brand li.tfm-social-icon.minds a,
.tfm-social-menu .tfm-minds.menu-item a::before {
    color: #464646;
}
.tfm-social-icons.brand li.tfm-social-icon.bitchute a,
.tfm-social-menu .tfm-bitchute.menu-item a::before {
    color: #EF4137;
}
.tfm-social-icons.brand li.tfm-social-icon.steemit a,
.tfm-social-menu .tfm-steemit.menu-item a::before {
    color: #06D4A7;
}
.tfm-social-icons.brand li.tfm-social-icon.whatsapp a,
.tfm-social-menu .tfm-whatsapp.menu-item a::before  {
    color: #2CB742;
}
.tfm-social-icons.brand li.tfm-social-icon.tiktok a,
.tfm-social-menu .tfm-tiktok.menu-item a::before {
    color: #000000;
}
.tfm-social-icons.brand li.tfm-social-icon.rss a,
.tfm-social-menu .tfm-rss.menu-item a::before {
    color: #F78422;
}
.tfm-social-icons.brand li.tfm-social-icon.odnoklassniki a,
.tfm-social-menu .tfm-odnoklassniki.menu-item a::before {
    color: #F58220;
}
.tfm-social-icons.brand li.tfm-social-icon.telegram a,
.tfm-social-menu .tfm-telegram.menu-item a::before {
    color: #30A1DB;
}
.tfm-social-icons.brand li.tfm-social-icon.discord a,
.tfm-social-menu .tfm-discord.menu-item a::before {
    color: #5865F2;
}
.tfm-social-icons.brand li.tfm-social-icon.steam a,
.tfm-social-menu .tfm-steam.menu-item a::before {
    color: #C5C3C0;
}
.tfm-social-icons.brand li.tfm-social-icon.email a,
.tfm-social-icons.brand li.tfm-social-icon.url a {
    color: var(--dark-grey);
}
/* With background */
.tfm-social-icons.icon-background li.tfm-social-icon a {
    background: var(--very-light-grey);
}
.tfm-social-icons.icon-background.theme li.tfm-social-icon a:hover,
.tfm-social-icons.icon-background.theme li.tfm-social-icon a:focus {
    color:  var(--white);
    background: var(--dark-grey);
}
.tfm-social-icons.icon-background.brand li.tfm-social-icon a {
    color:  var(--white);
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.twitter a,
.tfm-social-menu .tfm-twitter.menu-item a::before {
    background: #429CD6;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.facebook a,
.tfm-social-menu .tfm-facebook.menu-item a::before {
    background: #3A589E;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.pinterest a,
.tfm-social-menu .tfm-pinterest.menu-item a::before {
    background: #CD2029;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.linkedin a,
.tfm-social-menu .tfm-linkedin.menu-item a::before {
    background: #0077B5;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.tumblr a,
.tfm-social-menu .tfm-tumblr.menu-item a::before {
    background: #35465c;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.reddit a,
.tfm-social-menu .tfm-reddit.menu-item a::before {
    background: #FF4500;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.pocket a,
.tfm-social-menu .tfm-pocket.menu-item a::before {
    background: #EE4056;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.youtube a,
.tfm-social-menu .tfm-youtube.menu-item a::before {
    background: #FF0000;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.instagram a,
.tfm-social-menu .tfm-instagram.menu-item a::before {
    background: #CD486B;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.flickr a,
.tfm-social-menu .tfm-flickr.menu-item a::before {
    background: #FF0084;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.vimeo a,
.tfm-social-menu .tfm-vimeo.menu-item a::before {
    background: #17AEE1;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.vkontakte a,
.tfm-social-menu .tfm-vkontakte.menu-item a::before {
    background: #5082B9;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.dribbble a,
.tfm-social-menu .tfm-dribbble.menu-item a::before {
    background: #EA4C89;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.px500 a,
.tfm-social-menu .px500.menu-item a::before {
    background: #222222;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.soundcloud a,
.tfm-social-menu .tfm-soundcloud.menu-item a::before {
    background: #E06A2C;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.spotify a,
.tfm-social-menu .tfm-spotify.menu-item a::before {
    background: #1ED760;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.mixcloud a,
.tfm-social-menu .tfm-mixcloud.menu-item a::before {
    background: #1D2D3B;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.medium a,
.tfm-social-menu .tfm-medium.menu-item a::before {
    background: #1C1B1A;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.github a,
.tfm-social-menu .tfm-github.menu-item a::before {
    background: #0E0B0A;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.behance a,
.tfm-social-menu .tfm-behance.menu-item a::before {
    background: #1769FF;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.gab a,
.tfm-social-menu .tfm-gab.menu-item a::before {
    background: #00D279;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.minds a,
.tfm-social-menu .tfm-minds.menu-item a::before {
    background: #464646;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.bitchute a,
.tfm-social-menu .tfm-bitchute.menu-item a::before {
    background: #EF4137;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.steemit a,
.tfm-social-menu .tfm-steemit.menu-item a::before {
    background: #06D4A7;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.whatsapp a,
.tfm-social-menu .tfm-whatsapp.menu-item a::before {
    background: #2CB742;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.tiktok a,
.tfm-social-menu .tfm-tiktok.menu-item a::before {
    background: #000000;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.rss a,
.tfm-social-menu .tfm-rss.menu-item a::before {
    background: #F78422;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.odnoklassniki a,
.tfm-social-menu .tfm-ok.menu-item a::before {
    background: #F58220;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.telegram a,
.tfm-social-menu .tfm-telegram.menu-item a::before {
    background: #30A1DB;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.discord a,
.tfm-social-menu .tfm-discord.menu-item a::before {
    background: #5865F2;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.discord i {
    margin-left: -3px;
    font-size:  0.8125rem;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.steam a,
.tfm-social-menu .tfm-steam.menu-item a::before {
    background: #C5C3C0;
}
.tfm-social-icons.brand.icon-background li.tfm-social-icon.email,
.tfm-social-icons.brand.icon-background li.tfm-social-icon.url a {
    background: var(--dark-grey);
}
@media (min-width: 1060px) {
    .tfm-social-icon.mobile-only {
        display: none;
    }
}
/* Header/footer social Icons */

.header-social .tfm-social-icon {
    margin:  0 0.3125rem 0 0;
}
.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;
}
.footer-social .tfm-social-icons .tfm-social-icon {
    margin-top: 0;
}
/* TFM Theme Boost Advert sidebars  */
.tfm-after-header-sidebar {
    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-after-header-sidebar .widget {
    width: auto;
}
.tfm-after-header-sidebar .widget > * {
    margin-bottom: 0;
}
.tfm-after-header-sidebar > * {
    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(90%) hue-rotate(190deg) brightness(2) saturate(1.5);
}
.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;
}
.entry-meta.after-title + .tfm-ratings {
    margin-top: calc(var(--post-inner-elements-margin) / 1.5);
}
.tfm-posts-block.grid-offset-sides .tfm-post-block-offset-wrapper .article .entry-meta.after-title + .tfm-ratings,
.tfm-posts-block.grid-offset-half .tfm-post-block-offset-wrapper .article .entry-meta.after-title + .tfm-ratings  {
    margin-top: calc(var(--post-inner-elements-margin) / 3);
}
.tfm_posts_widget .tfm-ratings,
.tfm_posts_widget .entry-meta.after-title + .tfm-ratings {
    margin-top: 0.5rem;
}
.tfm-ratings span[class*="tfm-rating"] {
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--title-font);
    color:  var(--tfm-rating-text-color, var(--black));
}
.tfm_posts_widget .tfm-ratings span[class*="tfm-rating"],
.cols-4 .tfm-ratings span[class*="tfm-rating"] {
    font-size: 0.875rem;
}
.cover.has-post-thumbnail:not(.disabled-post-thumbnail) .tfm-ratings span[class*="tfm-rating"] {
    color:  var(--white);
}
.single-hero .article .tfm-ratings span[class*="tfm-rating"] {
    color:  var(--single-hero-entry-title-color, var(--black));
}
.tfm-ratings .wp-block-jetpack-rating-star {
    margin-bottom: 0;
    margin-left: -2px;
}
.tfm-ratings .wp-block-jetpack-rating-star svg {
    width:20px;
    height:20px;
}
.tfm-ratings .wp-block-jetpack-rating-star > span span {
    width: 10px;
}
.cols-4 .tfm-ratings .wp-block-jetpack-rating-star svg,
.tfm_posts_widget .tfm-ratings .wp-block-jetpack-rating-star svg {
    width:18px;
    height:18px;
}
.cols-4 .tfm-ratings .wp-block-jetpack-rating-star > span span,
.tfm_posts_widget .tfm-ratings .wp-block-jetpack-rating-star > span span {
    width: 9px;
}
.tfm-ratings .wp-block-jetpack-rating-star > span {
    margin-right: 0;
}
/* Single post */
.the-post > .article .entry-meta.after-title + .tfm-ratings {
    margin-top: var(--post-inner-elements-margin);
}
.the-post > .article .tfm-ratings .wp-block-jetpack-rating-star svg {
    width:22px;
    height:22px;
}
.the-post > .article .tfm-ratings .wp-block-jetpack-rating-star > span span {
    width: 11px;
}
/* -------------------------------------------------------------------------- */
/*	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;
}
.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);
}
.cols-4:not([class*="list"]):not(.grid-desc):not(.grid-asc):not(.grid-offset) .article:not(.first-full).loop-sidebar .widget,
.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(:nth-child(10n+10)).loop-sidebar .widget,
.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)).loop-sidebar .widget,
.cols-4.grid-offset .article:not(:nth-child(6n+1)):not(:nth-child(6n+2)).loop-sidebar .widget,
.cols-4 .article.grid-style.loop-sidebar .widget {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.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);
}
/* -------------------------------------------------------------------------- */
/*	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: "\e810";
    margin-right: 0.5rem;
    position: relative;
    top: -0.3rem;
}
blockquote p:first-of-type::after {
    font-family: "fontello";
    content: "\e80a";
    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;
}
/* 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-thumbnail:not(.disabled-post-thumbnail) .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);
    }
}
@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);
    }
}
@media (max-width: 1250px) {
    /* Fix Chrome Browser */
    .the-post > .article,
    .the-page > .article {
        margin-left: 0;
        margin-right: 0;
    }
    .the-post > .article .thumbnail-wrapper:not(.alignfull) .post-thumbnail,
    .the-page > .article .thumbnail-wrapper:not(.alignfull) .post-thumbnail,
    .post-thumbnail.has-figcaption + figcaption {
        margin-left:  var(--post-margin);
        margin-right:  var(--post-margin);
    }
}
@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-thumbnail:not(.disabled-post-thumbnail) 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-thumbnail:not(.disabled-post-thumbnail).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%;
        padding-left: 0;
    }
    /* end */
    /* Grid descending */
    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 {
        max-width: calc(((100% / 3) * 2) - ( var(--post-margin) / 3) * 2);
    }
    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) .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-left:  var(--post-inner-elements-margin);
    }
    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-left:  var(--post-inner-elements-margin);
    }
    .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 .has-block-sidebar.sidebar-left .grid .article h3[class*="title"],
    .has-sidebar .has-block-sidebar.sidebar-right .grid .article h3[class*="title"],
    .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);
    }
    /* TFM post blocks */
    .tfm-posts-block.post-grid.cols-4.grid[data-posts="4"] .article,
    .tfm-posts-block.post-grid.cols-4[data-posts="4"] .article  {
        flex-basis: calc(100% / 2 - (var(--post-margin) * 2));
    }
}
@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-asc[class*="cols"] .article:not(.cover):not(.loop-sidebar) .post-inner,
    body:not(.has-sidebar) .post-grid.grid-desc[class*="cols"] .article:not(.cover):not(.loop-sidebar) .post-inner,
    body:not(.has-sidebar) .post-grid.grid-first-full .article.first-full: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"]  {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
    }
    /* 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;
        margin-bottom: calc(var(--post-inner-elements-margin) / 1.5);
        margin-top: calc(var(--post-inner-elements-margin) / 1.5);
    }
    .post-grid[class*="cols"] .article:not(.has-category-meta) h3.entry-title {
        margin-top: 0;
    }
    .tfm-posts-block[class*="grid-offset"][class*="cols"].post-grid > .article h3.entry-title,
    .tfm-posts-block.grid-list-half.post-grid[class*="cols"] > .article h3.entry-title,
    .tfm-posts-block.post-grid.grid-offset[data-posts="2"] .tfm-post-block-offset-wrapper .article .entry-title,
    .tfm-posts-block.post-grid.grid-offset[data-posts="5"] .tfm-post-block-offset-wrapper .article .entry-title,
    .tfm-posts-block.grid-offset-sides[data-posts="4"] .tfm-post-block-offset-wrapper:nth-of-type(2) .article .entry-title,
    .tfm-posts-block.grid-offset-sides[data-posts="9"] .tfm-post-block-offset-wrapper:nth-of-type(4) .article .entry-title {
        font-size: var(--cols-2-entry-title-size) !important;
    }
    body .tfm-post-block-wrap .tfm-posts-block.grid-offset[class*="cols"].post-grid > .article h3.entry-title {
        font-size: var(--cols-2-entry-title-size);
    }
    .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;
    }
    .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.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;
        font-weight: 700;
        line-height: 1.138888889;
        letter-spacing: -0.125rem;
    }
    .single-hero[data-thumbnails="true"] .article:not(.cover) .entry-wrapper {
        padding:  var(--post-inner-elements-margin) 0 0 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);
    }
    /* TFM Hero  */
    .tfm-hero:not([data-fullwidth="true"]) {
        max-width: var(--mobile-site-max-width);
    }
    .grid-offset-sides .tfm-hero-offset-wrapper {
        flex-basis: 100%;
    }
    #tfm-hero.grid-offset-sides .tfm-hero-offset-wrapper .article {
        flex-basis: calc(100% / 2 - (var(--post-margin) * 2));
    }
    #tfm-hero.grid-offset-sides > .article {
        flex-basis: 100%;
    }
    .tfm-hero.post-grid.grid.cols-3 .article:first-child,
    .tfm-hero.post-grid.grid-offset[data-posts="3"] > .article:first-child,
    .tfm-hero.post-grid.grid-offset-half:not([data-posts="1"]):not([data-posts="2"]) > .article:first-child,
    .tfm-hero.post-grid.grid-offset-sides[data-posts="4"] .tfm-hero-offset-wrapper:nth-of-type(2) .article  {
        flex-basis: 100% !important
    }
    .tfm-hero.post-grid.grid.cols-3 .article,
    .tfm-hero-offset-wrapper {
        flex-grow: 1;
    }
    #tfm-hero.grid-offset .tfm-hero-offset-wrapper .article {
        flex-basis:  calc((100% / 2) - (var(--post-margin) * 2));
    }
    .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-thumbnail:not(.disabled-post-thumbnail) .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-thumbnail:not(.disabled-post-thumbnail):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.tfm-hero.grid-offset[data-posts="3"] > .article:first-child .entry-title,
    #tfm-hero.tfm-hero.grid-offset-half:not([data-posts="2"]) > .article:first-child .entry-title,
    #tfm-hero.tfm-hero.grid-offset-sides > .article .entry-title,
    #tfm-hero.carousel[class*="cols"] .article .entry-title,
    #tfm-hero.slider .article .entry-title,
    #tfm-hero.post-grid.grid-offset-sides[data-posts="4"] .tfm-hero-offset-wrapper:nth-of-type(2) .article .entry-title {
        font-size: var(--cols-1-entry-title-size);
    }

    /* tfm post blocks */
    .tfm-post-block-background-wrapper.alignfull,
    .has-sidebar .tfm-post-block-background-wrapper.alignfull {
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }
    .tfm-posts-block[class*="offset"] > *,
    .tfm-posts-block.grid-list-half > * {
        flex-basis: 100% !important;
    }
    .tfm-post-block-wrap.has-block-sidebar,
    .tfm-post-block-wrap.has-block-sidebar.sidebar-left  {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .tfm-post-block-wrap.has-block-sidebar .post-grid {
        margin-left: 0;
        margin-right: 0;
    }
    .tfm-post-block-sidebar {
        width: calc(100% - calc(var(--post-margin) * 2));
    }
    .has-sidebar .has-block-sidebar.sidebar-right .post-grid:not(.list):not([data-posts="1"]) .article,
    .has-sidebar .has-block-sidebar.sidebar-left .post-grid:not(.list):not([data-posts="1"]) .article {
        flex-basis: calc(100% / 2 - (var(--post-margin) * 2));
    }
    body.has-sidebar .has-block-sidebar.sidebar-right .tfm-posts-block.post-grid.grid-list-half .tfm-post-block-offset-wrapper .article,
    body.has-sidebar .has-block-sidebar.sidebar-left .tfm-posts-block.post-grid.grid-list-half .tfm-post-block-offset-wrapper .article,
    .tfm-posts-block.post-grid.cols-3.grid[data-posts="3"] .article:last-child {
        flex-basis: 100%;
    }
    /* Footer */
    .columns-70-30-menu .footer-column-2 {
        padding-left: 0;
    }
    /*.footer-column:last-child .widget:last-child,*/
    .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);
    }
}
@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 .post-inner > *,
    .post-grid.grid-asc .article .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"],
    .tfm-posts-block.post-grid[class*="cols"]:not(.cols-1) .tfm-post-block-offset-wrapper .article .entry-title {
        font-size: 2rem !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-grid[class*="cols"] .article:not(.grid-style):not(.has-background) .entry-header {
        margin-top: calc(var(--post-inner-elements-margin) / 1.5);
    }
    .author-bio {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .author-bio > div {
        margin-bottom: calc(var(--global-elements-margin) / 1.5);
    }
    .author-bio .author-avatar {
        margin-right: 0;
        flex-basis: 100px;
        max-width: 100px;
    }
    .author-bio div + div + .tfm-author-social {
        margin-left: 0;
    }
    .author-bio .author-description,
    .author-bio > div:last-child {
        margin-bottom: 0;
    }
    .author-bio .tfm-social-icons .tfm-social-icon {
        margin: 0.5rem 0.25rem 0 0.25rem;
    }
    .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;
    }
    /* tfm hero */
    /* 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, 125px);
    }
    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"],
    .tfm-posts-block.post-grid[class*="cols"]:not(.cols-1) .tfm-post-block-offset-wrapper .article .entry-title,
    .tfm-post-block-sidebar .wp-block-columns .wp-block-column .widget.tfm_posts_widget .list-style-list-first-grid li:first-child .entry-title-link {
        font-size: 1.625rem !important;
    }
    /* Single */
    .single-post main,
    .page main {
        margin-top: 0;
    }
    .the-post > .article,
    .the-page > .article,
    .single-hero.has-background,
    .single-hero:not(.has-background)[data-thumbnails="true"] {
        margin:0;
    }
    .the-post > .article,
    .the-page > .article {
        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);
    }
    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;
    }
    .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 .post-thumbnail,
    .the-page > .article .thumbnail-wrapper .post-thumbnail,
    .post-thumbnail.has-figcaption img {
        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-thumbnail:not(.disabled-post-thumbnail) .entry-wrapper,
    .the-post .article.cover.has-post-thumbnail:not(.disabled-post-thumbnail) .entry-wrapper,
    .the-post .article.cover.has-post-thumbnail:not(.disabled-post-thumbnail) .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-thumbnail:not(.disabled-post-thumbnail) .entry-wrapper,
    .single-hero.hero-cover .cover.has-post-thumbnail:not(.disabled-post-thumbnail) .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;
    }
    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.75rem;
    }
    .section-header p.sub-title,
    .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"] .article {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
    .tfm-hero[class*="cols"] .post-thumbnail {
        border-radius: 0;
    }
    .tfm-hero[class*="cols"] .article.cover:not(:last-child),
    #tfm-hero.grid-offset-sides .tfm-hero-offset-wrapper:first-of-type .article.cover,
    .tfm-hero[class*="cols"] .article.has-background {
        margin-bottom: 0;
    }
    .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"],
    .tfm-posts-block.post-grid[class*="cols"]:not(.cols-1) .tfm-post-block-offset-wrapper .article .entry-title,
    .tfm-post-block-sidebar .wp-block-columns .wp-block-column .widget.tfm_posts_widget .list-style-list-first-grid li:first-child .entry-title-link {
        font-size: 1.5rem !important;
    }
    h1, .heading-size-1, .faux-heading:not(.site-logo):not(.site-title) {
        font-size: 2rem !important;
    }
    .title-404 {
        font-size: 5rem !important;
    }
    .single-post-tags a,
    .tfm-social-icons .tfm-social-icon,
    .child-categories a  {
        font-size: 0.75rem !important;
    }
    .tfm-post-block-wrap .section-header {
        flex-direction: column;
    }
    .tfm-link-more {
        margin: 0.5rem 0 0 0;
    }
    .has-title.has-subtitle .tfm-link-more {
        margin-top: 0;
        margin-bottom: 0;
    }
}

/* -------------------------------------------------------------------------- */
/*	Development CSS (test here before moving to production)
/* -------------------------------------------------------------------------- */
