@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;
}@font-face{font-family:dashicons;src:url(//www.playscooters.com/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//www.playscooters.com/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//www.playscooters.com/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}.wp-pointer-content{padding:0 0 10px;position:relative;font-size:13px;background:#fff;border:1px solid #c3c4c7;box-shadow:0 3px 6px rgba(0,0,0,.08)}.wp-pointer-content h3{position:relative;margin:-1px -1px 5px;padding:15px 18px 14px 60px;border:1px solid #2271b1;border-bottom:none;line-height:1.4;font-size:14px;color:#fff;background:#2271b1}.wp-pointer-content h3:before{background:#fff;border-radius:50%;color:#2271b1;content:"\f227"/'';font:normal 20px/1.6 dashicons;position:absolute;top:8px;left:15px;text-align:center;width:32px;height:32px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wp-pointer-content h4{margin:1.33em 20px 1em;font-size:1.15em}.wp-pointer-content p{padding:0 20px}.wp-pointer-buttons{margin:0;padding:5px 15px;overflow:auto}.wp-pointer-buttons a{float:right;display:inline-block;text-decoration:none}.wp-pointer-buttons a.close{padding-left:3px;position:relative}.wp-pointer-buttons a.close:before{background:0 0;color:#787c82;content:"\f153"/'';display:block!important;font:normal 16px/1 dashicons;margin:1px 0;text-align:center;-webkit-font-smoothing:antialiased!important;width:10px;height:100%;position:absolute;left:-15px;top:1px}.wp-pointer-buttons a.close:hover:before{color:#d63638}.wp-pointer-arrow,.wp-pointer-arrow-inner{position:absolute;width:0;height:0}.wp-pointer-arrow{z-index:10;width:0;height:0;border:0 solid transparent}.wp-pointer-arrow-inner{z-index:20}.wp-pointer-top,.wp-pointer-undefined{padding-top:13px}.wp-pointer-bottom{margin-top:-13px;padding-bottom:13px}.wp-pointer-left{padding-left:13px}.wp-pointer-right{margin-left:-13px;padding-right:13px}.wp-pointer-bottom .wp-pointer-arrow,.wp-pointer-top .wp-pointer-arrow,.wp-pointer-undefined .wp-pointer-arrow{left:50px}.wp-pointer-left .wp-pointer-arrow,.wp-pointer-right .wp-pointer-arrow{top:50%;margin-top:-15px}.wp-pointer-top .wp-pointer-arrow,.wp-pointer-undefined .wp-pointer-arrow{top:0;border-width:0 13px 13px;border-bottom-color:#2271b1}.wp-pointer-top .wp-pointer-arrow-inner,.wp-pointer-undefined .wp-pointer-arrow-inner{top:1px;margin-left:-13px;margin-top:-13px;border:13px solid transparent;border-bottom-color:#2271b1;display:block;content:" "}.wp-pointer-bottom .wp-pointer-arrow{bottom:0;border-width:13px 13px 0;border-top-color:#c3c4c7}.wp-pointer-bottom .wp-pointer-arrow-inner{bottom:1px;margin-left:-13px;margin-bottom:-13px;border:13px solid transparent;border-top-color:#fff;display:block;content:" "}.wp-pointer-left .wp-pointer-arrow{left:0;border-width:13px 13px 13px 0;border-right-color:#c3c4c7}.wp-pointer-left .wp-pointer-arrow-inner{left:1px;margin-left:-13px;margin-top:-13px;border:13px solid transparent;border-right-color:#fff;display:block;content:" "}.wp-pointer-right .wp-pointer-arrow{right:0;border-width:13px 0 13px 13px;border-left-color:#c3c4c7}.wp-pointer-right .wp-pointer-arrow-inner{right:1px;margin-right:-13px;margin-top:-13px;border:13px solid transparent;border-left-color:#fff;display:block;content:" "}.wp-pointer.arrow-bottom .wp-pointer-content{margin-bottom:-45px}.wp-pointer.arrow-bottom .wp-pointer-arrow{top:100%;margin-top:-30px}@media screen and (max-width:782px){.wp-pointer{display:none}}