@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";

   :root { --white:  #ffffff;
--black:  #000000;
--very-dark-grey:  #131315;
--dark-grey: #44464b;
--medium-grey:  #94979e;
--light-grey: #cfd0d2;
--very-light-grey: #f2f2f3;
--off-white: #f7f8fa;
--site-width: 1200px;
--site-max-width: calc(var(--site-width) + ( var(--post-margin) * 2));
--mobile-site-max-width: calc(var(--content-max-width) + ( var(--post-margin) * 2));
--body-background: #ffffff;
--body-font-color: var(--very-dark-grey);
--body-font-size: 1rem;
--h1-font-size: 3.2rem;
--h2-font-size: 2.25rem;
--h3-font-size: 1.875rem;
--h4-font-size: 1.5rem;
--h5-font-size: 1.25rem;
--h6-font-size: 1.1rem;
--heading-font-weight:  700; --header-background: var(--body-background);
--header-width: var(--site-max-width);
--custom-logo-width: auto; --footer-background: none; --sidebar-width: calc(300px + ( var(--post-margin) * 2));
--toggle-sidebar-background: #ffffff;
--toggle-sidebar-border-color:  var(--very-light-grey);
--toggle-sidebar-logo-color:  var(--logo-color);
--toggle-sidebar-link-color: inherit; --post-margin: 1.5625rem;
--post-inner-elements-margin:  2rem;
--post-thumbnail-border-radius: 0;
--cols-4-small-desktop-flex-basis: calc(100% / 3 - (var(--post-margin) * 2));
--cols-5-small-desktop-flex-basis: calc(100% / 4 - (var(--cols-5-post-margin) * 2));
--cols-6-small-desktop-flex-basis: calc(100% / 4 - (var(--cols-5-post-margin) * 2));
--cols-7-small-desktop-flex-basis: calc(100% / 4 - (var(--cols-5-post-margin) * 2));
--cols-5-post-margin: calc(var(--post-margin) / 1.5);
--cols-6-post-margin: calc(var(--post-margin) / 1.5);
--cols-7-post-margin: calc(var(--post-margin) / 1.5);
--cols-6-breakpoint-flex-basis: calc(100% / 5 - (var(--cols-5-post-margin) * 2));
--cols-7-breakpoint-flex-basis: calc(100% / 6 - (var(--cols-6-post-margin) * 2)); --cover-global-color: #ffffff;
--cover-brightness-filter: 75%;
--cover-overlay-gradient: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
--link-color: var(--secondary-theme-color);
--link-hover-color: var(--secondary-theme-color);
--link-text-decoration: underline solid var(--link-color) 2px;
--link-hover-text-decoration: underline solid var(--link-hover-color) 2px;
--content-width:  calc(100% - (var(--post-margin) * 2));
--content-max-width:  46rem;
--mobile-content-width: calc(var(--content-max-width) + ( var(--post-margin) * 2));
--thumbnail-hero-padding:  40%;
--thumbnail-wide-padding: 56.25%;
--thumbnail-landscape-padding: 66.75%;
--thumbnail-square-padding: 100%;
--thumbnail-portrait-padding: 149.88%; --single-body-background: var(--body-background);
--single-entry-font-size:  1.1875rem;
--global-elements-margin: 1.5625rem; --global-elements-border-radius:  0;
--button-background:  var(--primary-theme-color);
--button-color:  var(--white);
--button-border-radius: 0;
--input-border-radius:  25px;
--button-padding:  1rem 1.5rem;
--button-font: var(--body-font);
--button-font-size: 13px;
--default-content-margin: 1.5rem;
--heading-margin:  1.5rem 0;
--post-grid-entry-header-flex-gap: 1rem;
}  html {
font-size: 100%;
}
body {
direction: ltr;
background: var(--body-background);
color: var(--body-font-color);
font-family: var(--body-font, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif);
font-size: var(--body-font-size);
font-weight: 400;
letter-spacing: var(--body-letter-spacing);
text-align: left;
overflow-x: hidden;
}
* {
box-sizing: border-box;
} a,
path {
transition: all 0.2s linear;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
word-break: normal;
}
.screen-reader-text:focus {
background-color: var(--very-light-grey);
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
right: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}  main {
display: block;
flex-basis: 100%;
margin-top: var(--global-elements-margin);
margin-bottom: calc(var(--global-elements-margin) * 2);
}
h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
font-feature-settings: "lnum";
font-variant-numeric: lining-nums;
font-weight: var(--heading-font-weight, 700);
letter-spacing: var(--heading-letter-spacing, -0.0625rem);
line-height: var(--heading-line-heght, 1.25);
margin: var(--heading-margin);
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-all;
word-break: break-word;
font-family: var(--title-font, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif);
}
h1,
.heading-size-1,
.faux-heading {
font-size: var(--h1-font-size);
font-weight: var(--h1-font-weight, 700);
line-height: var(--h1-line-height, 1.138888889);
}
h2,
.heading-size-2 {
font-size: var(--h2-font-size);
}
h3,
.heading-size-3 {
font-size: var(--h3-font-size);
}
h4,
.heading-size-4 {
font-size: var(--h4-font-size);
letter-spacing: var(--h4-line-height, -0.046875rem);
}
h5,
.heading-size-5 {
font-size: var(--h5-font-size);
letter-spacing: var(--h5-line-height, -0.040625rem);
}
h6,
.heading-size-6 {
font-size: var(--h6-font-size);
letter-spacing: var(--h6-line-height, -0.040625rem);
}
p {
line-height: var(--default-line-height, 1.5);
margin: var(--paragraph-margin, 0 0 1em 0);
}
em,
i,
q,
dfn {
font-style: italic;
}
em em,
em i,
i em,
i i,
cite em,
cite i {
font-weight: bolder;
}
big {
font-size: 1.2em;
}
small {
font-size: 0.75em;
}
b,
strong {
font-weight: var(--strong-font-weight, 700);
}
ins {
text-decoration: underline;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
abbr,
acronym {
cursor: help;
}
address {
line-height: 1.5;
margin: 0 0 2rem 0;
}
hr,
.the-post .entry-content hr,
.the-page .entry-content hr {
border-style: solid;
border-width: 1px 0 0 0;
border-color: var(--light-grey);
margin: 4rem auto;
}
a {
color: var(--link-color, var(--black));
text-decoration: var(--link-text-decoration, none);
transition: all 0.2s ease;
outline:  0;
}
a:hover,
a:focus {
text-decoration: var(--link-hover-text-decoration, none);
color:  var(--link-hover-color);
} ul,
ol {
margin: var(--default-content-margin) 0 var(--default-content-margin) 3rem;
}
ul {
list-style: disc;
}
ul ul,
ol ul {
list-style: circle;
}
ul ul ul {
list-style: square;
}
ol {
list-style: decimal;
}
ol ol { }
ol ol ol {
list-style: lower-roman;
}
li {
line-height: 1.5;
margin: var(--list-item-margin, 0 0 0.5rem 1rem);
}
li > ul,
li > ol {
margin: var(--nested-list-margin, 1rem 0 0 0rem);
}
.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
list-style: none;
margin: 0;
}
.reset-list-style li {
margin: 0;
}
dt,
dd {
line-height: 1.5;
}
dt {
font-weight: var(--strong-font-weight, 700);
}
dt + dd {
margin-top: 0.5rem;
}
dd + dt {
margin-top: 1.5rem;
} blockquote {
border-color: var(--blockquote-border-color, var(--primary-theme-color));
border-style: solid; border-width: 0 0 0 0.4rem;
color: inherit;
font-size: 1em;
margin: calc(var(--default-content-margin) * 1.5) 0; padding: var(--blockquote-padding, 0.5rem 0 0.5rem 2rem);
}
cite {
font-style: normal;
line-height: 1.25;
}
blockquote cite {
display: inline-block;
position: relative;
padding-top: 1.5rem;
}
blockquote p:last-child {
margin: 0;
}
blockquote cite::before {
content: '\2014\2014\2014\2014';
letter-spacing: -2px;
font-size: 10px;
position: absolute;
top: 0;
left: calc(50% - 20px);
} code,
kbd,
pre,
samp {
font-family: monospace;
font-size: 0.9em;
padding: 0.4rem 0.6rem;
}
code,
kbd,
samp {
background: rgba(0, 0, 0, 0.075);
border-radius: 0.2rem;
}
pre {
border: 1px solid var(--light-grey);
line-height: 1.5;
margin: 2rem 0;
overflow: auto;
padding: 1.5rem;
text-align: left;
white-space: pre-wrap;
word-wrap: break-word;
}
pre code {
background: transparent;
padding: 0;
} figure {
display: block;
margin: 0;
}
iframe {
display: block;
max-width: 100%;
} .wp-embed-responsive .is-type-rich iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
}
.wp-embed-responsive .is-type-rich:not([class*="twitter"]):not([class*="facebook"]):not([class*="instagram"]) .wp-block-embed__wrapper::before {
content: "";
display: block;
padding-top: 50%;
}
.wp-embed-responsive .is-type-rich:not([class*="twitter"]):not([class*="facebook"]):not([class*="instagram"]) .wp-block-embed__wrapper::before {
padding-top: var(--thumbnail-wide-padding);
}
video {
display: block;
}
svg,
img,
embed,
object {
display: block;
height: auto;
max-width: 100%;
}
figcaption,
.wp-caption-text {
color: var(--medium-grey);
display: block;
font-weight: var(--figcaption-font-weight, 500);
line-height: 1.2;
margin-top: calc(var(--default-content-margin) + 12px);
font-size: var(--figcaption-font-size, 0.8125rem);
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-all;
word-break: break-word;
}
figcaption a,
.wp-caption-text a {
color: var(--link-color)
}
.alignleft figcaption,
.alignleft .wp-caption-text,
.alignright figcaption,
.alignright .wp-caption-text {
margin-top: 1rem;
}
blockquote.instagram-media,
iframe.instagram-media {
margin: auto !important;
}
.wp-playlist {
margin-left: auto !important;
margin-right: auto !important;
} fieldset {
border: 0.2rem solid var(--light-grey);
padding: 2rem;
}
legend {
font-size: 0.85em;
font-weight: 700;
padding: 0 1rem;
}
label {
display: block;
font-size: 1rem;
font-weight: 400;
margin: 0 0 0.5rem 0;
font-family: var(--title-font);
font-weight: 700;
}
label.inline,
input[type="checkbox"] + label {
display: inline;
font-weight: 400; }
input[type="checkbox"] {
-webkit-appearance: none;
-moz-appearance: none;
position: relative;
top: 2px;
display: inline-block;
margin: 0 0.5rem 0 0;
width: 1rem;
min-width: 1rem;
height: 1rem;
background: var(--white);
border-radius: 0;
border-style: solid;
border-width: 1px;
border-color: var(--light-grey);
box-shadow: none;
cursor: pointer;
}
input[type="checkbox"]:checked::before { content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
position: absolute;
display: inline-block;
margin: -0.1875rem 0 0 -0.25rem;
height: 1.3rem;
width: 1.3rem;
}
input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
font-family: var(--body-font, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif);
line-height: 1;
border-radius:  var(--input-border-radius);
}
input,
textarea {
border-color: var(--light-grey);
color: var(--black);
}
code,
input[type="url"],
input[type="email"],
input[type="tel"] { direction: ltr;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
background: var(--white);
border-style: solid;
border-width: 1px;
box-shadow: none;
display: block;
font-size: var(--input-font-size, 0.9375rem);
letter-spacing: var(--input-letter-spacing, -0.015em);
margin: var(--global-elements-margin) 0;
max-width: 100%;
padding: var(--input-padding, 0.875rem 1rem);
width: 100%;
}
select {
font-size: var(--input-select-font-size, var(--input-font-size, 0.9375rem));
max-width: 100%;
border: 1px solid var(--light-grey);
padding: var(--input-select-padding, 0.875rem 2rem 0.875rem 1rem);
background-color: var(--white);
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url("data:image/svg+xml,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='36.246pt' height='23.603pt' viewBox='250.025 -761.362 36.246 23.603'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cpath d='M 268.155,737.759 L 250.025,755.887 L 255.5,761.362 L 268.156,748.709 L 280.796,761.349 L 286.271,755.875 L 268.155,737.759 Z' stroke='none' fill='%2344464b' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position-x: calc(100% - 12px);
background-position-y: calc(50%);
background-size: 9px;
line-height: 1.3;
font-family: var(--body-font);
}
textarea {
height: 12rem;
line-height: 1.5;
width: 100%;
border-radius: 0;
}
input::-webkit-input-placeholder {
line-height: normal;
}
input:-ms-input-placeholder {
line-height: normal;
}
input::-moz-placeholder {
line-height: revert; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
background: var(--button-background, var(--primary-theme-color));
border: none;
border-radius: var(--button-border-radius);
color: var(--button-color, var(--white));
font-family: var(--button-font);
cursor: pointer;
display: inline-block;
letter-spacing: 0.0333em;
line-height: 1.25;
margin: 0;
opacity: 1;
padding: var(--button-padding);
text-align: center;
text-decoration: none;
transition: all 0.2s ease;
letter-spacing: var(--button-letter-spacing, normal);
text-transform: var(--button-text-transform, none);
}
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
font-size: var(--button-font-size, 0.9375rem);
font-weight: 600;
}
button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
text-decoration: none;
background: var(--button-hover-background, var(--black));
color: var(--button-hover-color, var(--white));
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
border-color: currentColor;
}
input[type="search"]:focus {
outline: thin dotted;
outline-offset: -4px;
} table {
border: 1px solid var(--very-light-grey);
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
margin: 2rem 0;
max-width: 100%;
overflow: hidden;
width: 100%;
}
.alignleft > table {
margin: 0;
}
.alignright > table {
margin: 0;
}
th,
td {
border: 1px solid var(--very-light-grey);
line-height: 1.4;
margin: 0;
overflow: visible;
padding: 0.75rem;
}
caption {
background: var(--very-light-grey);
font-weight: 600;
padding: 0.5em;
text-align: center;
}
thead {
vertical-align: bottom;
white-space: nowrap;
}
th {
font-weight: 700;
}  .wrap {
margin: auto;
position: relative;
}
.wrap-inner {
max-width: var(--site-max-width);
margin:auto;
display:flex;
flex-wrap: wrap;
min-height: calc(100vh - 380px); }
.content-area {
width: 100%;
max-width: var(--site-max-width);
margin-left: auto;
margin-right: auto;
}
.aside-sidebar {
width: calc(var(--sidebar-width) - var(--post-margin));
padding-top: var(--post-margin);
padding-left: var(--post-margin);
margin-right: var(--post-margin);
margin-top: var(--post-margin);
margin-bottom: calc(var(--global-elements-margin) * 2);
position: relative;
}
.has-sidebar main {
flex-basis: calc(100% - var(--sidebar-width));
}
.toggle-sidebar {
width:100%;
max-width: var(--toggle-sidebar-max-width, 380px);
height: 100%;
overflow:auto;
overflow-x:hidden;
background: var(--toggle-sidebar-background);
color:  var(--toggle-sidebar-color);
position: fixed;
top:0;
left: -460px;
transition: all 0.4s ease;
z-index: 2000;
box-shadow: var(--toggle-sidebar-box-shadow, 0 5px 15px rgba(0,0,0,0.1));
}
.toggle-sidebar.show {
left: 0;
z-index:4000;
}
.admin-bar .toggle-sidebar {
padding-top: 30px;
}
.toggle-sidebar > *,
.toggle-sidebar .widget {
margin: 1.875rem;
display: block;
width: auto;
max-width: 100%;
} .site-header {
background: var(--header-background);
box-shadow: var(--header-box-shadow, none);
border-bottom: var(--header-border, 0);
color: var(--body-color);
padding: var(--header-padding, 1.25rem);
padding-left: 0;
padding-right: 0;
text-align: center;
display:flex;
flex-wrap: wrap;
flex-direction: column;
align-items: center;
width:100%;
max-width: 100%;
margin: 0 auto;
position: relative;
z-index: 200;
}
.site-header.fullwidth {
padding-left: var(--global-elements-margin);
padding-right:  var(--global-elements-margin);
}
.header-layout-wrapper {
width:100%;
max-width: var(--header-width);
padding-left: var(--post-margin);
padding-right: var(--post-margin);
}
.fullwidth .header-layout-wrapper {
max-width: 100%;
}
.logo-left-menu-right .header-layout-wrapper {
display:flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.logo-split-menu .header-layout-wrapper {
display: flex;
justify-content: space-between;
flex-direction: row;
align-items: center;
}
.site-title {
font-size: var(--logo-font-size, 4.2rem);
font-weight: var(--site-title-font-weight, var(--heading-font-weight, 600));
}
.site-logo {
text-align: center;
margin: 0;
font-size: 0;
}
.site-logo img {
margin:auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
.site-logo img {
image-rendering: -webkit-optimize-contrast;
}
}
.site-logo a {
display: inline-block;
}
.custom-logo {
}
.logo-below-nav .header-layout-wrapper {
display:flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.lbn-site-title-wrapper {
text-align: center;
padding-top: calc(var(--global-elements-margin) * 2);
display: flex;
flex-direction: column;
}
.tagline {
}
.mobile-header {
display:none;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: calc( var(--global-elements-margin) / 2) var(--global-elements-margin);
background: var(--header-background);
width: 100%;
}
.mobile-header.has-secondary-nav .header-section.header-left {
flex:0;
}
.mobile-menu a {
text-decoration: none;
}
.mobile-menu {
list-style: none;
padding:0;
margin:0;
}
.mobile-header .header-section.header-right {
flex-direction: row;
justify-content: flex-end;
}
.mobile-header .header-section.header-right > *:not(:first-child) {
margin-left: 1rem;
} @media (min-width:1061px) {
header.site-header.sticky-nav.fixed {
position: fixed;
z-index:1499;
}
header.site-header.default.sticky-nav.fixed .header-branding,
header.site-header.default-advert.sticky-nav.fixed .header-branding,
header.site-header.default-logo-left.sticky-nav.fixed .header-branding  {
display: none;
}
}
.header-branding {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
margin-bottom: var(--global-elements-margin);
}
.logo-split-menu .header-branding {
margin-left: var(--global-elements-margin);
margin-right:  var(--global-elements-margin);
margin-bottom: 0;
}
.header-section {
display: flex;
align-items: center;
flex: 1;
}
.header-left {
justify-content: flex-start;
}
.header-left > *:not(:last-child) {
margin-right:  1.25rem;
}
.header-right {
justify-content: flex-end;
}
.header-right > *:not(:first-child) {
margin-left:  1.25rem;
}
.default-logo-left .header-branding .header-left {
order: 2;
justify-content: flex-end;
}
.default-logo-left .header-left > *:last-child {
margin-right: 1.25rem;
}
.default-logo-left .header-branding .header-right {
order: 3;
flex: 0;
}
.site-header .search-form {
display: flex;
}
.logo-branding {
flex-direction: column;
}
.default-logo-left .logo-branding {
align-items: flex-start;
}
.logo-left-menu-right .header-section {
flex: auto;
}
.default-advert .header-section {
align-items: flex-start;
flex: auto;
}
.default-advert .header-right {
flex-direction: column;
align-items: flex-end;
justify-content: center;
}
.default-advert .logo-branding {
justify-content: center;
}
.default-advert .header-section .advert {
max-width: 728px;
}
.default-advert .tagline {
margin-bottom: 0;
}
.default-advert .header-branding {
margin-bottom: var(--global-elements-margin);
}
.default-advert .primary-menu-section {
justify-content: flex-start;
align-items: center;
}
.default-advert .primary-menu-section.section-right {
justify-content: flex-end;
}
.default-advert .toggle-menu {
margin-right: 0;
}
.default-advert .toggle-search {
margin-left: 0;
}
.default-advert .primary-menu-section.section-left > :not(:last-child) {
margin-right: 1.25rem;
}
.default-advert .primary-menu-section.section-right > :not(:first-child) {
margin-left: 1.25rem;
} .primary-menu-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
flex-direction: row;
align-items: center;
position: relative;
}
.primary-menu-section {
display: flex;
flex: 1;
justify-content: center;
}
.logo-split-menu .split-menu-right-wrapper {
margin-right: auto;
}
.logo-split-menu .split-menu-left-wrapper {
margin-left: auto;
}
ul.primary-menu {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:  center;
margin: 0;
padding:  0;
list-style: none;
}
.primary-menu li {
font-size: inherit;
position: relative;
line-height: 1.1;
}
.primary-menu > li {
margin: 0 0.625rem;
}
.primary-menu a {
color: inherit;
display: inline-block;
text-decoration: none;
word-break: normal;
word-wrap: normal;
color:  var(--primary-menu-link-color);
cursor: pointer;
padding: var(--primary-menu-link-padding, 0.3125rem 0);
}
.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
color:  var(--primary-menu-link-hover-color);
}
.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
color:  var(--primary-menu-link-hover-color);
}
.primary-menu li.current-menu-item > a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
text-decoration: none;
} .primary-menu ul {
background: var(--primary-menu-submenu-background, var(--white));
border-radius: var(--primary-menu-submenu-border-radius);
border-top-left-radius: 0;
border-top-right-radius: 0;
color: var(--primary-menu-submenu-link-color, var(--white));
opacity: 0;
visibility: hidden;
padding: var(--primary-menu-submenu-padding, 0 1rem 0 1rem);
position: absolute;
left: 0;
top: var(--primary-menu-submenu-top, calc(100% + 20px));
transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
transform: translateY(-0.6rem);
width: var(--primary-menu-submenu-width, 220px);
z-index: 1;
list-style: none;
text-align: left;
margin: 0;
box-shadow: var(--primary-menu-submenu-box-shadow, 0 10px 10px rgba(0,0,0,0.1));
}
.primary-menu li.menu-item-has-children:hover > ul,
.primary-menu li.menu-item-has-children:focus > ul,
.primary-menu li.menu-item-has-children.focus > ul {
opacity: 1;
visibility: visible;
transform: translateY(0);
transition: opacity 0.15s linear, transform 0.15s linear;
}
.primary-menu ul::before,
.primary-menu ul::after {
content: "";
display: block;
position: absolute;
bottom: 100%;
}
.primary-menu ul::before {
height: 1.4rem;
left: 0;
right: 0;
}
.primary-menu ul li {
margin:0;
border-bottom: 1px solid var(--primary-menu-submenu-border-color, var(--very-light-grey));
}
.primary-menu ul li:last-child {
border: 0;
}
.primary-menu ul a {
background: transparent;
border: none;
color: inherit;
display: block;
padding: var(--primary-menu-submenu-link-padding, 0.75rem 0.5rem 0.75rem 0);
transition: background-color 0.2s linear;
transition: color 0.3s ease;
width: 100%;
color: var(--primary-menu-submenu-link-color,  var(--black));
font-size: var(--primary-menu-submenu-font-size, 14px);
}
.primary-menu ul a:hover,
.primary-menu ul a:focus {
color: var(--primary-menu-submenu-link-hover-color,  var(--black));
background: none;
}
.primary-menu ul li.menu-item-has-children > a .menu-label::after {
content: "\e812 ";
font-size: 0.625rem;
margin-left: 0.5rem;
}  .primary-menu ul ul {
top: 0rem;
border-bottom-right-radius: var(--primary-menu-submenu-border-radius);
border-bottom-left-radius: var(--primary-menu-submenu-border-radius);
}
.primary-menu ul li:not(:first-child) ul {
border-top-left-radius: var(--primary-menu-submenu-border-radius);
border-top-right-radius: var(--primary-menu-submenu-border-radius);
}
.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children.focus > ul {
left: calc(100% + 1rem);
}
.primary-menu ul ul::before {
border-bottom-color: transparent;
border-left-color: var(--primary-menu-submenu-background);
bottom: auto;
left: -1.6rem;
top: 2rem;
}
.primary-menu ul ul::before,
.primary-menu ul ul::after {
content: "";
display: block;
position: absolute;
top: 0;
}
.primary-menu ul ul::before {
width: 2rem;
left: -2rem;
right: 0;
height: 100%;
} .header-secondary > li,
.header-third > li {
margin: 0 0 0 0.625rem;
}
.header-secondary > li:first-child,
.header-third > li:first-child {
margin-left: 0;
}
.header-third ul li a {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.header-left .primary-menu ul {
margin: 0;
} .toggle-sidebar .close-menu {
display:block;
text-align: right;
position: relative;
font-size: 0.875rem;
margin-left: auto;
}
.toggle-sidebar .close-menu span {
cursor: pointer;
}
.primary-nav-sidebar {
margin: 0;
padding: 0;
list-style: none;
}
.primary-nav-sidebar ul {
margin: 0;
padding:  0 0 0 0.5rem;
list-style: none;
display: none;
}
.primary-nav-sidebar li {
margin: 0;
padding: 0;
position: relative;
line-height: normal;
}
.primary-nav-sidebar a {
padding: 0.625rem 0;
display: inline-block;
margin: 0;
}
.expand {
width:37px;
height: 37px;
position: absolute;
bottom: auto;
top:0;
right:0;
cursor: pointer;
display: none;
z-index: 200;
color:  var(--toggle-sidebar-link-color, var(--black));
}
.primary-nav-sidebar .menu-item-has-children > .expand {
display:block;
}
.expand::after {
font-family: fontello;
content: "\e806 "; font-size:0.875rem;
position: absolute;
top:8px;
right:13px;
}
.expand.close::after {
content: "\e808 "; }
.toggle-sidebar .site-title {
font-size: var(--sidebar-logo-font-size);
}
.toggle-sidebar .site-title a {
color:  var(--toggle-sidebar-logo-color);
}
.toggle-sidebar .custom-logo {
margin: 0;
max-width: var(--sidebar-logo-max-width);
}
.toggle-sidebar .site-logo.faux-heading {
margin: 0.5rem 0;
} .site-search {
width: 100%;
height: 100vh;
position: fixed;
top: 0;
left: 0;
z-index: 2000;
padding-top: calc(50vh - 100px);
display: none;
color: var(--very-dark-grey);
}
.site-search-wrapper {
display: flex;
flex-direction: column;
align-items: center;
margin: auto;
}
.site-search::before {
content: '';
background: var(--body-fade-background, var(--body-background));
width: 100vw;
height: 100vh;
position: absolute;
top: 0;
z-index: -1;
opacity: 0.96;
}
.site-search .close-menu {
text-align: left;
margin-left: auto;
position: absolute;
top: -50px;
right: 0;
}
.site-search-wrapper > * {
display: flex;
width: var(--content-width);
max-width: var(--content-max-width);
}
.site-search .search-form input {
margin: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: 0;
}
.site-search .search-submit {
border-radius: var(--input-border-radius);
border-top-left-radius: 0;
border-bottom-left-radius: 0;
background: var(--white);
border:  1px solid var(--light-grey);
border-left: 0;
color: var(--medium-grey);
} .archive-header-inner {
margin: var(--post-margin);
max-width: var(--site-max-width);
}
.section-header {
width: 100%;
margin: var(--post-margin) auto 0 auto;
max-width: var(--site-max-width);
padding: 0 var(--post-margin);
}
.blog .section-header.home-title {
margin-top: calc((var(--post-margin) * 2) - 0.625rem);
}
.section-header .page-title {
margin-top: 0;
margin-bottom: 0;
}
.section-header p.sub-title {
margin-bottom: 0.1875rem;
margin-top: 0.5rem;
color:  var(--medium-grey);
}
.blog:not(.paged).has-loop-header main,
.home:not(.paged).has-loop-header main {
margin-top: calc(var(--post-margin) - 10px);
}   .post-grid:not(.masonry) {
display:flex;
flex-wrap: wrap;
}
article.post, div.post, article.page, div.page, article.article, div.article {
flex: 0 1 calc(100% / 3 - (var(--post-margin) * 2)); margin: var(--post-margin);
min-width: 0;
position: relative;
}
.cols-7 .post,
.cols-7 .page,
.cols-7 .article {
flex-basis: calc(100% / 7 - ( var(--cols-7-post-margin) * 2));
margin: var(--cols-7-post-margin);
}
.cols-6 .post,
.cols-6 .page,
.cols-6 .article {
flex-basis: calc(100% / 6 - ( var(--cols-6-post-margin) * 2));
margin: var(--cols-6-post-margin);
}
.cols-5 .post,
.cols-5 .page,
.cols-5 .article {
flex-basis: calc(100% / 5 - ( var(--cols-5-post-margin) * 2));
margin: var(--cols-5-post-margin);
}
.cols-4 .post,
.cols-4 .page,
.cols-4 .article {
flex-basis: calc(100% / 4 - (var(--post-margin) * 2));
}
.cols-2 .post,
.cols-2 .page,
.cols-2 .article {
flex-basis: calc(100% / 2 - (var(--post-margin) * 2));
}
.cols-1 .post,
.cols-1 .page,
.cols-1 .article {
flex-basis: 100%;
} .masonry .post,
.masonry .page,
.masonry .article {
width: calc(100% / 3 - (var(--post-margin) * 2));
}
.cols-7.masonry .post,
.cols-7.masonry .page,
.cols-7.masonry .article {
width:  calc(100% / 7 - (var(--post-margin) * 2));
}
.cols-6.masonry .post,
.cols-6.masonry .page,
.cols-6.masonry .article {
width:  calc(100% / 6 - (var(--post-margin) * 2));
}
.cols-5.masonry .post,
.cols-5.masonry .page,
.cols-5.masonry .article {
width:  calc(100% / 5 - (var(--post-margin) * 2));
}
.cols-4.masonry .post,
.cols-4.masonry .page,
.cols-4.masonry .article {
width:  calc(100% / 4 - (var(--post-margin) * 2));
}
.cols-2.masonry .post,
.cols-2.masonry .page,
.cols-2.masonry .article {
width: calc(100% / 2 - (var(--post-margin) * 2));
}
.cols-1.masonry .post,
.cols-1.masonry .page,
.cols-1.masonry .article {
width: calc(100% - (var(--post-margin) * 2));
} .post-grid.cols-4.list {
padding: calc(var(--post-margin) / 2);
}
.post-grid.cols-4.list .article:not(.grid-style) {
flex-basis:  calc(100% / 4 - var(--post-margin));
margin: calc(var(--post-margin) / 2);
} .entry-wrapper {
position: relative;
}
.post-inner > *,
.entry-wrapper > * {
margin-top: calc(var(--post-inner-elements-margin) / 1.5);
width: 100%;
}
.the-post > .article .entry-wrapper > *,
.the-post > .article .entry-header > * { }
.entry-header > *:last-child {
margin-bottom: 0;
}
.entry-wrapper {
margin: 0;
}
.post:not(.has-post-media) .entry-wrapper {
margin-top:  auto;
}  .post-grid.grid-first-full .article:first-child {
flex-basis: 100%;
} .post-grid.grid-asc.cols-3 .article:nth-child(6n+1) {
flex-basis: 100%;
}
.post-grid.grid-asc.cols-2 .article:nth-child(3n+1) {
flex-basis: 100%;
} .post-grid.grid-desc.cols-2 .article:nth-child(3n) {
flex-basis: 100%;
}
.post-grid.grid-desc.cols-3 .article:nth-child(6n) {
flex-basis: 100%;
}
.post-grid.grid-asc.cols-3 .article:nth-child(6n),
.post-grid.grid-asc.cols-3 .article:nth-child(6n+5),
.post-grid.grid-desc.cols-3 .article:nth-child(6n+4),
.post-grid.grid-desc.cols-3 .article:nth-child(6n+5)  {
flex-basis: calc(100% / 2 - (var(--post-margin) * 2));
}
.post-grid.grid-asc.cols-4 .article:nth-child(10n+1),
.post-grid.grid-desc.cols-4 .article:nth-child(10n+10)  {
flex-basis: 100%;
}
.post-grid.grid-asc.cols-4 .article:nth-child(10n+2),
.post-grid.grid-asc.cols-4 .article:nth-child(10n+3),
.post-grid.grid-desc.cols-4 .article:nth-child(10n+8),
.post-grid.grid-desc.cols-4 .article:nth-child(10n+9)  {
flex-basis: calc(100% / 2 - (var(--post-margin) * 2));
}
.post-grid.grid-asc.cols-4 .article:nth-child(10n+4),
.post-grid.grid-asc.cols-4 .article:nth-child(10n+5),
.post-grid.grid-asc.cols-4 .article:nth-child(10n+6),
.post-grid.grid-desc.cols-4 .article:nth-child(10n+5),
.post-grid.grid-desc.cols-4 .article:nth-child(10n+6),
.post-grid.grid-desc.cols-4 .article:nth-child(10n+7)  {
flex-basis: calc(100% / 3 - (var(--post-margin) * 2));
} @media (min-width: 961px) { .post-grid.grid-offset.cols-4 .article:nth-child(1),
.post-grid.grid-offset.cols-4 .article:nth-child(8),
.post-grid.grid-offset.cols-4 .article:nth-child(13),
.post-grid.grid-offset.cols-4 .article:nth-child(20),
.post-grid.grid-offset.cols-4 .article:nth-child(25),
.post-grid.grid-offset.cols-4 .article:nth-child(32),
.post-grid.grid-offset.cols-4 .article:nth-child(37),
.post-grid.grid-offset.cols-4 .article:nth-child(44),
.post-grid.grid-offset.cols-4 .article:nth-child(49),
.post-grid.grid-offset.cols-4 .article:nth-child(56),
.post-grid.grid-offset.cols-4 .article:nth-child(61),
.post-grid.grid-offset.cols-4 .article:nth-child(68),
.post-grid.grid-offset.cols-4 .article:nth-child(73),
.post-grid.grid-offset.cols-4 .article:nth-child(80),
.post-grid.grid-offset.cols-4 .article:nth-child(85),
.post-grid.grid-offset.cols-4 .article:nth-child(92),
.post-grid.grid-offset.cols-4 .article:nth-child(97),
.post-grid.grid-offset.cols-4 .article:nth-child(104) {
flex-basis: calc(100% / 3 * 2 - (var(--post-margin) * 2) );
}
.post-grid.grid-offset.cols-4 .article:nth-child(2),
.post-grid.grid-offset.cols-4 .article:nth-child(7),
.post-grid.grid-offset.cols-4 .article:nth-child(14),
.post-grid.grid-offset.cols-4 .article:nth-child(19),
.post-grid.grid-offset.cols-4 .article:nth-child(26),
.post-grid.grid-offset.cols-4 .article:nth-child(31),
.post-grid.grid-offset.cols-4 .article:nth-child(38),
.post-grid.grid-offset.cols-4 .article:nth-child(43),
.post-grid.grid-offset.cols-4 .article:nth-child(50),
.post-grid.grid-offset.cols-4 .article:nth-child(55),
.post-grid.grid-offset.cols-4 .article:nth-child(62),
.post-grid.grid-offset.cols-4 .article:nth-child(67),
.post-grid.grid-offset.cols-4 .article:nth-child(74),
.post-grid.grid-offset.cols-4 .article:nth-child(79),
.post-grid.grid-offset.cols-4 .article:nth-child(86),
.post-grid.grid-offset.cols-4 .article:nth-child(91),
.post-grid.grid-offset.cols-4 .article:nth-child(98),
.post-grid.grid-offset.cols-4 .article:nth-child(103) {
flex-basis: calc(100% / 3 - (var(--post-margin) * 2) );
} .post-grid.grid-offset.cols-3 .article:nth-child(1),
.post-grid.grid-offset.cols-3 .article:nth-child(7),
.post-grid.grid-offset.cols-3 .article:nth-child(11),
.post-grid.grid-offset.cols-3 .article:nth-child(17),
.post-grid.grid-offset.cols-3 .article:nth-child(21),
.post-grid.grid-offset.cols-3 .article:nth-child(27),
.post-grid.grid-offset.cols-3 .article:nth-child(31),
.post-grid.grid-offset.cols-3 .article:nth-child(37),
.post-grid.grid-offset.cols-3 .article:nth-child(41),
.post-grid.grid-offset.cols-3 .article:nth-child(47),
.post-grid.grid-offset.cols-3 .article:nth-child(51),
.post-grid.grid-offset.cols-3 .article:nth-child(57),
.post-grid.grid-offset.cols-3 .article:nth-child(61),
.post-grid.grid-offset.cols-3 .article:nth-child(67),
.post-grid.grid-offset.cols-3 .article:nth-child(71),
.post-grid.grid-offset.cols-3 .article:nth-child(77),
.post-grid.grid-offset.cols-3 .article:nth-child(81),
.post-grid.grid-offset.cols-3 .article:nth-child(87),
.post-grid.grid-offset.cols-3 .article:nth-child(91),
.post-grid.grid-offset.cols-3 .article:nth-child(97),
.post-grid.grid-offset.cols-3 .article:nth-child(101) {
flex-basis: calc(100% / 3 * 2 - (var(--post-margin) * 2) );
} body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(2),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(5),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(10),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(13),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(18),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(21),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(26),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(29),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(34),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(37),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(42),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(45),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(50),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(53),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(58),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(61),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(66),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(69),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(74),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(77),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(82),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(85),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(90),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(93),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(98),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(101)  {
flex-basis: calc(100% / 3 - (var(--post-margin) * 2) );
}
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(1),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(6),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(9),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(14),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(17),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(22),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(25),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(30),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(33),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(38),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(41),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(46),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(49),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(54),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(57),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(62),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(65),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(70),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(73),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(78),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(81),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(86),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(89),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(94),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(97),
body:not(.has-sidebar) .post-grid.grid-offset.cols-2 .article:nth-child(102) {
flex-basis: calc(100% / 3 * 2 - (var(--post-margin) * 2) );
}
} .thumbnail-wrapper {
margin: 0;
}
.post-thumbnail,
.faux-thumbnail,
.post-thumbnail.has-figcaption img {
position: relative;
border-radius:  var(--post-thumbnail-border-radius);
overflow: hidden;
}
.thumbnail-wrapper.alignfull .post-thumbnail,
.thumbnail-wrapper.alignfull .faux-thumbnail,
.thumbnail-wrapper.alignfull .post-thumbnail.has-figcaption img {
border-radius: 0;
}
.has-post-thumbnail:not(.thumbnail-uncropped) .post-thumbnail,
.faux-thumbnail {
height: 0;
}
.thumbnail-wide .post-thumbnail {
padding-bottom: var(--thumbnail-wide-padding);
}
.thumbnail-square .post-thumbnail {
padding-bottom: var(--thumbnail-square-padding);
}
.thumbnail-landscape .post-thumbnail,
.thumbnail-landscape .faux-thumbnail {
padding-bottom: var(--thumbnail-landscape-padding);
}
.thumbnail-portrait .post-thumbnail {
padding-bottom: var(--thumbnail-portrait-padding);
}
.thumbnail-hero .post-thumbnail {
padding-bottom: var(--thumbnail-hero-padding);
}
.post-thumbnail img {
width:100%;
}
.article:not(.thumbnail-uncropped) .post-thumbnail img {
object-fit: cover;
height:100%;
position: absolute;
} .post-grid.list-grid .article:not(.grid-style) {
flex-basis: 100%;
}
.post-grid[class*="list"] .article:not(.grid-style):not(.loop-sidebar).has-post-media .post-inner {
display:flex;
flex-direction: row;
height: 100%;
padding: 0;
}
.post-grid[class*="list"] .article:not(.grid-style).has-post-media:not(.cover) .post-inner > * {
flex-basis: 50%;
flex-grow: 1;
margin:0;
}
.post-grid[class*="list"] .article:not(.grid-style).has-post-media:not(.cover) .thumbnail-wrapper {
max-width: var(--list-post-thumbnail-max-width, 50%);
}
.post-grid.cols-2.list .article:not(.grid-style).has-post-media:not(.cover) .post-inner > *,
.post-grid.cols-3.list .article:not(.grid-style).has-post-media:not(.cover) .post-inner > * {
max-width: calc(100% / 3);
}
.post-grid.cols-2.list .article:not(.grid-style).has-post-media:not(.cover) .entry-wrapper,
.post-grid.cols-3.list .article:not(.grid-style).has-post-media:not(.cover) .entry-wrapper {
max-width: 100%;
}
.post-grid.cols-4.list .article:not(.grid-style).has-post-media:not(.cover) .thumbnail-wrapper {
max-width: 90px;
}
.post-grid[class*="list"] .article:not(.grid-style) .post-thumbnail {
height:100%;
}
.post-grid[class*="list"] .article:not(.grid-style).has-post-media .entry-wrapper {
padding-left: var(--post-inner-elements-margin);
}
@media (min-width: 1201px) {
.post-grid.list.cols-3 .article.has-post-media .entry-wrapper,
.has-sidebar .post-grid.list.cols-2 .article.has-post-media .entry-wrapper {
padding-left: calc(var(--post-inner-elements-margin) / 1.5);
}
.post-grid.list.cols-4 .article.has-post-media .entry-wrapper {
padding-left: 1.25rem;
}
} .post-grid[class*="list"].cols-3 .article.grid-style {
flex-basis: calc(100% / 3 - (var(--post-margin) * 2));
}
.post-grid[class*="list"].cols-2 .article.grid-style {
flex-basis: calc(100% / 2 - (var(--post-margin) * 2));
} .entry-meta ul {
margin:0;
padding:0;
list-style: none;
display:flex;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
position: relative;
}
.entry-meta li {
margin:0 0.3125rem 0 0;
}
.entry-read-more {
list-style: none;
margin-left: 0;
margin-bottom: 0;
padding: 0;
display: flex;
}
.entry-read-more li {
margin: 0;
} .post-grid .article.cover.has-post-media .post-inner {
position: static;
height:100%;
display: flex;
flex-direction: column;
align-items: flex-end;
padding-bottom: 0;
} .post-grid .article.cover.has-post-media.thumbnail-wide::before,
.article.cover.has-post-media.thumbnail-wide .cover-wrapper::before {
content:  '';
padding-bottom: var(--thumbnail-wide-padding);
float: left;
}
.post-grid .article.cover.has-post-media.thumbnail-landscape::before,
.article.cover.has-post-media.thumbnail-landscape .cover-wrapper::before {
content:  '';
padding-bottom: var(--thumbnail-landscape-padding);
float: left;
}
.post-grid .article.cover.has-post-media.thumbnail-square::before,
.article.cover.has-post-media.thumbnail-square .cover-wrapper::before {
content:  '';
padding-bottom: var(--thumbnail-square-padding);
float: left;
}
.post-grid .article.cover.has-post-media.thumbnail-portrait::before,
.article.cover.has-post-media.thumbnail-portrait .cover-wrapper::before {
content:  '';
padding-bottom: var(--thumbnail-portrait-padding);
float: left;
}
.post-grid .article.cover.has-post-media.thumbnail-hero::before,
.article.cover.has-post-media.thumbnail-hero .cover-wrapper::before {
content:  '';
padding-bottom: var(--thumbnail-hero-padding);
float: left;
}  .masonry.post-grid .article.cover.has-post-media.thumbnail-wide .post-inner {
min-height: 206px;
}
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-wide .post-inner {
min-height: 323px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-wide .post-inner {
min-height: 147px;
}
.has-sidebar .masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-wide .post-inner {
min-height: 243px;
} .masonry.post-grid .article.cover.has-post-media.thumbnail-square .post-inner {
min-height: 366px;
}
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-square .post-inner {
min-height: 575px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-square .post-inner {
min-height: 262px;
}
.has-sidebar .masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-square .post-inner {
min-height: 418px;
} .masonry.post-grid .article.cover.has-post-media.thumbnail-landscape .post-inner {
min-height: 245px;
}
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-landscape .post-inner {
min-height: 384px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-landscape .post-inner {
min-height: 175px;
}
.has-sidebar .masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-landscape .post-inner {
min-height: 285px;
} .masonry.post-grid .article.cover.has-post-media.thumbnail-portrait .post-inner {
min-height: 550px;
}
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-portrait .post-inner {
min-height: 862px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-portrait .post-inner {
min-height: 393px;
}
.has-sidebar .masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-portrait .post-inner {
min-height: 625px;
}
.post-grid[class*="cols"] .article.cover .post-inner > * {
max-width: 100%;
} .cover.has-post-media .thumbnail-wrapper {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}
.cover.has-post-media .post-thumbnail {
height: 100%;
padding-bottom: 0;
}
.cover.has-post-media .post-thumbnail img {
height:100%;
filter: brightness(var(--cover-brightness-filter));
object-fit: cover;
}
.cover.has-post-media .entry-wrapper {
color: var(--cover-global-color);
width:100%;
position: relative;
margin-top: auto;
padding: var(--post-inner-elements-margin);
height: auto;
}
.post-grid .cover.has-post-media .entry-header {
margin-top: 0;
display: flex;
flex-direction: column;
gap: var(--post-grid-entry-header-flex-gap);
}
.cover.has-post-media .entry-wrapper .excerpt {
color: var(--cover-excerpt-color, var(--cover-global-color));
}
.cover.has-post-media .entry-meta,
.cover.has-post-media [class*="entry-meta"] {
color: var(--cover-meta-color, var(--cover-global-color));
border-color:  var(--cover-border-color, var(--very-light-grey));
}
.post-grid .cover.has-post-media a:not(.button):not([class*="cat-link"]):not([class*="tfm"]),
.cover.has-post-media .entry-header a:not([class*="cat-link"]):not([class*="tfm"]),
.cover.has-post-media .entry-header .entry-meta span {
color: var(--cover-global-color);
}
.cover.has-post-media .entry-read-more,
.cover.has-post-media .read-more-button  {
border-color:  var(--cover-border-color, var(--very-light-grey));
}
.cover.has-post-media .read-more {
color: var(--cover-button-color, var(--continue-reading-button-color));
background: var(--cover-button-background, var(--continue-reading-button-background));
}
.cover.has-post-media .read-more:hover {
color: var(--cover-button-hover-color, var(--continue-reading-button-hover-color));
background: var(--cover-button-hover-background, var(--continue-reading-button-hover-background));
}
.post-grid .cover.has-post-media.thumbnail-uncropped:not(.disabled-post-thumbnail) .entry-wrapper {
bottom: 0;
background: var(--cover-overlay-gradient);
}
.post-grid .cover.has-post-media:not(.thumbnail-uncropped) .post-thumbnail a::after,
.cover.has-post-media:not(.thumbnail-uncropped) .cover-wrapper .post-thumbnail::after,
.single-hero .cover.has-post-media .post-thumbnail::after,
.the-post .cover.has-post-media.thumbnail-uncropped .post-thumbnail::after {
content:  '';
width: 100%;
height: 100%;
position: absolute;
background: var(--cover-overlay-gradient);
} .cover-wrapper {
position: relative;
display: flex;
align-items: flex-end;
margin-top: 0;
}
.the-post .article.cover.has-post-media .entry-wrapper {
max-width: var(--single-cover-header-max-width, var(--content-max-width));
width:  calc(var(--content-width) - (var(--post-margin) * 2));
padding: calc(var(--post-margin) * 2) 0;
margin-left: auto;
margin-right: auto;
}
.the-post .article.cover.has-post-media .alignfull .entry-wrapper {
width:  var(--content-width);
max-width: calc(var(--content-max-width));
}
.the-post .cover.has-post-media.thumbnail-uncropped .post-thumbnail img {
position: relative;
}
.the-post .cover.has-post-media.thumbnail-uncropped .post-thumbnail::after,
.single-hero .cover.has-post-media.thumbnail-uncropped .post-thumbnail::after {
bottom: 0;
left: 0;
}
.has-sidebar .the-post .article.cover.has-post-media .entry-wrapper {
max-width: var(--content-max-width);
width:  var(--content-width);
padding: calc(var(--post-margin) * 2) 0;
} .the-post .entry-content > *:last-child,
.the-page .entry-content > *:last-child {
margin-bottom: 0;
}
.the-post article::after {
content:'';
display: table;
clear:both;
}
.default-alt .post-inner {
display:flex;
flex-direction: column;
}
.default-alt .entry-header  {
display: flex;
flex-direction: column;
order: -1;
gap: var(--post-inner-elements-margin);
}
.default-alt .excerpt {
order: -1;
} .single-hero {
width: 100%;
max-width: var(--single-hero-max-width, var(--site-max-width));
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: var(--post-margin);
margin-left: auto;
margin-right: auto;
} .single-hero .article {
flex-basis: 100%;
margin: var(--post-margin);
background: var(--single-hero-background);
border-radius: var(--post-thumbnail-border-radius);
}
.single-hero[data-fullwidth="true"] .article,
.single-hero[data-fullwidth="true"] .post-thumbnail,
.single-hero[data-fullwidth="true"] .post-thumbnail img  {
border-radius: 0;
}
.single-hero .article .entry-wrapper {
width: var(--content-width);
max-width: var(--single-hero-header-max-width, var(--content-max-width));
margin-left: auto;
margin-right: auto;
}
.single-hero .entry-header {
display: flex;
flex-direction: column;
gap: var(--post-inner-elements-margin);
margin-top: 0;
}
.single-hero:not([data-thumbnails="true"]) .entry-header {
margin-top: 0;
}
.single-hero .article .entry-title {
font-size: 3.5rem;
letter-spacing: -0.125rem;
line-height: 1.138888889;
} .single-hero[data-thumbnails="true"] .post-inner {
display: flex;
height: 100%;
}
.single-hero[data-thumbnails="true"] .cover .post-inner {
align-items: flex-end;
}
.single-hero[data-thumbnails="true"] .article:not(.cover) .post-inner > * {
max-width: 50%;
}
.single-hero[data-thumbnails="false"] .article:not(.cover) .entry-wrapper {
padding: 1.5625rem 0;
}
.single-hero[data-thumbnails="true"] .article:not(.cover) .entry-wrapper {
padding: 1.5625rem 1.5625rem 1.5625rem calc(1.5625rem + var(--thumbnail-padding));
}
.single-hero[data-thumbnails="true"] .default:not(.thumbnail-uncropped) .post-thumbnail {
height: 100%;
} .single-hero.has-background .article .entry-wrapper {
padding: calc(var(--post-margin) * 2) 0;
} .single-hero[data-fullwidth="true"] {
max-width: 100vw;
} .single-hero[data-fullwidth="true"][data-thumbnails="true"] .article {
margin:0 0 var(--post-margin) 0;
}
.single:not(.has-logo-below-nav) .single-hero[data-fullwidth="true"][data-thumbnails="true"] {
margin-top: 0;
} .single-hero[data-fullwidth="true"].has-background .article {
margin:0 0 var(--post-margin) 0;
padding-left:  var(--post-margin);
padding-right: var(--post-margin);
}
.single:not(.has-logo-below-nav) .single-hero[data-fullwidth="true"].has-background {
margin-top: 0;
}
.has-logo-below-nav .single-hero[data-fullwidth="true"].has-background {
margin-top: calc(var(--post-margin) * 2);
} .single-hero[data-fullwidth="true"][data-thumbnails="true"].has-background .article {
padding: 0;
} .single-hero.hero-cover[data-thumbnails="true"] .cover .entry-wrapper  {
width: var(--content-width);
max-width: var(--single-hero-cover-header-max-width, var(--content-max-width));
padding: calc(var(--post-margin) * 2) 0;
} .single-hero.hero-cover[data-thumbnails="true"][data-fullwidth="true"] .cover .entry-wrapper  {
max-width: calc(var(--content-max-width) + (var(--post-margin) * 2));
padding: calc(var(--post-margin) * 2) var(--post-margin);
} .has-sidebar .single-hero[data-thumbnails="false"] .entry-wrapper {
max-width: 100%;
width: 100%;
} .has-sidebar .single-hero[data-thumbnails="false"].has-background .entry-wrapper {
max-width: var(--content-width);
padding-left: 2rem;
padding-right: 2rem;
} .has-sidebar .single-hero[data-thumbnails="false"][data-fullwidth="true"] .entry-wrapper {
max-width: var(--site-width);
padding-left: 0;
padding-right: 0;
}
.has-sidebar .single-hero.hero-cover[data-thumbnails="true"] .cover .entry-wrapper  {
max-width: var(--site-width);
padding: calc(var(--post-margin) * 2) 2rem;
}
.has-sidebar .single-hero.hero-cover[data-thumbnails="true"][data-fullwidth="true"] .cover .entry-wrapper {
max-width: var(--site-width);
padding: calc(var(--post-margin) * 2) 0; } .the-post > .article img:not(.avatar):not(.wp-post-image) {
border-radius: var(--image-embed-border-radius, 0);
}
.the-post article.post_format-post-format-audio:not(.hero-default):not(.hero-cover) .entry-content .wp-block-embed.is-type-audio:first-of-type,
.the-post article.post_format-post-format-audio:not(.hero-default):not(.hero-cover) .entry-content .wp-block-embed.is-type-rich:first-of-type,
.the-post article.post_format-post-format-video:not(.hero-default):not(.hero-cover) .post-inner .tfm-featured-media.tfm-video-oembed + .entry-wrapper .entry-content .wp-block-embed:first-of-type,
.the-post article.post_format-post-format-video:not(.hero-default):not(.hero-cover) .post-inner .tfm-featured-media.tfm-video + .entry-wrapper .entry-content .wp-block-video:first-of-type,
.the-post article.post_format-post-format-video:not(.hero-default):not(.hero-cover) .post-inner .tfm-featured-media.tfm-video-shortcode + .entry-wrapper .entry-content .wp-video:first-of-type,
.the-post article.post_format-post-format-video.default-alt .post-inner .entry-content .wp-video:first-of-type,
.the-post article.post_format-post-format-video.default-alt .post-inner .entry-content .wp-block-video:first-of-type,
.the-post article.post_format-post-format-video.default-alt .post-inner .entry-content .wp-block-embed:first-of-type, .the-post article.post_format-post-format-video.has-post-media:not(.hero-default):not(.hero-cover) .entry-content p:first-of-type iframe {
display: none;
} .single .after-content {
display: flex;
flex-direction: column;
gap: calc(var(--global-elements-margin) * 2);
}
.the-post > .article.has-background + .after-content {
margin-top: calc(var(--global-elements-margin) *2);
}
.after-content > div {
margin: 0 auto;
width:  var(--content-width);
max-width: var(--content-max-width);
}
.after-content > div:last-child {
margin-bottom: 0;
} .author-bio {
margin: var(--post-margin) auto;
max-width: var(--content-max-width);
} div.comments-header {
margin: 0 auto 0 auto;
max-width: var(--content-max-width);
width: var(--content-width);
padding: 0;
}
.comments-area {
margin: var(--post-margin) auto;
max-width: var(--content-max-width);
width: var(--content-width);
}
.comments-area.closed {
display: none;
}
.comment-list {
list-style:none;
padding:0;
margin:0 0 var(--global-elements-margin) 0;
}
.comment,
.trackback,
.pingback,
.bypostauthor {
padding: var(--global-elements-margin) 0 0 0;
margin:0;
}
.comment-list ul.children {
list-style:none;
margin:0;
padding:0 0 0 2%;
}
.comment-meta {
margin-bottom: var(--global-elements-margin);
}
.comment .avatar {
max-width: 44px;
float:left;
border-radius: 50%;
margin-right: 1rem
}
.comment-content > *:last-child {
margin-bottom: 0;
}
.reply {
margin-top: 1rem;
}
.bypostauthor {
} .hentry-footer {
max-width: var(--content-max-width);
width: var(--content-width);
margin-left: auto;
margin-right: auto;
} .single div.post-navigation {
max-width: var(--content-max-width);
width: var(--content-width);
} .site-footer {
background:  var(--footer-background);
color: var(--footer-color);
}
.site-footer-inner {
max-width: var(--site-max-width);
margin:auto;
padding: calc(var(--global-elements-margin) * 2) var(--global-elements-margin);
}
.footer-nav {
list-style: none;
padding:0;
margin:0;
}
.footer-nav li {
margin:0;
float:left;
}
.footer-bottom {
display:flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: var(--global-elements-margin) 0;
}
.footer-columns {
display:flex;
flex-wrap: wrap;
flex-direction: row;
margin-bottom: var(--global-elements-margin);
}
.footer-column {
flex-basis:calc(100% / 4 - (var(--post-margin) * 2));
margin-right: calc( var(--post-margin) * 2 );
flex-grow: 1;
}
.footer-column:last-child {
margin-right: 0;
}
.columns-70-30 .footer-column-1,
.columns-70-30-menu .footer-column-1 {
flex-basis:calc(100% / 3 - (var(--post-margin) * 2));
}
.columns-70-30 .footer-column-2,
.columns-70-30-menu .footer-column-2 {
flex-basis:calc(100% / 3);
flex-grow: 0;
}
.footer-columns.cols-2 .footer-column:not(:last-child):not(.footer-menu) {
margin-right: calc( var(--post-margin) * 4 );
} .entry-content {
width: 100%;
max-width:  var(--site-width);
margin-left: auto;
margin-right: auto;
font-size: var(--single-entry-font-size);
}
body:not(.has-sidebar) .single-content-wrapper .entry-content {
width:100vw;
max-width:100vw;
margin-left: calc(-50vw + 50%);
}
.entry-content > * {
margin-left: auto;
margin-right: auto;
}
.entry-content > *:not(h2):not(h3):not(h4):not(h5):not(h6) {
margin-bottom: var(--default-content-margin);
}
.entry-content p img:not(.alignleft):not(.alignright) {
margin-bottom: 1.8rem;
margin-top: 2rem;
}
body:not(.home):not(.blog) .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.home.page .page .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: var(--content-max-width);
width: var(--content-width);
}
.the-post > .post .entry-header,
.the-post .entry-content.excerpt,
.the-page > .page .entry-header,
.the-page .entry-content.excerpt,
.home.page .page .entry-header,
.home.page .page .entry-content.excerpt {
max-width: var(--single-default-header-max-width, var(--content-max-width));
width: var(--single-default-header-width, var(--content-width));
margin-left:  auto;
margin-right: auto;
}
@media(min-width: 1251px) {
.the-post > .post .entry-header,
.the-post .entry-content.excerpt,
.the-page > .page .entry-header,
.the-page .entry-content.excerpt,
.home.page .page .entry-header,
.home.page .page .entry-content.excerpt {
width: 100%;
}
}
.the-post .cover .entry-content.excerpt {
max-width: var(--content-max-width);
}
.the-post > .post.cover:not(.post_format-post-format-video) .cover-wrapper:not(.alignfull) .entry-header {
width: 100%;
max-width: 100%;
}
.the-post > .post.cover:not(.post_format-post-format-video) .cover-wrapper.alignfull .entry-header {
max-width: calc(var(--site-width));
width: 100%;
} .entry-content figure[style*="width"]:not(.tiled-gallery__item):not(.alignleft):not(.alignright),
.wp-audio-shortcode {
width: calc(var(--content-width) - (var(--post-margin) * 2)) !important;
}
@media(max-width: 540px) {
.entry-content figure[style*="width"]:not(.tiled-gallery__item):not(.alignleft):not(.alignright), .wp-audio-shortcode {
width: calc(var(--content-width)) !important;
}
} .alignleft,
.alignright {
max-width: 50%;
}
.alignleft {
float:left;
margin: 0.4rem 2rem 0 0;
display: inline-block;
}
.alignright {
float:right;
margin: 0.4rem 0 0 2rem;
}
.aligncenter,
.aligncenter > * {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.alignfull {
width:100vw;
max-width:100vw;
margin-left: calc(-50vw + 50%);
}
.alignwide,
.is-style-wide {
width: var(--content-width);
margin-left: auto;
margin-right: auto;
max-width: var(--site-width);
}
.has-sidebar .alignwide {
max-width: var(--content-max-width);
}
.has-sidebar .alignfull {
margin-left: auto;
width: 100%;
} .entry-content > .alignleft { 
margin-left:  var(--post-margin);
}
.entry-content > .alignright {
margin-right:  var(--post-margin);
}
.has-sidebar .entry-content > .alignleft {
margin-left: calc(var(--post-margin) * 2 + 0.4375rem);
}
.has-sidebar .entry-content > .alignright {
margin-right: calc(var(--post-margin) * 2 + 0.4375rem);
}
@media (min-width: 786px) {
body:not(.has-sidebar) .entry-content > .alignleft {
margin-left: calc(0.5 * (100vw - var(--content-max-width)));
}
body:not(.has-sidebar) .entry-content > .alignright {
margin-right: calc(0.5 * (100vw - var(--content-max-width)));
}
}
@media (max-width: 1060px) {
body:not(.has-sidebar) .entry-content > .alignleft {
margin-left: calc(0.5 * (100vw - var(--content-max-width)) + var(--post-margin));
}
body:not(.has-sidebar) .entry-content > .alignright {
margin-right: calc(0.5 * (100vw - var(--content-max-width)) + var(--post-margin));
}
}
@media (max-width: 785px) {
body:not(.has-sidebar) .entry-content > .alignleft {
margin-left: calc(0.5 * (100vw - var(--content-max-width)) + (var(--post-margin) * 1));
}
body:not(.has-sidebar) .entry-content > .alignright {
margin-right: calc(0.5 * (100vw - var(--content-max-width)) + ( var(--post-margin) * 1));
}
}
@media (max-width: 768px) {
body:not(.has-sidebar) .entry-content > .alignleft {
margin-left: calc(var(--post-margin) * 2);
}
body:not(.has-sidebar) .entry-content > .alignright {
margin-right: calc(var(--post-margin) * 2);
}
}
@media (max-width: 1250px ) {
.has-sidebar .entry-content > .alignleft {
margin-left: calc((100% - var(--content-max-width)) / 2);
}
.has-sidebar .entry-content > .alignright {
margin-right: calc((100% - var(--content-max-width)) / 2);
}
}
@media (max-width: 1136px ) {
.has-sidebar .entry-content > .alignleft {
margin-left: var(--post-margin);
}
.has-sidebar .entry-content > .alignright {
margin-right: var(--post-margin);
}
}
@media (max-width: 1060px ) {
.has-sidebar .entry-content > .alignleft {
margin-left: calc(0.5 * (100vw - var(--content-max-width)));
}
.has-sidebar .entry-content > .alignright {
margin-right: calc(0.5 * (100vw - var(--content-max-width)));
}
}
@media (max-width: 786px ) {
.has-sidebar .entry-content > .alignleft {
margin-left: var(--post-margin);
}
.has-sidebar .entry-content > .alignright {
margin-right: var(--post-margin);
}
}  .widget {
margin: var(--post-margin) 0;
display:inline-block;
width:100%;
}
.aside-sidebar .widget:first-child {
margin-top: 0;
}
.aside-sidebar .widget:last-child {
margin-bottom: 0;
}
.widget-title,
.widgettitle {
margin-top: 0;
line-height: 1.1;
}
.widget ul,
.widget ol {
list-style:none;
margin:0;
padding:0;
width: 100%;
}
.widget > ul > li,
.widget > ol > li,
.widget > div > ul > li {
margin:0;
display: block;
}
.widget ul li a,
.widget ol li a {
display:inline-block;
padding: 0.625rem 0;
}
.widget .sub-menu li,
.widget .children li {
margin:0;
} .widget_calendar table {
width:100%;
}
.widget_calendar td,
.widget_calendar th {
padding:2px;
}
.aside-sticky-container {
position: sticky;
top:7rem;
} .gallery {
display:flex;
flex-wrap: wrap;
width:100%;
margin:0 auto;
}
.gallery-item {
display:flex;
flex-grow: 1;
flex-direction: column;
justify-content: center;
position: relative;
margin: var(--gallery-item-default-margin, 1rem);
padding:0;
overflow: hidden;
}
.gallery-item .gallery-icon {
flex:1;
width: 100%;
height: 100%;
object-fit: cover;
}
.gallery-item img {
display:flex;
object-fit: cover;
width: 100%;
height: 100%;
}
.gallery-caption {
position: absolute;
bottom:0;
left:0;
width:100%;
background: var(--gallery-caption-overlay-gradient, linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0)));
color: var(--white);
text-align: center;
padding: var(--default-content-margin);
}
.gallery:not(.gallery-columns-1):not(.gallery-columns-2) .gallery-caption {
font-size: 0.75rem;
} .gallery-item {
flex-basis: calc(100% / 3 - (var(--gallery-item-default-margin, 1rem) * 2));
}
.gallery-columns-4 .gallery-item {
flex-basis: calc(100% / 4 - (var(--gallery-item-default-margin, 1rem) * 2));
}
.gallery-columns-3 .gallery-item {
flex-basis: calc(100% / 3 - (var(--gallery-item-default-margin, 1rem) * 2));
}
.gallery-columns-2 .gallery-item {
flex-basis: calc(100% / 2 - (var(--gallery-item-default-margin, 1rem) * 2));
}
.gallery-columns-1 .gallery-item {
flex-basis: calc(100% - (var(--gallery-item-default-margin, 1rem) * 2));
} .gallery-columns-1 .gallery-item {
margin-left: 0;
margin-right: 0;
}
.gallery:not(.gallery-columns-1):not(.gallery-columns-2):not(.gallery-columns-4) .gallery-item:nth-child(3n),
.gallery:not(.gallery-columns-1):not(.gallery-columns-2):not(.gallery-columns-4) .gallery-item:nth-child(even):last-of-type,
.gallery-columns-2 .gallery-item:nth-child(even),
.gallery-columns-3 .gallery-item:nth-child(3n),
.gallery-columns-3 .gallery-item:nth-child(even):last-of-type,
.gallery-columns-4 .gallery-item:nth-child(4n),
.gallery-columns-4 .gallery-item:nth-child(even):last-of-type,
.gallery-columns-4 .gallery-item:nth-child(odd):last-of-type {
margin-right:0;
}
.gallery:not(.gallery-columns-1):not(.gallery-columns-2):not(.gallery-columns-4) .gallery-item:nth-child(3n+1),
.gallery-columns-2 .gallery-item:nth-child(odd),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1) {
margin-left:0;
}  .body-fade {
position: fixed;
top:0;
height: 100%;
width:100%;
background: var(--body-fade-background, var(--body-background));
opacity: 0.86;
display:none;
z-index:1500;
}
.mobile-only {
display: none;
visibility: hidden;
}
.hidden {
display: none;
} .has-pagination-numbers .pagination,
.has-pagination-numbers .page-pagination,
.has-pagination-prev-next .pagination,
.has-pagination-prev-next .page-pagination {
width:100%;
text-align: center;
margin-top:  calc(var(--global-elements-margin));
}
.pagination ul {
list-style:none;
margin:0;
padding:0;
display:flex;
justify-content: center;
}
.pagination ul li {
display: flex;
padding:0;
margin:0 0.3125rem;
}  @media (max-width:1650px) {
.post-grid.cols-7:not([class*="list"]) .article:not(.first-full),
.post-grid.cols-7 .article.grid-style  {
flex-basis: var(--cols-7-breakpoint-flex-basis);
}
}
@media (max-width:1450px) {
.post-grid.cols-7:not([class*="list"]) .article:not(.first-full),
.post-grid.cols-7 .article.grid-style  {
flex-basis: var(--cols-6-breakpoint-flex-basis);
}
.post-grid.cols-6:not([class*="list"]) .article:not(.first-full),
.post-grid.cols-6 .article.grid-style  {
flex-basis: var(--cols-6-breakpoint-flex-basis);
}
}
@media (max-width:1200px) {
.post-grid.cols-7:not([class*="list"]) .article:not(.first-full),
.post-grid.cols-7 .article.grid-style  {
flex-basis: var(--cols-7-small-desktop-flex-basis);
}
.post-grid.cols-6:not([class*="list"]) .article:not(.first-full),
.post-grid.cols-6 .article.grid-style  {
flex-basis: var(--cols-6-small-desktop-flex-basis);
}
.post-grid.cols-5:not([class*="list"]) .article:not(.first-full),
.post-grid.cols-5 .article.grid-style  {
flex-basis: var(--cols-5-small-desktop-flex-basis);
}
.post-grid.cols-4:not([class*="list"]) .article:not(.first-full),
.post-grid.cols-4 .article.grid-style  {
flex-basis: var(--cols-4-small-desktop-flex-basis);
}
.post-grid.grid-asc.cols-4 .article:nth-child(6n),
.post-grid.grid-asc.cols-4 .article:nth-child(6n+5),
.post-grid.grid-desc.cols-4 .article:nth-child(6n+4),
.post-grid.grid-desc.cols-4 .article:nth-child(6n+5),
.list-grid.cols-4 .article.grid-style  {
flex-basis: calc(100% / 2 - (var(--post-margin) * 2));
}
.post-grid.grid-asc.cols-4 .article:nth-child(6n+1),
.post-grid.grid-desc.cols-4 .article:nth-child(6n) {
flex-basis: 100%;
} .post-grid.grid-offset.cols-4 .article:nth-child(1),
.post-grid.grid-offset.cols-4 .article:nth-child(7),
.post-grid.grid-offset.cols-4 .article:nth-child(11),
.post-grid.grid-offset.cols-4 .article:nth-child(17),
.post-grid.grid-offset.cols-4 .article:nth-child(21),
.post-grid.grid-offset.cols-4 .article:nth-child(27),
.post-grid.grid-offset.cols-4 .article:nth-child(31),
.post-grid.grid-offset.cols-4 .article:nth-child(37),
.post-grid.grid-offset.cols-4 .article:nth-child(41),
.post-grid.grid-offset.cols-4 .article:nth-child(47),
.post-grid.grid-offset.cols-4 .article:nth-child(51),
.post-grid.grid-offset.cols-4 .article:nth-child(57),
.post-grid.grid-offset.cols-4 .article:nth-child(61),
.post-grid.grid-offset.cols-4 .article:nth-child(67),
.post-grid.grid-offset.cols-4 .article:nth-child(71),
.post-grid.grid-offset.cols-4 .article:nth-child(77),
.post-grid.grid-offset.cols-4 .article:nth-child(81),
.post-grid.grid-offset.cols-4 .article:nth-child(87),
.post-grid.grid-offset.cols-4 .article:nth-child(91),
.post-grid.grid-offset.cols-4 .article:nth-child(97),
.post-grid.grid-offset.cols-4 .article:nth-child(101) {
flex-basis: calc(100% / 3 * 2 - (var(--post-margin) * 2) );
} .post-grid.list.cols-4 {
padding: 0;
}
.post-grid.list.cols-4 .article:not(.grid-style),
.post-grid.list.cols-3 .article:not(.grid-style) {
flex-basis: calc(100% / 2 - (var(--post-margin) * 2));
margin: var(--post-margin);
}
.post-grid.list.cols-4 .article:not(.grid-style).has-post-media:not(.cover) .post-inner .thumbnail-wrapper {
max-width: calc(100% / 3);
}
.has-sidebar .post-grid.list.cols-2 .article {
flex-basis: 100%;
}
.has-sidebar .post-grid.list.cols-2 .article.has-post-media:not(.cover) .post-inner .thumbnail-wrapper {
max-width: 50%;
} .masonry.cols-4 .article {
width: calc(100% / 3 - (var(--post-margin) * 2));
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-wide .post-inner {
min-height: 197px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-landscape .post-inner,
.masonry.post-grid.cols-3 .article.cover.has-post-media.thumbnail-landscape .post-inner {
min-height: 234px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-square .post-inner,
.masonry.post-grid.cols-3 .article.cover.has-post-media.thumbnail-square .post-inner {
min-height: 350px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-portrait .post-inner,
.masonry.post-grid.cols-3 .article.cover.has-post-media.thumbnail-portrait .post-inner {
min-height: 525px;
} .footer-columns.cols-4 {
max-width: var(--content-max-width);
margin-left: auto;
margin-right: auto;
}
.footer-columns.cols-4 .footer-column {
flex-basis: calc(100% / 2 - (var(--post-margin) * 2));
margin: 0 0 var(--global-elements-margin) 0;
padding: 0;
border: 0;
}
.footer-columns.cols-4 .footer-column:nth-child(odd) {
margin-right: calc(var(--post-margin) *2);
}
.footer-columns.cols-4 .footer-column:nth-child(n+3),
.footer-column:last-child {
margin-bottom: 0;
}
}
@media (max-width: 1160px) {
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-wide .post-inner {
min-height: 298px;
}
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-landscape .post-inner {
min-height: 354px;
}
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-square .post-inner {
min-height: 530px;
}
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-portrait .post-inner {
min-height: 794px;
}
}
@media (max-width:1060px) {
.content-area,
.site-footer-inner,
.footer-bottom,
.archive-header-inner,
.section-header {
max-width: var(--mobile-site-max-width);
}
.site-header {
padding: 0;
}
.site-header.sticky-mobile-nav {
position: sticky;
top: 0;
margin: 0 !important; 
}
.admin-bar .site-header.sticky-mobile-nav {
top: 32px;
}
body.has-sticky-nav-mobile {
margin-top: 0 !important;
}
.mobile-header {
display:flex;
max-width: var(--mobile-site-max-width);
}
.site-header.logo-left-menu-right .mobile-header .site-logo,
.site-header.logo-left-menu-right .mobile-header .site-title {
margin-right: auto;
}
.site-header .header-layout-wrapper,
.lbn-site-title-wrapper {
display: none;
}
.site-title {
font-size: var(--large-mobile-logo-font-size);
}
.masonry.post-grid .article.cover.has-post-media.thumbnail-wide .post-inner,
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-wide .post-inner {
min-height: 170px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-landscape .post-inner,
.masonry.post-grid.cols-3 .article.cover.has-post-media.thumbnail-landscape .post-inner {
min-height: 202px;
}
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-landscape .post-inner {
min-height: 314px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-square .post-inner,
.masonry.post-grid.cols-3 .article.cover.has-post-media.thumbnail-square .post-inner {
min-height: 303px;
}
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-square .post-inner {
min-height: 480px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-portrait .post-inner,
.masonry.post-grid.cols-3 .article.cover.has-post-media.thumbnail-portrait .post-inner {
min-height: 455px;
}
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-portrait .post-inner {
min-height: 719px;
} .the-post > .article:not(.has-post-media):not(.has-background) .entry-header,
.the-post .article:not(.has-post-media):not(.has-background) .entry-content.excerpt,
.the-page > .page:not(.has-post-media):not(.has-background) .entry-header,
.the-page .article:not(.has-post-media):not(.has-background) .entry-content.excerpt,
.home.page .page:not(.has-post-media):not(.has-background) .entry-header,
.home.page .page:not(.has-post-media):not(.has-background) .entry-content.excerpt {
width: 100%;
}
}
@media (max-width: 1060px) {
.mobile-only {
display:inline-block !important;
visibility: visible;
}
.toggle-sidebar .primary-nav-sidebar-wrapper.mobile-only {
display: block !important;
}
.footer-columns[class*="cols"] {
flex-direction: column;
max-width: var(--content-max-width);
margin-left: auto;
margin-right: auto;
}
.footer-column,
.footer-columns.cols-4 .footer-column:nth-child(odd),
.footer-columns.cols-2 .footer-column:not(:last-child):not(.footer-menu) {
margin: 0;
margin-bottom: var(--global-elements-margin);
margin-right: 0;
}
.footer-columns.cols-3 .footer-column {
border: 0;
padding: 0;
} .has-sidebar main {
flex-basis: 100%;
border-bottom: 1px solid var(--very-light-grey);
padding-bottom: var(--post-margin);
}
.aside-sidebar {
width: var(--content-width);
max-width: var(--content-max-width);
margin-left: auto;
margin-right: auto;
padding: 0 !important;
margin-top: 0 !important;
}
.has-sidebar .post-grid:not(.cols-1):not([class*="list"]) .article:not(.first-full),
.has-sidebar .post-grid:not(.cols-1).list-grid .article.grid-style,
.has-sidebar .post-grid.grid-first-full .article.first-full,
.post-grid:not(.cols-1):not([class*="list"]) .article:not(.first-full),
.post-grid:not(.cols-1).list-grid .article.grid-style,
body:not(.has-sidebar) .post-grid.grid-first-full:not(.cols-1) .article.first-full {
flex-basis: calc(100% / 2 - (var(--post-margin) * 2));
margin: var(--post-margin);
} .post-grid[class*="list"][class*="cols"] .article:not(.grid-style) {
flex-basis: 100%;
} .list-grid.cols-3 .article:nth-child(3n):not(.grid-style) {
flex-basis: calc(100% / 2 - (var(--post-margin) * 2));
}
.list-grid.cols-3 .article:nth-child(3n):not(.grid-style).has-post-media .post-inner {
flex-direction: column;
}
.list-grid.cols-3 .article:nth-child(3n):not(.grid-style).has-post-media:not(.cover) .post-inner > * {
max-width: 100%;
margin: 0;
flex-basis: 100%;
}
.list-grid.cols-3 .article:nth-child(3n):not(.grid-style).has-post-media .entry-wrapper {
padding-left: 0;
}
.list-grid.cols-3 .article:nth-child(3n):not(.grid-style) .entry-header {
margin-top: var(--post-inner-elements-margin);
}
body:not(.has-sidebar) .post-grid.grid-first-full .article.first-full:not(.cover):not(.loop-sidebar).has-post-media .entry-header {
margin-top:0;
} .post-grid.grid-offset:not(.cols-1) .article {
flex-basis: calc(100% / 2 - (var(--post-margin) * 2));
} .masonry[class*="cols"] .article {
width:calc(100% / 2 - (var(--post-margin) * 2 ));
}
.masonry.post-grid .article.cover.has-post-media.thumbnail-wide .post-inner,
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-wide .post-inner,
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-wide .post-inner {
min-height: 187px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-landscape .post-inner,
.masonry.post-grid.cols-3 .article.cover.has-post-media.thumbnail-landscape .post-inner,
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-landscape .post-inner {
min-height: 223px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-square .post-inner,
.masonry.post-grid.cols-3 .article.cover.has-post-media.thumbnail-square .post-inner,
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-square .post-inner {
min-height: 334px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-portrait .post-inner,
.masonry.post-grid.cols-3 .article.cover.has-post-media.thumbnail-portrait .post-inner,
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-portrait .post-inner {
min-height: 500px;
}
.has-logo-below-nav .single-hero[data-fullwidth="true"].has-background {
margin-top: 0;
} .single-hero[data-thumbnails="true"] .post-inner {
flex-direction: column;
}
.single-hero[data-thumbnails="true"] .article:not(.cover) .post-inner > * {
max-width: 100%;
}
.single-hero[data-thumbnails="true"] .article:not(.cover) .entry-wrapper > * {
width: var(--content-width);
max-width: var(--content-max-width);
margin-left: auto;
margin-right: auto;
margin-top: 0;
}
.single-hero[data-thumbnails="true"] .article:not(.cover) .excerpt {
margin-top: var(--post-inner-elements-margin);
} input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea {
font-size: 16px;
}
}
@media (max-width: 782px) {
.admin-bar .site-header.sticky-mobile-nav {
top: 46px;
}
}
@media (max-width:720px) {
.masonry.post-grid.cols-3 .article.cover.has-post-media.thumbnail-square .post-inner {
min-height: 310px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-portrait .post-inner,
.masonry.post-grid.cols-3 .article.cover.has-post-media.thumbnail-portrait .post-inner,
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-portrait .post-inner {
min-height: 464px;
}
}
@media (max-width:640px) { .post-grid[class*="list"] .article .post-inner {
flex-direction: column !important;
}
.post-grid[class*="list"] .article:not(.grid-style):not(.cover) .post-inner > * {
max-width:100% !important;
width: 100% !important;
}
.post-grid[class*="list"] .article:not(.grid-style):not(.cover):not(.has-background) .entry-wrapper {
padding-left: 0 !important;
}
.post-grid[class*="list"] .article:not(.grid-style):not(.cover):not(.has-background).has-post-media .entry-header {
margin-top: calc(var(--post-inner-elements-margin) / 1.5) !important;
}
.post-grid[class*="grid"] .article,
.post-grid.list-grid .article.grid-style {
flex-basis: 100% !important;
}
.masonry[class*="cols"] .article {
width:calc(100% - (var(--post-margin) * 2 ));
}
.masonry.post-grid .article.cover.has-post-media.thumbnail-wide .post-inner,
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-wide .post-inner,
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-wide .post-inner {
min-height: 331px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-landscape .post-inner,
.masonry.post-grid.cols-3 .article.cover.has-post-media.thumbnail-landscape .post-inner,
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-landscape .post-inner {
min-height: 394px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-square .post-inner,
.masonry.post-grid.cols-3 .article.cover.has-post-media.thumbnail-square .post-inner,
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-square .post-inner {
min-height: 590px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-portrait .post-inner,
.masonry.post-grid.cols-3 .article.cover.has-post-media.thumbnail-portrait .post-inner,
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-portrait .post-inner {
min-height: 884px;
}
.site-title {
font-size: var(--small-mobile-logo-font-size);
}
}
@media (max-width: 600px) {
.admin-bar .site-header.sticky-mobile-nav {
top: 0;
} div.gallery[class*="columns"] .gallery-item {
flex-basis: calc(100% / 2 - (var(--gallery-item-default-margin, 0.5rem) * 2));
margin: var(--gallery-item-default-margin, 0.5rem) !important;
}
div.gallery[class*="columns"] .gallery-item:nth-child(even) {
margin-right:0 !important;
}
div.gallery[class*="columns"] .gallery-item:nth-child(odd) {
margin-left:0 !important;
}
}
@media (max-width:540px) {
.masonry.post-grid .article.cover.has-post-media.thumbnail-wide .post-inner,
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-wide .post-inner,
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-wide .post-inner {
min-height: 275px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-landscape .post-inner,
.masonry.post-grid.cols-3 .article.cover.has-post-media.thumbnail-landscape .post-inner,
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-landscape .post-inner {
min-height: 327px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-square .post-inner,
.masonry.post-grid.cols-3 .article.cover.has-post-media.thumbnail-square .post-inner,
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-square .post-inner {
min-height: 490px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-portrait .post-inner,
.masonry.post-grid.cols-3 .article.cover.has-post-media.thumbnail-portrait .post-inner,
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-portrait .post-inner {
min-height: 734px;
}
.the-post .entry-content .alignleft,
.the-post .entry-content .alignright,
.wp-block-image .alignleft,
.wp-block-image .alignright {
max-width: var(--content-width);
margin-left: auto !important;
margin-right: auto !important;
margin-bottom: var(--default-content-margin);
float: none;
display: flex;
flex-direction: column;
text-align: center;
}
.wp-block-image figure[class*="align"] img {
margin-left: auto;
margin-right: auto;
}
.wp-block-image figure[class*="align"] figcaption {
width: 100%;
}
.footer-bottom {
flex-direction: column;
}
.footer-bottom > *:not(:last-child) {
margin: 0 0 1rem 0
}
}
@media (max-width:440px) {
.masonry.post-grid .article.cover.has-post-media.thumbnail-wide .post-inner,
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-wide .post-inner,
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-wide .post-inner {
min-height: 219px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-landscape .post-inner,
.masonry.post-grid.cols-3 .article.cover.has-post-media.thumbnail-landscape .post-inner,
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-landscape .post-inner {
min-height: 260px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-square .post-inner,
.masonry.post-grid.cols-3 .article.cover.has-post-media.thumbnail-square .post-inner,
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-square .post-inner {
min-height: 390px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-portrait .post-inner,
.masonry.post-grid.cols-3 .article.cover.has-post-media.thumbnail-portrait .post-inner,
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-portrait .post-inner {
min-height: 584px;
}
}
@media (max-width:380px) {
.masonry.post-grid .article.cover.has-post-media.thumbnail-wide .post-inner,
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-wide .post-inner,
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-wide .post-inner {
min-height: 185px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-landscape .post-inner,
.masonry.post-grid.cols-3 .article.cover.has-post-media.thumbnail-landscape .post-inner,
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-landscape .post-inner {
min-height: 220px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-square .post-inner,
.masonry.post-grid.cols-3 .article.cover.has-post-media.thumbnail-square .post-inner,
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-square .post-inner {
min-height: 330px;
}
.masonry.post-grid.cols-4 .article.cover.has-post-media.thumbnail-portrait .post-inner,
.masonry.post-grid.cols-3 .article.cover.has-post-media.thumbnail-portrait .post-inner,
.masonry.post-grid.cols-2 .article.cover.has-post-media.thumbnail-portrait .post-inner {
min-height: 449px;
}
}
   :root {
--body-font: "Open Sans", Arial, Helvetica, sans-serif;
--title-font: "Kumbh Sans", Arial, Helvetica, sans-serif; --primary-theme-color: #000000;
--secondary-theme-color:  #ff7887;
--tertiary-theme-color:  #ffb14f;
--off-white-accent:  #ebebeb; --footer-background: var(--off-white);
--footer-color: inherit;
--footer-heading-color:  var(--widget-title-color);
--tfm-before-footer-background: var(--off-white);
--archive-header-background:  var(--off-white);
--archive-header-title-color:  var(--body-font-color);
--archive-header-description-color:  var(--medium-grey);
--archive-header-meta-color:  var(--archive-header-color);
--button-font:  var(--title-font);
--button-hover-background:  var(--very-dark-grey);
--button-hover-color: var(--white);
--post-background: var(--white); --post-box-shadow: 0 0 25px rgba(0,0,0,0.07);
--post-padding: 1.5625rem;
--post-padding-no-thumbnail:  var(--post-inner-elements-margin);
--widget-background: none;
--widget-box-shadow: var(--post-box-shadow);
--widget-title-color:  var(--body-font-color);
--tfm-widget-subtitle-color:  var(--medium-grey);
--widget-font-color:  var(--medium-grey);
--widget-primary-link-color:  var(--black);
--widget-child-link-color:  var(--medium-grey);
--widget-meta-color:  var(--medium-grey);
--widget-meta-link-color:  var(--widget-primary-link-color);
--widget-border-color:  var(--very-light-grey);
--widget-button-background:  var(--button-background);
--widget-button-color:  var(--button-color);
--widget-button-hover-background:  var(--button-hover-background);
--widget-tag-background:  var(--off-white);
--widget-tag-color: var(--black);
--widget-tag-hover-background:  var(--very-light-grey);
--widget-tag-hover-color:  var(--black);
--widget-tag-border-radius:  var(--button-border-radius);
--widget-post-thumbnail-box-shadow:  0 0 15px rgba(0,0,0,0.09);
--widget-misc-elements-background:  var(--very-light-grey);
--widget-highlight-background:  var(--very-light-grey);
--tfm-widget-count-color: var(--primary-theme-color);
--tfm-widget-first-count-color:  var(--primary-theme-color);
--tfm-widget-alt-count-color:  var(--body-font-color);
--tfm-widget-alt-count-background:  var(--white);
--tfm-widget-alt-first-count-color:  var(--white);
--tfm-widget-alt-first-count-background: var(--primary-theme-color);
--format-aside-background: var(--primary-theme-color);
--format-aside-global-color:  var(--white);
--post-format-icon-background:  var(--tertiary-theme-color);
--post-format-icon-color: var(--white);
--format-video-icon-background:  var(--primary-theme-color);
--format-gallery-icon-background:  var(--quaternary-theme-color);
--format-audio-icon-background:  var(--tertiary-theme-color);
--post-author-avatar-border:  3px solid var(--post-background, #ffffff);
--continue-reading-button-background:  none;
--continue-reading-button-color:  var(--dark-grey);
--continue-reading-button-hover-background:  none;
--continue-reading-button-hover-color:  var(--medium-grey);
--entry-title-link-color: var(--black);
--entry-meta-color:  var(--medium-grey);
--entry-meta-link-color:  var(--black);
--entry-meta-icon-color: var(--light-grey);
--entry-meta-border-color:  var(--very-light-grey);
--excerpt-color:  var(--medium-grey);
--entry-border-color:  var(--very-light-grey);
--avatar-border-color:  var(--white);
--cover-meta-color:  var(--cover-global-color);
--single-hero-thumbnail-padding:  var(--hero-thumbnail-padding);
--hero-wrapper-max-width: var(--site-width);
--single-post-background: none;
--single-hero-background: var(--post-background);
--single-entry-title-color: inherit;
--single-entry-meta-color: var(--medium-grey);
--single-entry-meta-link-color: var(--black);
--single-entry-font-color: var(--very-dark-grey);
--single-excerpt-color: var(--medium-grey);
--single-avatar-border-color:  var(--white);
--single-tags-background: inherit;
--single-tags-color: inherit; --logo-color:  var(--very-dark-grey);
--toggle-icon-color:  var(--dark-grey);
--header-box-shadow: 0 0 15px rgba(0,0,0,0.1);
--header-search-input-background:  var(--very-light-grey);
--header-search-input-color:  var(--very-dark-grey);
--header-search-input-border-radius:  var(--input-border-radius);
--header-border-color:  rgba(0,0,0,0.04); --primary-menu-background: none;
--primary-menu-font-size: 0.875rem;
--primary-menu-link-color:  var(--black);
--primary-menu-link-hover-color:  var(--medium-grey);
--primary-menu-submenu-background:  var(--white);
--primary-menu-submenu-link-color:  var(--dark-grey);
--primary-menu-submenu-link-hover-color:  var(--medium-grey);
--primary-menu-submenu-border-radius: var(--post-thumbnail-border-radius);
--primary-menu-submenu-font-size: var(--primary-menu-font-size);
--primary-menu-letter-spacing: 1px;
--primary-menu-description-letter-spacing: 2px;
--primary-menu-description-color: var(--medium-grey);
--toggle-sidebar-menu-color:  var(--black);
--tfm-pill-menu-item-color:  var(--button-color);
--tfm-pill-menu-item-background:  var(--button-background);
--tfm-pill-menu-item-hover-color:  var(--button-hover-color);
--tfm-pill-menu-item-hover-background:  var(--button-hover-background);
--tfm-pill-menu-border-radius:  var(--button-border-radius);
--logo-font-size: 2.5rem;
--large-mobile-logo-font-size: 32px;
--small-mobile-logo-font-size: 26px;
--sidebar-logo-font-size:  2.5rem;
--sidebar-logo-max-width: 250px;
--gototop-background:  var(--button-background);
--gototop-color:  var(--button-color);
--gototop-border-radius:  var(--button-border-radius); --cols-4-entry-title-size: 1.375rem;
--cols-3-entry-title-size: 1.5rem;
--cols-2-entry-title-size: 2.125rem;
--cols-1-entry-title-size: 2.5rem;
--cols-3-list-entry-title-size: 1.125rem;
--cols-2-list-entry-title-size: 1.5rem;
--cols-4-list-entry-title-size: var(--body-font-size);
--entry-title-font-weight: 600;
--tfm-hero-cols-3-entry-title-size: 1.875rem; --tfm-star-rating-color: var(--tertiary-theme-color);
--tfm-star-rating-color-cover: var(--cover-global-color);
--tfm-rating-scale-low-color: #9AD972;
--tfm-rating-scale-high-color: #F90C13;
--tfm-rating-text-color:  var(--black); --cover-brightness-filter: 85%;
--cover-overlay-gradient: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
--post-margin:  1rem;
--global-elements-margin: 1rem;
--post-inner-elements-margin:  1.5rem;
--read-more-font-size:  0.625rem;
--cover-border-color: rgba(255,255,255,0.3);
--cover-button-color: var(--cover-global-color);
--thumbnail-padding: 10px;
--tfm-pill-menu-font-size:  10px;
--tfm-featured-posts-thumbnail-box-shadow: var(--widget-post-thumbnail-box-shadow);
--tfm-featured-posts-thumbnail-background: var(--white);
--post-thumbnail-border-radius:  8px;
--button-border-radius:  100px;
--button-padding: 0.75rem 1rem;
--button-letter-spacing: 2px;
--button-text-transform:  none;
--figcaption-font-size:  0.75rem;
--audio-embed-background: #25292C;
--audio-embed-audio-background: #1B1C1D;
}  .section-header {
display: flex;
flex-direction: column-reverse;
}
.section-header p.sub-title {
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 2px;
margin: 0;
}
.section-header .page-title {
font-size: var(--h3-font-size);
}
.post-grid .article {
box-shadow: var(--post-box-shadow);
border-radius: var(--post-thumbnail-border-radius);
}
.post-grid .search-no-results {
flex-grow: 1;
}
.post-inner {
position: relative;
}
.post-grid .article .post-inner {
height:100%;
display: flex;
flex-direction: column;
}
.post-grid .article .entry-header {
position: relative;
display: flex;
flex-direction: column;
}
.post-grid .article:not(.has-post-media):not(.has-background) .entry-header,
.has-sidebar .post-grid[class*="list"] .article:not(.grid-style).has-excerpt:not(.has-background) .entry-header,
.has-sidebar .post-grid[class*="list"] .article:not(.grid-style).has-read-more:not(.has-background) .entry-header,
.post-grid[class*="list"]:not(.cols-1):not(.list-grid) .article:not(.grid-style).has-post-media:not(.cover):not(.has-background) .entry-header {
margin-top: 0;
}
.post-grid .article:not(.cover) .entry-header,
.the-post .article:not(.cover) .entry-header  {
position: static;
}
.post-grid .article:not(.cover) .entry-header,
.the-post > .article:not(.cover):not(.default-alt).has-post-media .entry-header,
.post-grid .article.cover:not(.has-post-media) .entry-header {
display: flex;
flex-wrap: wrap;
flex-direction: row-reverse;
gap: var(--post-grid-entry-header-flex-gap);
margin-top: 0;
}
.the-post > .article:not(.cover):not(.default-alt):not(.has-avatar).has-post-media .entry-header {
margin-top: var(--post-grid-entry-header-flex-gap);
}
.post-grid .article.cover:not(.has-post-media) .entry-header,
.post-grid .article.cover.has-post-media .entry-header {
flex-direction: column;
}
.the-post > .article:not(.cover):not(.default-alt).has-post-media .entry-header {
gap: 0;
}
.post-grid.list .article:not(.cover):not(.has-tfm-share-icons) .entry-header,
body:not(.has-sidebar) .article.asc-desc-full-width:not(.has-tfm-share-icons).has-post-media:not(.cover) .entry-header {
display: block;
}
.post-grid .article:not(.cover).has-avatar.has-post-media .entry-header {
margin-top: calc(0rem - var(--post-padding) - 22px); z-index: 3;
}
.the-post > .article.has-post-media.has-avatar:not(.cover):not(.default-alt) .entry-header {
margin-top: calc(0rem - var(--post-padding) - 8px);
z-index: 3;
}
body:not(.has-sidebar) .post-grid .article:not(.cover).has-avatar.has-post-media.first-full .entry-header,
.post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover).has-post-media .entry-header {
margin-top: 0;
}
.post-grid .article:not(.cover).has-avatar .entry-header > *,
.post-grid .article:not(.cover).has-tfm-share-icons .entry-header > * {
flex-basis: 44px;
flex-grow:  1;
justify-content: flex-start;
}
.the-post > .article:not(.cover).has-avatar.has-post-media:not(.default-alt) .entry-header > * {
flex-basis: 60px;
flex-grow:  1;
justify-content: flex-start;
}
.the-post > .article.default-alt:not(.cover) .entry-header > * {
flex-basis: 0;
}
.entry-header-section,
.post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover).has-post-media .entry-header-section {
margin-top: 0;
z-index: 2;
display: flex;
flex-direction: column;
gap:  var(--post-grid-entry-header-flex-gap);
width:100%;
}
.post-grid:not(.list):not(.list-grid) .has-avatar:not(.first-full).has-post-media .entry-header-section,
.post-grid.list-grid .has-avatar.grid-style.has-post-media .entry-header-section,
.has-sidebar .has-avatar.first-full.has-post-media .entry-header-section  {
margin-top: calc(var(--post-inner-elements-margin) * 1.65);
}
.post-grid .article:not(.cover):not(.loop-sidebar) .entry-meta.after-title,
.the-post > .article:not(.cover).has-post-media:not(.default-alt) .entry-meta.after-title {
flex-grow: 0;
margin-top: 0;
}
.entry-wrapper {
height: 100%;
display: flex;
flex-direction: column;
}
.post-grid .article:not(.cover) .entry-wrapper,
.the-post > .article:not(.cover) .entry-wrapper {
position: static;
}
.has-sidebar .the-post .article.cover.has-post-media .entry-wrapper {
width: calc(var(--content-width) - (var(--post-margin) * 2));
}
.post-grid .article:not(.has-excerpt) .entry-header,
.post-grid .article:not(.cover).has-excerpt .excerpt {
flex-grow:  1;
}
.post-grid .article.first-full.has-excerpt .excerpt {
flex-grow: 0;
margin-top: auto;
}
.post-grid:not(.post-navigation) .article:not(.has-date):not(.has-author):not(.has-author-avatar):not(.has-comment-count).has-tfm-read-time.has-read-more .excerpt {
margin-top: 0;
}
.post-grid:not(.post-navigation) .article:not(.has-date):not(.has-author):not(.has-author-avatar):not(.has-comment-count):not(.has-tfm-read-time) .entry-title {
margin-bottom: 0;
}
.cols-4:not([class*="list"]):not(.grid-desc):not(.grid-asc) .article:not(.first-full):not(.loop-sidebar) .entry-meta.before-title,
.cols-4.grid-desc .article:not(:nth-child(10n+5)):not(:nth-child(10n+6)):not(:nth-child(10n+7)):not(:nth-child(10n+8)):not(:nth-child(10n+9)):not(.loop-sidebar) .entry-meta.before-title,
.cols-4.grid-asc .article:not(:nth-child(10n+1)):not(:nth-child(10n+2)):not(:nth-child(10n+3)):not(:nth-child(10n+4)):not(:nth-child(10n+5)):not(:nth-child(10n+6)):not(.loop-sidebar) .entry-meta.before-title,
.cols-4.grid-offset .article:not(:nth-child(6n+1)):not(:nth-child(6n+2)):not(.loop-sidebar) .entry-meta.before-title,
.cols-4 .article.grid-style .entry-meta.before-title {
margin-top:  0;
}
.cols-4:not([class*="list"]):not(.grid-desc):not(.grid-asc):not(.grid-offset) .article:not(.first-full):not(.loop-sidebar).cover .entry-header,
.cols-4.grid-desc .article:not(:nth-child(10n+5)):not(:nth-child(10n+6)):not(:nth-child(10n+7)):not(:nth-child(10n+8)):not(:nth-child(10n+9)):not(.loop-sidebar).cover .entry-header,
.cols-4.grid-asc .article:not(:nth-child(10n+1)):not(:nth-child(10n+2)):not(:nth-child(10n+3)):not(:nth-child(10n+4)):not(:nth-child(10n+5)):not(:nth-child(10n+6)):not(.loop-sidebar).cover .entry-header,
.cols-4.grid-offset .article:not(:nth-child(6n+1)):not(:nth-child(6n+2)):not(.loop-sidebar).cover .entry-header,
.cols-4 .article.grid-style:not(.loop-sidebar).cover .entry-header {
margin-top: 0;
}
.article:not(.has-category-meta) .entry-title,
.post-grid .article.page .entry-title,
.post-grid .article.product .entry-title,
.the-page .page .entry-title {
margin-top: 0;
}
.entry-title a {
color:  var(--entry-title-link-color);
text-decoration: none;
} .post-thumbnail img {
transition: all 0.7s ease;
} .post-grid .article:not(.cover) .thumbnail-wrapper,
.post-grid .article.cover.has-post-media .post-inner,
.the-post > .article .thumbnail-wrapper:not(.alignfull),
.the-post > .article .tfm-featured-media,
.the-page > .article .thumbnail-wrapper:not(.alignfull),
.the-page > .article .tfm-featured-media  {
padding:  var(--thumbnail-padding);
}
.post-grid[class*="list"] .article:not(.grid-style):not(.loop-sidebar).has-post-media.cover .post-inner {
padding:  var(--thumbnail-padding);
}
.post-grid:not(.list) .article:not(.cover):not(.first-full):not(.asc-desc-full-width) .thumbnail-wrapper,
.has-sidebar .post-grid .first-full .thumbnail-wrapper,
.has-sidebar .post-grid .asc-desc-full-width .thumbnail-wrapper {
padding-bottom: 0;
}
.list .article:not(.cover) .thumbnail-wrapper {
padding-right: 0;
}
.post-grid .cover.has-post-media .thumbnail-wrapper {
width: calc(100% - 20px);
height: calc(100% - 20px);
}
.post-grid .cover.has-post-media.thumbnail-uncropped .entry-wrapper {
border-radius: var(--post-thumbnail-border-radius);
}
.the-post > .article:not(.has-background) .thumbnail-wrapper:not(.alignfull),
.the-post .tfm-gallery-format-slideshow,
.the-post > .article .tfm-featured-media,
.the-page > .article:not(.has-background) .thumbnail-wrapper:not(.alignfull)  {
box-shadow: var(--post-box-shadow);
border-radius:  var(--post-thumbnail-border-radius);
background: var(--post-background);
}
.the-post > .article.has-background .thumbnail-wrapper:not(.alignfull),
.the-post .article.has-background .tfm-gallery-format-slideshow,
.the-post > .article.has-background .tfm-featured-media,
.the-page > .article.has-background .thumbnail-wrapper:not(.alignfull)  {
background: var(--single-post-background);
box-shadow: none;
}
.the-post > .article:not(.has-background):not(.cover) .thumbnail-wrapper:not(.alignfull),
.the-page > .article:not(.has-background):not(.cover) .thumbnail-wrapper:not(.alignfull) {
position: relative;
}  h3.entry-title,
.post-grid.cols-3 h3[class*="title"] {
font-size: var(--cols-3-entry-title-size);
line-height: var(--entry-title-line-height, 1.1);
margin: 0;
letter-spacing: var(--entry-title-letter-spacing, -0.5px);
font-weight: var(--entry-title-font-weight);
}
.post-grid .article:not(.cover).has-post-media h3.entry-title,
.post-grid.cols-3 .article:not(.cover).has-post-media h3[class*="title"] {
margin-top: 0;
}
.post-grid.cols-2 h3[class*="title"],
.post-grid[class*="list"] h3[class*="title"],
.has-sidebar .post-grid[class*="list"] .article:not(.grid-style).cover h3[class*="title"] {
font-size: var(--cols-2-entry-title-size);
}
.cols-4:not(.list):not(.list-grid) .article:not(.first-full) h3[class*="title"],
.cols-4.list-grid .article.grid-style h3[class*="title"] {
font-size: var(--cols-4-entry-title-size);
letter-spacing: -0.03125rem;
}
.post-grid.cols-1 .article h3[class*="title"],
.post-grid.grid-first-full .article:first-child h3[class*="title"],
.post-grid[class*="list"] .article:not(.grid-style).cover h3[class*="title"] {
font-size: var(--cols-1-entry-title-size);
}
.post-grid.list.cols-2 .article:not(.grid-style) h3[class*="title"] {
font-size: var(--cols-2-list-entry-title-size, var(--cols-3-entry-title-size));
}
.post-grid.list.cols-3 .article:not(.grid-style) h3[class*="title"] {
font-size: var(--cols-3-list-entry-title-size);
margin-top: calc(var(--post-inner-elements-margin) / 3);
margin-bottom: calc(var(--post-inner-elements-margin) / 3);
letter-spacing: -0.02rem;
}
.post-grid.list.cols-4 .article:not(.grid-style) h3[class*="title"] {
font-size: var(--cols-4-entry-title-size);
letter-spacing: -0.03125rem;
}
.post-grid.list.cols-4 .article:not(.grid-style).has-post-media h3[class*="title"] {
font-size: var(--cols-4-list-entry-title-size);
line-height: 1.3;
letter-spacing: normal;
margin-bottom: 0.5rem;
}
.post-grid.list.cols-4 .article:not(.grid-style).has-post-media.has-category-meta h3[class*="title"] {
margin-top: 0.5rem;
} .has-sidebar .cols-2 h3[class*="title"] {
font-size: var(--cols-3-entry-title-size);
}
.has-sidebar .post-grid[class*="list"] .article:not(.grid-style) h3[class*="title"] {
font-size: var(--cols-3-entry-title-size);
} .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);
} .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);
} @media (min-width: 1061px) {
body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.cover):not(.loop-sidebar).has-post-media .post-inner,
body:not(.has-sidebar) .post-grid .article.first-full:not(.cover):not(.loop-sidebar).has-post-media .post-inner {
display:flex;
flex-direction: row;
height: 100%;
padding: 0;
}
body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.cover).has-post-media .post-inner > *,
body:not(.has-sidebar) .post-grid  .article.first-full:not(.cover) .post-inner > * {
width:100%;
flex-grow: 1;
}
body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.cover) .post-inner .thumbnail-wrapper
body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.cover) .tfm-gallery-format-slideshow-wrapper {
max-width: calc(((100% / 3) * 2) - ( var(--post-margin) / 3) * 2);
}
body:not(.has-sidebar) .post-grid .article:not(.loop-sidebar).asc-desc-full-width .post-thumbnail {
height:100%;
}
body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.cover).has-post-media .post-inner .entry-wrapper {
width: calc(100% / 3);
padding-right: calc(var(--post-padding) + var(--thumbnail-padding));
}
body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.cover).has-post-media .post-inner > *,
body:not(.has-sidebar) .post-grid .article.first-full:not(.cover).has-post-media .post-inner > *  {
max-width: calc(((100% / 3) * 2) - ( var(--post-margin) / 3) * 2);
}
body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.loop-sidebar) .post-thumbnail,
body:not(.has-sidebar) .post-grid .article:not(.loop-sidebar).first-full .post-thumbnail {
height:100%;
}
body:not(.has-sidebar) .post-grid .article.first-full:not(.cover).has-post-media .post-inner .entry-wrapper {
max-width: calc(100% / 3);
padding-left:  var(--post-inner-elements-margin);
}
} .post-grid .article:not(.loop-sidebar).has-background .post-inner,
.the-post > .article.has-background .post-inner,
.the-page > .article.has-background .post-inner {
box-shadow: var(--post-box-shadow);
border-radius:  var(--post-thumbnail-border-radius);
overflow: hidden;
border: 0;
background: var(--post-background);
}
.post-grid .article.has-background:not(.cover) .entry-wrapper,
.post-grid .article.has-background.cover:not(.has-post-media) .entry-wrapper {
padding: var(--post-padding);
height: 100%;
display: flex;
flex-direction: column;
background: var(--post-background);
}
.post-grid[class*="list"] .article.has-background:not(.grid-style).has-post-media .entry-wrapper,
body:not(.has-sidebar) .post-grid.grid-asc.cols-3 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-post-media .entry-wrapper,
body:not(.has-sidebar) .post-grid.grid-asc.cols-2 .article:nth-child(3n+1):not(.cover):not(.loop-sidebar).has-post-media .entry-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-3 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-post-media .entry-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-2 .article:nth-child(3n):not(.cover):not(.loop-sidebar).has-post-media .entry-wrapper,
body:not(.has-sidebar) .post-grid.grid-first-full .article:first-child:not(.cover):not(.loop-sidebar).has-post-media .entry-wrapper {
padding: var(--post-padding);
}
.post-grid.list.cols-3 .article:not(.grid-style).has-background .entry-wrapper {
padding: 0 calc(var(--post-inner-elements-margin) / 1.5) calc(var(--post-inner-elements-margin) / 1.5) calc(var(--post-inner-elements-margin) / 1.5) !important;
}
.post-grid.list.cols-4 .article:not(.grid-style).has-background .entry-wrapper {
padding: 0 1.25rem 1.25rem 1.25rem !important;
}
.post-grid[class*="list"] .article:not(.grid-style):not(.loop-sidebar).has-background .entry-header,
body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.cover):not(.loop-sidebar).has-post-media .entry-header,
body:not(.has-sidebar) .post-grid.grid-first-full .article.first-full:not(.cover):not(.loop-sidebar).has-post-media .entry-header,
body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.cover):not(.loop-sidebar).has-avatar .entry-header-section,
body:not(.has-sidebar) .post-grid.grid-first-full .article:first-child:not(.cover):not(.loop-sidebar).has-avatar .entry-header-section {
margin-top: 0;
}
.post-grid.list.cols-3 .article:not(.grid-style):not(.loop-sidebar).has-background .entry-header {
margin-top: calc(var(--post-inner-elements-margin) / 1.5);
}
.post-grid.list.cols-4 .article:not(.grid-style):not(.loop-sidebar).has-background .entry-header {
margin-top: 1.25rem;
} .entry-meta-avatar {
margin-right: 0.5rem;
}
.entry-meta .avatar {
border-radius: 50%;
}
.entry-meta-avatar a {
display:block;
border-radius: 50%;
transition: all 0.5s ease;
padding: 3px;
background: var(--post-background);
}
.the-post > .article.has-background .entry-meta-avatar a {
background: var(--single-post-background);
}
.cover .entry-meta-avatar a,
.article:not(.has-post-media) .entry-meta-avatar a,
.post-grid.list .entry-meta-avatar a,
body:not(.has-sidebar) .first-full.has-tfm-share-icons .entry-meta-avatar a,
body:not(.has-sidebar) .asc-desc-full-width.has-tfm-share-icons .entry-meta-avatar a,
.single-post .the-post > .article.default-alt .entry-meta-avatar a,
.single-hero .article .entry-meta-avatar a {
padding: 0;
background: none;
}
.post-grid.list .entry-meta.after-title .entry-meta-avatar a,
.post-grid:not(.list) .has-avatar:not(.asc-desc-full-width):not(.first-full):not(.has-post-media).has-tfm-share-icons .entry-meta-avatar,
body:not(.has-sidebar) .post-grid .first-full .entry-meta.after-title .entry-meta-avatar a,
.asc-desc-full-width.has-tfm-share-icons .entry-meta-avatar a {
padding-left: 2px;
}
.entry-meta a[class*="cat-link"],
.entry-meta.before-title a {
font-family: var(--title-font);
text-transform: uppercase;
font-weight: 600;
font-size: 0.5625rem;
background: var(--very-light-grey);
padding: 4px 8px;
letter-spacing: 1px;
border-radius: var(--button-border-radius);
display: block;
}
.entry-meta {
margin-top:0;
color: var(--entry-meta-color);
font-size: var(--entry-meta-font-size, 0.8125rem);
}
.article .entry-meta.before-title { }
.entry-meta.before-title + div.entry-meta.after-title {
margin-top: calc(var(--post-inner-elements-margin) / 1.5);
}
.entry-meta a {
color:  var(--entry-meta-link-color);
text-decoration: none;
}
.single .the-post > .article:not(.cover) .entry-meta {
font-size: var(--single-entry-meta-font-size, 0.875rem);
color:  var(--single-entry-meta-color);
}
.single-hero .entry-meta {
font-size: var(--single-entry-meta-font-size, 0.875rem);
color:  var(--single-hero-entry-meta-color, var(--single-entry-meta-color));
}
.single .the-post > .article .entry-meta.before-title {
margin-top: 0;
margin-bottom: 0;
}
.single .the-post > .article:not(.cover) .entry-meta-avatar a {
border-color: var(--single-avatar-border-color);
}
.single-hero .article:not(.cover) .entry-meta-avatar a {
border-color: var(--single-hero-avatar-border-color, var(--single-avatar-border-color));
}
.single .the-post > .article:not(.cover) .entry-meta.after-title a {
color:  var(--single-entry-meta-link-color);
}
.single-hero .article:not(.cover) .entry-meta.after-title a {
color:  var(--single-hero-entry-meta-link-color, var(--single-entry-meta-link-color));
}
.post-grid:not(.list) .article:not(.cover).has-post-media .entry-meta.before-title,
.the-post >.article:not(.cover):not(.default-alt).has-post-media .entry-meta.before-title {
position: absolute;
top: 25px;
right: 25px;
width: auto;
margin-bottom: 0;
}
body:not(.has-sidebar) .post-grid .article.first-full:not(.cover) .entry-meta.before-title,
body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.cover) .entry-meta.before-title {
position: static;
}
.post-categories-meta {
gap: 4px;
}
.post-categories-meta li,
.post-categories li {
font-size: 0.625rem;
font-weight: 500;
line-height: normal;
margin: 0;
}
.article:not(.has-post-media) .post-categories-meta a {
display: inline-block;
}
.post-categories-meta li:first-child::before {
content: none;
}
.post-categories-meta li i {
display: none;
} .after-title-meta li:not(.entry-meta-avatar):not(:last-child)::after {
content: "\2013";
color:  var(--light-grey);
margin-left: 0.3125rem;
}
.has-avatar.cover .after-title-meta li.entry-meta-author::after,
.has-read-more.has-avatar.has-tfm-read-time .after-title-meta li:nth-last-child(-n+2)::after,
.has-read-more:not(.has-avatar).has-tfm-read-time .after-title-meta li:nth-last-child(-n+2)::after,
.post-grid.list .has-author.has-avatar.has-date:not(.has-tfm-share-icons) .after-title-meta li.entry-meta-author::after,
.post-grid:not(.list) .has-author.has-avatar.has-date:not(.has-tfm-share-icons):not(.has-post-media) .after-title-meta li.entry-meta-author::after,
body:not(.has-sidebar) .has-avatar.has-date.has-author.first-full .after-title-meta li.entry-meta-author::after,
body:not(.has-sidebar) .has-avatar.has-date.has-author.asc-desc-full-width:not(.has-tfm-share-icons) .after-title-meta li.entry-meta-author::after,
.single-post .the-post > .article.default.has-avatar.has-date:not(.has-post-media) .after-title-meta li.entry-meta-author::after,
.single-post .the-post > .article.default-alt.has-avatar.has-date .after-title-meta li.entry-meta-author::after,
.single-hero .article.default.has-avatar.has-date.has-author .after-title-meta li.entry-meta-author::after {
content: none;
} .entry-meta .entry-meta-avatar {
padding:0;
margin-right: 0.25rem;
line-height: 1;
}
.cover .entry-meta .entry-meta-avatar,
.list .entry-meta .entry-meta-avatar,
.single-post .the-post > .article .entry-meta .entry-meta-avatar,
.single-hero .article .entry-meta .entry-meta-avatar,
.post-grid:not(.list) .has-avatar:not(.asc-desc-full-width):not(.first-full):not(.has-post-media) .entry-meta-avatar,
.post-grid:not(.list) .has-avatar.asc-desc-full-width:not(.has-post-media) .entry-meta-avatar,
.post-grid:not(.list) .has-avatar.first-full:not(.has-post-media) .entry-meta-avatar {
margin-right: calc(0.25rem + 3px);
}
.post-grid .article:not(.cover) .entry-meta.after-title:not(.tfm-after-title-meta) .entry-meta-avatar,
.the-post > .article:not(.cover):not(.default-alt).has-post-media .entry-meta.after-title:not(.tfm-after-title-meta) .entry-meta-avatar {
margin-right: 0;
}
.post-grid .article:not(.cover) .entry-meta.after-title .entry-meta-read-time {
display: none;
}
.entry-meta .avatar {
border-radius: 50%;
}
.has-avatar.has-author .entry-meta.after-title li:nth-child(n+3) {
padding-top: 16px;
}
.post-grid.list .has-author.has-date.has-avatar:not(.has-tfm-share-icons) .tfm-after-title-meta li.entry-meta-author,
.post-grid:not(.list) .has-avatar:not(.asc-desc-full-width):not(.first-full):not(.has-post-media):not(.has-tfm-share-icons) .tfm-after-title-meta .entry-meta-author,
.cover.has-author.has-date.has-avatar .after-title-meta li.entry-meta-author,
body:not(.has-sidebar) .post-grid .first-full.has-avatar.has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li.entry-meta-author,
body:not(.has-sidebar) .post-grid .asc-desc-full-width.has-author.has-date.has-avatar:not(.has-tfm-share-icons) .tfm-after-title-meta li.entry-meta-author,
.single-post .the-post > .article.default-alt.has-avatar.has-date .after-title-meta li.entry-meta-author,
.single-post .the-post > .article.default.has-avatar.has-date:not(.has-post-media) .after-title-meta li.entry-meta-author,
.single-post .the-post > .article.default.has-avatar.has-comment-count:not(.has-post-media) .after-title-meta li.entry-meta-author,
.single-post .the-post > .article.default-alt.has-avatar.has-comment-count:not(.has-post-media) .after-title-meta li.entry-meta-author,
.single-hero .article.has-avatar.has-date .after-title-meta li.entry-meta-author   {
position: absolute;
top:4px;
left: 50px;
padding-top: 0;
}
.cover.has-author.has-date.has-avatar .after-title-meta li.entry-meta-author,
.post-grid.list .has-author.has-avatar.has-date:not(.has-tfm-share-icons) .after-title-meta li.entry-meta-author,
.post-grid:not(.list) .has-avatar:not(.asc-desc-full-width):not(.first-full):not(.has-post-media):not(.has-tfm-share-icons) .after-title-meta li.entry-meta-author,
body:not(.has-sidebar) .post-grid:not(.list) .has-avatar.asc-desc-full-width:not(.has-post-media):not(.has-tfm-share-icons) .after-title-meta li.entry-meta-author,
body:not(.has-sidebar) .post-grid:not(.list) .has-avatar.first-full:not(.has-post-media):not(.has-tfm-share-icons) .after-title-meta li.entry-meta-author {
left: 47px;
top: 0;
}
.single-post .the-post > .article.default-alt.has-avatar.has-date .after-title-meta li.entry-meta-author,
.single-post .the-post > .article.default.has-avatar.has-date:not(.has-post-media) .after-title-meta li.entry-meta-author,
.single-post .the-post > .article.default.has-avatar.has-comment-count:not(.has-post-media) .after-title-meta li.entry-meta-author,
.single-post .the-post > .article.default-alt.has-avatar.has-comment-count:not(.has-post-media) .after-title-meta li.entry-meta-author,
.single-post .the-post > .article.cover.has-avatar.has-date .after-title-meta li.entry-meta-author,
.single-hero .article.has-avatar.has-date .after-title-meta li.entry-meta-author {
left: 68px;
top: 8px;
}
.post-grid.list .has-author.has-date.has-avatar:not(.has-tfm-share-icons) .tfm-after-title-meta li:not(.entry-meta-author):not(.entry-meta-avatar),
.post-grid:not(.list) .has-avatar:not(.asc-desc-full-width):not(.first-full):not(.has-post-media):not(.has-tfm-share-icons) .tfm-after-title-meta li:not(.entry-meta-author):not(.entry-meta-avatar),
body:not(.has-sidebar) .post-grid .first-full.has-avatar.has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li:not(.entry-meta-author):not(.entry-meta-avatar),
body:not(.has-sidebar) .post-grid .asc-desc-full-width.has-author.has-date.has-avatar:not(.has-tfm-share-icons) .tfm-after-title-meta li:not(.entry-meta-author):not(.entry-meta-avatar) {
margin-top: 16px;
} .entry-read-more {
border-top: 1px solid var(--entry-meta-border-color);
padding: calc(var(--post-inner-elements-margin) / 1.5) 0 0 0;
display:flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
}
.read-more-button {
flex-grow: 1;
padding-right: 15px;
}
.entry-read-more .read-more {
background: var(--continue-reading-button-background);
color:  var(--continue-reading-button-color);
padding:5px 0;
font-size: var(--read-more-font-size, 0.875rem);
letter-spacing: 2px;
text-decoration: none;
text-transform: uppercase;
margin:0;
border-radius: var(--button-border-radius);
font-family: var(--title-font);
line-height: normal;
float: left;
display: block;
}
.read-more:hover,
.read-more:focus {
background: var(--continue-reading-button-hover-background, var(--button-hover-background));
color:  var(--continue-reading-button-hover-color, var(--button-hover-color));
}
.read-more::after {
font-family: fontello;
content: "\e812";
font-size: 8px;
font-weight: 400;
margin-left: 6px;
}
.entry-meta-read-time {
color: var(--medium-grey);
font-size: var(--entry-meta-font-size, 0.8125rem);
position: relative;
}
.entry-meta-read-time::before {
font-family: "fontello";
content: "\e817";
color: var(--entry-meta-icon-color);
font-size: 14px;
margin-right: 5px;
}
.cover.has-post-media .entry-read-more .entry-meta-read-time::before {
color: var(--cover-global-color);
} .article.has-read-more .after-title-meta .entry-meta-read-time {
display: none;
}
.cols-4:not([class*="list"]) .article:not(.first-full) .entry-read-more,
.cols-4 .article.grid-style .entry-read-more {
padding-top:  1.25rem;
}
.entry-meta-comment-count::before {
font-family: "fontello";
content: "\e816";
color: var(--entry-meta-icon-color);
font-size: 14px;
margin-right: 5px;
}
.post-grid .article .entry-meta-comment-count span {
display: none;
} .formats-key {
display: flex;
}
.article:not(.has-post-media):not(.sticky) .formats-key {
display: none;
}
.has-post-media .formats-key {
position: absolute;
top:0;
right: 25px;
z-index: 2;
margin-bottom: 0;
}
.has-post-media.thumbnail-wide .formats-key {
margin-top: calc(var(--thumbnail-wide-padding) - 11px);
}
.has-post-media.thumbnail-landscape .formats-key {
margin-top: calc(var(--thumbnail-landscape-padding) - 14px);
}
.has-post-media.thumbnail-square .formats-key {
margin-top: calc(var(--thumbnail-square-padding) - 20px);
}
.has-post-media.thumbnail-portrait .formats-key {
margin-top: calc(var(--thumbnail-portrait-padding) - 30px);
}
.has-post-media.thumbnail-hero .formats-key {
margin-top: calc(var(--thumbnail-hero-padding) - 20px);
}
.has-post-media.thumbnail-uncropped .formats-key {
top: 25px;
right: auto;
left: 25px;
}
.list .article .formats-key {
margin: 0;
top: 25px;
right: auto;
left: 25px;
}
.cover .formats-key {
margin-top: calc(var(--post-inner-elements-margin) + var(--thumbnail-padding) - 2px);
}
.formats-key > * {
padding: 3px 8px 3px 5px;
border: 0;
text-transform: uppercase;
font-size: 0.5625rem;
background: var(--post-format-icon-background);
border-radius: var(--button-border-radius);
line-height: 1.3;
font-weight: 600;
letter-spacing: 0.5px;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
font-family: var(--title-font);
color:  var(--post-format-icon-color);
}
.formats-key i {
font-size: 0.625rem;
margin-right: 2px;
}
.formats-key .format-count {
font-weight: 800;
}
.article .entry-header > .formats-key {
display: none;
}
.formats-key > *:not(.format-sticky):not(.format-count) {
display: none;
} .excerpt {
color: var(--excerpt-color, var(--entry-meta-color));
font-size: var(--excerpt-font-size, 0.875rem);
line-height: 1.4;
}
.excerpt p {
margin: 0;
padding: 0;
max-width: 100%;
}
.the-post > .article .excerpt,
.single-hero .excerpt {
font-size: 1.1875rem;
color: var(--single-excerpt-color);
font-weight: 600;
margin-top:  var(--post-inner-elements-margin);
}
.single-hero .excerpt {
color:  var(--single-hero-excerpt-color, var(--single-excerpt-color));
}
.single:not(.has-sidebar) .the-post .cover .alignfull .entry-header {
padding-left: 0;
padding-right: 0;
width: 100%;
} .post-thumbnail.has-figcaption + figcaption,
.single-hero .post-thumbnail.has-figcaption figcaption {
position: absolute;
margin: 0;
bottom: calc(var(--thumbnail-padding) + 15px);
right: calc(var(--thumbnail-padding) + 15px);
background: rgba(0,0,0,0.7);
color:  var(--white);
padding:  6px 10px;
border-radius: var(--button-border-radius);
max-width: calc(100% - ( (var(--thumbnail-padding) + 15px ) * 2) );
}
.single-hero .default.has-post-media .post-thumbnail.has-figcaption figcaption {
position: absolute;
bottom: 0;
left: 0;
right: auto;
background: var(--figcaption-overlay, var(--cover-overlay-gradient));
padding: 15px;
color:  var(--white);
width: 100%;
max-width: 100%;
}
.single-hero .cover.has-post-media .post-thumbnail.has-figcaption figcaption {
display: none;
}
.alignfull .post-thumbnail.has-figcaption + figcaption {
width:  var(--content-width);
max-width: var(--site-width);
margin-left:  auto;
margin-right: auto;
}
.default-alt .post-thumbnail.has-figcaption + figcaption {
max-width: var(--content-max-width);
margin-left: auto;
margin-right: auto;
} .has-hero main {
margin-top: 9px;
}
body.single-custom-background,
body.custom-background.single-custom-background  {
background: var(--single-body-background);
}
.single-content-wrapper {
margin-top: var(--post-inner-elements-margin);
}
.entry-content > * {
color:  var(--single-entry-font-color);
}
.the-post > .article.has-background .post-inner,
.the-page > .article.has-background .post-inner {
background: var(--single-post-background);
}
.single-post .article:not(.cover) .entry-header h1 {
color:  var(--single-entry-title-color);
margin: 0;
}
.single-hero .article {
padding: var(--thumbnail-padding);
box-shadow:  var(--post-box-shadow);
}
.single-hero[data-fullwidth="true"] .article {
padding: 0;
box-shadow: none;
}
.single-hero .article:not(.cover) .entry-title {
color:  var(--single-hero-entry-title-color, var(--single-entry-font-color));
}
.the-post > .default-alt .entry-header,
.the-post > .article:not(.has-post-media) .entry-header,
.the-post > .article.disabled-post-thumbnail .entry-header,
.the-page > .page:not(.has-post-media) .entry-header {
margin-top: 0;
}
.the-post > .default-alt.has-background .entry-header,
.the-post > .default.has-background .entry-header,
.the-page > .page.has-background:not(.has-post-media) .entry-header  {
margin-top: calc(var(--global-elements-margin) *2);
}
.the-post .default-alt .thumbnail-wrapper,
.the-post .default-alt .tfm-gallery-format-slideshow-wrapper,
.the-post .default-alt .tfm-featured-media {
margin-top: var(--post-inner-elements-margin);
}
.hentry-footer {
border-top: 1px solid var(--very-light-grey);
margin-bottom: var(--global-elements-margin);
margin-top: calc(var(--global-elements-margin) * 2);
}
.has-background .hentry-footer {
margin-bottom: calc(var(--global-elements-margin) * 2);
}
.hentry-footer > *:first-child {
margin-top: calc(var(--global-elements-margin) * 2);
} div.post-navigation {
margin-bottom: 0;
margin-top: 0;
gap: var(--post-margin); justify-content: space-between;
}
.tfm-related-posts + .post-navigation {
margin-top: calc(0px - var(--post-margin));
}
.post-navigation .section-header {
margin-top: -8px;
margin-bottom: calc(var(--global-elements-margin) - 8px);
padding: 0;
}
.post-navigation h2 {
margin-top: 0;
margin-bottom: 0;
font-size:  var(--h3-font-size);
}
.post-navigation.cols-2 .article {
margin: 0;
flex-basis: calc(100% / 2 - var(--post-margin));
}
.post-navigation.post-grid[class*="cols"] .entry-title,
.has-sidebar .post-navigation.post-grid[class*="cols"] .entry-title {
font-size: 1.5rem;
letter-spacing: -0.03125rem; }
.post-navigation .article:not(.has-post-media) .entry-title {
margin-top: 0;
}
.post-navigation .article > .next-article {
margin-left: auto; 
}
.post-navigation .article:not(.previous-article) {
margin-left: auto; 
}
.post-navigation .article:nth-of-type(2),
.post-navigation .article.next-article {
text-align: right;
}
.post-navigation.post-grid .article .entry-meta.after-title {
margin-top: auto;
}
.post-navigation .article:nth-of-type(2) .entry-meta ul,
.post-navigation .article.next-article .entry-meta ul {
flex-direction: row-reverse;
}
.post-navigation .entry-meta.after-title li {
margin: 0;
}
.post-navigation .article:not(.cover) .entry-wrapper,
.post-navigation .article:not(.cover) .entry-header {
height: 100%;
display: flex;
flex-direction: column;
} body:not(.has-sidebar):not(.has-logo-below-nav) .the-post .cover .cover-wrapper.alignfull,
body:not(.has-sidebar):not(.has-logo-below-nav) .the-post .default .thumbnail-wrapper.alignfull,
body:not(.has-sidebar):not(.has-logo-below-nav) .the-post .default.post_format-post-format-video .post-inner > .wp-block-embed.is-type-video.alignfull,
body:not(.has-sidebar):not(.has-logo-below-nav) .the-post .default.post_format-post-format-audio .post-inner > .wp-block-embed.is-type-audio.alignfull,
body:not(.has-sidebar):not(.has-logo-below-nav) .the-page .default .thumbnail-wrapper.alignfull,
body:not(.has-sidebar):not(.has-logo-below-nav) .the-page .cover .cover-wrapper.alignfull {
margin-top: calc(0px - (var(--post-margin) * 2) - 9px);
}
body:not(.has-sidebar).has-logo-below-nav.has-tfm-breadcrumbs .the-post .cover .cover-wrapper.alignfull,
body:not(.has-sidebar).has-logo-below-nav.has-tfm-breadcrumbs .the-post .default .thumbnail-wrapper.alignfull,
body:not(.has-sidebar).has-logo-below-nav.has-tfm-breadcrumbs .the-post .default.post_format-post-format-video .post-inner > .wp-block-embed.is-type-video.alignfull,
body:not(.has-sidebar).has-logo-below-nav.has-tfm-breadcrumbs .the-post .default.post_format-post-format-audio .post-inner > .wp-block-embed.is-type-audio.alignfull,
body:not(.has-sidebar).has-logo-below-nav.has-tfm-breadcrumbs .the-page .default .thumbnail-wrapper.alignfull,
body:not(.has-sidebar).has-logo-below-nav.has-tfm-breadcrumbs .the-page .cover .cover-wrapper.alignfull {
margin-top: calc(0px - (var(--post-margin) * 2));
}
.has-logo-below-nav .single-hero[data-fullwidth="true"] {
margin-top: calc(var(--post-margin) * 2)
}
.has-logo-below-nav.has-tfm-breadcrumbs .single-hero[data-fullwidth="true"].has-background,
.has-logo-below-nav.has-tfm-breadcrumbs .single-hero[data-fullwidth="true"] {
margin-top: 0;
} .author-bio {
color: var(--dark-grey);
}
.author-bio-inner {
display: flex;
flex-wrap: wrap;
flex-direction: row;
max-width: var(--content-max-width);
margin: auto;
}
.author-bio-inner > div {
flex-grow: 1;
flex-basis: 110px;
font-size: 0.9375rem;
color:  var(--medium-grey);
}
.author-bio .author-avatar {
flex-grow: 0;
margin-right: var(--global-elements-margin);
}
.author-avatar img {
border-radius: 100%;
border: 7px solid var(--single-avatar-border-color);
}
.author-avatar a,
.author-avatar span {
display: block;
border-radius: 100%;
box-shadow: var(--post-box-shadow);
}
.the-post .article.has-background + div.after-content > div.author-bio .author-avatar a {
box-shadow: none;
}
.author-bio h4 {
margin-top: 0.5rem;
margin-bottom: 1rem;
}
.author-bio h4 a {
color: var(--black);
text-decoration: none;
}
.author-bio .entry-meta {
font-size: 0.875rem;
color:  var(--medium-grey);
}
.author-bio .author-description p:last-child {
margin-bottom: 0;
}
.author-bio .tfm-social-icons {
padding-top: var(--global-elements-margin);
} .section-header .toggle-comments.page-title {
font-size: var(--button-font-size);
width: 100%;
border-radius: var(--post-thumbnail-border-radius);
background: #fff;
box-shadow: var(--post-box-shadow);
color: var(--black);
text-transform: none;
padding: 1rem;
}
.section-header .toggle-comments.page-title::after {
font-family: fontello;
content: '\e806'; font-size: 12px;
font-weight: 400;
margin-left: 5px;
transition: all 0.5s ease;
}
.section-header .toggle-comments.page-title.close::after {
content: '\e808';
}
div.comments-area {
background: var(--off-white);
padding:  calc(var(--global-elements-margin) * 1.5);
opacity: 0;
transition: opacity 0.8s ease;
font-size: 0.9375rem;
border-radius: var(--post-thumbnail-border-radius);
}
.comments-area.open {
opacity: 1;
}
.comment article,
.trackback .comment-body,
.pingback .comment-body {
border-bottom: 1px solid var(--off-white-accent);
padding-bottom: var(--global-elements-margin);
}
.comment-list > .comment:first-child,
.comment-list > .trackback:first-child {
padding-top: 0;
}
.comment .avatar {
position: relative;
}
.bypostauthor.comment .avatar {
border-color: var(--post-author-avatar-border);
}
.comment-author.vcard {
position: relative;
}
.bypostauthor.comment .comment-author.vcard::before {
font-family: "fontello";
content: "\e809";
font-size: 16px;
position: absolute;
top: -4px;
left: 30px;
color: var(--dark-grey);
z-index: 2;
}
.comment-meta {
font-size: 0.875rem;
}
.comment-meta a {
text-decoration: none;
}
.comment time,
.comment .edit-link,
.comment .says {
color: var(--medium-grey);
font-size: 0.8125rem;
}
.comment .says {
font-style: italic;
}
.comment .fn {
text-transform: capitalize;
font-weight: 600;
}
.comment .fn a {
color:  var(--dark-grey);
}
.comment-metadata {
line-height: 1;
}
.comment-list .comment:not(:last-child) .comment-respond {
border-bottom: 1px solid var(--off-white-accent);
padding-bottom: var(--global-elements-margin);
}
.comment-reply-title {
margin-top: 20px;
margin-bottom: 14px;
font-size: var(--h4-font-size);
}
.comment-list .comment-reply-title {
margin-top: 25px;
}
.comment-reply-title small {
margin-left: 0.5rem;
float: right;
}
.comment-reply-title small a {
text-decoration: none;
font-size: 13px;
background: var(--white);
padding: 4px 10px;
border:  1px solid var(--light-grey);
font-weight: 600;
letter-spacing: normal;
border-radius: var(--button-border-radius);
}
.comment-reply-link {
font-size: 0.8125rem;
padding: 0;
border-radius: var(--button-border-radius);
text-decoration: none;
}
.logged-in-as a {
color:  var(--black);
text-decoration: none;
}
.logged-in-as a:last-of-type {
font-weight: 700;
color:  var(--link-color);
}
.comment-form-cookies-consent label {
font-family: var(--body-font);
}
.comment-form-author,
.comment-form-email {
width: calc(50% - ( var(--global-elements-margin) / 2));
float: left;
}
.comment-form-email {
float: right;
}
.comment-form-url {
clear: both;
}
.comment-form-cookies-consent label,
.comment-notes {
font-size: 0.875rem;
color:  var(--medium-grey);
margin-bottom: 1rem;
}
p.form-submit {
margin-bottom: 0;
}
#disqus_thread {
width:100%;
} .single-post-tags {
gap: 0.3125rem;
}
.single-post-tags li {
margin: 0;
} .the-post .hero-default .single-content-wrapper,
.the-post .hero-default,
.the-post .hero-cover .single-content-wrapper,
.the-post .hero-cover,
.the-post .hero-default,
.the-page .hero-default .single-content-wrapper,
.the-page .hero-default,
.the-page .hero-cover .single-content-wrapper,
.the-page .hero-cover,
.the-page .hero-default {
margin-top: 0;
}
.the-post .hero-cover.has-excerpt .excerpt {
margin-top: 0;
}
.the-post .hero-default.has-background .single-content-wrapper,
.the-post .hero-cover.has-background .single-content-wrapper,
.the-page .hero-default.has-background .single-content-wrapper,
.the-page .hero-cover.has-background .single-content-wrapper  {
padding-top: var(--default-content-margin);
} .tfm-gallery-format-slideshow-wrapper {
position: relative;
display: flex;
margin: 0;
}
.the-post > .article .tfm-gallery-format-slideshow-wrapper {
margin-bottom: 10px;
}
.thumbnail-wide .tfm-gallery-format-slideshow-wrapper,
.thumbnail-wide .tfm-gallery-format-slideshow .wp-block-image::before {
padding-bottom: var(--thumbnail-wide-padding);
}
.thumbnail-landscape .tfm-gallery-format-slideshow-wrapper,
.thumbnail-landscape .tfm-gallery-format-slideshow .wp-block-image::before,
.thumbnail-uncropped .tfm-gallery-format-slideshow-wrapper,
.thumbnail-uncropped .tfm-gallery-format-slideshow .wp-block-image::before {
padding-bottom: var(--thumbnail-landscape-padding);
}
.thumbnail-landscape .tfm-gallery-format-slideshow-wrapper,
.thumbnail-uncropped .tfm-gallery-format-slideshow-wrapper {
padding-bottom: calc(var(--thumbnail-landscape-padding) - 3px);
}
.thumbnail-square .tfm-gallery-format-slideshow-wrapper,
.thumbnail-square .tfm-gallery-format-slideshow .wp-block-image::before {
padding-bottom: var(--thumbnail-square-padding);
}
.thumbnail-square .tfm-gallery-format-slideshow-wrapper {
padding-bottom: calc(var(--thumbnail-square-padding) - 10px);
}
.thumbnail-portrait .tfm-gallery-format-slideshow-wrapper,
.thumbnail-portrait .tfm-gallery-format-slideshow .wp-block-image::before {
padding-bottom: var(--thumbnail-portrait-padding);
}
.thumbnail-portrait .tfm-gallery-format-slideshow-wrapper {
padding-bottom: calc(var(--thumbnail-portrait-padding) - 19px);
}
.thumbnail-hero .tfm-gallery-format-slideshow-wrapper,
.thumbnail-hero .tfm-gallery-format-slideshow .wp-block-image::before {
padding-bottom: var(--thumbnail-hero-padding);
}
@media (min-width:  641px) { .list .thumbnail-wide .tfm-gallery-format-slideshow-wrapper  {
padding-bottom: calc(var(--thumbnail-wide-padding) / 2 + 15px);
}
.list .thumbnail-landscape .tfm-gallery-format-slideshow-wrapper  {
padding-bottom: calc(var(--thumbnail-landscape-padding) / 2 + 14px);
}
.list .thumbnail-square .tfm-gallery-format-slideshow-wrapper {
padding-bottom: calc(var(--thumbnail-square-padding) / 2 + 10px);
}
.list .thumbnail-portrait .tfm-gallery-format-slideshow-wrapper {
padding-bottom: calc(var(--thumbnail-portrait-padding) / 2 + 5px);
} .list-grid .thumbnail-wide:not(.grid-style) .tfm-gallery-format-slideshow-wrapper  {
padding-bottom: calc(var(--thumbnail-wide-padding) / 2 + 10px);
}
.list-grid .thumbnail-landscape:not(.grid-style) .tfm-gallery-format-slideshow-wrapper  {
padding-bottom: calc(var(--thumbnail-landscape-padding) / 2 + 6px);
}
.list-grid .thumbnail-square:not(.grid-style) .tfm-gallery-format-slideshow-wrapper {
padding-bottom: calc(var(--thumbnail-square-padding) / 2);
}
.list-grid .thumbnail-portrait:not(.grid-style) .tfm-gallery-format-slideshow-wrapper {
padding-bottom: calc(var(--thumbnail-portrait-padding) / 2 - 10px);
}
}
.tfm-gallery-format-slideshow {
position: absolute !important;
display: flex;
flex-wrap: nowrap !important;
max-width: 100%;
width: 100%;
padding: var(--thumbnail-padding);
}
.post-grid .tfm-gallery-format-slideshow {
padding-bottom: 0;
}
.list .tfm-gallery-format-slideshow {
padding-right: 0;
}
@media (min-width: 1061px) {
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover).thumbnail-landscape .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(10n+10):not(.cover).thumbnail-landscape .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-asc.cols-3 .article:nth-child(6n+1):not(.cover).thumbnail-landscape .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-3 .article:nth-child(6n):not(.cover).thumbnail-landscape .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-asc.cols-2 .article:nth-child(3n+1):not(.cover).thumbnail-landscape .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-2 .article:nth-child(3n):not(.cover).thumbnail-landscape .tfm-gallery-format-slideshow-wrapper {
max-width: calc(((100% / 3) * 2) - ( var(--post-margin) / 3) * 2) !important;
padding-bottom: 44.5%;
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover).thumbnail-wide .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(10n+10):not(.cover).thumbnail-wide .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-asc.cols-3 .article:nth-child(6n+1):not(.cover).thumbnail-wide .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-3 .article:nth-child(6n):not(.cover).thumbnail-wide .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-asc.cols-2 .article:nth-child(3n+1):not(.cover).thumbnail-wide .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-2 .article:nth-child(3n):not(.cover).thumbnail-wide .tfm-gallery-format-slideshow-wrapper  {
max-width: calc(((100% / 3) * 2) - ( var(--post-margin) / 3) * 2) !important;
padding-bottom: calc(var(--thumbnail-wide-padding) - 18.5%);
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover).thumbnail-square .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(10n+10):not(.cover).thumbnail-square .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-asc.cols-3 .article:nth-child(6n+1):not(.cover).thumbnail-square .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-3 .article:nth-child(6n):not(.cover).thumbnail-square .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-asc.cols-2 .article:nth-child(3n+1):not(.cover).thumbnail-square .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-2 .article:nth-child(3n):not(.cover).thumbnail-square .tfm-gallery-format-slideshow-wrapper   {
max-width: calc(((100% / 3) * 2) - ( var(--post-margin) / 3) * 2) !important;
padding-bottom: calc(var(--thumbnail-square-padding) - 34%);
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover).thumbnail-portrait .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(10n+10):not(.cover).thumbnail-portrait .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-asc.cols-3 .article:nth-child(6n+1):not(.cover).thumbnail-portrait .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-3 .article:nth-child(6n):not(.cover).thumbnail-portrait .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-asc.cols-2 .article:nth-child(3n+1):not(.cover).thumbnail-portrait .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-2 .article:nth-child(3n):not(.cover).thumbnail-portrait .tfm-gallery-format-slideshow-wrapper  {
max-width: calc(((100% / 3) * 2) - ( var(--post-margin) / 3) * 2) !important;
padding-bottom: calc(var(--thumbnail-portrait-padding) - 52%);
}
}
.tfm-gallery-format-slideshow .slick-list {
border-radius: var(--post-thumbnail-border-radius);
}
.tfm-gallery-format-slideshow .wp-block-image {
position: relative;
margin: 0;
}
.tfm-gallery-format-slideshow .wp-block-image::before {
content:  '';
float: left;
}
.tfm-gallery-format-slideshow .wp-block-image img {
object-fit: cover;
height: 100%;
position: absolute;
width: 100%;
display: block;
max-width: auto;
} .tfm-gallery-format-slideshow figure:nth-child(n+2) {
display:none;
}
.tfm-gallery-format-slideshow.slick-initialized figure:nth-child(n+2) {
display:flex;
}
.tfm-gallery-format-slideshow .slick-arrow {
position: absolute;
top: calc(50% - 10px);
right: 25px;
width: 30px;
height: 30px;
z-index: 200;
font-size: 0;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
color:  var(--black);
background: var(--white);
border-radius: 50%;
}
.tfm-gallery-format-slideshow .slick-arrow.slick-prev {
right: auto;
left: 25px;
}
.tfm-gallery-format-slideshow .slick-arrow::after {
font-family: fontello;
content: "\e811";
font-size: 14px;
font-weight: 300;
position: absolute;
}
.tfm-gallery-format-slideshow .slick-arrow.slick-next::after {
content: "\e812";
right: calc(50% - 8px);
} .post-grid article .wp-block-embed {
padding:  var(--thumbnail-padding);
padding-bottom: 0;
margin-bottom: 0;
}
.list .article:not(.cover) .wp-block-embed {
padding:  10px 0 10px 10px;
}
.post-grid article .wp-block-embed .wp-block-embed__wrapper,
.the-post > .article .tfm-featured-media .wp-block-embed__wrapper {
border-radius: var(--post-thumbnail-border-radius);
overflow: hidden;
}
.is-provider-mixcloud iframe,
.is-provider-spotify iframe {
background: var(--audio-embed-background);
}
.wp-embed-responsive .audio.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
background: var(--audio-embed-audio-background);
}
.post_format-post-format-audio .audio.is-type-audio audio {
position: absolute;
width: 100%;
bottom: 5%;
}  .archive-header {
background: var(--archive-header-background);
color:  var(--archive-header-color);
}
.archive-header-inner {
position: relative;
}
@media (min-width: 1061px) {
.has-logo-below-nav:not(.has-tfm-breadcrumbs) .archive-header {
margin-top: calc(var(--global-elements-margin) * 2);
}
}
.archive-title {
margin-top: 0;
margin-bottom: 0;
text-transform: uppercase;
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 2px;
color:  var(--archive-header-description-color);
order: 1;
}
.archive-title span {
font-weight: 700;
font-size: var(--h2-font-size);
color:  var(--archive-header-title-color);
letter-spacing: -0.0625rem;
width: 100%;
display: block;
text-transform: none;
}
.archive-subtitle {
font-size: 1rem;
margin-bottom: 0.5rem;
margin-top: 0.5rem;
display: block;
color:  var(--archive-header-meta-color);
font-size: 0.875rem;
order: 2;
}
.archive-title + p {
margin-bottom: 0;
margin-top: 0.5rem;
order: 3;
color:  var(--archive-header-description-color);
}
.sub-categories {
order:  3;
}
.sub-categories h5 {
margin: 0;
}
.child-categories {
list-style: none;
margin: 0;
padding-left: 0;
display: flex;
gap: 0.5rem;
}
.child-categories li {
margin: 0;
}
.child-categories li a {
background: var(--white);
margin-left: 0;
}
.archive-header-inner {
display: flex;
flex-wrap: wrap;
flex-direction: row;
margin: auto;
padding:  calc(var(--global-elements-margin) * 1.5) var(--post-margin);
position: relative;
}
body:not(.has-tfm-featured-posts) .archive-description-wrap  {
flex-direction: row !important;
}
body:not(.has-tfm-featured-posts) .archive-description-wrap > *  {
flex: 0 1 calc(100% / 2);
}
body:not(.has-tfm-featured-posts) .archive-description-wrap p  {
flex: 0;
margin-left: var(--global-elements-margin);
}
.archive-title-section {
display: flex;
flex-direction: column;
}
.archive-header-inner.alt {
padding-bottom: 0;
}
.archive-header-inner > div {
display: flex;
flex-direction: column;
flex-basis: 110px;
flex-grow: 1;
}
.archive-header-inner .author-avatar {
flex-grow: 0;
margin-right: var(--global-elements-margin);
}
.archive-description-section {
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: flex-start;
flex-grow: 0;
}
.has-tfm-featured-posts .archive-description-section {
align-items: flex-start;
}
.has-tfm-featured-posts .archive-description-wrap p {
text-align: left;
font-size: 14px;
}
.archive-description-wrap p {
margin-left: auto;
font-size: 15px;
width: 100%;
flex-grow: 1;
text-align: right;
color: var(--archive-header-description-color);
}
.tfm-breadcrumbs {
background: var(--archive-header-background);
font-size: 0;
color:  var(--medium-grey);
}
@media (min-width: 1061px){
.has-logo-below-nav:not(.has-tfm-ad-after-header) .tfm-breadcrumbs {
margin-top: calc(var(--global-elements-margin) * 2);
}
.has-logo-below-nav .tfm-after-header-sidebar {
margin-top: calc(var(--global-elements-margin) * 2);
}
.single.has-logo-below-nav .tfm-breadcrumbs {
border-top: 1px solid var(--very-light-grey);
}
}
.single .tfm-breadcrumbs,
.page .tfm-breadcrumbs,
.error404 .tfm-breadcrumbs {
background: none;
border-bottom: 1px solid var(--breadcrumbs-border-color, var(--very-light-grey));
}
.tfm-breadcrumbs + header .archive-header-inner {
padding-top: 0;
}
.tfm-breadcrumbs.yoast > span,
.tfm-breadcrumbs.navxt .tfm-breadcrumbs-inner,
.tfm-breadcrumbs.rankmath nav {
display: block;
max-width: var(--site-max-width);
margin: auto;
padding:  var(--global-elements-margin);
overflow-wrap: break-word;
word-break: break-all;
word-break: break-word;
}
.tfm-breadcrumbs.rankmath p {
margin:0;
line-height: 1.2;
}
.tfm-breadcrumbs a {
text-decoration: none;
}
.tfm-breadcrumbs.navxt span,
.tfm-breadcrumbs.yoast span a,
.tfm-breadcrumbs.yoast span.breadcrumb_last,
.tfm-breadcrumbs.rankmath a,
.tfm-breadcrumbs.rankmath span.last  {
font-size: 0.8125rem;
}
.tfm-breadcrumbs.navxt div > span,
.tfm-breadcrumbs.yoast span a,
.tfm-breadcrumbs.rankmath span.separator {
margin: 0 10px 0 0;
}
.tfm-breadcrumbs.navxt div > span:not(:last-child)::after,
.tfm-breadcrumbs.yoast span a::after,
.tfm-breadcrumbs.rankmath a::after {
font-family: fontello;
content: "\e812";
font-size: 8px;
margin-left: 10px;
font-weight: 400;
color: var(--dark-grey);
}
.tfm-breadcrumbs ul {
padding: var(--global-elements-margin);
margin: 0 auto;
display: flex;
list-style: none;
font-size: 13px;
max-width: var(--site-max-width);
}
.tfm-breadcrumbs ul li {
padding: 0;
margin: 0 10px 0 0;
color:  var(--medium-grey);
}
.tfm-breadcrumbs ul li:not(:last-child)::after {
font-family: fontello;
content: "\e812";
font-size: 8px;
margin-left: 10px;
font-weight: 400;
color: var(--dark-grey);
}
.tfm-breadcrumbs ul li:last-child span {
word-break: break-all;
}
.tfm-breadcrumbs ul li a {
display: block;
word-break:  none;
}
.home .tfm-breadcrumbs,
.blog .tfm-breadcrumbs {
display: none;
}
.archive-header .tfm-author-social {
order:  4;
margin-top:  var(--global-elements-margin);
}   .toggle-sidebar-header {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid var(--toggle-sidebar-border-color);
margin: 0;
padding-left:  1.875rem;
padding-right: 1.875rem;
padding-top: 0.8125rem;
padding-bottom: 0.8125rem;
position: relative;
}
.site-search-wrapper .toggle-sidebar-header {
border: 0;
}
.toggle-sidebar .close-menu .close,
.site-search .close-menu .close {
display: none;
}
.toggle-sidebar .close-menu span {
padding: 0.5rem;
display: block;
width: 38px;
height: 34px;
}
.toggle-sidebar .close-menu i {
font-size: 1rem;
}
.site-search .close-menu i {
font-size: 1.5rem;
cursor: pointer;
}
.primary-nav-sidebar {
font-size: var(--primary-menu-font-size);
letter-spacing: var(--primary-menu-letter-spacing);
font-weight: 600;
font-family: var(--title-font);
}
.primary-nav-sidebar a {
color:  var(--toggle-sidebar-link-color, var(--black));
text-decoration: none;
}
.primary-nav-sidebar .sub-menu {
opacity: 0;
transition: opacity 0.5s ease;
font-weight: 400;
}
.primary-nav-sidebar .sub-menu.visible {
opacity: 1;
} ul.primary-menu.header-third {
font-weight: 400;
}
.header-third li.menu-item-has-children > a::after {
font-size: 0.5rem;
} .footer-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.footer-nav ul {
margin-left: 0;
padding-left: 0;
list-style: none;
display: flex;
flex-direction: column;
}
.footer-nav li {
font-size: 0.8125rem;
flex-basis: 1%;
flex-grow:  1;
}
.footer-nav a {
display: inline-block;
color: var(--footer-link-color, var(--dark-grey));
text-decoration: none;
}
.footer-nav a:hover,
.footer-nav a:focus {
color:  var(--medium-grey);
}
.footer-nav li.menu-item-has-children {
margin-right: calc(var(--global-elements-margin) * 2);
margin-bottom: var(--global-elements-margin);
}
.footer-nav li.menu-item-has-children ul li {
padding: 0.3125rem 0.3125rem 0.3125rem 0;
}
.footer-columns.cols-1 .footer-column:not(.footer-menu) {
width: 100%;
max-width: var(--content-max-width);
margin-left: auto;
margin-right: auto;
}
.footer-columns:not(.columns-70-30-menu) .footer-nav li.menu-item-has-children:last-child {
margin-right: 0;
}
.footer-column.footer-menu {
display: flex;
flex-direction: column;
}
.footer-column.footer-menu .widget-subtitle {
order: -1;
font-weight: 600;
letter-spacing: 2px;
font-size: 0.6875rem;
margin-bottom: 0.25rem;
}
.footer-nav li.menu-item-has-children > a {
font-weight: 600;
padding: 0;
color:  var(--footer-link-color);
font-family: var(--title-font);
font-size: 0.9375rem;
}
.columns-70-30-menu.cols-2 .footer-menu {
border-right:  1px solid var(--off-white-accent);
margin-right: 0;
}
.cols-3 .footer-menu,
.cols-4 .footer-menu {
border-left: 1px solid var(--footer-border-color, var(--off-white-accent));
padding-left: calc(var(--global-elements-margin) * 2);
}
.cols-3 .footer-nav li.menu-item-has-children {
margin-right: 0;
flex-basis:  34%;
}
.cols-3 .footer-nav li.menu-item-has-children:nth-child(odd) {
margin-right: calc(var(--global-elements-margin) * 2);
}
.cols-4 .footer-nav li.menu-item-has-children {
margin-right: 0;
flex-basis: 100%;
} .primary-menu .tfm-pill-menu > a,
.mobile-header .tfm-pill-menu > a {
color: var(--tfm-pill-menu-item-color);
background: var(--tfm-pill-menu-item-background);
padding:  5px 0.75rem;
border-radius: var(--tfm-pill-menu-border-radius);
font-size: var(--tfm-pill-menu-font-size);
letter-spacing: var(--tfm-pill-menu-letter-spacing, var(--button-letter-spacing));
line-height: 1.5;
transition: all 0.3s ease;
display:block;
}
.mobile-header .tfm-pill-menu a {
letter-spacing: 1.5px;
font-weight: 600;
padding: 3px 0.75rem;
}
.primary-menu .tfm-pill-menu > a:hover,
.primary-menu .tfm-pill-menu > a:focus,
.primary-menu .tfm-pill-menu.current-menu-item > a:hover,
.primary-menu .tfm-pill-menu.current-menu-item > a:focus,
.mobile-menu .tfm-pill-menu > a:hover,
.mobile-menu .tfm-pill-menu > a:focus,
.mobile-menu .tfm-pill-menu.current-menu-item > a:hover,
.mobile-menu .tfm-pill-menu.current-menu-item > a:focus   {
background: var(--tfm-pill-menu-item-hover-background);
color:  var(--tfm-pill-menu-item-hover-color);
}
li.tfm-pill-menu.current-menu-item a {
color: var(--tfm-pill-menu-item-color);
background: var(--tfm-pill-menu-item-background);
}
.tfm-menu-sash span:not(.menu-label):not(.menu-description) {
color: var(--tfm-menu-sash-color, var(--white));
background: var(--tfm-menu-sash-background, var(--primary-theme-color));
font-size: 8px;
padding: 1px 5px 3px 6px;
margin-left: 3px;
font-family: var(--body-font);
font-weight: 400;
border-radius:  var(--button-border-radius);
}
.tfm-subscribe a::after {
font-family: fontello;
content: "\f1d8";
font-size: 0.75rem;
margin-left: 0.5rem;
font-weight: 300;
}  .aside-sidebar {
margin-bottom: calc(var(--global-elements-margin) * 6);
}
.aside-sticky-container {
position: sticky;
top:5rem;
}
.has-hero .aside-sidebar {
margin-top: 0;
padding-top: 11px;
}
.aside-sidebar.has-background .widget {
background: var(--widget-background);
box-shadow: var(--widget-box-shadow);
padding:  calc(var(--post-margin) * 1.5);
border-radius: var(--post-thumbnail-border-radius);
}
.widget-title,
aside[class*="sidebar"] .widget-title,
.widgettitle {
font-size: var(--widget-title-font-size, 1.5rem);
color:  var(--widget-title-color);
margin-bottom: var(--global-elements-margin);
}
.widget {
font-size: 0.9375rem;
margin-bottom: calc(var(--post-margin) * 2);
}
.widget ul li,
.widget ol li {
color: var(--widget-font-color);
display: block;
border-bottom: 1px solid var(--widget-border-color);
line-height: normal;
}
.widget ul li a,
.widget ol li a {
color:  var(--widget-primary-link-color);
text-decoration: none;
}
.widget ul.children li a,
.widget ul.sub-menu li a {
color:  var(--widget-child-link-color);
font-size: 0.875rem;
}
.widget ul ul.children li ul.children li a::before,
.widget_nav_menu li.menu-item-has-children .sub-menu li .sub-menu li a::before {
content:"-"; 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%;
} .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); 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-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;
} .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;
} .widget_tag_cloud .tagcloud,
.widget_tag_cloud .wp-block-tag-cloud,
.wp-block-tag-cloud,
.tagcloud {
display: flex;
flex-wrap: wrap;
line-height: 1.5;
margin: 0;
gap: 0.5rem;
}
.widget_tag_cloud a,
.single-post-tags a,
.child-categories a,
a.tag-cloud-link {
margin: 0;
padding: 0.25rem 0.75rem;
background: var(--widget-tag-background);
color: var(--widget-tag-color);
display: flex;
justify-content: space-between;
align-items: center;
font-weight: 400;
font-size: 0.5625rem !important;
border-radius: var(--widget-tag-border-radius);
font-family: var(--title-font);
font-weight: 600;
overflow: hidden;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.single-post-tags a {
margin: 0;
color:  var(--single-tags-color, var(--widget-tag-color));
background: var(--single-tags-background, var(--widget-tag-background));
}
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus,
.single-post-tags a:hover,
.single-post-tags a:focus,
a.tag-cloud-link:focus,
a.tag-cloud-link:hover {
background: var(--widget-tag-hover-background);
color: var(--widget-tag-hover-color);
}
.tag-link-count,
.wp-block-tag-cloud > span,
.wp-block-tag-cloud span {
font-weight: 400;
margin-left: 0.25rem;
font-size: 0.625rem;
}
.tag-link-count span {
margin: 0;
} .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;
} .widget_text img {
margin-top: 1rem;
} .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%;
} .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 {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.tfm_social_widget .widget-subtitle,
.widget-subtitle {
margin-top: 0;
color: var(--tfm-widget-subtitle-color);
font-size: 0.875rem;
display: block;
letter-spacing: normal;
line-height: normal;
}
.tfm_social_widget .widget-title + p.widget-subtitle {
margin-top: 0;
order: -1;
font-weight: 600;
letter-spacing: 2px;
font-size: 0.6875rem;
margin-bottom: 0.25rem;
}
.tfm_social_widget .widget-wrapper.has-title {
margin-top: 0;
}
.tfm_social_widget .widget-wrapper.has-subtitle {
margin-top: 0;
}
.tfm_social_widget .widget-wrapper:not(.has-title):not(.has-subtitle) {
margin-top: -0.5rem;
}
.tfm_social_widget .tfm-social-icons.has-text .tfm-social-icon,
.tfm_social_widget .tfm-social-icons.has-text .tfm-social-icon a {
flex-basis: 100%;
justify-content: flex-start;
margin-right: 0;
}
.tfm_social_widget .tfm-social-icons-wrapper {
width: 100%;
}
.tfm_social_widget .tfm-social-icons {
gap:  0.5rem;
}
.tfm_social_widget .tfm-social-icons:not(.has-text) .tfm-social-icon {
flex:  0 calc(var(--social-widget-icon-flex-basis, calc(100% / 6 - 0.417rem)));
margin: 0;
max-width: 43px;
}
.tfm_social_widget .tfm-social-icons:not(.has-text) .tfm-social-icon a {
flex-basis: 100%;
height: 100%;
}
.tfm_social_widget .tfm-social-icons:not(.has-text) .tfm-social-icon::before {
content:  '';
padding-bottom: 100%;
float: left;
} .tfm_posts_widget {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.tfm_posts_widget .widget-title,
.post-grid.cols-3 .tfm_posts_widget .widget-title,
aside[class*="sidebar"] .tfm_posts_widget .widget-title {
margin-bottom: 0;
}
.tfm_posts_widget .widget-subtitle {
color:  var(--tfm-widget-subtitle-color);
margin-top: 0 !important;
order: -1;
font-weight: 600;
letter-spacing: 2px;
font-size: 0.6875rem;
margin-bottom: 0.25rem;
}
.tfm_posts_widget > ul[class*="title"],
.tfm_posts_widget > ol[class*="title"] {
padding-top: var(--global-elements-margin);
}
.widget.tfm_posts_widget li.widget-entry {
display: flex;
flex-direction: row;
flex-wrap: wrap;
border: 0;
padding-bottom: var(--posts-widget-entry-margin, 1.25rem);
position: relative;
}
.widget.tfm_posts_widget .list-style-grid.has-post-thumbnails li.widget-entry {
flex-direction: column;
border: 0;
}
.widget.tfm_posts_widget .list-style-grid.has-post-thumbnails li.widget-entry:not(.has-post-thumbnail) + li.has-post-thumbnail {
padding-top: 1.25rem;
}
.widget.tfm_posts_widget li.widget-entry:last-child {
border-bottom: none;
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.widget.tfm_posts_widget .entry-header,
.loop-sidebar .widget.tfm_posts_widget .entry-header  {
display: block;
flex-basis: 5%;
margin: 0;
padding: 0;
flex-grow: 1;
}
.widget.tfm_posts_widget .list-style-list-first-grid li:first-child .entry-header {
flex-basis: 100%;
}
.widget.tfm_posts_widget .show-post-count li.widget-entry:not(.has-post-thumbnail) .entry-header {
margin-left:  2.1875rem;
}
.widget.tfm_posts_widget .show-post-count.has-post-thumbnails li.widget-entry:not(.has-post-thumbnail) .entry-header {
margin-left:  3.1875rem;
}
.tfm_posts_widget .has-post-thumbnails:not(.list-style-grid) .widget-entry:not(.first-grid) .post-thumbnail {
width: 90px;
height: 90px;
margin-right: 1.25rem;
padding: 5px;
}
.tfm_posts_widget .has-post-thumbnails .widget-entry .post-thumbnail {
background: var(--widget-thumbnail-background, var(--post-background));
box-shadow: var(--widget-post-thumbnail-box-shadow);
}
.tfm_posts_widget .post-thumbnail img {
border-radius: var(--post-thumbnail-border-radius);
}
.tfm_posts_widget .list-style-list .post-thumbnail img,
.widget.tfm_posts_widget .list-style-list-first-grid li:not(:first-child) .post-thumbnail img {
position:  relative;
}
.tfm_posts_widget .list-style-list.round-thumbnails .post-thumbnail img,
.tfm_posts_widget .list-style-list.round-thumbnails .post-thumbnail,
.widget.tfm_posts_widget .list-style-list-first-grid.round-thumbnails li:not(:first-child) .post-thumbnail img,
.widget.tfm_posts_widget .list-style-list-first-grid.round-thumbnails li:not(:first-child) .post-thumbnail {
border-radius: 50%;
}
.widget.tfm_posts_widget .show-post-count.list-style-list-first-grid li:first-child .post-thumbnail img {
border-radius: 10px 0 0 0;
}
.widget.tfm_posts_widget .list-style-grid .post-thumbnail,
.widget.tfm_posts_widget .list-style-list-first-grid li:first-child .post-thumbnail {
width: 100%;
height: 0;
margin-bottom: 1rem;
margin-right: 0;
}
.widget.tfm_posts_widget .list-style-grid .post-thumbnail img,
.widget.tfm_posts_widget .list-style-list-first-grid li:first-child .post-thumbnail img {
position: absolute;
object-fit: cover;
height: 100%;
}
.widget.tfm_posts_widget .list-style-grid .post-thumbnail a,
.widget.tfm_posts_widget .list-style-list-first-grid li:first-child .post-thumbnail a {
display: block;
position: absolute;
height: 100%;
width: 100%;
border: var(--thumbnail-padding) solid transparent;
overflow: hidden;
border-radius: calc(var(--post-thumbnail-border-radius) + 10px);
} .widget.tfm_posts_widget .has-post-thumbnails li.widget-entry.cover.has-post-thumbnail {
padding-bottom: 0;
margin-bottom: 2rem;
}
.widget.tfm_posts_widget .has-post-thumbnails li.widget-entry.cover.has-post-thumbnail .post-thumbnail::after {
content: '';
width: calc(100% - ( var(--thumbnail-padding) * 2));
height: calc(100% - ( var(--thumbnail-padding) * 2));
background: var(--cover-overlay-gradient);
position: absolute;
bottom: var(--thumbnail-padding);
left: var(--thumbnail-padding);
border-radius: var(--post-thumbnail-border-radius);
}
.widget.tfm_posts_widget .has-post-thumbnails li.widget-entry.cover.has-post-thumbnail .post-thumbnail {
padding-bottom: 66.75%;
margin-bottom: 0;
}
.widget.tfm_posts_widget .has-post-thumbnails li.widget-entry.cover.has-post-thumbnail.thumbnail-wide .post-thumbnail {
padding-bottom: 56.25%;
}
.widget.tfm_posts_widget .has-post-thumbnails li.widget-entry.cover.has-post-thumbnail.thumbnail-square .post-thumbnail {
padding-bottom: 100%;
}
.widget.tfm_posts_widget .has-post-thumbnails li.widget-entry.cover.has-post-thumbnail.thumbnail-portrait .post-thumbnail {
padding-bottom: 149.88%;
}
.widget.tfm_posts_widget .has-post-thumbnails li.widget-entry.cover.has-post-thumbnail .entry-header {
position: absolute;
bottom: 0;
padding:  calc(var(--post-margin) * 2);
margin-bottom: 0;
}
.widget.tfm_posts_widget li a {
padding:  0;
margin: 0;
text-decoration: none;
}
.tfm_posts_widget .entry-title-link {
font-family: var(--title-font);
font-weight: 600;
line-height: 1.3;
font-size: var(--body-font-size);
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-all;
word-break: break-word;
text-align: left;
}
.widget.tfm_posts_widget .list-style-grid .entry-title-link,
.widget.tfm_posts_widget .list-style-list-first-grid li:first-child .entry-title-link {
font-size: 1.25rem;
letter-spacing: -0.01875rem;
line-height: 1.2;
}
.widget.tfm_posts_widget .list-style-list:not(.has-post-thumbnails) .entry-title-link {
font-size: 1.125rem;
line-height: 1.3;
}
.tfm_posts_widget .entry-meta li {
color: var(--widget-meta-color);
border: 0;
}
.tfm_posts_widget .widget-entry .entry-meta.before-title {
margin-bottom: 0.5rem;
position: static;
}
.tfm_posts_widget .list-style-grid .widget-entry.has-post-thumbnail:not(.cover) .entry-meta.before-title,
.tfm_posts_widget .list-style-list-first-grid .widget-entry.first-grid.has-post-thumbnail:not(.cover) .entry-meta.before-title {
position: absolute;
top: 25px;
right: 25px;
width: auto;
}
.tfm_posts_widget .entry-meta.after-title {
margin-top: 0.5rem;
width: 100%;
}
.tfm_posts_widget .entry-meta-comment-count span {
display: none;
}
.post-grid .article:not(.cover) .entry-meta-comment-count span
.tfm_posts_widget .list-style-list-first-grid.has-post-thumbnails li:first-child.has-post-thumbnail .entry-header > *:not(.entry-title-link),
.tfm_posts_widget .list-style-grid.has-post-thumbnails li.has-post-thumbnail .entry-header > *:not(.entry-title-link) {
margin-bottom: 0.625rem;
}
.tfm_posts_widget .list-style-list-first-grid.has-post-thumbnails li:first-child.has-post-thumbnail .entry-meta.after-title,
.tfm_posts_widget .list-style-grid.has-post-thumbnails li.has-post-thumbnail .entry-meta.after-title {
margin-top: 0.625rem;
margin-bottom: 0;
}
.tfm_posts_widget .entry-meta ul {
font-size: 0.75rem;
}
.tfm_posts_widget .entry-meta a {
color:  var(--widget-meta-link-color);
}
.tfm_posts_widget .entry-meta a[class*="cat-link"] {
font-weight: 600;
font-size: 0.5rem;
padding: 2px 7px;
font-family: var(--body-font);
letter-spacing: 1px;
border:  var(--widget-cat-slug-border, 1px solid var(--very-light-grey));
}
.tfm_posts_widget ol.show-post-count {
counter-reset: li-counter;
}
.tfm_posts_widget ol.show-post-count > li.widget-entry::before {
position: absolute;
top: -5px;
margin-left: 0;
display: flex;
justify-content: center;
align-items: center;
color: var(--tfm-widget-count-color);
content: counter(li-counter);
counter-increment: li-counter;
z-index: 2;
font-size: var(--posts-widget-count-font-size, 1.5rem);
font-weight: 700;
}
.tfm_posts_widget ol.show-post-count.has-post-thumbnails > li::before {
left: 0;
top: 0;
width: 10px;
height: 10px;
padding: 10px;
color: var(--tfm-widget-alt-count-color);
background: var(--tfm-widget-alt-count-background);
font-size: var(--posts-widget-alt-count-font-size, .625rem);
content: counter(li-counter);
box-shadow: var(--widget-post-thumbnail-box-shadow);
border-radius: 100%;
}
.tfm_posts_widget .has-avatar.has-author.has-date .entry-meta-author {
position: absolute;
top: -3px;
left:  38px;
}
.tfm_posts_widget .has-avatar.has-author .entry-meta.after-title li.entry-meta-date {
padding-top: 12px;
}
.tfm_posts_widget .has-avatar.has-author .entry-meta.after-title li:not(.entry-meta-date) {
padding-top: 0;
} .tfm_posts_widget .list-style-list-first-grid li[class*="meta-items"]:not(.meta-items-1),
.tfm_posts_widget .list-style-list li[class*="meta-items"]:not(.meta-items-1) {
padding-bottom: 1rem;
}
.tfm_posts_widget .list-style-list.has-post-thumbnails li > .entry-meta.after-title,
.tfm_posts_widget .list-style-list-first-grid.has-post-thumbnails li:not(:first-child) > .entry-meta.after-title {
width: 100%;
margin-top: 1rem;
padding-top: 1rem;
border-top:  1px solid var(--very-light-grey);
}
span.tfm-count {
float: right; color: var(--entry-meta-link-color);
background: var(--very-light-grey);
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 600;
font-size: 0.5625rem;
border-radius: var(--button-border-radius);
padding: 4px 8px;
font-family: var(--title-font);
min-width: 19px;
}
.tfm-count i {
font-style: normal;
} .tfm-highlight-widget {
background: var(--widget-highlight-background);
padding:  var(--global-elements-margin) !important;
} .site-footer .widget {
color: var(--footer-color, var(--body-font-color));
}
.site-footer .tfm-ratings span[class*="tfm-rating"] {
color: var(--footer-color, var(--tfm-rating-text-color));
}
.site-footer .widget-title,
.site-footer .widgettitle {
color: var(--footer-heading-color, var(--widget-title-color));
}
.site-footer .widget-subtitle {
color: var(--footer-color, var(--tfm-widget-subtitle-color));
}
.site-footer .tfm_posts_widget .entry-meta li {
color: var(--footer-color, var(--widget-meta-color));
}
.site-footer .after-title-meta li:not(.entry-meta-avatar)::after,
.site-footer .entry-meta-read-time::before {
color:  var(--footer-misc-color, var(--entry-meta-icon-color));
}
.site-footer .widget a:not([class*="cat-link"]) {
color: var(--footer-link-color, var(--widget-primary-link-color));
}
.site-footer .tfm-rating-stars .star::before,
.site-footer .tfm-rating-stars .star:not(.none)::after {
color:  var(--footer-misc-color, var(--tfm-star-rating-color));
} .toggle-sidebar .widget {
color: var(--toggle-sidebar-color, var(--body-font-color));
}
.toggle-sidebar .widget ul li,
.toggle-sidebar .widget ol li {
border-color: var(--toggle-sidebar-border-color);
}
.toggle-sidebar .tfm-ratings span[class*="tfm-rating"] {
color: var(--toggle-sidebar-color, var(--tfm-rating-text-color));
}
.toggle-sidebar .widget-title,
.toggle-sidebar .widgettitle,
.toggle-sidebar .wp-block-group__inner-container > h2,
.toggle-sidebar .wp-block-group__inner-container > h3 {
color: var(--toggle-sidebar-heading-color, var(--widget-title-color));
}
.toggle-sidebar .widget-subtitle {
color: var(--toggle-sidebar-color, var(--tfm-widget-subtitle-color));
}
.toggle-sidebar .tfm_posts_widget .entry-meta li {
color: var(--toggle-sidebar-color, var(--widget-meta-color));
}
.toggle-sidebar .after-title-meta li:not(.entry-meta-avatar)::after,
.toggle-sidebar .entry-meta-read-time::before,
.toggle-sidebar .entry-meta-comment-count::before  {
color:  var(--toggle-sidebar-misc-color, var(--entry-meta-icon-color));
}
.toggle-sidebar .widget a:not([class*="cat-link"]):not([class*="tfm-social-url"]) {
color: var(--toggle-sidebar-link-color, var(--widget-primary-link-color)) !important;
}
.toggle-sidebar .tfm-rating-stars .star::before,
.toggle-sidebar .tfm-rating-stars .star:not(.none)::after {
color:  var(--toggle-sidebar-misc-color, var(--tfm-star-rating-color));
}  .toggle-search.hidden,
.toggle-menu.hidden {
display: none;
}
.toggle-menu {
margin-right: auto;
}
.toggle-search {
margin-left: auto;
}
.toggle i[class*="icon"] {
font-size: 15px;
margin: 0 0 0 -5px;
cursor:  pointer;
}
.toggle-search i[class*="icon"] {
margin-right: -5px;
font-size: 18px;
}
.toggle-menu span,
.toggle-search span {
color:  var(--toggle-icon-color);
padding: 0;
margin: 0;
text-align: left;
}
.toggle-menu i {
padding: 0;
margin: 0;
}
.mobile-header .toggle {
margin: 0;
}
.mobile-header .toggle-menu {
margin-right:  var(--global-elements-margin);
}
.mobile-header .toggle-search {
margin-left:  var(--global-elements-margin);
}
.site-title {
margin: 0 0 0.5rem 0;
line-height: 1.05;
}
.logo-left-menu-right .site-title {
padding: 0;
line-height: 0.5;
}
.site-title a {
padding: 0;
display: inline-block;
color:  var(--logo-color);
text-decoration: none;
}
.tagline {
color: var(--medium-grey);
margin-bottom: 0;
font-family: var(--title-font);
font-size: 0.9375rem;
}
.site-logo + p {
margin-top: 0.5rem;
}
ul.primary-menu {
font-family: var(--title-font);
font-size: var(--primary-menu-font-size, 0.9375rem);
font-weight: 600;
letter-spacing: var(--primary-menu-letter-spacing, 2px);
text-transform: var(--primary-menu-text-transform, none);
text-align: left;
align-items: flex-start;
}
.menu-label {
display: flex;
flex-wrap: nowrap;
margin-bottom: auto;
align-items: center;
}
.primary-menu li.menu-item-has-children > a .menu-label::after {
font-family: fontello;
content: "\e806 ";
font-weight: 300;
margin-left: 0.3125rem;
font-size: 0.5rem;
margin-top: 3px;
}
ul.primary-menu .menu-description,
ul.primary-nav-sidebar .menu-description {
font-size: var(--menu-description-font-size, 10px);
color:  var(--primary-menu-description-color);
display: block;
margin-top: 4px;
width: 100%;
flex-basis: 100%;
letter-spacing: var(--primary-menu-description-letter-spacing);
text-transform: none;
}
ul.primary-nav-sidebar .menu-description {
margin-top: 0;
color: var(--toggle-sidebar-menu-description-color, var(--medium-grey));
}
.primary-menu ul a {
font-weight: 500;
}
.site-header:not(.logo-below-nav):not(.logo-left-menu-right) .primary-menu-container::after {
content:  '';
width: 100vw;
margin-left: calc(-50vw + 50%);
height: calc(100% + 30px);
background: var(--primary-menu-background, var(--header-background));
position: absolute;
bottom: -15px;
z-index: -1;
}
ul.header-secondary {
font-family: var(--title-font);
}
.site-header .search-form input,
.site-header .search-form button {
padding: 0.3125rem 0.5625rem 0.3125rem 1rem;
font-size: 0.8125rem;
border-radius: var(--header-search-input-border-radius);
background: var(--header-search-input-background);
border: 0;
color: var(--header-search-input-color);
margin: 0;
}
.site-header .search-form input {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border: 1px solid var(--header-search-input-border-color, var(--header-search-input-background));
border-right: 0;
}
.site-header .search-form button {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
padding: 0.46875rem;
border: 1px solid var(--header-search-input-border-color, var(--header-search-input-background));
border-left: 0;
}
.site-header .search-form input:focus,
.site-search .search-form input:focus {
outline: none;
}
.site-header .search-form {
width:  220px;
}
.site-header.has-primary-nav.default:not(.has-primary-nav-background) .header-branding::after,
.site-header.has-primary-nav.default-advert:not(.has-primary-nav-background) .header-branding::after,
.site-header.has-primary-nav.default-logo-left:not(.has-primary-nav-background) .header-branding::after {
content:  '';
width:100vw;
max-width:100vw;
margin-left: calc(-50vw + 50%);
height: 1px;
background: var(--header-border-color, var(--very-light-grey));
position: absolute;
bottom: 0;
}
.site-header.default.has-primary-nav .header-branding,
.site-header.default-advert.has-primary-nav .header-branding,
.site-header.default-logo-left.has-primary-nav .header-branding {
margin-bottom: 1.25rem;
padding-bottom: 1.25rem;
}
.logo-left-menu-right .header-branding {
margin-bottom: 0;
}
.site-header.default.has-primary-nav,
.site-header.default-logo-left.has-primary-nav,
.site-header.default-advert.has-primary-nav:not(.has-search-input),
.site-header.default-advert.has-primary-nav.has-primary-nav-background {
padding-bottom: 15px;
}
.site-header.default.has-primary-nav .header-branding,
.site-header.default-logo-left.has-primary-nav .header-branding,
.site-header.default-advert.has-primary-nav:not(.has-search-input) .header-branding,
.site-header.default-advert.has-primary-nav.has-primary-nav-background .header-branding {
margin-bottom: 15px;
}
.site-header.default .primary-menu > li > ul,
.site-header.default-logo-left .primary-menu > li > ul,
.site-header.default-advert.has-primary-nav:not(.has-search-input) .primary-menu > li > ul {
top: calc(100% + 15px);
}  .site-footer {
padding-top: 0;
}
.goto-top,
.goto-top:hover,
.goto-top:focus {
display: inline-block;
position: fixed;
bottom: -100px;
right: 25px;
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
visibility: hidden;
background: var(--gototop-background);
color: var(--gototop-color);
font-weight: 400;
border-radius:  var(--gototop-border-radius, 0);
}
.goto-top.visible {
opacity: 1;
visibility: visible;
bottom: 30px;
}
.columns-70-30-menu .footer-column-2 {
display: flex;
align-items: flex-end;
flex-direction: column;
padding-left: calc(var(--global-elements-margin) * 2);
}
.columns-70-30-menu .footer-column-2 .widget {
margin-top: 0;
}
.footer-bottom {
padding: 0;
font-size: 0.875rem;
}
.footer-widget-area + .footer-bottom {
border-top:  1px solid var(--footer-border-color, var(--off-white-accent));
padding-top: var(--global-elements-margin);
}
.footer-bottom a {
color: var(--footer-link-color, var(--link-color));
text-decoration: none;
}
.footer-column .widget {
margin: 0 0 calc(var(--global-elements-margin) * 2) 0;
}
.footer-column .widget:last-child {
margin-bottom: var(--global-elements-margin);
}  .pagination,
.page-pagination {
font-size: var(--button-font-size);
}
.single .page-pagination {
margin-top: calc(var(--global-elements-margin) * 2);
margin-bottom: var(--global-elements-margin);
text-align: center;
padding-bottom: 1.4rem;
}
.has-pagination-prev-next .nav-links .page-numbers a.prev,
.has-pagination-prev-next .nav-links .page-numbers a.next,
.page-pagination.nav-links a.post-page-numbers,
.the-post .entry-content .page-pagination.nav-links a.post-page-numbers {
background: var(--pagination-button-background, var(--button-background));
color:   var(--pagination-button-color, var(--button-color));
padding: var(--button-padding);
font-weight: 600;
border-radius:  var(--button-border-radius);
display: block;
border: 0;
text-decoration: none;
letter-spacing:  var(--button-letter-spacing);
text-transform: var(--button-text-transform);
}
.page-pagination.nav-links a.post-page-numbers,
.the-post .entry-content .page-pagination.nav-links a.post-page-numbers {
display: inline-block;
}
.has-pagination-prev-next .nav-links .page-numbers a.prev::before {
content:  "\2039";
margin-right: 6px;
}
.has-pagination-prev-next .nav-links .page-numbers a.next::after {
content: "\203A";
margin-left: 6px;
}
.nav-links .page-numbers .page-numbers.current {
display: none;
font-weight: 600;
}
body:not(.paged) .nav-links .page-numbers li:not(:last-child),
.paged .nav-links .page-numbers li:not(:first-child):not(:last-child),
.nav-links .page-numbers a.prev,
.nav-links .page-numbers a.next {
display: none;
}
.has-pagination-numbers .nav-links .page-numbers .page-numbers.current,
body:not(.paged) .has-pagination-numbers .nav-links .page-numbers li:not(:last-child),
.paged .has-pagination-numbers .nav-links .page-numbers li:not(:first-child):not(:last-child) {
display: flex;
align-items: center;
}
.has-pagination-numbers .nav-links ul li .page-numbers,
.page-pagination.nav-links a.post-page-numbers { padding: var(--button-padding);
border-radius:  var(--button-border-radius);
font-size: var(--button-font-size);
text-decoration: none;
}
.page-pagination.nav-links a.post-page-numbers:not(:last-child) {
margin: 0 0.625rem 0 0;
}
.the-post .entry-content .page-pagination.nav-links a.post-page-numbers:hover,
.the-page .entry-content .page-pagination.nav-links a.post-page-numbers:hover  {
text-decoration: none;
}   .tfm-hero {
max-width: var(--site-max-width);
margin: auto;
padding: calc( var(--post-margin) * 1) 0 0 0;
}
.tfm-hero[data-fullwidth="true"] {
max-width: 100vw;
padding-left:  var(--post-margin);
padding-right: var(--post-margin);
}
.tfm-hero[data-fullwidth="true"].carousel[data-centermode="true"],
.tfm-hero[data-fullwidth="true"].slider[data-centermode="true"] {
padding-left:  0;
padding-right: 0;
}
.tfm-hero[data-fullwidth="true"] .slick-track {
width: 100vw;
}
.tfm-hero-background-wrapper {
margin-bottom: var(--post-margin);
background-size: var(--hero-background-size, cover);
background-repeat: var(--hero-background-repeat, no-repeat);
background-position: var(--hero-background-position, center center);
}
.tfm-hero-background-wrapper .tfm-hero {
padding-bottom: calc(var(--post-margin) * 1);
}
.tfm-hero.slick .article {
margin: calc(var(--post-margin) * 2) var(--post-margin); }
.tfm-hero .excerpt {
font-weight: 600;
}
.tfm-hero.cols-1 .excerpt,
.tfm-hero.cols-2:not(.grid-offset) .excerpt,
.tfm-hero[data-fullwidth="true"].cols-3 .excerpt {
font-size: 1rem;
}
.tfm-hero.cols-1 .article {
width: 100vw;
margin:  var(--post-margin);
}
.tfm-hero.cols-1[data-fullwidth="true"] .article.cover .entry-wrapper,
.tfm-hero.cols-1[data-fullwidth="true"]:not([data-centermode="true"]) .article:not(.has-post-thumbnail):not(.disabled-post-thumbnail) .entry-wrapper,
.has-sidebar .tfm-hero.cols-1[data-fullwidth="true"] .article.disabled-post-thumbnail .entry-wrapper {
max-width: var(--hero-wrapper-max-width);
margin-left: auto;
margin-right: auto;
padding-left: 0;
padding-right: 0;
}
.tfm-hero.cols-1[data-fullwidth="true"] .article:not(.has-post-thumbnail):not(.disabled-post-thumbnail) .entry-wrapper,
.has-sidebar .tfm-hero.cols-1[data-fullwidth="true"] .article.disabled-post-thumbnail .entry-wrapper {
max-width: var(--site-max-width);
}
.tfm-hero.cols-1[data-fullwidth="true"] .article.disabled-post-thumbnail .entry-wrapper,
.tfm-hero.cols-1[data-fullwidth="true"]:not([data-centermode="true"]) .article:not(.has-post-thumbnail) .entry-wrapper {
max-width: var(--content-max-width);
margin-left: auto;
margin-right: auto;
padding-left: 0;
padding-right: 0;
}
.tfm-hero .post-inner {
width: 100%;
}
.tfm-hero.cols-1 .article.has-post-thumbnail .entry-wrapper {
padding: 1.5625rem;
}
.tfm-hero.cols-1 .article.has-post-thumbnail.has-background:not(.cover) .entry-wrapper {
padding: 1.5625rem !important;
}
.tfm-hero.cols-1 .article.cover.has-post-media .entry-wrapper,
.tfm-hero.cols-2[data-fullwidth="true"] .article.cover.has-post-media .entry-wrapper {
padding: 3.125rem 3.125rem 3.125rem 3.125rem;
}
.tfm-hero[data-fullwidth="true"] .article.cover.has-post-media .entry-wrapper {
max-width: calc(var(--site-max-width) + 3.125rem);
}
.tfm-hero .article.has-background .post-inner[style*="background"] .entry-wrapper {
background: none;
}
.tfm-hero[data-margins="false"].cols-2 .article:not(.has-background) .entry-header  {
margin-top: 0;
}
.tfm-hero[data-margins="false"].cols-3 .article:not(.has-background) .entry-header  {
margin-top: 0;
}
.tfm-hero.cols-3 .article.cover.has-post-thumbnail .entry-wrapper,
.tfm-hero.cols-4 .article.cover.has-post-thumbnail .entry-wrapper  {
padding: var(--post-inner-elements-margin);
}
.tfm-hero.cols-4[data-margins="false"] .article .entry-wrapper  {
padding:  var(--post-margin);
}
.tfm-hero.cols-4[data-margins="false"] .article:not(.has-background) .entry-header  {
margin-top: 0;
}
#tfm-hero .article:not(.has-post-thumbnail) .entry-header-section {
padding-top: 0;
}
.tfm-hero.cols-1 .article .post-inner {
padding-bottom: 0;
flex-direction: row;
}
.tfm-hero.cols-1 .has-post-media:not(.cover) .post-inner > * {
max-width: 50%;
}
#tfm-hero.cols-1 .article:not(.cover) .thumbnail-wrapper {
padding: var(--thumbnail-padding);
}
.tfm-hero.cols-1 .post-thumbnail {
height: 100%;
}
.tfm-hero.cols-1 .entry-meta {
font-size: 0.875rem;
}
element {
display: flex;
}
.tfm-hero.slick[data-arrows="true"][data-fullwidth="true"]:not([data-centermode="true"]) {
padding-left: calc(var(--post-margin) * 3 );
padding-right: calc(var(--post-margin) * 3);
}
.tfm-hero.slick[data-arrows="true"][data-margins="false"] {
padding-bottom: 90px;
}
.tfm-hero-background-wrapper .tfm-hero[data-arrows="true"].slick .slick-arrow {
margin-bottom: calc(var(--post-margin) * 2);
}
.tfm-hero .slick-arrow {
position: absolute;
bottom: calc(50% - 25px - ( var(--post-margin) / 2 ));
right: -4px;
width: 50px;
height: 50px;
z-index: 200;
font-size: 0;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
color:  var(--gallery-arrow-color, var(--black));
background: var(--gallery-arrow-background, #ffffff);
box-shadow: var(--widget-post-thumbnail-box-shadow);
}
.tfm-hero .slick-arrow.slick-prev {
right: auto;
left: -4px;
}
.tfm-hero[data-fullwidth="true"] .slick-arrow {
right: calc(var(--post-margin) *2 + 12px);
}
.tfm-hero[data-fullwidth="true"] .slick-arrow.slick-prev {
right: auto;
left: calc(var(--post-margin) *2 + 12px);
}
.tfm-hero[data-fullwidth="true"][data-centermode="true"] .slick-arrow {
right: calc(7% - 4px);
}
.tfm-hero[data-fullwidth="true"][data-centermode="true"] .slick-arrow.slick-prev {
right: auto;
left: calc(7% - 4px);
}
.tfm-hero .slick-arrow::after {
font-family: fontello;
content: "\e811";
font-size: 14px;
font-weight: 300;
position: absolute;
}
.tfm-hero .slick-arrow.slick-next::after {
content: "\e812";
}
.tfm-hero .slick-arrow:hover,
.tfm-hero .slick-arrow:focus {
background: var(--very-light-grey);
color:  var(--body-font-color);
}
.tfm-hero[data-arrows="false"] .slick-arrow { 
display:none !important;
}
.tfm-hero[data-margins="false"] {
margin-top: 0;
padding-top: 0;
padding-bottom: var(--post-margin);
padding-left: 0;
padding-right: 0;
}
.tfm-hero[data-margins="false"] .post-thumbnail {
border-radius: 0;
}
@media (min-width:  1061px) {
.has-logo-below-nav:not(.has-tfm-ad-after-header) .tfm-hero[data-margins="false"],
.has-logo-below-nav:not(.has-tfm-ad-after-header) .tfm-hero[data-margins="false"],
.has-logo-below-nav:not(.has-tfm-ad-after-header) .tfm-hero-background-wrapper,
.has-logo-below-nav:not(.has-tfm-ad-after-header) .tfm-hero-background-wrapper {
margin-top: calc(var(--post-margin) * 2);
}
}
.tfm-hero-background-wrapper .tfm-hero[data-margins="false"] {
padding-bottom: 0;
}
.tfm-hero[data-margins="false"].cols-3 .article {
flex-basis:  calc(100% / 3);
}
.tfm-hero[data-margins="false"].cols-4 .article {
flex-basis:  calc(100% / 4);
} .tfm-hero.cols-1.post-grid .article .entry-title {
font-size: 3.5rem;
letter-spacing: -0.125rem;
line-height: 1.138888889;
}
.tfm-hero.cols-2 .article .entry-title {
font-size: var(--cols-1-entry-title-size);
}
.tfm-hero.cols-3 .article .entry-title {
font-size: var(--tfm-hero-cols-3-entry-title-size);
}
#tfm-hero.cols-4 .article .entry-title {
letter-spacing: -0.0625rem;
font-size: var(--cols-3-entry-title-size);
} #tfm-hero[data-fullwidth="true"].cols-4 .article .entry-title {
font-size: var(--cols-2-entry-title-size);
}
.tfm-hero[data-fullwidth="true"].cols-2 .article .entry-title {
font-size: 3rem;
}
.tfm-hero[data-fullwidth="true"].cols-3 .article .entry-title {
font-size: var(--cols-1-entry-title-size);
}
.tfm-hero.cols-1.post-grid .article.has-post-media .entry-meta.before-title {
position: static;
}
.tfm-hero.cols-1 .article .entry-meta a[class*="cat-link"] {
border: 1px solid var(--very-light-grey);
}
#tfm-hero.cols-1 .article.has-avatar .tfm-after-title-meta .entry-meta-avatar {
display: block;
}
#tfm-hero.cols-1 .article.has-avatar.has-author.has-date .tfm-after-title-meta .entry-meta-author::after {
content: none;
} .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;
} .after-content .tfm-related-posts {
max-width: calc(var(--content-max-width) + calc( var(--post-margin) * 2 ));
width: 100%;
}
.tfm-related-posts-wrapper.alignfull {
margin-right: -50%;
width: 100vw;
max-width: 100vw;
margin-left: calc(-50vw + 50%);
}
.has-sidebar .tfm-related-posts-wrapper.alignfull {
margin: var(--global-elements-margin) auto;
width: var(--content-width);
max-width: var(--content-max-width);
padding-left: var(--post-margin);
padding-right: var(--post-margin);
padding-bottom: var(--post-margin);
}
.has-sidebar .the-post > .article.has-background + div.after-content .tfm-related-posts-wrapper.alignfull {
margin: var(--global-elements-margin) auto;
width: var(--content-width);
max-width: var(--site-max-width);
border-radius: var(--post-thumbnail-border-radius);
box-shadow: var(--post-box-shadow);
}
.tfm-related-posts .related-posts-header {
margin-top: 0;
margin-bottom: 8px;
}
.related-posts-header h2 {
font-size: var(--h3-font-size);
}
.tfm-related-posts { }
.tfm-related-posts-wrapper .tfm-related-posts::before {
content:  none;
}
.tfm-related-posts.list .article:not(.cover) .entry-header {
display: block;
}
.tfm-related-posts.list.cols-2 .article:not(.cover).has-post-thumbnail .entry-wrapper {
padding: var(--thumbnail-padding);
padding-left: 1rem;
padding-right: 1rem;
}
.tfm-related-posts.list.cols-2 .article:not(.cover).has-post-thumbnail {
box-shadow: none;
}
.tfm-related-posts.grid.cols-2 .entry-title,
.tfm-related-posts.post-grid.list.cols-1 .entry-title {
font-size:  var(--cols-3-entry-title-size);
}
.tfm-related-posts.list.cols-2 .article:not(.cover) h3.entry-title {
font-size: var(--cols-3-list-entry-title-size);
}
.tfm-related-posts.list.post-grid .article:not(.cover) ul.after-title-meta {
flex-direction: row;
flex-wrap: nowrap;
}
.tfm-related-posts.list .article:not(.cover) .entry-meta.after-title ul.after-title-meta li {
padding-top: 0;
margin-top: 0;
text-align: left !important;
}
.tfm-related-posts.post-grid[class*="list"] .article:not(.grid-style) .post-thumbnail {
height: auto;
}
.tfm-related-posts.list.post-grid .article:not(.cover) .after-title-meta {
top: 0;
}
.tfm-related-posts.list.cols-2 .article:not(.cover) .entry-meta.before-title {
position: static;
}
.tfm-related-posts.list.cols-2 .article:not(.cover) .entry-meta.before-title a {
font-size: 0.5rem;
padding: 3px 7px;
}
.tfm-related-posts.list.cols-2 .article .tfm-ratings {
margin-top: calc(var(--post-inner-elements-margin) / 3);
} .tfm-before-footer-section + footer.has-custom-background {
padding-top: calc(var(--global-elements-margin) * 2);
}
.tfm-before-footer-section {
background-image: none !important;
background: none;
width: var(--content-width);
max-width: var(--site-width);
margin: auto;
background: #fff;
border-radius: var(--post-thumbnail-border-radius);
padding: 10px;
box-shadow: var(--post-box-shadow);
margin-bottom: calc(var(--global-elements-margin) * 2)
}
.tfm-before-footer-section .site-footer-inner {
max-width: var(--site-width);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border-radius: calc(var(--post-thumbnail-border-radius));
position: relative;
}
.single.has-tfm-related-posts .tfm-related-posts-wrapper + .tfm-before-footer-section {
margin-top: 0;
}
.tfm-before-footer-section .widget_mc4wp_form_widget,
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget_mc4wp_form_widget,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget_mc4wp_form_widget {
display: flex;
flex-direction: column;
align-items: center;
max-width: var(--content-max-width);
margin-left: auto;
margin-right: auto;
overflow: hidden;
}
.tfm-before-footer-section .widget_mc4wp_form_widget {
margin-top: 0;
margin-bottom: 0;
}
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget_mc4wp_form_widget,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget_mc4wp_form_widget {
align-items: flex-start;
}
.tfm-before-footer-section .mc4wp-form-fields,
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields  {
display: flex;
flex-wrap: wrap;
}
.tfm-before-footer-section .widget .mc4wp-form-fields input:not([type="checkbox"]),
.tfm-before-footer-section .widget .mc4wp-form-fields button,
.tfm-before-footer-section .widget .mc4wp-form-fields input[type="submit"],
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget .mc4wp-form-fields input:not([type="checkbox"]),
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget .mc4wp-form-fields button,
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget .mc4wp-form-fields input[type="submit"],
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget .mc4wp-form-fields input:not([type="checkbox"]),
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget .mc4wp-form-fields button,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget .mc4wp-form-fields input[type="submit"] {
width: 0;
margin:0;
border-color: #eeeeee;
}
.tfm-before-footer-section .mc4wp-form-fields input[type="text"],
.tfm-before-footer-section .mc4wp-form-fields input[type="email"],
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields input[type="text"],
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields input[type="email"],
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields input[type="text"],
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields input[type="email"] {
flex: 1 1 auto;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.tfm-before-footer-section .mc4wp-form-fields input[type="email"],
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields input[type="email"],
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields input[type="email"] {
flex: 1 1 auto;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.tfm-before-footer-section .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]) {
border-right: 0;
transition: all 0.2s ease;
}
.tfm-before-footer-section .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):nth-of-type(2),
.tfm-before-footer-section .widget .mc4wp-form-fields button,
.tfm-before-footer-section .widget .mc4wp-form-fields input[type="submit"],
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):nth-of-type(2),
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget .mc4wp-form-fields button,
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget .mc4wp-form-fields input[type="submit"],
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):nth-of-type(2),
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget .mc4wp-form-fields button,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget .mc4wp-form-fields input[type="submit"] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.tfm-before-footer-section .widget .mc4wp-form-fields button,
.tfm-before-footer-section .widget .mc4wp-form-fields input[type="submit"],
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget .mc4wp-form-fields button,
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget .mc4wp-form-fields input[type="submit"],
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget .mc4wp-form-fields button,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget .mc4wp-form-fields input[type="submit"] {
width: auto;
}
.tfm-before-footer-section .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):focus,
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):focus,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]):focus {
outline: none;
}
.tfm-before-footer-section .mc4wp-form-fields label,
.tfm-before-footer-section .mc4wp-form-fields .tfm-clear,
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields label,
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields .tfm-clear,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields label,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields .tfm-clear {
width: 100%;
display: block;
text-align: center;
}
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields label,
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields .tfm-clear,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields label,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields .tfm-clear  {
text-align: left;
}
.tfm-before-footer-section .widgettitle,
.tfm-before-footer-section .widget-title {
margin-top: 0;
margin-bottom: 0;
font-size: var(--h2-font-size);
text-align: center;
} .tfm-share-wrapper .share-text {
margin-left: 0;
margin-top: 0;
font-size: 0.875rem;
color:  var(--medium-grey);
width: 100%;
text-transform: none;
}
.tfm-social-icons {
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
list-style: none;
text-transform: capitalize;
gap: 0.5rem;
}
.tfm-social-icons:not(.icon-background):not(.icon-border).has-text {
gap: 1.25rem;
}
.tfm-social-icons .tfm-social-icon {
display: flex;
font-size: 0.875rem;
border: 0;
font-family: var(--title-font);
font-weight: 600;
line-height: 1;
margin: 0;
} .tfm-social-icons .tfm-social-icon.discord i {
margin-left: -3px;
font-size:  0.8125rem;
} .tfm-social-icons li.tfm-social-icon a {
display: flex;
width: 34px;
height: 34px;
justify-content: center;
align-items: center;
transition: all 0.2s ease;
border-radius: var(--tfm-social-icon-border-radius, 0);
color:  var(--tfm-social-icon-color, var(--very-dark-grey));
padding: 0;
text-decoration: none;
}
.tfm-social-icons.has-text li.tfm-social-icon a {
padding: 0.625rem 1rem 0.625rem 0.625rem;
width: auto;
height: auto;
}
.tfm-social-icons.has-round-icons li.tfm-social-icon a {
border-radius: 100%;
}
.tfm-social-icons.has-text.has-round-icons li.tfm-social-icon a {
border-radius: 20px;
padding-left: 0.75rem;
padding-right: 1rem;
}
.tfm-social-icons:not(.icon-background):not(.icon-border):not(.has-text) li a {
width: auto;
height: auto;
padding: 4px;
}
.tfm-social-icons:not(.icon-background):not(.icon-border).has-text li a {
padding-left:0;
padding-right:0;
}
.tfm-social-icons:not(.icon-background) li:first-child:not(.share-text) a,
.tfm-social-icons:not(.icon-background):not(.icon-border) .share-text + li a  {
padding-left: 0;
}
.tfm-social-icons li.tfm-social-icon a:hover {
color:  var(--dark-grey);
}
.tfm-social-icons.has-text .tfm-social-name {
margin-left: 5px;
font-size: 0.8125rem;
}
.tfm-social-icons.has-text .tfm-social-icon.discord .tfm-social-name {
margin-left: 9px;
} .wrap > .tfm-share-wrapper[class*="side"] {
position: absolute;
padding-top: calc(var(--post-margin) * 2);
padding-bottom: calc(var(--post-margin) * 2);
height: 100%;
top: 20px;
z-index: 10;
}
.wrap > .tfm-share-wrapper[class*="side"] .tfm-share {
position: sticky;
position: -webkit-sticky;
top: 0;
}
.has-sticky-nav .wrap > .tfm-share-wrapper[class*="side"] .tfm-share {
top: 150px;
}
.wrap > .tfm-share-wrapper[class*="side"] .tfm-share .tfm-social-icons {
flex-direction: column;
gap: 0;
}
.wrap > .tfm-share-wrapper[class*="side"] .tfm-social-icons .tfm-social-icon {
margin: 0;
}
.wrap > .tfm-share-wrapper[class*="side"] .tfm-social-icons.theme.icon-background .tfm-social-icon {
margin: 0 0 1px 0;
}
.wrap > .tfm-share-wrapper[class*="side"] .tfm-social-icons li.tfm-social-icon a {
border-radius: 0;
width: 50px;
height: 65px;
padding: 0;
width: 40px;
height: 40px;
}
.wrap > .tfm-share-wrapper[class*="side"] .tfm-social-icons li.tfm-social-icon a:hover,
.wrap > .tfm-share-wrapper[class*="side"] .tfm-social-icons li.tfm-social-icon a:focus {
width: 60px;
}
.wrap > .tfm-share-wrapper[class*="side"] .tfm-social-name {
display: none;
}
.wrap > .tfm-share-wrapper[class*="side"] .share-text,
.entry-header .tfm-share-wrapper .share-text {
display: none;
}
.wrap > .tfm-share-wrapper[class*="side"] .tfm-social-icons:not(.icon-background) li a {
border-left: 0;
}
.wrap > .tfm-share-wrapper[class*="side"] .tfm-social-icons.icon-border li:not(:nth-child(2)) a {
border-top:0;
}
.wrap > .tfm-share-wrapper[class*="side"] .tfm-social-icons:not(.icon-background) li:not(:first-child) {
margin-top: -1px;
}
.hentry-footer  .hentry-footer-meta + .tfm-share-wrapper {
border-top:  1px solid var(--very-light-grey);
padding-top: calc( var(--global-elements-margin) * 2);
margin-top: calc( var(--global-elements-margin) * 2);
}
.the-post .article:not(.default-alt) .entry-header .tfm-share-wrapper {
margin: 0;
margin-top: calc( var(--post-inner-elements-margin));
}
.the-post .article .entry-header .tfm-ratings + .tfm-share-wrapper {
margin: 0;
margin-top: calc( var(--post-inner-elements-margin) - 20px);
}
.the-post .article.cover .entry-header .tfm-share-wrapper {
margin-top: var(--post-inner-elements-margin);
}
.hentry-footer .tfm-share-wrapper.side,
.hentry-footer .tfm-share-wrapper.top,
.wrap > .tfm-share-wrapper.bottom,
.wrap > .tfm-share-wrapper.top,
.wrap > .tfm-share-wrapper.top-bottom,
.the-post > .article .entry-header > .tfm-share-wrapper.side-bottom,
.the-post > .article .entry-header > .tfm-share-wrapper.side,
.the-post > .article .entry-header > .tfm-share-wrapper.bottom,
.single-hero .article .entry-header .tfm-share-wrapper.side-bottom,
.single-hero .article .entry-header .tfm-share-wrapper.side {
display: none;
}
.author-bio .tfm-author-social {
flex-basis: 100%;
}
.author-bio div + div + .tfm-author-social {
margin-left: calc(110px + var(--global-elements-margin));
} .header-social .tfm-social-icons {
gap:  0.3125rem;
}
.header-social .tfm-social-icon:last-child,
.footer-social .tfm-social-icon:last-child {
margin-right: 0;
}
.header-social .tfm-social-icons li.tfm-social-icon a {
padding-right: 0;
font-size: 13px;
width:  28px;
height:  28px;
display: flex;
align-items: center;
justify-content: center;
}
.header-social .tfm-social-icons.icon.theme li.tfm-social-icon a {
color:  var(--primary-menu-link-color);
}
.header-social .tfm-social-icons.icon-background.theme li.tfm-social-icon a {
color:  var(--tfm-pill-menu-item-color);
background: var(--tfm-pill-menu-item-background);
}
.footer-social .tfm-social-icons .tfm-social-icon {
margin-top: 0;
}
.footer-social .tfm-social-icons.icon.theme li.tfm-social-icon a {
color:  var(--footer-link-color);
}
.footer-social .tfm-social-icons.icon-background.theme li.tfm-social-icon a {
color:  var(--footer-background);
background: var(--footer-link-color);
} .has-tfm-share-icons .tfm-entry-meta-share .share-text {
display: none;
}
.has-tfm-share-icons:not(.cover) .after-title-meta:not(.tfm-after-title-meta) li {
width: 100%;
}
.article.has-tfm-share-icons:not(.cover) .after-title-meta:not(.tfm-after-title-meta) li.tfm-entry-meta-share,
.article.has-tfm-share-icons:not(.cover) .after-title-meta:not(.tfm-after-title-meta) li.tfm-entry-meta-share .tfm-social-icons li {
padding: 0;
margin: 0;
}
.article.has-tfm-share-icons:not(.cover) .after-title-meta:not(.tfm-after-title-meta) li.tfm-entry-meta-share .tfm-social-icons {
margin-top: 0.375rem;
gap: 0.375rem;
}
.article.has-tfm-share-icons .tfm-social-icons .tfm-social-icon a {
width: 30px;
height: 30px;
}
.article.has-tfm-share-icons .tfm-social-icons .tfm-social-icon::after {
content: none;
}
.article.has-tfm-share-icons:not(.cover) .after-title-meta li.tfm-entry-meta-share .tfm-social-icon {
flex-direction: column;
align-items: center;
margin-right: 0;
} .tfm-after-header-sidebar,
.tfm-before-footer-advert {
margin: 0 auto 0 auto;
display: flex;
justify-content: center;
border-bottom: 1px solid var(--off-white);
background: var(--tfm-after-header-background, var(--archive-header-background));
flex-direction: column;
align-items: center;
}
.tfm-before-footer-advert {
background: none;
padding-bottom: var(--post-margin);
border: none;
}
.tfm-after-header-sidebar .widget {
width: auto;
}
.tfm-after-header-sidebar .widget > * {
margin-bottom: 0;
}
.tfm-after-header-sidebar > *,
.tfm-before-footer-advert > * {
margin:  calc(var(--post-margin))  var(--post-margin) calc(var(--post-margin)) var(--post-margin);
max-width: var(--site-width);
}
.tfm-site-header-sidebar > *,
.tfm-site-header-sidebar .wp-block-image {
margin: 0;
} .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-active .custom-logo {
filter: invert(100%);
}
.wp-dark-mode-switcher.floating {
bottom: 30px;
}
.has-backtotop .wp-dark-mode-switcher.style-1.floating.right_bottom {
transition: all 0.2s ease;
right: 25px;
}
.has-backtotop .wp-dark-mode-switcher.floating.style-2.right_bottom {
bottom: calc(50% - 15px);
transform: rotate(90deg);
right: 8px;
}
.has-backtotop .wp-dark-mode-switcher.floating.style-3.right_bottom  {
bottom: calc(50% - 20px);
transform: rotate(-90deg);
}
.wp-dark-mode-switcher.style-1 label {
border-radius: var(--button-border-radius);
}
.wp-dark-mode-switcher.style-3.floating.right_bottom {
right: 18px;
}
.goto-top.visible + script + div.wp-dark-mode-switcher.right_bottom {
bottom: 100px;
}
.wp-dark-mode-switcher label {
margin-bottom: 0;
} .tfm-ratings {
display: flex;
gap: 0.5rem;
align-items: center;
}
.the-post > .article.cover.has-post-media .tfm-ratings {
margin-bottom: var(--post-inner-elements-margin);
}
.tfm_posts_widget .tfm-ratings,
.tfm_posts_widget .entry-meta.after-title + .tfm-ratings {
margin-top: 0.5rem;
}
.the-post > .article .entry-meta.after-title + .tfm-ratings {
margin-top: var(--post-inner-elements-margin);
}
.the-post > .article.default-alt .tfm-ratings {
order: 1;
}
.tfm-ratings span[class*="tfm-rating"] {
font-size: 0.875rem;
font-weight: 600;
font-family: var(--title-font);
color: var(--tfm-rating-text-color,var(--black));
line-height: normal;
}
.the-post > .article .tfm-ratings span[class*="tfm-rating"] {
font-size: 1rem;
}
.tfm-rating-stars .star {
width: 15px;
height: 15px;
display: inline-block;
position: relative;
margin-right: 2px;
font-size: 15px;
}
.tfm-rating-stars .star::before {
font-family: fontello;
content: "\e822";
color:  var(--tfm-star-rating-color);
position: absolute;
z-index: 1;
top: 0;
left: 0;
opacity: 0.33;
}
.tfm-rating-stars .star:not(.none)::after {
font-family: fontello;
content: "\e822";
color:  var(--tfm-star-rating-color);
position: absolute;
top: 0;
left: 0;
z-index: 2;
}
.tfm-rating-stars .star.half::after {
content: "\e823";
}
.the-post > .article .tfm-rating-stars .star {
width: 18px;
height: 18px;
font-size: 17px
}
.cover.has-post-media .tfm-rating-stars .star::before,
.cover.has-post-media .tfm-rating-stars .star::after {
color: var(--tfm-star-rating-color-cover);
} .tfm-rating-scale {
width: 100%;
max-width: 150px;
height: 6px;
background: linear-gradient(to right, var(--tfm-rating-scale-low-color), var(--tfm-rating-scale-high-color));
display: inline-block;
position: relative;
margin-right: 5px;
border-radius: 4px;
}
.tfm-rating-scale .scale {
position: absolute;
top: 0;
right: -1px;
background: var(--very-light-grey);
height: 6px;
border-radius: 0 4px 4px 0;
border-left: 1px solid var(--post-background);
}
.widget .tfm-ratings span[class*="tfm-rating"] {
font-size: 13px;
line-height: 1;
}
.widget .tfm-rating-stars .star {
width: 12px;
height: 12px;
font-size: 12px;
line-height: 1;
}  .the-post > .article .entry-content .tfm-hide-block {
display: none;
margin: 0;
}
.tfm-round-thumbnails img[class*="thumbnail"] {
border-radius: 50%;
}
.has-tfm-hero .lbn-site-title-wrapper {
margin-bottom: 0;
}
.article.loop-sidebar:not(.has-background),
.search-no-results {
box-shadow: none;
}
.loop-sidebar .widget {
display: flex;
flex-direction: column;
}
.loop-sidebar.has-border .widget,
.loop-sidebar.has-background .widget {
padding: var(--post-inner-elements-margin);
border-radius:  var(--post-thumbnail-border-radius);
}
.loop-sidebar.has-border .widget {
border:  1px solid var(--very-light-grey);
}
.loop-sidebar .widget:last-child {
margin-bottom: 0;
}
.loop-sidebar .widget:first-child {
margin-top: 0;
}
.loop-sidebar .widget.widget_mc4wp_form_widget {
flex-grow: 1;
justify-content: center;
} body:not(.single) .tfm-featured-post.has-tfm-background .post-inner {
box-shadow:  var(--post-box-shadow);
border-radius:  var(--post-thumbnail-border-radius);
} .has-tfm-hero main {
margin-top: 0;
}
.blog:not(.paged).has-loop-header.has-tfm-hero .tfm-hero + .section-header,
.home:not(.paged).has-loop-header.has-tfm-hero .tfm-hero + .section-header  {
margin-top: 0.9375rem;
}
.has-tfm-hero .aside-sidebar {
margin-top: 0;
}
.error404 main {
margin-bottom: calc(var(--post-margin) * 2);
}
.error404 .page-header {
text-align: center;
}
.error {
text-align: center;
margin: 0 var(--post-margin);
}
.title-404 {
font-family: var(--body-font);
font-size: 240px;
text-align: center;
border-bottom: 1px solid var(--very-light-grey);
display: inline-block;
margin-top: 0;
}
.message-404 {
margin-top: 0;
}
.sub-message-404 .toggle-search {
cursor: pointer;
}
.gohome {
margin-top: var(--global-elements-margin);
}
.archive-header-inner .tfm-featured-posts {
flex-direction: column;
justify-content: flex-start;
flex-basis: calc(100% / 4 * 3 - (var(--post-margin) * 2));
flex-grow: 0;
margin-left: calc(var(--post-margin) * 2);
}
.archive-header-inner .tfm-featured-posts .post-grid {
flex-direction: row;
justify-content: flex-end;
align-items: flex-start;
gap: var(--post-margin);
}
.tfm-featured-posts .post-grid .article {
box-shadow: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 0;
flex-basis:  calc(100% / 3 - ((var(--post-margin) * 2) / 3));
}
.tfm-featured-posts .post-thumbnail {
width: 80px !important;
height: 80px !important;
margin-right: 10px;
border-radius: 50%;
background: var(--tfm-featured-posts-thumbnail-background);
padding: 5px;
box-shadow: var(--tfm-featured-posts-thumbnail-box-shadow);
}
.tfm-featured-posts .entry-header {
flex-basis: 5%;
gap: 8px !important;
padding-top: 5px;
flex-direction: column !important;
align-items: flex-start;
justify-content: flex-start;
}
.tfm-featured-posts .post-grid .article.tfm-featured-posts-article .entry-header > * {
flex-basis: 0;
}
.tfm-featured-posts a {
margin: 0;
}
.tfm-featured-posts .post-thumbnail img {
position: relative !important;
display: block !important;
height: auto !important;
max-width: 100%;
border-radius: 50%;
}
.tfm-featured-posts .entry-title-link {
font-family: var(--title-font);
font-weight: 600;
color:  var(--black);
text-decoration: none;
font-size: var(--body-font-size);
}
.tfm-featured-posts .after-title {
margin-top: 0;
font-size: 0.75rem;
}
.tfm-featured-posts h5 {
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 2px;
color: var(--medium-grey);
width: 100%;
text-align: right;
margin: 0;
margin-bottom: var(--post-margin);
}
.tfm-featured-posts.posts-3 h5 {
text-align: left;
}
.tfm-featured-posts .post-grid .article .entry-meta.before-title {
margin-bottom: 0;
}
.tfm-featured-posts .entry-meta a[class*="cat-link"] {
font-weight: 600;
font-size: 0.5rem;
padding: 2px 6px;
letter-spacing: 1px;
}
.tfm-featured-posts .has-avatar.has-author.has-date .entry-meta-author {
position: absolute;
top: -1px;
left:  38px;
}
.tfm-featured-posts .has-avatar.has-author.has-date .entry-meta.after-title li.entry-meta-date {
padding-top: 14px;
}
.tfm-featured-posts .has-avatar.has-author .entry-meta.after-title li:not(.entry-meta-author):not(.entry-meta-avatar) {
padding-top: 14px;
}
.tfm-featured-posts .post-grid .article.tfm-featured-posts-article .entry-meta.after-title .entry-meta-avatar {
margin-right: 0.5rem;
}
.tfm-featured-posts .has-author.has-date.has-avatar .entry-meta-author::after {
content: none;
}
.tfm-featured-posts .article:not(.has-by) .entry-meta-author i {
display: none;
}
.post-grid:not(.list) .article:not(.cover):not(.asc-desc-full-width).has-avatar:not(.has-tfm-share-icons) .entry-header-section,
.has-sidebar .post-grid:not(.list) .article.asc-desc-full-width.has-avatar:not(.has-tfm-share-icons) .entry-header-section {
margin-left: calc(0px - 41px - 18px); }
.post-grid:not(.list) .article:not(.cover):not(.asc-desc-full-width).has-avatar:not(.has-tfm-share-icons).has-post-media .entry-header-section,
.has-sidebar .post-grid:not(.list) .article.asc-desc-full-width.has-avatar:not(.has-tfm-share-icons).has-post-media .entry-header-section {
padding-top: 10px;
}
.the-post > .article:not(.cover).has-avatar .entry-header-section {
margin-left: calc(0px - 60px); padding-top: calc(var(--post-inner-elements-margin) * 3);
gap: var(--post-inner-elements-margin);
display: flex;
flex-direction: column;
}
.the-post > .article:not(.cover):not(.has-post-media) .entry-header {
display: flex;
flex-direction: column;
gap: var(--post-inner-elements-margin);
}
.the-post > .article .tfm-share-wrapper {
width: 100%;
flex-basis: 100% !important;
}
h1.entry-title {
font-weight: 600;
}
.the-post .article.has-background + div.after-content > div.author-bio {
background: var(--single-post-background);  border-radius: var(--post-thumbnail-border-radius);
padding: var(--global-elements-margin);
box-shadow: var(--post-box-shadow);
}
.has-sidebar .the-post .article.has-background + div.after-content > div.author-bio {
width: var(--content-width);
}
.article.post_format-post-format-video .tfm-video-shortcode .mejs-container,
.article.post_format-post-format-audio .tfm-featured-media .mejs-container  {
position: absolute;
top: 0;
height: 100%;
width: 100% !important;
}
.article.post_format-post-format-audio .tfm-featured-media .mejs-container {
height: 100% !important;
}
.post-grid .article.post_format-post-format-video .mejs-container .mejs-controls {
opacity: 0;
transition: opacity 0.3s ease;
}
.post-grid .article.post_format-post-format-audio .mejs-container .mejs-controls {
margin-bottom: 20px;
}
.primary.post-grid.cols-1 {
max-width: 900px;
}
.tfm-featured-media.tfm-video .wp-block-embed__wrapper::before {
padding:0 !important;
}
.tfm-featured-media.tfm-video .wp-block-embed__wrapper video {
width: 100%;
height: 100%;
object-fit: cover;
}
.post-grid:not(.list) .has-avatar:not(.asc-desc-full-width):not(.first-full).has-post-media .tfm-after-title-meta .entry-meta-avatar,
.post-grid:not(.list) .has-avatar:not(.asc-desc-full-width):not(.first-full):not(.has-post-media).has-tfm-share-icons .tfm-after-title-meta .entry-meta-avatar,
.has-sidebar .has-avatar.first-full .tfm-after-title-meta .entry-meta-avatar,
.has-avatar.first-full.has-tfm-share-icons .tfm-after-title-meta .entry-meta-avatar,
.has-avatar.asc-desc-full-width.has-tfm-share-icons .tfm-after-title-meta .entry-meta-avatar,
.has-sidebar .has-avatar.asc-desc-full-width:not(.has-tfm-share-icons) .tfm-after-title-meta .entry-meta-avatar,
.list .has-avatar.has-tfm-share-icons .tfm-after-title-meta .entry-meta-avatar,
.the-post > .article.has-avatar .tfm-after-title-meta .entry-meta-avatar,
.tfm-hero.cols-1 .has-avatar:not(.cover) .after-title-meta .entry-meta-avatar {
display: none;
}
.list .has-avatar:not(.has-tfm-share-icons):not(.cover) .entry-meta.after-title .entry-meta-avatar,
body:not(.has-sidebar) .has-avatar.first-full:not(.has-tfm-share-icons):not(.cover) .entry-meta.after-title .entry-meta-avatar,
body:not(.has-sidebar) .has-avatar.asc-desc-full-width:not(.has-tfm-share-icons):not(.cover) .entry-meta.after-title .entry-meta-avatar,
.post-grid:not(.list) .has-avatar:not(.asc-desc-full-width):not(.first-full):not(.has-post-media):not(.has-tfm-share-icons):not(.cover) .entry-meta.after-title .entry-meta-avatar {
display: none;
}
.tfm-hero.cols-1.post-grid .has-avatar:not(.cover) .tfm-after-title-meta .entry-meta-avatar {
display: block;
margin-right: calc(0.25rem);
}
.tfm-hero.cols-1 .has-author.has-avatar.has-date .after-title-meta li.entry-meta-author {
left: 50px;
top: 0;
position: absolute;
}
.tfm-hero.cols-1 .has-author.has-date.has-avatar .tfm-after-title-meta li:not(.entry-meta-author):not(.entry-meta-avatar) {
margin-top: 16px;
}   .the-post .entry-content blockquote,
.the-page .entry-content blockquote  {
background: var(--blockquote-background-color, none);
padding: calc(var(--global-elements-margin) * 1.2);
text-align: center;
margin-bottom: calc(var(--default-content-margin) * 1.5);
}
blockquote p {
color:  var(--blockquote-default-color, var(--very-dark-grey));
}
blockquote p:first-of-type::before {
font-family: "fontello";
content: "\e80a";
margin-right: 0.5rem;
position: relative;
top: -0.3rem;
}
blockquote p:first-of-type::after {
font-family: "fontello";
content: "\e810";
margin-left: 0.5rem;
position: relative;
bottom: -0.5rem;
}
blockquote cite {
color:  var(--medium-grey);
} code,
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;
} .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);
} .tfm-featured-media { margin-top: 0;
margin: 0;
background: var(--post-background);
} @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;
}
} .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;
}  @media (max-width: 1600px) {
#tfm-hero.carousel[data-fullwidth="true"].cols-3 .article .entry-title {
font-size: var(--cols-2-entry-title-size);
}
}
@media (max-width: 1380px) {
.tfm-hero.cols-2[data-fullwidth="true"] .article.cover.has-post-media .entry-wrapper {
padding: var(--post-inner-elements-margin);
}
.tfm-hero[data-fullwidth="true"].cols-3 .article .entry-title {
font-size: var(--cols-2-entry-title-size);
}
#tfm-hero[data-fullwidth="true"].cols-4 .article .entry-title {
font-size: var(--cols-3-entry-title-size);
}
#tfm-hero[data-fullwidth="true"].cols-4.carousel .article .entry-title,
#tfm-hero[data-fullwidth="true"].cols-3.carousel .article .entry-title {
font-size: var(--cols-1-entry-title-size);
}
.tfm-hero[data-fullwidth="true"][data-centermode="true"] .slick-arrow {
right: calc(12% - 8px);
}
.tfm-hero[data-fullwidth="true"][data-centermode="true"] .slick-arrow.slick-prev {
right: auto;
left: calc(12% - 8px);
}
}
@media (max-width: 1300px) {
.tfm-hero[data-fullwidth="true"]:not([data-margins="false"]) {
max-width: var(--site-max-width);
padding-left: 0;
padding-right: 0;
}
.tfm-hero[data-fullwidth="true"].cols-2 .article .entry-title {
font-size: var(--cols-1-entry-title-size);
}
.tfm-hero.slick[data-arrows="true"][data-fullwidth="true"]:not([data-centermode="true"]) {
padding-left: 0;
padding-right: 0;
}
}
@media (max-width: 1200px) {
.site-header.default.has-search-input.has-secondary-nav .search-form,
.site-header.logo-split-menu.has-search-input .search-form,
.site-header.logo-left-menu-right.has-primary-nav.has-search-input .search-form,
.site-header.logo-below-nav.has-primary-nav.has-search-input .search-form,
.site-header.default-advert.has-search-input.has-primary-nav .search-form,
.site-header.logo-split-menu.has-split-menu-left.has-tfm-social-icons .tfm-social-icons-wrapper,
.site-header.logo-split-menu.has-split-menu-right.has-toggle-search .header-secondary-menu-wrapper,
.site-header.logo-split-menu.has-split-menu-left.has-third-nav .header-third-menu-wrapper,
.site-header.logo-left-menu-right.has-primary-nav.has-search-input.has-tfm-social-icons.has-secondary-nav .tfm-social-icons,
.site-header.logo-split-menu.has-split-menu-left.has-third-nav.has-tfm-social-icons .header-third-menu-wrapper,
.site-header.logo-left-menu-right.has-third-nav.has-primary-nav.has-tfm-social-icons .header-third-menu-wrapper,
.site-header.logo-below-nav.has-tfm-social-icons.has-third-nav.has-primary-nav .header-third-menu-wrapper,
.site-header.default-advert.has-third-nav.has-primary-nav.has-tfm-social-icons .header-third-menu-wrapper {
display: none;
}
.site-header.default.has-search-input.has-secondary-nav .toggle-search,
.site-header.logo-split-menu.has-search-input .toggle-search,
.site-header.logo-left-menu-right.has-primary-nav.has-search-input .toggle-search,
.site-header.logo-below-nav.has-primary-nav.has-search-input .toggle-search,
.site-header.default-advert.has-search-input.has-primary-nav .toggle-search {
display: flex;
}
.single:not(.has-logo-below-nav) .the-post > .article,
.page:not(.has-logo-below-nav) .the-page > .article,
.single:not(.has-logo-below-nav) .single-hero .article,
.single.has-sidebar:not(.has-logo-below-nav) .aside-sidebar {
margin-top: 0;
}
.single-hero.has-background {
margin-top: var(--post-margin);
}
body:not(.has-sidebar):not(.has-logo-below-nav) .the-post > .article.default .thumbnail-wrapper.alignfull,
body:not(.has-sidebar):not(.has-logo-below-nav) .the-post > .article.cover .cover-wrapper.alignfull,
body:not(.has-sidebar):not(.has-logo-below-nav) .the-page > .article.default .thumbnail-wrapper.alignfull,
body:not(.has-sidebar):not(.has-logo-below-nav) .the-page > .article.cover .cover-wrapper.alignfull {
margin-top: calc(0rem - var(--post-margin));
}
.has-sidebar .single-hero[data-thumbnails="false"].has-background .entry-wrapper,
.has-sidebar .single-hero.hero-cover[data-thumbnails="true"] .cover .entry-wrapper {
padding-left: 0;
padding-right: 0;
}
body:not(.has-sidebar) .the-page .default .thumbnail-wrapper.alignfull,
body:not(.has-sidebar) .the-page .cover .cover-wrapper.alignfull {
margin-top: calc(0px - var(--post-margin));
} .post-grid.list.cols-4 .article:not(.grid-style).has-post-media h3.entry-title,
.post-grid.list.cols-3 .article:not(.grid-style) h3.entry-title {
font-size: var(--cols-3-entry-title-size);
line-height: 1.1;
letter-spacing: -0.0625rem;
margin-bottom: calc(var(--post-inner-elements-margin) / 1.5);
}
.post-grid.list.cols-4 .article:not(.grid-style).has-post-media.has-category-meta h3.entry-title {
margin-top: calc(var(--post-inner-elements-margin) / 1.5);
} .tfm-hero[data-margins="false"][data-fullwidth="false"].has-post-thumbnails {
padding-left: 0;
padding-right: 0;
}
}
@media (max-width: 1200px) { 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%;
}  body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:not(.cover):not(.loop-sidebar) .post-inner,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:not(.cover):not(.loop-sidebar) .post-inner {
flex-direction: column;
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:not(.cover):not(.loop-sidebar) .entry-header,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:not(.cover):not(.loop-sidebar) .entry-header {
flex-direction: row-reverse;
display: flex;
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:not(.cover):not(.loop-sidebar).has-post-media .entry-header,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:not(.cover):not(.loop-sidebar).has-post-media .entry-header {
margin-top: calc(0rem - var(--post-padding) - 22px);
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:not(.cover):not(.loop-sidebar):not(.has-tfm-share-icons) .entry-header-section,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:not(.cover):not(.loop-sidebar):not(.has-tfm-share-icons) .entry-header-section {
margin-top: calc(var(--post-inner-elements-margin) * 1.65);
margin-left: calc(0px - 41px - 18px);
padding-top: 10px;
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:not(.cover):not(.loop-sidebar) .thumbnail-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:not(.cover):not(.loop-sidebar) .thumbnail-wrapper,
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:not(.cover):not(.loop-sidebar) .tfm-featured-media,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:not(.cover):not(.loop-sidebar) .tfm-featured-media {
padding-bottom: 0;
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:not(.cover):not(.loop-sidebar).has-avatar .tfm-after-title-meta .entry-meta-avatar,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:not(.cover):not(.loop-sidebar).has-avatar .tfm-after-title-meta .entry-meta-avatar {
display: none;
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:not(.cover):not(.loop-sidebar).has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:not(.cover):not(.loop-sidebar).has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li {
margin-top: 0;
position: static;
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:not(.cover):not(.loop-sidebar).has-avatar:not(.has-tfm-share-icons) .entry-meta.after-title .entry-meta-avatar,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:not(.cover):not(.loop-sidebar).has-avatar:not(.has-tfm-share-icons) .entry-meta.after-title .entry-meta-avatar {
display: block;
}
body:not(.has-sidebar) .asc-desc-full-width.has-tfm-share-icons .entry-meta-avatar a {
padding: 3px;
background: var(--post-background);
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover):not(.loop-sidebar).has-post-media .entry-meta.before-title {
position: absolute;
} body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar) .post-inner,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar) .post-inner {
display:flex;
flex-direction: row;
height: 100%;
padding: 0;
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover) .post-inner > *,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover) .post-inner > * {
width:100%;
flex-grow: 1;
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar) .post-inner div.thumbnail-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar) .post-inner div.thumbnail-wrapper,
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar) .post-inner .tfm-featured-media,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar) .post-inner .tfm-featured-media {
max-width: calc(((100% / 3) * 2) - ( var(--post-margin) / 3) * 2);
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover).thumbnail-wide .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(10n+10):not(.cover).thumbnail-wide .tfm-gallery-format-slideshow-wrapper {
max-width: 100% !important;
padding-bottom: var(--thumbnail-wide-padding);
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover).thumbnail-square .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(10n+10):not(.cover).thumbnail-square .tfm-gallery-format-slideshow-wrapper {
max-width: 100% !important;
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover).thumbnail-portrait .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(10n+10):not(.cover).thumbnail-portrait .tfm-gallery-format-slideshow-wrapper {
max-width: 100% !important;
padding-bottom: calc( var(--thumbnail-portrait-padding) - 19px);
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(10n+1):not(.cover).thumbnail-landscape .tfm-gallery-format-slideshow-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(10n+10):not(.cover).thumbnail-landscape .tfm-gallery-format-slideshow-wrapper {
max-width: 100% !important;
padding-bottom: calc(var(--thumbnail-landscape-padding) - 3px);
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:not(.loop-sidebar):nth-child(6n+1) .post-thumbnail,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:not(.loop-sidebar):nth-child(6n) .post-thumbnail {
height: 100%;
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar) .entry-header,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar) .entry-header {
margin-top: 0;
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar) .entry-header-section,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar) .entry-header-section {
margin-top: 0;
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar) .thumbnail-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar) .thumbnail-wrapper {
padding: var(--thumbnail-padding);
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover) .post-inner .entry-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover) .post-inner .entry-wrapper,
body:not(.has-sidebar) .post-grid.grid-asc.cols-3 .article:nth-child(6n+1):not(.cover) .post-inner .entry-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-2 .article:nth-child(3n):not(.cover) .post-inner .entry-wrapper,
body:not(.has-sidebar) .post-grid.grid-first-full .article:first-child:not(.cover) .post-inner .entry-wrapper  {
padding:  var(--post-padding);
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar) .post-inner div.entry-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar) .post-inner div.entry-wrapper {
width: calc(100% / 3);
padding-right: calc(var(--post-padding) + var(--thumbnail-padding));
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar) .entry-meta.before-title,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar) .entry-meta.before-title {
position: static; }
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-avatar:not(.has-tfm-share-icons) .entry-meta.after-title .entry-meta-avatar,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-avatar:not(.has-tfm-share-icons) .entry-meta.after-title .entry-meta-avatar {
display: none;
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-avatar:not(.has-tfm-share-icons) .tfm-after-title-meta .entry-meta-avatar,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-avatar:not(.has-tfm-share-icons) .tfm-after-title-meta .entry-meta-avatar {
display: block;
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-avatar.has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li.entry-meta-author,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-avatar.has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li.entry-meta-author {
position: absolute;
top: 4px;
left: 50px;
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-avatar.has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li:not(.entry-meta-avatar):not(.entry-meta-author),
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-avatar.has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li:not(.entry-meta-avatar):not(.entry-meta-author) {
margin-top: 18px;
}
.post-grid.grid-asc.cols-4 .article:nth-child(6n) h3[class*="title"],
.post-grid.grid-asc.cols-4 .article:nth-child(6n+5) h3[class*="title"],
.post-grid.grid-desc.cols-4 .article:nth-child(6n+4) h3[class*="title"],
.post-grid.grid-desc.cols-4 .article:nth-child(6n+5) h3[class*="title"],
.list-grid.cols-4 .article.grid-style h3[class*="title"],
.cols-4:not(.list):not(.list-grid)[data-posts="4"] .article:not(.first-full) h3[class*="title"]  {
font-size: var(--cols-2-entry-title-size);
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1) h3[class*="title"],
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(1) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(7) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(11) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(17) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(21) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(27) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(31) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(37) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(41) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(47) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(51) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(57) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(61) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(67) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(71) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(77) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(81) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(87) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(91) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(97) h3[class*="title"],
.post-grid.grid-offset.cols-4 .article:nth-child(101) h3[class*="title"],
#tfm-hero.carousel.cols-3 .article .entry-title,
#tfm-hero.tfm-hero.carousel.cols-4 .article .entry-title {
font-size: var(--cols-1-entry-title-size);
}
.has-sidebar .post-grid[class*="list"]:not(.cols-1):not(.list-grid) .article:not(.grid-style) h3[class*="title"],
.cols-4:not(.list):not(.list-grid) .article:not(.first-full) h3[class*="title"],
.cols-4.list-grid .article.grid-style h3[class*="title"] {
font-size: var(--cols-3-entry-title-size);
} .tfm-hero {
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;
} .cols-1 .loop-sidebar .widget_mc4wp_form_widget,
.cols-2 .loop-sidebar .widget_mc4wp_form_widget,
.grid-first-full .article:first-child.loop-sidebar .widget_mc4wp_form_widget,
.grid-asc .article:first-child.loop-sidebar .widget_mc4wp_form_widget,
.grid-asc.cols-4 .article:nth-child(10n+2).loop-sidebar .widget_mc4wp_form_widget,
.grid-asc.cols-4 .article:nth-child(10n+3).loop-sidebar .widget_mc4wp_form_widget,
.grid-asc.cols-4 .article:nth-child(10n+1).loop-sidebar .widget_mc4wp_form_widget,
.grid-desc.cols-4 .article:nth-child(10n+10).loop-sidebar .widget_mc4wp_form_widget,
.grid-asc.cols-3 .article:nth-child(6n).loop-sidebar .widget_mc4wp_form_widget,
.grid-asc.cols-3 .article:nth-child(6n+5).loop-sidebar .widget_mc4wp_form_widget,
.grid-asc.cols-3 .article:nth-child(6n+1).loop-sidebar .widget_mc4wp_form_widget,
.grid-desc.cols-4 .article:nth-child(10n+8).loop-sidebar .widget_mc4wp_form_widget,
.grid-desc.cols-4 .article:nth-child(10n+9).loop-sidebar .widget_mc4wp_form_widget,
.grid-desc.cols-3 .article:nth-child(6n+5).loop-sidebar .widget_mc4wp_form_widget,
.grid-desc.cols-3 .article:nth-child(6n+4).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-4 .article:nth-child(1).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-4 .article:nth-child(8).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-4 .article:nth-child(13).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-4 .article:nth-child(20).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-4 .article:nth-child(25).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-4 .article:nth-child(32).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-4 .article:nth-child(37).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-4 .article:nth-child(44).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-4 .article:nth-child(49).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-4 .article:nth-child(56).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-4 .article:nth-child(61).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-4 .article:nth-child(68).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-4 .article:nth-child(73).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-4 .article:nth-child(80).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-4 .article:nth-child(85).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-4 .article:nth-child(92).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-4 .article:nth-child(97).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-4 .article:nth-child(104).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-3 .article:nth-child(1).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-3 .article:nth-child(7).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-3 .article:nth-child(11).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-3 .article:nth-child(17).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-3 .article:nth-child(21).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-3 .article:nth-child(27).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-3 .article:nth-child(31).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-3 .article:nth-child(37).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-3 .article:nth-child(41).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-3 .article:nth-child(47).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-3 .article:nth-child(51).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-3 .article:nth-child(57).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-3 .article:nth-child(61).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-3 .article:nth-child(67).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-3 .article:nth-child(71).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-3 .article:nth-child(77).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-3 .article:nth-child(81).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-3 .article:nth-child(87).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-3 .article:nth-child(91).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-3 .article:nth-child(97).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-offset.cols-3 .article:nth-child(101).loop-sidebar .widget_mc4wp_form_widget,
.post-grid.grid-desc.cols-3 .article:nth-child(6n).loop-sidebar .widget_mc4wp_form_widget {
padding: var(--post-inner-elements-margin) !important;
}
.cols-1 .loop-sidebar .mc4wp-form-fields,
.grid-first-full .article:first-child:not(.cover).loop-sidebar .mc4wp-form-fields,
.grid-asc .article:first-child:not(.cover).loop-sidebar .mc4wp-form-fields,
.grid-asc.cols-4 .article:nth-child(10n+1).loop-sidebar .mc4wp-form-fields,
.grid-asc.cols-3 .article:nth-child(6n+1).loop-sidebar .mc4wp-form-fields,
.grid-asc.cols-2 .article:nth-child(3n+1).loop-sidebar .mc4wp-form-fields,
.grid-desc.cols-4 .article:nth-child(10n+10).loop-sidebar .mc4wp-form-fields,
.grid-desc.cols-3 .article:nth-child(6n).loop-sidebar .mc4wp-form-fields {
flex-direction: column;
}
.cols-1 .loop-sidebar .mc4wp-form-fields input:not([type="checkbox"]),
.grid-first-full .article:first-child:not(.cover).loop-sidebar .widget .mc4wp-form-fields input:not([type="checkbox"]),
.grid-asc .article:first-child:not(.cover).loop-sidebar .widget .mc4wp-form-fields input:not([type="checkbox"]),
.grid-asc.cols-4 .article:nth-child(10n+1).loop-sidebar .widget .mc4wp-form-fields input:not([type="checkbox"]),
.grid-asc.cols-3 .article:nth-child(6n+1).loop-sidebar .widget .mc4wp-form-fields input:not([type="checkbox"]),
.grid-asc.cols-2 .article:nth-child(3n+1).loop-sidebar .widget .mc4wp-form-fields input:not([type="checkbox"]),
.grid-desc.cols-4 .article:nth-child(10n+10).loop-sidebar .widget .mc4wp-form-fields input:not([type="checkbox"]),
.grid-desc.cols-3 .article:nth-child(6n).loop-sidebar .widget .mc4wp-form-fields input:not([type="checkbox"]) {
margin: 0 0 var(--global-elements-margin) 0;
width: auto;
border-radius:  var(--input-border-radius);
}
.cols-1 .loop-sidebar .widget .mc4wp-form-fields input:not([type="checkbox"]) button,
.cols-1 .loop-sidebar .widget .mc4wp-form-fields input:not([type="checkbox"]) input[type="submit"],
.grid-first-full .article:first-child:not(.cover).loop-sidebar .widget .mc4wp-form-fields button,
.grid-first-full .article:first-child:not(.cover).loop-sidebar .widget .mc4wp-form-fields input[type="submit"],
.grid-asc .article:first-child:not(.cover).loop-sidebar .widget .mc4wp-form-fields button,
.grid-asc .article:first-child:not(.cover).loop-sidebar .widget .mc4wp-form-fields input[type="submit"],
.grid-asc.cols-4 .article:nth-child(10n+1).loop-sidebar .widget .mc4wp-form-fields button,
.grid-asc.cols-4 .article:nth-child(10n+1).loop-sidebar .widget .mc4wp-form-fields input[type="submit"],
.grid-asc.cols-3 .article:nth-child(6n+1).loop-sidebar .widget .mc4wp-form-fields button,
.grid-asc.cols-3 .article:nth-child(6n+1).loop-sidebar .widget .mc4wp-form-fields input[type="submit"],
.grid-asc.cols-2 .article:nth-child(3n+1).loop-sidebar .widget .mc4wp-form-fields button,
.grid-asc.cols-2 .article:nth-child(3n+1).loop-sidebar .widget .mc4wp-form-fields input[type="submit"],
.grid-desc.cols-4 .article:nth-child(10n+10).loop-sidebar .widget .mc4wp-form-fields button,
.grid-desc.cols-4 .article:nth-child(10n+10).loop-sidebar .widget .mc4wp-form-fields input[type="submit"],
.grid-desc.cols-3 .article:nth-child(6n).loop-sidebar .widget .mc4wp-form-fields button,
.grid-desc.cols-3 .article:nth-child(6n).loop-sidebar .widget .mc4wp-form-fields input[type="submit"] {
margin-bottom: 0;
border-radius:  var(--input-border-radius);
}
.cols-1 .loop-sidebar .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
.grid-first-full .article:first-child:not(.cover).loop-sidebar .widget .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
.grid-asc .article:first-child:not(.cover).loop-sidebar .widget .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
.grid-asc.cols-4 .article:nth-child(10n+1).loop-sidebar .widget .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
.grid-asc.cols-3 .article:nth-child(6n+1).loop-sidebar .widget .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
.grid-asc.cols-2 .article:nth-child(3n+1).loop-sidebar .widget .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
.grid-desc.cols-4 .article:nth-child(10n+10).loop-sidebar .widget .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
.grid-desc.cols-3 .article:nth-child(6n).loop-sidebar .widget .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]) {
border-right:  1px solid #eeeeee;
border-radius:  var(--input-border-radius);
}
}
@media (max-width: 1060px) {
.hidden-mobile {
display: none;
}
.site-header.default.has-primary-nav,
.site-header.default-logo-left.has-primary-nav,
.site-header.default-advert.has-primary-nav:not(.has-search-input) {
padding-bottom: 0;
}
.mobile-header .site-logo .custom-logo {
width:  var(--custom-logo-width-mobile, 100px);
}
.mobile-header .site-logo {
max-width: calc(100% - (var(--post-margin) * 4));
}
.archive-header-inner {
padding-bottom:  var(--global-elements-margin);
} body:not(.has-sidebar) .post-grid.grid-first-full .article.first-full:not(.cover):not(.loop-sidebar) .post-inner,
body:not(.has-sidebar) .post-grid[class*="cols"] .article.asc-desc-full-width:not(.cover):not(.loop-sidebar) .post-inner,
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar) .post-inner,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar) .post-inner {
flex-direction: column !important;
}
body:not(.has-sidebar) .post-grid.grid-asc[class*="cols"] .article.post:not(.cover):not(.loop-sidebar) .post-inner > div[class*="wrapper"],
body:not(.has-sidebar) .post-grid.grid-desc[class*="cols"] .article.post:not(.cover):not(.loop-sidebar) .post-inner > div[class*="wrapper"],
body:not(.has-sidebar) .post-grid.grid-first-full .article.post.first-full:not(.cover):not(.loop-sidebar) .post-inner > div[class*="wrapper"],
body:not(.has-sidebar) .post-grid.grid-asc[class*="cols"] .article.page:not(.cover):not(.loop-sidebar) .post-inner > div[class*="wrapper"],
body:not(.has-sidebar) .post-grid.grid-desc[class*="cols"] .article.page:not(.cover):not(.loop-sidebar) .post-inner > div[class*="wrapper"],
body:not(.has-sidebar) .post-grid.grid-first-full .article.page.first-full:not(.cover):not(.loop-sidebar) .post-inner > div[class*="wrapper"],
body:not(.has-sidebar) .post-grid.grid-asc[class*="cols"] .article.post:not(.cover):not(.loop-sidebar) .post-inner > .tfm-featured-media,
body:not(.has-sidebar) .post-grid.grid-desc[class*="cols"] .article.post:not(.cover):not(.loop-sidebar) .post-inner > .tfm-featured-media,
body:not(.has-sidebar) .post-grid.grid-first-full .article.post.first-full:not(.cover):not(.loop-sidebar) .post-inner > .tfm-featured-media,
body:not(.has-sidebar) .post-grid.grid-asc[class*="cols"] .article.page:not(.cover):not(.loop-sidebar) .post-inner > .tfm-featured-media,
body:not(.has-sidebar) .post-grid.grid-desc[class*="cols"] .article.page:not(.cover):not(.loop-sidebar) .post-inner > .tfm-featured-media,
body:not(.has-sidebar) .post-grid.grid-first-full .article.page.first-full:not(.cover):not(.loop-sidebar) .post-inner > .tfm-featured-media  {
max-width: 100%;
width: 100%;
}
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar) .post-inner div.entry-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar) .post-inner div.entry-wrapper {
padding-right: var(--post-padding);
} .post-grid[class*="cols"]:not(.cols-1):not(.tfm-hero) .article h3[class*="title"],
.post-grid.list .article h3[class*="title"] {
font-size: 1.5rem !important;
letter-spacing: -0.0625rem !important;
}
.post-grid[class*="cols"] .article:not(.has-category-meta) h3.entry-title {
margin-top: 0;
}
.list-grid.cols-3 .article:nth-child(3n):not(.grid-style) .entry-header {
margin-top: calc(var(--post-inner-elements-margin) / 1.5) !important;
}
.post-grid[class*="list"] .article:not(.grid-style).has-excerpt:not(.has-background) .entry-header,
.post-grid[class*="list"] .article:not(.grid-style).has-read-more:not(.has-background) .entry-header {
margin-top: 0;
}
body:not(.has-sidebar) .article.has-avatar.first-full:not(.has-tfm-share-icons):not(.cover) .entry-meta.after-title .entry-meta-avatar,
.article.has-avatar.asc-desc-full-width:not(.has-tfm-share-icons):not(.cover) .entry-meta.after-title .entry-meta-avatar,
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-avatar:not(.has-tfm-share-icons) .entry-meta.after-title .entry-meta-avatar,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-avatar:not(.has-tfm-share-icons) .entry-meta.after-title .entry-meta-avatar,
body:not(.has-sidebar) .has-avatar.asc-desc-full-width:not(.has-tfm-share-icons):not(.cover) .entry-meta.after-title .entry-meta-avatar {
display: block;
}
body:not(.has-sidebar) .post-grid.grid-first-full .article:first-child:not(.cover):not(.loop-sidebar).has-avatar .entry-header-section,
body:not(.has-sidebar) .post-grid[class*="cols"] .article.asc-desc-full-width:not(.cover):not(.loop-sidebar).has-avatar .entry-header-section,
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-avatar .entry-header-section,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-avatar .entry-header-section {
margin-top: calc(var(--post-inner-elements-margin) * 1.65);
margin-left: calc(0px - 41px - 18px);
padding-top: 10px;
}
body:not(.has-sidebar) .post-grid.grid-first-full .article:first-child:not(.cover):not(.loop-sidebar).has-avatar.has-tfm-share-icons .entry-header-section,
body:not(.has-sidebar) .post-grid[class*="cols"] .article.asc-desc-full-width:not(.cover):not(.loop-sidebar).has-avatar.has-tfm-share-icons .entry-header-section,
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-avatar.has-tfm-share-icons .entry-header-section,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-avatar.has-tfm-share-icons .entry-header-section {
margin-left: 0;
padding-top: 0;
}
body:not(.has-sidebar) .post-grid.grid-first-full .article.first-full:not(.cover):not(.loop-sidebar).has-post-media .entry-header,
body:not(.has-sidebar) .post-grid[class*="cols"] .article.asc-desc-full-width:not(.cover):not(.loop-sidebar).has-post-media.has-avatar .entry-header,
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-post-media .entry-header,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-post-media .entry-header {
margin-top: calc(0rem - var(--post-padding) - 22px);
display: flex;
}
body:not(.has-sidebar) .post-grid.grid-first-full .article.first-full:not(.cover):not(.loop-sidebar).has-post-media .entry-meta.before-title,
body:not(.has-sidebar) .post-grid[class*="cols"] .article.asc-desc-full-width:not(.cover):not(.loop-sidebar).has-post-media .entry-meta.before-title,
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar) .entry-meta.before-title,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar) .entry-meta.before-title {
position: absolute;
}
body:not(.has-sidebar) .post-grid.grid-first-full .has-avatar.first-full .tfm-after-title-meta .entry-meta-avatar,
body:not(.has-sidebar) .post-grid .asc-desc-full-width.has-avatar .tfm-after-title-meta .entry-meta-avatar,
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-avatar .tfm-after-title-meta .entry-meta-avatar,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-avatar .tfm-after-title-meta .entry-meta-avatar {
display: none;
}
body:not(.has-sidebar) .post-grid.grid-first-full .article.has-avatar.first-full .tfm-after-title-meta .entry-meta-author,
body:not(.has-sidebar) .post-grid[class*="cols"] .has-avatar.asc-desc-full-width.has-author.has-date .tfm-after-title-meta .entry-meta-author,
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-avatar.has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li.entry-meta-author,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-avatar.has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li.entry-meta-author {
position: static !important;
}
.post-grid .article.first-full.has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li:not(.entry-meta-author):not(.entry-meta-avatar),
.post-grid .asc-desc-full-width.has-author.has-date:not(.has-tfm-share-icons).has-avatar .tfm-after-title-meta li:not(.entry-meta-author):not(.entry-meta-avatar),
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-avatar.has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li:not(.entry-meta-author):not(.entry-meta-avatar),
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-avatar.has-author.has-date:not(.has-tfm-share-icons) .tfm-after-title-meta li:not(.entry-meta-author):not(.entry-meta-avatar) {
position: static; 
margin-top: 0 !important;
}
body:not(.has-sidebar) .post-grid.grid-first-full .article.first-full:not(.cover):not(.loop-sidebar).has-post-media .thumbnail-wrapper,
body:not(.has-sidebar) .post-grid.grid-first-full .article.first-full:not(.cover):not(.loop-sidebar).has-post-media .tfm-featured-media,
body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.cover):not(.loop-sidebar).has-post-media .thumbnail-wrapper,
body:not(.has-sidebar) .post-grid .article.asc-desc-full-width:not(.cover):not(.loop-sidebar).has-post-media .tfm-featured-media,
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-post-media .thumbnail-wrapper,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-post-media .thumbnail-wrapper,
body:not(.has-sidebar) .post-grid.grid-asc.cols-4 .article:nth-child(6n+1):not(.cover):not(.loop-sidebar).has-post-media .tfm-featured-media,
body:not(.has-sidebar) .post-grid.grid-desc.cols-4 .article:nth-child(6n):not(.cover):not(.loop-sidebar).has-post-media .tfm-featured-media {
padding-bottom: 0;
}
.post-grid .has-avatar:not(.cover).first-full.has-post-media .entry-meta.after-title .entry-meta-avatar a,
.post-grid .has-avatar:not(.cover).asc-desc-full-width.has-post-media .entry-meta.after-title .entry-meta-avatar a {
display: block;
padding: 3px;
background: var(--post-background);
}
body:not(.has-sidebar) .has-avatar.has-date.has-author.first-full .after-title-meta li.entry-meta-author::after,
body:not(.has-sidebar) .has-avatar.has-date.has-author.asc-desc-full-width .after-title-meta li.entry-meta-author::after {
content: "\2013";
color:  var(--light-grey);
margin-left: 0.3125rem;
}
.has-sidebar .single-hero[data-thumbnails="false"] .entry-wrapper,
.has-sidebar .single-hero[data-thumbnails="false"].has-background .entry-wrapper,
.has-sidebar .single-hero.hero-cover[data-thumbnails="true"] .cover .entry-wrapper {
width: var(--content-width);
max-width: var(--content-max-width);
}
.has-sidebar .single-hero.hero-cover[data-thumbnails="true"][data-fullwidth="true"] .cover .entry-wrapper {
max-width: calc(var(--content-max-width) + 50px);
padding-left: 25px;
padding-right: 25px;
}
.has-sidebar .single-hero[data-thumbnails="false"][data-fullwidth="true"] .entry-wrapper {
padding-left: 0;
padding-right: 0;
width: var(--content-width);
max-width: var(--content-max-width);
}
.has-logo-below-nav .the-post > .article,
.has-logo-below-nav .the-page > .article,
.has-logo-below-nav .single-hero .article {
margin-top: 0;
}
.has-logo-below-nav .the-post > .article.default .thumbnail-wrapper.alignfull,
.has-logo-below-nav .the-post > .article.cover .cover-wrapper.alignfull {
margin-top: calc(0rem - var(--post-margin));
}
body:not(.home):not(.blog):not(.has-sidebar) .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.home.page .page .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
width: calc(var(--content-width) - (var(--post-margin) * 2));
max-width: calc(var(--content-max-width) - (var(--post-margin) * 2));
}
body .the-post > .article:not(.has-post-media):not(.has-background) .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.home.page .page:not(.has-post-media):not(.has-background) .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: var(--content-max-width);
width: var(--content-width);
}
body.has-logo-below-nav.has-tfm-breadcrumbs .the-post > .article.default .thumbnail-wrapper.alignfull,
body.has-logo-below-nav.has-tfm-breadcrumbs .the-post > .article.cover .cover-wrapper.alignfull {
margin-top: 0;
}
.has-logo-below-nav.has-tfm-breadcrumbs main {
margin-top: 0;
}
.has-logo-below-nav .single-hero[data-fullwidth="true"] {
margin-top: 0;
}
.wrap > .tfm-share-wrapper[class*="side"] {
display: none;
}
.hentry-footer .tfm-share-wrapper.side {
display: block;
}
.list-grid.cols-3 .article:nth-child(3n):not(.grid-style) .entry-header {
margin-top: calc(var(--post-inner-elements-margin) / 1.5) !important;
}
h1, .heading-size-1, .faux-heading:not(.site-logo):not(.site-title), .single-hero[data-thumbnails="false"] .article .entry-title, .single-hero[data-thumbnails="true"] .article .entry-title {
font-size: 2.75rem;
line-height: 1.138888889;
letter-spacing: -0.125rem;
}
.single-hero .article {
width: var(--content-width);
max-width: var(--content-max-width);
}
.single-hero[data-thumbnails="true"] .article:not(.cover) .entry-wrapper {
padding:  var(--post-inner-elements-margin) 0 var(--post-inner-elements-margin) 0;
width: 100%;
}
.single-hero[data-thumbnails="true"].has-background .article:not(.cover) .entry-wrapper {
padding:  var(--post-inner-elements-margin) 0 var(--post-inner-elements-margin) 0;
}
.single-hero[data-fullwidth="true"][data-thumbnails="true"] .article .entry-wrapper {
padding:  var(--post-inner-elements-margin) 0 0 0;
width: 100%;
}
.single-hero[data-fullwidth="true"][data-thumbnails="true"].has-background .article:not(.cover) .entry-wrapper {
padding:  var(--post-inner-elements-margin) var(--post-margin);
}
.post-grid.post-navigation.cols-2 .article.previous-article,
.post-grid.post-navigation.cols-2 .article.next-article {
margin: 0;
flex-basis: calc(100% / 2 - var(--post-margin));
} .tfm-hero:not([data-fullwidth="true"]) {
max-width: var(--mobile-site-max-width);
}
.tfm-hero.post-grid.grid.cols-3 .article:first-child  {
flex-basis: 100% !important
}
.tfm-hero.post-grid.grid.cols-3 .article {
flex-grow: 1;
}
.tfm-hero.cols-2 .article.has-background .entry-wrapper,
.tfm-hero[data-margins="false"].cols-2 .article .entry-wrapper,
.tfm-hero.cols-1 .article.has-post-thumbnail .entry-wrapper {
padding: var(--post-margin);
}
.tfm-hero.cols-1 .article.has-post-thumbnail:not(.has-background) .entry-wrapper {
padding-top: 0;
}
.tfm-hero.cols-1 .article.has-post-thumbnail.has-background .entry-wrapper {
padding: 0.67rem var(--post-inner-elements-margin) var(--post-inner-elements-margin) var(--post-inner-elements-margin) !important;
}
.tfm-hero.cols-2 .article.cover.has-post-thumbnail .entry-wrapper  {
padding: var(--post-inner-elements-margin);
}
.tfm-hero.cols-1 .article.cover.has-post-media .entry-wrapper {
padding:  var(--post-inner-elements-margin);
}
.tfm-hero[data-arrows="true"] .slick-arrow { 
display:none !important;
}
.tfm-hero.slick[data-arrows="true"] {
padding-bottom: 0;
}
.tfm-hero.slick[data-arrows="true"][data-margins="false"] {
padding-bottom: var(--post-margin);
}
.tfm-hero-background-wrapper .tfm-hero.slick[data-arrows="true"] {
padding-bottom: var(--post-margin);
}
#tfm-hero.post-grid.grid-offset[data-posts="2"] .article {
flex-basis: calc(100% / 2 - calc(var(--post-margin) * 2));
}
.tfm-hero.cols-1 .article .post-inner {
flex-direction: column;
}
.tfm-hero.cols-1 .has-post-media:not(.cover) .post-inner > * {
max-width: 100%;
}
.tfm-hero.cols-1[data-margins="true"] .article.has-post-thumbnail:not(.cover) .entry-wrapper {
padding: 1.125rem 0 0 0;
}
.tfm-hero.cols-1 .article.cover.has-post-thumbnail .entry-wrapper  {
padding: var(--post-inner-elements-margin);
}
.tfm-hero.slick[data-arrows="true"][data-margins="false"] {
padding-bottom: 0;
}
.tfm-hero.cols-1 .article.has-post-thumbnail.has-background:not(.cover) .entry-wrapper {
padding: 1.125rem var(--post-inner-elements-margin) var(--post-inner-elements-margin) var(--post-inner-elements-margin) !important;
}
.tfm-hero[data-margins="false"].grid.cols-3:not([data-fullwidth="true"]) .article:first-child .entry-wrapper {
padding-bottom:  var(--post-margin);
} #tfm-hero.tfm-hero.cols-4 .article .entry-title,
#tfm-hero.tfm-hero.cols-3 .article .entry-title,
#tfm-hero.tfm-hero.cols-2 .article .entry-title {
font-size: var(--cols-3-entry-title-size);
letter-spacing: -0.0625rem;
margin-top: calc(var(--post-inner-elements-margin) / 1.5);
margin-bottom: calc(var(--post-inner-elements-margin) / 1.5);
}
#tfm-hero.tfm-hero.cols-3 .article:first-child .entry-title,
#tfm-hero.tfm-hero.cols-1 .article:first-child .entry-title,
#tfm-hero.carousel[class*="cols"] .article .entry-title,
#tfm-hero.slider .article .entry-title {
font-size: var(--cols-1-entry-title-size);
} .columns-70-30-menu .footer-column-2 {
padding-left: 0;
}
.footer-column:not(.columns-70-30-menu) .footer-menu {
margin-bottom: 0;
}
.cols-1 .footer-menu,
.columns-70-30-menu.cols-2 .footer-menu {
border:0;
padding: 0;
}
.footer-nav li.menu-item-has-children:last-child {
margin-right: 0;
}
.tfm-before-footer-section .widget_mc4wp_form_widget {
max-width: 640px;
}
.footer-nav li {
flex-basis: 40%;
}
.footer-nav li.menu-item-has-children:not(:last-child) {
margin-right: 0;
}
.footer-nav li.menu-item-has-children:nth-child(odd) {
margin-right: calc(var(--post-margin) * 2);
}
body:not(.paged) .has-pagination-numbers .nav-links .page-numbers li:not(:last-child),
.paged .has-pagination-numbers .nav-links .page-numbers li:not(:first-child):not(:last-child) {
display: none;
}
.tfm-breadcrumbs.yoast > span, .tfm-breadcrumbs.navxt .tfm-breadcrumbs-inner {
max-width: var(--mobile-site-max-width);
}
.tfm-before-footer-section .site-footer-inner,
.tfm-before-footer-section {
max-width: calc( var(--mobile-site-max-width) - ( var(--post-margin) * 2));
} .has-tfm-featured-posts .archive-header-inner,
body:not(.has-tfm-featured-posts) .archive-description-wrap {
flex-direction: column !important;
}
.archive-header-inner .tfm-featured-posts {
margin: var(--global-elements-margin) 0 0 0;
}
.archive-header-inner .tfm-featured-posts .post-grid {
justify-content: flex-start;
gap: 32px;
}
.has-tfm-featured-posts .tfm-featured-posts .post-grid[class*="cols"]:not(.cols-1) .article {
margin: 0;
flex-basis:  calc(100% / 2 - var(--post-margin));
flex-grow:  1;
}
.archive-header-inner .tfm-featured-posts h5 {
text-align: left;
}
.archive-description-wrap p {
text-align: left;
font-size: 14px;
}
}
@media ( max-width:  640px) { .post-grid.grid-desc .article .post-inner,
.post-grid.grid-asc .article .post-inner {
flex-direction: column !important;
}
.post-grid.grid-desc .article:not(.cover) .post-inner > *,
.post-grid.grid-asc .article:not(.cover) .post-inner > * {
max-width:100% !important;
width: 100% !important;
} .post-grid[class*="cols"]:not(.cols-1):not(.tfm-hero) .article h3[class*="title"],
.post-grid.cols-1 .article h3[class*="title"],
.post-grid.list .article h3[class*="title"] {
font-size: var(--h3-font-size) !important;
} h1, .heading-size-1, .faux-heading:not(.site-logo):not(.site-title), .single-hero[data-thumbnails="false"] .article .entry-title, .single-hero[data-thumbnails="true"] .article .entry-title {
font-size: 2.5rem;
}
.post-grid[class*="list"] .article:not(.grid-style).has-excerpt:not(.has-background) .entry-header {
margin-top: calc(var(--post-inner-elements-margin) / 1.5);
}
.post-grid.list .article:not(.cover).has-avatar.has-post-media.has-background .entry-header {
margin-top: calc(0rem - var(--post-padding) - 22px);
z-index: 2;
display: flex;
flex-direction: row-reverse;
}
.post-grid.list .has-avatar.has-post-media .entry-header-section {
margin-top: calc(var(--post-inner-elements-margin) * 1.65);
margin-left: calc(0px - 41px - 18px);
padding-top: 10px;
}
.post-grid.list .has-avatar.has-post-media.has-tfm-share-icons .entry-header-section {
margin-left: 0;
padding-top: 0;
}
.post-grid.list .article:not(.cover).has-avatar.has-post-media.has-background .entry-meta.before-title {
position: absolute;
top: 25px;
right: 25px;
}
.post-grid.list .has-avatar:not(.has-tfm-share-icons):not(.cover).has-post-media .entry-meta.after-title .entry-meta-avatar {
display: block;
}
.post-grid.list .has-avatar:not(.cover) .entry-meta.after-title .entry-meta-avatar a {
display: block;
padding: 3px;
background: var(--post-background);
}
.list .has-avatar:not(.has-tfm-share-icons):not(.cover).has-post-media .tfm-after-title-meta .entry-meta-avatar {
display: none;
}
.post-grid.list .has-author.has-date.has-avatar:not(.has-tfm-share-icons).has-post-media .tfm-after-title-meta li.entry-meta-author {
position: static;
}
.post-grid.list .has-author.has-date.has-avatar:not(.has-tfm-share-icons).has-post-media .tfm-after-title-meta li:not(.entry-meta-author):not(.entry-meta-avatar) {
margin-top: 0;
}
.list .article:not(.cover) .thumbnail-wrapper,
.list .article:not(.cover) .wp-block-embed,
.list .article:not(.cover) .tfm-gallery-format-slideshow {
padding: var(--thumbnail-padding);
padding-bottom: 0;
}
.comment-form-author,
.comment-form-email {
float: none;
width: 100%;
}
.post-navigation .article:nth-of-type(2),
.post-navigation .article.next-article {
text-align: left;
margin: var(--post-margin);
margin-top: calc(var(--post-margin) * 2);
}
.post-navigation .article.next-article .entry-meta ul {
flex-direction: row;
}
.prev-next {
left: 0;
right: auto;
}
.tfm-before-footer-section .widget_mc4wp_form_widget,
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget_mc4wp_form_widget,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget_mc4wp_form_widget {
width: 100%;
align-items: center;
margin-left: auto;
margin-right: auto;
}
.tfm-before-footer-section .mc4wp-form-fields,
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget_mc4wp_form_widget form,
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget_mc4wp_form_widget form {
flex-direction: column;
width: 100%;
}
.tfm-before-footer-section .widget .mc4wp-form-fields input:not([type="checkbox"]),
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget .mc4wp-form-fields input:not([type="checkbox"]),
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget .mc4wp-form-fields input:not([type="checkbox"]) {
margin: 0 0 var(--global-elements-margin) 0;
width: auto;
border-radius:  var(--input-border-radius);
}
.tfm-before-footer-section .widget .mc4wp-form-fields button,
.tfm-before-footer-section .widget .mc4wp-form-fields input[type="submit"],
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget .mc4wp-form-fields button,
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .widget .mc4wp-form-fields input[type="submit"],
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget .mc4wp-form-fields button,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .widget .mc4wp-form-fields input[type="submit"]
{
margin-bottom: 0;
border-radius:  var(--input-border-radius);
}
.tfm-before-footer-section .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]),
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields input:not([type="submit"]):not([type="checkbox"]):not([type="button"]) {
border-right:  1px solid #eeeeee;
border-radius:  var(--input-border-radius) !important;
}
.footer-columns.cols-2:not(.columns-70-30-menu):not(.columns-70-30) .mc4wp-form-fields label,
.footer-columns.cols-2.columns-70-30 .footer-column:first-child .mc4wp-form-fields label {
text-align: center;
}
.title-404 {
font-size: 7.5rem;
}
.message-404 {
font-size: 1.75rem;
}
.entry-content ul:not([class*="wp-block"]),
.entry-content ul:not([class*="wp-block"]) {
margin-left: 0;
}
.entry-content li:not(.blocks-gallery-item):not([class*="wp-block"]) > ul,
.entry-content li:not(.blocks-gallery-item):not([class*="wp-block"]) > ol {
padding-left: 0;
}
.entry-content li:not(.blocks-gallery-item):not([class*="wp-block"]) {
word-wrap: break-word;
} #tfm-hero.tfm-hero[class*="cols"] .article .entry-title {
font-size: var(--cols-2-entry-title-size) !important;
}
}
@media (max-width:540px) {
.site-header {
margin-bottom: 0;
}
.mobile-header .site-logo .custom-logo {
width:  var(--custom-logo-width-small-mobile, 70px);
}
body:not(.home) .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
width: var(--mobile-content-width);
} .post-grid[class*="cols"]:not(.cols-1):not(.tfm-hero) .article h3[class*="title"],
.post-grid.cols-1 .article h3[class*="title"],
.post-grid.list .article h3[class*="title"] {
font-size: 1.625rem !important;
} .single-post main,
.page main {
margin-top: 0;
}
.the-post > .article:not(.has-background),
.the-page > .article:not(.has-background),
.single-hero.has-background,
.single-hero:not(.has-background)[data-thumbnails="true"] {
margin:0;
}
.the-post > .article,
.the-page > .article,
.the-post > .article:not(.has-background),
.the-page > .article:not(.has-background) {
margin-bottom: var(--post-margin);
}
.single .the-post > .article.default-alt,
.page .the-page > .article.default-alt,
.page .the-page > .article:not(.has-post-thumbnail) {
margin-top: var(--post-margin);
}
.the-post > .article:not(.has-post-thumbnail):not(.hero-default):not(.hero-cover):not(.format-video):not(.format-audio),
.the-post > .article.disabled-post-thumbnail:not(.hero-default):not(.hero-cover):not(.format-video):not(.format-audio),
.the-post > .article.default-alt {
margin-top: var(--post-margin);
} .the-post > .article:not(.has-post-media) .entry-header,
.the-post .article:not(.has-post-media) .entry-content.excerpt,
.the-page > .page:not(.has-post-media) .entry-header,
.the-page .article:not(.has-post-media) .entry-content.excerpt,
.home.page .page:not(.has-post-media) .entry-header,
.home.page .page:not(.has-post-media) .entry-content.excerpt {
max-width: var(--content-width);
}
body:not(.has-sidebar) .the-post > .article.default .thumbnail-wrapper.alignfull,
body:not(.has-sidebar) .the-post > .article.cover .cover-wrapper.alignfull,
body:not(.has-sidebar) .the-page > .article.default .thumbnail-wrapper.alignfull,
body:not(.has-sidebar) .the-page > .article.cover .cover-wrapper.alignfull {
margin-top: 0 !important;
}
body:not(.home):not(.blog):not(.has-sidebar) .the-post > .article:not(.has-background) .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.home.page .page .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
width: var(--content-width);
max-width: var(--content-max-width);
}
.the-post > .article .thumbnail-wrapper:not(.alignfull) .post-thumbnail,
.the-page > .article .thumbnail-wrapper:not(.alignfull) .post-thumbnail {
margin-left: 0;
margin-right: 0;
}
.the-post > .article .thumbnail-wrapper:not(.alignfull),
.the-post > .article .wp-block-embed,
.the-post > .article .tfm-gallery-format-slideshow,
.the-post > .article .wp-block-embed .wp-block-embed__wrapper,
.single-hero .article {
padding: 0;
box-shadow: none;
border-radius: 0;
}
.the-post > .article .thumbnail-wrapper .post-thumbnail,
.the-page > .article .thumbnail-wrapper .post-thumbnail,
.post-thumbnail.has-figcaption img,
.single-post .tfm-gallery-format-slideshow .slick-list,
.single-hero .article .post-thumbnail,
.the-post > .article:not(.has-background) .thumbnail-wrapper:not(.alignfull) {
border-radius: 0;
}
.single-hero .article {
margin-top: 0;
margin-left: 0;
margin-right: 0;
}
.single-hero[data-fullwidth="true"].has-background .article {
padding: 0;
}
.single-hero.has-background .article .entry-wrapper {
padding: var(--post-margin) 0;
}
.single-hero[data-fullwidth="true"][data-thumbnails="true"] .article .entry-wrapper {
padding: var(--post-inner-elements-margin) 0 0 0;
}
.single-hero.hero-cover[data-thumbnails="true"] .cover .entry-wrapper,
.has-sidebar .the-post .article.cover.has-post-media .entry-wrapper,
.the-post .article.cover.has-post-media .entry-wrapper,
.the-post .article.cover.has-post-media .alignfull .entry-wrapper  {
padding: var(--post-inner-elements-margin) 0;
width:  var(--content-width);
}
.single-hero[data-fullwidth="true"][data-thumbnails="true"].has-background .article .entry-wrapper,
.has-sidebar .single-hero.hero-cover[data-thumbnails="true"] .cover .entry-wrapper {
padding:  var(--post-inner-elements-margin) 0 var(--post-margin) 0 !important;
}
.has-sidebar .single-hero.has-background:not([data-fullwidth="true"]) .article .post-inner,
.has-sidebar .single-hero.hero-cover .cover.has-post-media .entry-wrapper,
.single-hero.hero-cover .cover.has-post-media .entry-wrapper {
padding-left: 0;
padding-right: 0;
}
.the-post .default .thumbnail-wrapper.alignfull,
.the-post .default.post_format-post-format-video .post-inner > .wp-block-embed.is-type-video.alignfull,
.the-post .default.post_format-post-format-audio .post-inner > .wp-block-embed.is-type-audio.alignfull {
margin-top: calc(0px - var(--post-margin));
}
.post-thumbnail.has-figcaption + figcaption {
font-size: 0.75rem;
}
.alignfull .post-thumbnail.has-figcaption + figcaption {
padding-left: 0;
padding-right: 0;
font-size: 0.75rem;
}
.hentry-footer {
max-width: var(--content-width);
}
div.comments-area {
width: 100%;
padding:  var(--global-elements-margin);
}
.entry-content > :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.the-post .excerpt,
.single-hero .excerpt {
font-size: var(--body-font-size);
}
h1, .heading-size-1, .faux-heading:not(.site-logo):not(.site-title), .single-hero[data-thumbnails="false"] .article .entry-title, .single-hero[data-thumbnails="true"] .article .entry-title {
font-size: 2.25rem;
letter-spacing: -0.0625rem;
}
h2, .heading-size-2,
.related-posts-header h2,
.post-navigation h2 {
font-size: 1.625rem;
}
h3, .heading-size-3 {
font-size: 1.25rem;
letter-spacing: -0.03125rem;
}
h4, .heading-size-4 {
font-size: 1.125rem;
letter-spacing: -0.03125rem;
}
h5, .heading-size-5 {
font-size: 1rem;
letter-spacing: normal;
}
h6, .heading-size-6 {
font-size: 0.875rem;
letter-spacing: normal;
}
.section-header h2:not(.toggle-comments) {
font-size: 1.625rem;
}
.archive-header,
.author-bio > div {
font-size: 0.875rem;
}
.cover .entry-read-more {
display: none;
}
.cover.article.has-read-more .entry-meta.after-title .entry-meta-read-time {
display: block;
}
.cover.has-read-more .after-title-meta li:not(.entry-meta-avatar):not(.entry-meta-author):not(:last-child)::after {
content: "\00B7";
color: var(--light-grey);
margin-left: 0.3125rem;
}
.tfm-breadcrumbs.navxt span, .tfm-breadcrumbs.yoast span a, .tfm-breadcrumbs.yoast span.breadcrumb_last {
font-size: 0.75rem;
} .has-backtotop .wp-dark-mode-switcher.floating.style-2.right_bottom {
right: -12px;
}
#tfm-hero .article .entry-title {
letter-spacing: -0.0625rem !important;
}
.tfm-hero[class*="cols"]:not([data-margins="false"]) .article:not(.has-background) .entry-wrapper {
padding:  0 var(--post-margin) !important;
}
.tfm-hero[class*="cols"] .article.cover .entry-wrapper {
padding:  var(--post-margin) !important;
}
}
@media (max-width: 480px) { .post-grid[class*="cols"]:not(.cols-1):not(.tfm-hero) .article h3[class*="title"],
.post-grid.cols-1 .article h3[class*="title"],
.post-grid.list .article h3[class*="title"] {
font-size: 1.5rem !important;
}
h1:not(.archive-title), .heading-size-1, .faux-heading:not(.site-logo):not(.site-title) {
font-size: 2rem !important;
}
.title-404 {
font-size: 5rem !important;
}
.tfm-social-icons .tfm-social-icon,
.child-categories a  {
font-size: 0.75rem !important;
}
.tfm-link-more {
margin: 0.5rem 0 0 0;
}
.has-title.has-subtitle .tfm-link-more {
margin-top: 0;
margin-bottom: 0;
}
}
   .has-primary-theme-color-background-color {
background: var(--primary-theme-color) !important;
}
.has-secondary-theme-color-background-color {
background: var(--secondary-theme-color) !important;
}
.has-tertiary-theme-color-background-color {
background: var(--tertiary-theme-color) !important;
}
.has-quaternary-theme-color-background-color {
background: var(--quaternary-theme-color) !important;
}
.has-quinary-theme-color-background-color {
background: var(--quinary-theme-color) !important;
}
.has-black-background-color {
background: #000000 !important;
}
.has-white-background-color {
background: #ffffff !important;
}
.has-very-dark-grey-background-color {
background: var(--very-dark-grey) !important;
}
.has-dark-grey-background-color {
background: var(--dark-grey) !important;
}
.has-medium-grey-background-color {
background: var(--medium-grey) !important;
}
.has-light-grey-background-color {
background: var(--light-grey) !important;
}
.has-very-light-grey-background-color {
background: var(--very-light-grey) !important;
} .has-primary-theme-color-color {
color: var(--primary-theme-color);
}
.has-secondary-theme-color-color {
color: var(--secondary-theme-color);
}
.has-tertiary-theme-color-color {
color: var(--tertiary-theme-color);
}
.has-quaternary-theme-color-color {
color: var(--quaternary-theme-color);
}
.has-quinary-theme-color-color {
color: var(--quinary-theme-color);
}
.has-black-color {
color: #000000;
}
.has-white-color {
color: #ffffff;
}
.has-very-dark-grey-color {
color: #131315;
}
.has-dark-grey-color {
color: #44464b;
}
.has-medium-grey-color {
color: #94979e;
}
.has-light-grey-color {
color: #cfd0d2;
}
.has-very-light-grey-color {
color: #f2f2f3;
} .has-primary-theme-color-border-color {
border-color: var(--primary-theme-color);
}
.has-secondary-theme-color-border-color {
border-color: var(--secondary-theme-color);
}
.has-tertiary-theme-color-border-color {
border-color: var(--tertiary-theme-color);
}
.has-quaternary-theme-color-border-color {
border-color: var(--quaternary-theme-color);
}
.has-quinary-theme-color-border-color {
border-color: var(--quinary-theme-color);
}
.has-black-color-border-color {
border-color: var(--black);
}
.has-white-color-border-color {
border-color: var(--white);
}
.has-very-dark-grey-color-border-color {
border-color: var(--very-dark-grey);
}
.has-dark-grey-color-border-color {
border-color: var(--dark-grey);
}
.has-medium-grey-color-border-color {
border-color: var(--medium-grey);
}
.has-light-grey-color-border-color {
color: var(--light-grey);
}
.has-very-light-grey-color-border-color {
border-color: var(--very-light-grey);
} .has-text-align-right {
text-align: right !important;
}
.has-text-align-left {
text-align: left !important;
}
.wp-block-spacer,
.wp-block-group__inner-container div.wp-block-spacer {
margin-top: 0;
margin-bottom: 0;
} .entry-content [class*="wp-block"] {
margin-bottom: calc(var(--default-content-margin) + ( var(--default-content-margin) / 3));
margin-top: calc(var(--default-content-margin) + ( var(--default-content-margin) / 3));
}
.entry-content > [class*="wp-block"] + [class*="wp-block"]  {
margin-top: calc(var(--default-content-margin) + 17px);
}
[class*="wp-block"] [class*="wp-block"] {
margin-top: 0;
margin-bottom: 0;
}
.entry-content > [class*="wp-block"]  {
margin-top: 0;
}
.entry-content p + [class*="wp-block"]   {
margin-top: calc(var(--default-content-margin) + ( var(--default-content-margin) / 3));
}
.wp-block-group__inner-container [class*="wp-block"] {
margin-bottom: calc(var(--default-content-margin) + ( var(--default-content-margin) / 3));
margin-top: calc(var(--default-content-margin) + ( var(--default-content-margin) / 3));
}
.wp-block-group__inner-container [class*="wp-block"]:last-child {
margin-bottom: 0;
}
.entry-content [class*="wp-block"].alignleft,
.entry-content [class*="wp-block"].alignright {
max-width: calc(var(--content-max-width) / 2);
margin-top: 0.6rem;
}
.has-x-large-font-size,
.has-large-font-size {
letter-spacing: -1.2px;
background: none;
}
.has-x-large-font-size p,
.has-large-font-size p {
line-height: 1.2;
} .wp-block-image .alignleft {
margin: 0.2rem 2rem 0 0;
}
.wp-block-image .alignright {
margin: 0.2rem 0 0 2rem;
} .wp-block-button .wp-block-button__link {
margin: 0;
}
.wp-block-button:not(.has-custom-font-size) .wp-block-button__link {
font-size: var(--button-font-size);
display: inline-block;
}
.wp-block-button.is-style-outline .wp-block-button__link {
border:  1px solid var(--light-grey);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
background: var(--very-light-grey);
color:  var(--black);
}
.wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 0;
}
.wp-block-buttons .wp-block-button.alignleft {
margin-right: 2rem;
}
.wp-block-buttons .wp-block-button.alignright {
margin-left: 2rem;
}
@media ( max-width: 540px) {
.the-post .entry-content .wp-block-button.alignleft,
.the-post .entry-content .wp-block-button.alignright {
display: block;
}
}
.wp-block-file .wp-block-file__button {
font-size: 0.9375rem;
} .entry-content .wp-block-cover .wp-block-cover__gradient-background,
.entry-content .wp-block-cover .wp-block-cover__image-background {
margin: 0;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.entry-content .wp-block-cover-image .wp-block-cover__inner-container,
.entry-content .wp-block-cover .wp-block-cover__inner-container {
max-width: var(--site-width);
padding: 2rem 2rem 2rem 2rem;
margin-top: 0;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
padding: 2rem;
}
.entry-content .wp-block-cover > p.wp-block-cover-text {
color: var(--white);
z-index: 2000;
position: relative;
margin-top: 0;
}
.the-post > .article .entry-content .wp-block-cover p.wp-block-cover-text a,
.the-post > .article .entry-content .wp-block-cover p:not(.has-text-color) a {
color:  var(--white);
text-decoration: none;
}
.the-post > .article .entry-content .wp-block-cover p.wp-block-cover-text a:hover,
.the-post > .article .entry-content .wp-block-cover p.wp-block-cover-text a:focus,
.the-post > .article .entry-content .wp-block-cover p:not(.has-text-color) a:hover,
.the-post > .article .entry-content .wp-block-cover p:not(.has-text-color) a:focus {
color:  var(--white);
text-decoration: none;
}
.the-post > .article .entry-content .wp-block-cover p.has-text-color a {
color:  inherit;
text-decoration: none;
}
.the-post > .article .entry-content .wp-block-cover p.has-text-color a:hover,
.the-post > .article .entry-content .wp-block-cover p.has-text-color a:focus {
color:  inherit;
text-decoration: none;
}
.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
color: var(--white);
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
max-width: var(--content-max-width);
} .wp-block-cover blockquote.wp-block-quote,
.wp-block-cover blockquote {
max-width: var(--content-max-width);
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
}
.wp-block-cover span.has-light-grey-background-color + .wp-block-cover__inner-container blockquote:not(.is-style-large) p,
.wp-block-cover span.has-very-light-grey-background-color + .wp-block-cover__inner-container blockquote:not(.is-style-large) p,
.wp-block-cover span.has-tertiary-theme-color-background-color + .wp-block-cover__inner-container blockquote:not(.is-style-large) p {
color:  var(--single-entry-font-color);
}
.wp-block-cover img + div .wp-block-quote.is-style-large p  {
color:  #fff !important;
}
.wp-block-cover .wp-block-cover__inner-container > h2,
.wp-block-cover .wp-block-cover__inner-container > h3 {
margin-top: 0;
} .entry-content .wp-block-gallery {
margin-bottom: calc(var(--default-content-margin) - 0.75rem);
display: flex;
}
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-gallery .wp-block-image figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
font-size: 0.8125rem;
padding: var(--default-content-margin);
border-bottom-left-radius: var(--image-embed-border-radius, 0);
border-bottom-right-radius: var(--image-embed-border-radius, 0);
}
ul.wp-block-gallery.alignleft {
display: flex;
}
.blocks-gallery-caption {
color:  var(--medium-grey);
margin-bottom: calc( var(--default-content-margin) - 0.5rem);
margin-top: 1rem;
}
.wp-block-image figcaption {
color: var(--medium-grey);
margin-top: calc(var(--default-content-margin) + 12px);
margin-bottom: -4px;
}
.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption {
margin-top: 1rem;
} .entry-content .wp-block-column + .wp-block-column {
margin: 0;
}
.wp-block-columns.alignfull {
padding-left: 2em;
padding-right: 2em;
}
.wp-block-column > *:first-child {
margin-top: 0;
}
.wp-block-column > *:last-child {
margin-bottom: 0;
}
@media (max-width: 1250px) {
.wp-block-columns.alignfull {
padding-left: var(--post-margin);
padding-right: var(--post-margin);
}
}
@media (min-width: 600px) and (max-width: 781px) {
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
flex-grow: 1;
}
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(n+3) {
margin-top: var(--default-content-margin);
}
}
@media (max-width: 599px) {
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
margin-top: var(--default-content-margin);
}
} .entry-content .wp-block-media-text *[class*="wp-block"] {
margin-top: 0;
}
@media (max-width:600px) { .wp-block-media-text {
grid-template-columns: 100% !important;
}
.wp-block-media-text .wp-block-media-text__content {
width: 100%;
padding: var(--global-elements-margin) 0 0 0;
}
.wp-block-media-text .wp-block-media-text__media {
width: 100%;
grid-column: 1;
grid-row: 1;
}
.wp-block-media-text .wp-block-media-text__content {
grid-column: 1;
grid-row: 2;
}
.wp-block-media-text.alignfull .wp-block-media-text__content {
padding-right: var(--global-elements-margin);
padding-left:  var(--global-elements-margin);
}
} .wp-block-quote {
padding: calc(var(--global-elements-margin) * 1.2) calc(var(--global-elements-margin) * 1.4); border-color: var(--blockquote-border-color, var(--primary-theme-color));
border-width: 0 0 0 0.4rem;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
padding: calc(var(--global-elements-margin) * 2);
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
font-style: normal;
color:  var(--blockquote-is-large-font-color, var(--primary-theme-color));
letter-spacing: -0.5px;
line-height: 1.3;
font-family: var(--title-font);
}
.wp-block-quote.has-large-font-size p,
.wp-block-quote.has-x-large-font-size p {
line-height: 1.2;
}
.wp-block-quote cite {
color:  var(--medium-grey);
letter-spacing: normal
}
.wp-block-quote:not(.has-small-font-size) cite {
font-size: 1.0625rem !important;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
margin-top: 1rem;
} .wp-block-pullquote {
padding: 0;
clear: both;
border-width: 4px;
}
.wp-block-pullquote blockquote {
background: none;
margin: 0 auto;
border-left: 0; padding: calc(var(--global-elements-margin) * 2);
max-width:  var(--content-max-width);
}
.wp-block-pullquote.has-background blockquote {
padding-top: calc(var(--global-elements-margin) * 2.5);
padding-bottom: calc(var(--global-elements-margin) * 2.5);
}
.wp-block-pullquote:not([class*="font-size"]):not([style*="font-size"]) p {
font-size: var(--single-entry-font-size);
line-height: 1.4;
}
.wp-block-pullquote:not(.has-text-color) .wp-block-pullquote__citation,
.wp-block-pullquote:not(.has-text-color) .wp-block-pullquote cite,
.wp-block-pullquote:not(.has-text-color) .wp-block-pullquote footer {
color:  var(--medium-grey);
} .wp-block-pullquote.has-small-font-size p,
.wp-block-pullquote[style*="font-size"] p {
font-size: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote {
max-width: 100%;
margin: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
font-size: var(--single-entry-font-size);
}
.wp-block-quote.has-text-align-right cite::before,
.wp-block-pullquote.has-text-align-right cite::before {
left: auto;
right: 0;
}
.wp-block-quote.has-text-align-left cite::before,
.wp-block-pullquote.has-text-align-left cite::before {
left: 0;
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright, .wp-block-pullquote.has-text-align-left, .wp-block-pullquote.has-text-align-right {
max-width: calc((var(--content-max-width) / 2));
}
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p, .wp-block-pullquote.has-text-align-left p, .wp-block-pullquote.has-text-align-right p {
font-size: inherit;
}
.has-x-large-font-size p:first-of-type::before {
top: -0.8rem;
margin-right: 1rem;
}
.has-x-large-font-size p:first-of-type::after {
margin-left: 1rem;
bottom: -0.8rem;
} .wp-block-embed[class*="twitter"]:not(.alignleft):not(.alignright) .wp-block-embed__wrapper,
.wp-block-embed[class*="facebook"]:not(.alignleft):not(.alignright) .wp-block-embed__wrapper {
display: flex;
flex-direction: column;
}
.wp-block-embed[class*="twitter"]:not(.alignleft):not(.alignright) .wp-block-embed__wrapper .twitter-tweet,
.wp-block-embed[class*="facebook"]:not(.alignleft):not(.alignright) .wp-block-embed__wrapper .fb-post.fb_iframe_widget {
align-self: center;
display: flex;
}
.wp-block-embed figcaption {
color: var(--medium-grey);
margin-top: calc(var(--default-content-margin) + 12px);
}
.wp-block-embed-twitter figcaption {
margin-top: var(--default-content-margin);
}
.wp-block-video figcaption {
color:  var(--medium-grey);
margin-top: calc(var(--default-content-margin) + 12px);
} .wp-block-code {
border: 0;
margin: 0 auto;
padding: 0;
}
.wp-block-code > code {
background: var(--white);
border: 1px solid var(--light-grey);
color: var(--dark-grey);
padding: calc(var(--global-elements-margin));
display: block;
margin: 1rem 0;
border-radius:  0.2rem;
}
.wp-block-table table {
margin: 0;
}
.wp-block-table td, .wp-block-table th {
border: 1px solid var(--off-white);
line-height: 1.4;
margin: 0;
overflow: visible;
padding: 0.75rem;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
background-color: var(--off-white);
}
pre.wp-block-verse {
color:  var(--dark-grey);
border:  3px double var(--light-grey);
} .wp-block-archives-list,
.wp-block-categories-list {
list-style: none;
padding: 0;
}
.wp-block-archives-list li,
.wp-block-categories-list li {
margin: 0;
border-bottom: 1px solid var(--widget-border-color);
font-size: 0.9375rem;
}
.wp-block-archives-list li a,
.wp-block-categories-list li a {
display: inline-block;
padding: 0.625rem 0;
text-decoration: none !important;
color:  var(--black) !important;
}
.wp-block-archives-list span.tfm-count,
.wp-block-categories-list span.tfm-count {
float: right;
margin-top: 0.75rem;
color: var(--entry-meta-link-color);
background: var(--very-light-grey);
letter-spacing: 1px;
}
.wp-block-categories li ul.children {
list-style:none !important;
margin:0;
border-top: 1px solid var(--widget-border-color);
}
.wp-block-categories li ul.children li:last-child {
border:none;
}
.wp-block-categories li ul.children li:before {
content:none;
}
.wp-block-categories ul.children li a {
color: var(--medium-grey);
} ol.wp-block-latest-comments {
margin-left: auto;
padding: 0;
display: flex;
gap: 2rem;
flex-direction: column;
}
ol.wp-block-latest-comments li {
margin: 1.25rem 0;
border: 1px solid var(--very-light-grey);
padding:  1.5rem;
display: block;
font-size: 0.9375rem;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
border:  2px solid var(--light-grey);
padding: 3px;
width: 44px;
height: 44px;
margin: 0;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
margin-left: 0;
padding-top: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
font-style: italic;
color:  var(--medium-grey);
}
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a.wp-block-latest-comments__comment-author {
font-style: normal;
color:  var(--very-dark-grey);
text-decoration: none;
font-weight: 600;
}
.wp-block-latest-comments .wp-block-latest-comments .avatar,
.wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
margin-right: 0.75rem;
}
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a.wp-block-latest-comments__comment-link {
font-weight: 600;
font-family: var(--title-font);
font-size: var(--cols-4-entry-title-size);
line-height: 1.3;
font-style: normal;
padding: 0;
display: block;
color:  var(--very-dark-grey);
text-decoration: none;
margin: 1rem 0;
float: left;
width: 100%;
}
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a.wp-block-latest-comments__comment-link:hover {
color:  var(--very-dark-grey);
text-decoration: none;
}
.wp-block-latest-comments:not(.has-excerpts):not(.has-dates) .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a.wp-block-latest-comments__comment-link {
margin-bottom: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-author {
font-style: normal;
display: inline-block;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-author {
padding: 0.625rem 0;
}
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
margin-top: 1rem;
color:  var(--medium-grey);
float: left;
}
.entry-content .wp-block-latest-comments:not(.has-dates) .wp-block-latest-comments__comment-excerpt {
margin-top: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
line-height: 1.3;
font-size: 0.875rem;
margin-bottom: 0;
margin-top: 0;
}
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-date {
font-style: normal;
color:  var(--medium-grey);
font-size: 0.8125rem;
margin-top: 0;
float: left;
width: 100%;
} .wp-block-latest-posts__list:not(.is-grid) {
display: flex;
flex-direction: column;
gap: 2rem;
}
.wp-block-latest-posts__list li {
padding: 0;
margin: 0;
border:  1px solid var(--very-light-grey);
font-size: 0.9375rem;
float: left;
width: 100%;
position: relative;
display: flex;
flex-direction: column;
gap: 1rem;
padding: 1rem !important;
}
.wp-block-latest-posts__list.alignleft:not(.is-grid) li,
.wp-block-latest-posts__list.alignright:not(.is-grid) li {
margin: 0.75rem 0;
}
.wp-block-latest-posts__list:not(.is-grid) li:first-child {
margin-top: 0 !important;
}
.wp-block-latest-posts__list:not(.is-grid) li:last-child {
margin-bottom: 0 !important;
}
.wp-block-latest-posts__list li > * {
margin: 1.5rem;
}
.wp-block-latest-posts__list li a {
color:  var(--latest-posts-list-link-color, var(--entry-title-link-color)) !important;
text-decoration: none !important;
font-family: var(--title-font);
font-weight: 600; margin: 0; font-size: var(--cols-4-entry-title-size);
line-height: 1.2;
}
.wp-block-latest-posts__list.alignleft li a,
.wp-block-latest-posts__list.alignright li a {
font-size: 1.1rem;
}
.wp-block-latest-posts__list li > * {
z-index: 2;
position: relative;
}
.wp-block-latest-posts__list li > *:not(:first-child) { } .wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft + a,
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright + a {
margin-right: 0;
}
.wp-block-latest-posts__list li .wp-block-latest-posts__post-author {
float: left;
margin-right: 0.3125rem;
margin-bottom: 0;
}
.wp-block-latest-posts__list:not(.has-dates) li .wp-block-latest-posts__post-author {
margin-bottom: 1.5rem;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft + a +  .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright + a + .wp-block-latest-posts__post-author  {
margin-left: 0;
}
.wp-block-latest-posts__list.has-dates .wp-block-latest-posts__post-author::after {
content: "\00B7";
color:  var(--light-grey);
margin-left: 0.3125rem;
}
.entry-content .wp-block-latest-posts__list .wp-block-latest-posts__post-date {
color:  var(--medium-grey);
font-size: 0.8125rem;
float: left;
margin:0;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft + a +  .wp-block-latest-posts__post-date,
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright + a + .wp-block-latest-posts__post-date,
.wp-block-latest-posts__list.has-author .wp-block-latest-posts__post-date {
margin-left: 0;
} 
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
font-size: .8125rem;
}
.entry-content .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
color: var(--excerpt-color, var(--entry-meta-color));
font-size: 0.875rem;
line-height: 1.4;
margin-top: 0;
margin-bottom: 1.5rem;
float: left;
}
.wp-block-latest-posts__list[class*="has-"] .wp-block-latest-posts__post-excerpt {
margin-top: 0px;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft + a +  div + time + .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright + a +  div + time + .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft + a +  div + .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright + a +  div + .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft + a +  time + .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright + a +  time + .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts__list:not([class*="has-"]) .wp-block-latest-posts__featured-image.alignleft + a + .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts__list:not([class*="has-"]) .wp-block-latest-posts__featured-image.alignright + a + .wp-block-latest-posts__post-excerpt  {
margin-left: 0;
margin-top: calc(var(--post-inner-elements-margin) / 2);
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image {
position: static;
}
.wp-block-latest-posts__featured-image:not(.alignleft):not(.alignright) {
margin-bottom: calc(var(--post-inner-elements-margin) / 2);
}
.wp-block-latest-posts__featured-image img {
max-width: 100% !important;
border-radius: var(--post-thumbnail-border-radius);
}
.wp-block-latest-posts__featured-image::after {
content: '';
width: 100%;
height: 100%;
border:  1px solid var(--single-body-background);
background: none;
position: absolute;
top: -1px;
left: -1px;
z-index: 0;
}
.wp-block-latest-posts__featured-image.aligncenter img {
margin: auto;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft {
margin-right: 1.5em;
max-width: 50%
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright {
margin-left: 1.5em;
max-width: 50%;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image a {
margin: 0;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft {
margin: 0;
margin-right:  1.5rem;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright {
margin: 0;
margin-left:  1.5rem;
} .wp-block-latest-posts__list.is-grid li a {
font-size: 1.1rem;
}
.wp-block-latest-posts__list.columns-2 li a {
font-size: var(--cols-4-entry-title-size);
}
.wp-block-latest-posts__list.columns-2 li .wp-block-latest-posts__featured-image.alignleft + a,
.wp-block-latest-posts__list.columns-2 li .wp-block-latest-posts__featured-image.alignright + a {
font-size: 1.1rem;
}
.wp-block-latest-posts__list.is-grid .wp-block-latest-posts__featured-image:not([class*="align"]) {
margin-top: -1px;
margin-left: -1px;
margin-right: -1px;
}
@media ( max-width: 540px) {
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft,
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright {
float: left;
max-width: 150px;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft + a,
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright + a {
font-size: 1.1rem;
}
} .wp-block-rss {
display: flex;
flex-direction: column;
gap: 2rem;
}
.wp-block-rss li {
border:  1px solid var(--very-light-grey);
padding: 1rem;
margin: 0;
}
.wp-block-rss .wp-block-rss__item-title a {
text-decoration: none;
font-family: var(--title-font);
font-size: var(--cols-4-entry-title-size);
color:  var(--very-dark-grey);
font-weight: 600;
line-height: 1.3;
margin:  0;
padding: 0;
}
.wp-block-rss .wp-block-rss__item .wp-block-rss__item-author, .wp-block-rss .wp-block-rss__item .wp-block-rss__item-publish-date {
color: var(--medium-grey);
font-size: 0.8125rem;
margin-top: calc(var(--post-inner-elements-margin) / 2);
}
.wp-block-rss .wp-block-rss__item .wp-block-rss__item-author {
color:  var(--black);
}
.wp-block-rss .wp-block-rss__item .wp-block-rss__item-excerpt {
line-height: 1.3;
font-size: 0.875rem;
margin-bottom: 0;
color:  var(--medium-grey);
margin-top: calc(var(--post-inner-elements-margin) / 2);
} .wp-block-group__inner-container .wp-block-social-links {
margin-bottom: 0;
margin-top: 0;
}
.wp-block-social-links .wp-block-social-link {
display: flex;
border: 0;
margin-top: 0;
margin-bottom: 0;
}
.wp-block-social-links .wp-social-link a,
.wp-block-group__inner-container .wp-block-social-links .wp-block-link a.wp-block-social-link-anchor {
padding: 0.5rem;
margin: 0;
}
.wp-block-social-links.wp-container-5,
.wp-block-social-links.wp-container-6 {
gap: 0.5rem;
} .entry-content .wp-block-separator {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.entry-content .wp-block-separator.is-style-dots {
border: 0;
}
.wp-block-separator.is-style-dots::before {
content: "·····";
color: currentColor;
font-size: 1.5em;
letter-spacing: 1em;
padding-left: 1em;
font-family: serif;
} p.wp-block-tag-cloud {
margin-left: auto;
margin-right: auto;
}
.wp-block-group__inner-container .wp-block-tag-cloud {
margin: 0;
}
.entry-content .wp-block-tag-cloud a {
text-decoration: none;
} .wp-block-file a + a.wp-block-file__button {
margin-left: 1rem;
}
p.has-drop-cap::first-letter {
background: var(--primary-theme-color);
color:  var(--white);
padding: 1.5rem;
font-size: 2.6rem !important;
margin-right: 1rem !important;
font-weight: 700 !important;
}
.wp-calendar-table {
margin-bottom: 0;
}
.wp-block-calendar table caption {
color: var(--dark-grey);
padding: 1rem;
}
.wp-block-pullquote.has-background.has-cyan-bluish-gray-background-color.is-style-solid-color blockquote {
text-align: left;
}
.wp-block-pullquote.has-background.has-cyan-bluish-gray-background-color.is-style-solid-color blockquote cite::before {
left: 0;
} .entry-content [class*="wp-container"] {
display: block;
} .sidebar .wp-block-latest-posts__list,
.footer-column .wp-block-latest-posts__list,
.sidebar .wp-block-latest-comments,
.footer-column .wp-block-latest-comments {
display: block;
}
.sidebar .wp-block-latest-posts__list li,
.footer-column .wp-block-latest-posts__list li {
padding:  0 0 1.25rem 0 !important;
}
.widget_block .widget-title {
}
.widget_block h2,
.widget_block h3 {
margin-top: 0;
margin-bottom: var(--global-elements-margin);
} .wp-block-group__inner-container .wp-block-latest-posts__list {
margin: 0;
}
.widget_block.widget_recent_entries .wp-block-latest-posts__list li,
.widget_block .wp-block-latest-posts__list li {
border: 0;
border-bottom: 1px solid var(--widget-border-color);
margin-bottom: 1.25rem;
padding-bottom: 1.25rem;
margin-top: 0;
}
.widget_block.widget_recent_entries .wp-block-latest-posts__list li:last-child,
.widget_block .wp-block-latest-posts__list li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.widget_block.widget_recent_entries .wp-block-latest-posts__list li > *,
.widget_block .wp-block-latest-posts__list li > * {
margin: 0;
}
.widget_block.widget_recent_entries .wp-block-latest-posts__featured-image:not(.alignleft):not(.alignright),
.widget_block .wp-block-latest-posts__featured-image:not(.alignleft):not(.alignright) {
margin-bottom: 1rem;
}
.widget_block.widget_recent_entries .wp-block-latest-posts__list li a,
.widget_block .wp-block-latest-posts__list li a {
padding: 0;
font-size: 1.125rem;
line-height: 1.3;
display: block;
}
.widget_block.widget_recent_entries .wp-block-latest-posts__list li .wp-block-latest-posts__post-author,
.widget_block.widget_recent_entries .wp-block-latest-posts__list li .wp-block-latest-posts__post-date,
.widget_block.widget_recent_entries .wp-block-latest-posts__list li .wp-block-latest-posts__post-excerpt,
.widget_block .wp-block-latest-posts__list li .wp-block-latest-posts__post-author,
.widget_block .wp-block-latest-posts__list li .wp-block-latest-posts__post-date,
.widget_block .wp-block-latest-posts__list li .wp-block-latest-posts__post-excerpt   {
margin-top: 0.5rem;
font-size: 0.75rem;
margin-bottom: 0;
}
.widget_block.widget_recent_entries .wp-block-latest-posts__list .wp-block-latest-posts__post-author {
margin-right: 0.3125rem;
}
.widget_block.widget_recent_entries .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt,
.widget_block .wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
font-size: 13px;
}
.widget_block.widget_recent_entries .wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft,
.widget_block.widget_recent_entries .wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright,
.widget_block .wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft,
.widget_block .wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright {
max-width: 90px;
margin-right: 1.25rem;
}
.widget_block .wp-block-latest-posts__list li:last-child .wp-block-latest-posts__featured-image.alignleft {
margin-bottom: 0;
}
.widget_block.widget_recent_entries .wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright,
.widget_block .wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright {
margin-right: 0;
margin-left: 1.25rem;
}
.widget_block.widget_recent_entries .wp-block-latest-posts__list .wp-block-latest-posts__featured-image::after,
.widget_block .wp-block-latest-posts__list .wp-block-latest-posts__featured-image::after {
content: none;
}
.widget_block.widget_recent_entries .wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft + a,
.widget_block.widget_recent_entries .wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright + a,
.widget_block .wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft + a,
.widget_block .wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright + a  {
padding: 0;
margin-left: 0;
margin-right: 0;
font-size: var(--body-font-size);
display: block;
margin-top: 0;
margin-bottom: 0;
}
.widget_block.widget_recent_entries .wp-block-latest-posts__list:not(.is-grid) .wp-block-latest-posts__featured-image:not(.alignleft):not(.alignright) + a,
.widget_block .wp-block-latest-posts__list:not(.is-grid) .wp-block-latest-posts__featured-image:not(.alignleft):not(.alignright) + a {
font-size: 1.25rem;
letter-spacing: -0.01875rem;
line-height: 1.2;
}
.widget_block.widget_recent_entries .wp-block-latest-posts__list.is-grid li,
.widget_block .wp-block-latest-posts__list.is-grid li {
border: 0;
padding-bottom: 0;
}
.widget_block.widget_recent_entries .wp-block-latest-posts__list.is-grid .wp-block-latest-posts__featured-image,
.widget_block .wp-block-latest-posts__list.is-grid .wp-block-latest-posts__featured-image {
margin-bottom: 0.5rem;
} .tfm-after-header-sidebar .widget_block.widget_recent_entries {
margin-bottom: 0;
width: var(--content-width);
}
.tfm-after-header-sidebar .widget_block.widget_recent_entries .wp-block-latest-posts__list li {
margin-bottom: var(--post-margin);
}
.tfm-after-header-sidebar .widget_block.widget_recent_entries .wp-block-latest-posts__list li:last-child {
margin-bottom: var(--post-margin) !important;
}
.tfm-after-header-sidebar .wp-block-latest-posts.is-grid li {
margin-right: var(--post-margin);
} .tfm-after-header-sidebar .wp-block-latest-posts.columns-4.is-grid li:nth-child(4n) {
margin-right: 0;
}
.wp-block-latest-posts.columns-4 li {
flex-basis: calc(100% / 4 - var(--post-margin));
flex-grow: 1;
}
@media(max-width: 1060px) {
.tfm-after-header-sidebar .wp-block-latest-posts.columns-4 li { flex-basis: calc(100% / 2 - var(--post-margin));
}
.tfm-after-header-sidebar .wp-block-latest-posts.columns-4 li:nth-child(even) {
margin-right: 0;
}
}
@media(max-width: 768px) {
.tfm-after-header-sidebar .wp-block-latest-posts.columns-3 li {
width: calc(50% - .625em);
}
.tfm-after-header-sidebar .wp-block-latest-posts.columns-3 li:nth-child(even) {
margin-right: 0;
}
}
@media(max-width: 600px) {
.tfm-after-header-sidebar .widget_block.widget_recent_entries .wp-block-latest-posts__list li {
width: 100%;
flex-basis: 100%;
margin: 0 0 var(--post-margin) 0;
}
.tfm-after-header-sidebar .wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft,
.tfm-after-header-sidebar .wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright {
float: left;
}
.tfm-after-header-sidebar .wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright {
float: right;
}
}
.tfm-after-header-sidebar .widget_block.widget_recent_entries .wp-block-latest-posts__list.is-grid .wp-block-latest-posts__featured-image {
margin-bottom: 0;
}
.tfm-after-header-sidebar .widget_block.widget_recent_entries .wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft,
.tfm-after-header-sidebar .widget_block.widget_recent_entries .wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright {
width: 78px;
}
.tfm-after-header-sidebar .widget_block.widget_recent_entries .wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft a,
.tfm-after-header-sidebar .widget_block.widget_recent_entries .wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright a {
display: block;
}
.tfm-round-thumbnails img.size-thumbnail {
border-radius:  100%;
}
.tfm-after-header-sidebar  .widget_block.widget_recent_entries .wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft + a,
.tfm-after-header-sidebar .widget_block.widget_recent_entries .wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignright + a {
line-height: 1.2;
font-weight: 600;
font-size:15px;
}
.tfm-after-header-sidebar .widget_block.widget_recent_entries .wp-block-latest-posts__list.is-grid .wp-block-latest-posts__featured-image:not(.alignleft):not(.alignright) {
position: relative;
padding-bottom: 56.25%; height: 0;
margin-bottom: var(--post-inner-elements-margin);
}
.tfm-after-header-sidebar .widget_block.widget_recent_entries .wp-block-latest-posts__list.is-grid .wp-block-latest-posts__featured-image:not(.alignleft):not(.alignright) img {
object-fit: cover;
height: 100%;
position: absolute;
width: 100%;
top: 0;
left: 0;
} .entry-content form.wp-block-search {
background: var(--off-white);
padding: calc(var(--default-content-margin) * 1.5);
}
.wp-block-search {
flex-direction: column;
}
.wp-block-search .wp-block-search__inside-wrapper {
margin-top: var(--default-content-margin);
}
.wp-block-search .wp-block-search__label {
width: 100%;
font-size: 1.5rem;
color: var(--widget-title-color);
letter-spacing: -0.0625rem;
margin-top: 0;
}
.widget form input.wp-block-search__input {
margin: 0;
}
.wp-block-search__button {
background: var(--button-background);
color:  var(--button-color);
border: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
font-family: var(--button-font);
width: auto !important;
margin: 0 !important;
padding-right: .375rem;
letter-spacing: normal;
}
.wp-block-search__button {
font-size: 0;
}
.wp-block-search__button::before {
font-family: fontello;
content: '\e807';
font-size: 1rem;
padding: 0 1.1rem;
font-weight: 400;
background: none;
}
.wp-block-search__input {
border-color: var(--light-grey);
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: 0 !important;
}
.widget_block .wp-block-cover .widget {
margin-top: 0;
} .widget_block.widget_recent_comments li.wp-block-latest-comments__comment,
.widget_block li.wp-block-latest-comments__comment  {
margin-bottom: var(--global-elements-margin);
}
.widget_block .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
margin: 0;
}
.widget_block.widget_recent_comments .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.widget_block.widget_recent_comments .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.widget_block .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.widget_block .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
margin-left: 0;
padding-top: 0;
}
.widget_block.widget_recent_comments .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.widget_block .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
font-style: italic;
}
.widget_block.widget_recent_comments .wp-block-latest-comments .avatar,
.widget_block.widget_recent_comments .wp-block-latest-comments__comment-avatar,
.widget_block .wp-block-latest-comments .avatar,
.widget_block .wp-block-latest-comments__comment-avatar {
margin-right: 0.75rem;
}
.widget_block.widget_recent_comments .wp-block-latest-comments__comment-link,
.widget_block .wp-block-latest-comments__comment-link {
font-weight: 600;
font-family: var(--title-font);
font-size: 1.125rem;
line-height: 1.3;
font-style: normal;
padding: 0;
display: block;
margin: 1rem 0 1rem 0;
text-decoration: none;
}
.widget_block.widget_recent_comments  .wp-block-latest-comments:not(.has-dates) .wp-block-latest-comments__comment-link,
.widget_block .wp-block-latest-comments:not(.has-dates) .wp-block-latest-comments__comment-link {
margin-bottom: 0;
}
.widget_block.widget_recent_comments .wp-block-latest-comments__comment-author,
.widget_block .wp-block-latest-comments__comment-author {
font-style: normal;
padding: 0.625rem 0 0 0;
display: inline-block;
margin: 0;
text-decoration: none;
}
.widget_block.widget_recent_comments .wp-block-latest-comments:not(.has-avatars) .wp-block-latest-comments__comment-author,
.widget_block .wp-block-latest-comments:not(.has-avatars) .wp-block-latest-comments__comment-author {
padding: 0;
}
.widget_block.widget_recent_comments .wp-block-latest-comments__comment-excerpt p,
.widget_block .wp-block-latest-comments__comment-excerpt p  {
line-height: 1.3;
font-size: 0.875rem;
margin-top: 1rem;
}
.widget_block.widget_recent_comments .wp-block-latest-comments__comment-date,
.widget_block .wp-block-latest-comments__comment-date {
font-style: normal;
} .widget_block .wp-block-image {
margin-bottom: 0;
margin-top: 0;
} .widget .wp-block-cover {
padding: 0;
} @media (max-width: 640px) {
.alignleft[class*="wp-block"]:not(.wp-block-image):not(.wp-block-latest-posts__featured-image),
.alignright[class*="wp-block"]:not(.wp-block-image):not(.wp-block-latest-posts__featured-image) {
float: none;
max-width: 100%;
width: var(--content-width);
}
}
@media ( max-width: 540px) {
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
flex-direction: row !important;
}
.wp-block-image .alignleft {
margin-right: 0;
max-width: 100%;
}
.wp-block-image .alignright {
margin-left: 0;
max-width: 100%;
}
}  .entry-content .wp-block-gallery[class*="wp-container"],
.entry-content .wp-block-gallery {
margin-bottom: calc(var(--default-content-margin) - 0.75rem + var(--default-gallery-margin, 16px));
display: flex;
}
@media (min-width: 600px) {
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
width: calc(33.33% - var(--default-gallery-margin, 16px));
}
.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
width: calc(25% - var(--default-gallery-margin, 16px));
}
.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
width: calc(20% - var(--default-gallery-margin, 16px));
}
.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
width: calc(16.66% - var(--default-gallery-margin, 16px));
}
.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
width: calc(14.28% - var(--default-gallery-margin, 16px));
}
.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
width: calc(12.5% - var(--default-gallery-margin, 16px));
}
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
width: calc(50% -  var(--default-gallery-margin, 16px));
}
.wp-block-gallery[class*="wp-container"],
.wp-block-gallery,
.wp-block-gallery.wp-block-gallery-3  {
gap: var(--default-gallery-margin, 16px) !important;
}
.wp-block-gallery.alignwide,
.wp-block-gallery.is-style-wide,
.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
margin-left: auto;
margin-right: auto;
}
.wp-block-gallery.alignleft {
margin-right: 2rem;
}
.wp-block-gallery.alignright {
margin-left: 2rem;
} .entry-content .wp-block-columns[class*="wp-container"] {
display: flex;
}
@media (min-width: 600px) and (max-width: 781px) {
.wp-block-columns:not(.is-not-stacked-on-mobile)[class*="wp-container"] > .wp-block-column:not(:only-child) {
flex-grow: 1;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)[class*="wp-container"] > .wp-block-column:nth-child(n+3) {
margin-top: 0;
}
}
@media (max-width: 599px) {
.wp-block-columns:not(.is-not-stacked-on-mobile)[class*="wp-container"] > .wp-block-column:not(:first-child) {
margin-top: 0;
}
} .wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
font-size: 1.5em;
font-style: normal;
line-height: 1.3;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0; display:flex;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{ display:flex;
height: auto;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}