:root {
    --font_default:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
        sans-serif, "Segoe UI Symbol", "Apple Color Emoji", "Segoe UI Emoji";
}

:root :where(a:where(:not(.wp-block-navigation))),
:root :where(a:where(:not(.wp-element-button))) {
    text-decoration: initial;
}

:target {
    scroll-margin-block-start: 2em;
}

* {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

@media screen and (prefers-reduced-motion: reduce), (update: slow) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
}

html {
    --bg: var(--body-background, #ffffff);
    --bg-header-nav: var(--header_background_colour);
    --color-header-menu-text: var(--header_menu_text_colour);
    --color-heading: rgb(27, 168, 14);
    --color-text: var(--body-text, #2c3e50);
}

body {
    font-family: var(--body_font, var(--font_default));
    position: relative;
    font-size: var(--saturn-global-font-base, 16px);
    line-height: 1.75;
    color: #2c3e50;
    color: var(--color-text);
    background-color: var(--bg);
    word-break: break-word;
    overflow-x: hidden;
    margin: 0;
}

a:not(:where(.wp-element-button, .wp-block-button__link)) {
    color: var(--saturn-ui-link-colour, #7f8c8d);
}
a:not(:where(.wp-element-button, .wp-block-button__link)):hover {
    color: var(--saturn-ui-link-colour-hover, #2c3e50);
    text-decoration: none;
}
a:not(:is(:hover, :focus)) {
    text-decoration-color: color-mix(in srgb, currentColor, transparent 75%);
}

i[class^="ai-"].ai-fw {
    width: 1.25em;
    display: inline-block;
    text-align: center;
}

.wp-block-code,
pre {
    font-family:
        "Cascadia Code", SFMono-Regular, Consolas, "Liberation Mono", Menlo,
        monospace;
    padding: 0.8em 1em;
    border: 0 none;
    border-radius: 0;
    box-shadow: rgb(0 45 88 / 5%) 0px 14px 20px;
    font-weight: 300;
    background-color: #ecf0f1;
    font-size: 14px;
}
.wp-block-code code {
    font-family:
        "Cascadia Code", SFMono-Regular, Consolas, "Liberation Mono", Menlo,
        monospace;
}
.wp-block-code strong,
.wp-block-code b,
pre strong,
pre b {
    font-weight: 500;
}

/**
 * Attachment template
 */
.single-attachment .wrap-content {
    min-height: auto;
}
.attachment-image {
    text-align: center;
}
.attachment-image img {
    max-width: 100%;
    height: auto;
}

.rounded-discrete {
    border-radius: 3px;
}

.clearfix {
    clear: both;
}

.hidden {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
header nav:not(.wp-block-navigation) ul li.menu-logo-container a {
    font-family: var(--heading_font);
}

/**
 * Gutenberg Overrides
 */
.wp-block-button.is-style-squared a,
.wp-block-media-text__media img,
.wp-block-image img {
    height: auto;
}
.wp-block-button .wp-block-button__link.has-background:hover {
    filter: brightness(0.95);
}

.wp-block-image {
    margin: 0;
}

.wp-block-embed {
    margin: 0 0 1em 0;
}

.wrap,
.wrap-inner,
header.wrap nav,
header.wrap nav:not(.wp-block-navigation) {
    max-width: var(--content_width);
}

header nav:not(.wp-block-navigation) ul.wrap,
header.wrap nav:not(.wp-block-navigation),
header.wrap nav,
.wrap {
    margin: 0 auto;
}
.wrap-inner {
    margin: 24px auto 0 auto;
}
.wrap-content {
    min-height: 800px;
}
.wrap-content img {
    max-width: 100%;
    height: auto;
}

@media all and (max-width: 768px) {
    .wrap.wrap--landing-page {
        padding: 0 16px;
    }
}

p#breadcrumb {
    font-size: 14px;
}

.page-template-default h1.entry-title {
    display: block;
}
.page-template-default .wrap-content-inner {
    margin: 24px 0;
}
/**/

.floatleft {
    float: left;
    margin: 0 24px 24px 0;
}
.floatright {
    float: right;
    margin: 0 0 24px 24px;
}

/**
 * Search form
 */
form.search-form {
    text-align: center;
}
form.search-form input[type="search"],
form.search-form input[type="submit"] {
    padding: 8px 12px;
}
form.search-form input[type="submit"] {
    font-weight: 500;
    padding: 8px 16px;
    cursor: pointer;
}

/**
 * Header Navigation
 */
header {
    position: relative;
}
header nav:not(.wp-block-navigation) {
    position: relative;
    z-index: 5;
    padding: 24px 0 0 0;
    background-color: var(--bg-header-nav);
}
header nav:not(.wp-block-navigation) .sub-menu {
    background-color: var(--bg-header-nav);
}
header nav:not(.wp-block-navigation) ul {
    display: flex;
    align-items: var(--ui-nav-align, center);
    justify-content: var(--ui-nav-justify, flex-end);

    padding: 0;
    position: relative;
    height: 100%;
    margin: 0 24px;
}
header nav:not(.wp-block-navigation) ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
header nav:not(.wp-block-navigation) ul li a {
    font-weight: var(--ui-nav-weight, 400);
    font-size: var(--ui-nav-size, 14px);
    text-decoration: none;
    color: var(--color-header-menu-text);
    display: inline-block;
    padding: 16px 12px;
    white-space: nowrap;
}
header.header-spacing--relaxed nav ul li a {
    padding: 16px 24px 16px 24px;
}
header nav:not(.wp-block-navigation) ul li a:hover {
    color: var(--header_menu_hover_colour);
}
header nav:not(.wp-block-navigation) ul li > a:not(:only-child):after {
    font-family: system-ui, sans-serif;
    opacity: 0.75;
    content: " \23F7";
}

header nav:not(.wp-block-navigation) ul#menu-primary-pipes-menu li a {
    padding: 8px 0 8px 12px;
    font-size: 13px;
}
header nav:not(.wp-block-navigation) ul#menu-secondary-pipes-menu li a {
    padding: 8px 0 0 8px;
    font-size: 13px;
}

#menu-primary-menu > li > ul {
    background-color: var(--bg-header-nav);
}

header nav:not(.wp-block-navigation) ul li.current-menu-parent > a,
header nav:not(.wp-block-navigation) ul li.current_page_parent > a,
header nav:not(.wp-block-navigation) ul li.current_page_item a {
    color: var(--header_menu_hover_colour);
}

/**
 * Header Logo
 */
header nav:not(.wp-block-navigation) .pull-left,
header nav:not(.wp-block-navigation) .menu-logo-container {
    margin-right: auto;
}
header nav:not(.wp-block-navigation) .custom-logo {
    width: auto;
    max-height: 60px;

    transition: all 0.3s;
}
header nav:not(.wp-block-navigation) .custom-logo-link {
    padding: 0;
    /**
     * There's always an image inside this element, and setting font-size to 0
     * removes the bottom padding/gap
     */
    font-size: 0;
}

/**
 * Sticky Header
 */
header nav:not(.wp-block-navigation) {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);

    padding: 8px 24px 8px 24px;
}

.header-sticky-modern {
    position: sticky;
    top: 0;
    z-index: 4;
}

header.header-sticky-modern nav:not(.wp-block-navigation),
header.header-sticky-modern nav:not(.wp-block-navigation).nav-scrolled {
    top: auto;
    left: auto;
    right: auto;
}

header.header-transparent nav:not(.wp-block-navigation),
header.header-transparent nav:not(.wp-block-navigation).nav-scrolled {
    box-shadow: none;
    background: none;
    background-color: transparent;
}

header.header-noshadow nav:not(.wp-block-navigation),
header.header-noshadow nav:not(.wp-block-navigation).nav-scrolled {
    box-shadow: none;
}

/**
 * Multilevel menu
 */
header nav:not(.wp-block-navigation) ul > li > ul {
    text-align: left;
    margin: -16px 0 0 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
    min-width: 240px;
    height: auto;
    border-radius: 2px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);

    will-change: transform, opacity;
}
header nav:not(.wp-block-navigation) ul > li > ul > li {
    position: relative;
    display: block;
}
header nav:not(.wp-block-navigation) ul > li > ul > li a {
    padding: 8px 16px 8px 16px;
    display: block;
}
header:not(.header-clicky) nav:not(.wp-block-navigation) ul > li:hover > ul {
    display: block;
    margin: 0 0 0 0;

    animation-duration: 0.25s;
    animation-name: slidein;
}

header nav:not(.wp-block-navigation) ul.sub-menu ul.sub-menu {
    top: 0;
    left: 240px;
}

@keyframes slidein {
    from {
        opacity: 0;
        margin: -16px 0 0 0;
    }
    to {
        opacity: 1;
        margin: 0 0 0 0;
    }
}

/**
 * Multilevel menu: Click instead of hover
 */
header.header-clicky nav ul > li:active > ul {
    display: block;
    margin: 0 0 0 0;
}

header.header-clicky nav ul > li a:focus + ul,
header.header-clicky nav ul > li a:focus-visible + ul,
header.header-clicky nav ul > li a:focus-within + ul {
    display: block;
    margin: 0 0 0 0;

    animation-duration: 0.25s;
    animation-name: slidein;
}
/**/

.aligncenter {
    text-align: center;
}
img.aligncenter {
    margin: 0 auto;
    display: block;
}
.cta-discrete {
    margin: 48px 0;
    font-weight: 700;
    color: #969696;
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
    display: revert;
}

footer {
    position: relative;

    font-size: 14px;
    text-align: left;
    background-color: var(--footer_background_colour);
    color: var(--footer-text-colour, #ffffff);
}
footer > .wrap {
    padding: 32px 0;
}
@media all and (max-width: 768px) {
    footer > .wrap {
        padding: 16px 16px;
    }
}

footer ul {
    margin: 0;
    padding: 0;
}
footer ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

footer #menu-footer-menu {
    margin: 0;
    padding: 0;
}
footer #menu-footer-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}
footer #menu-footer-menu li a {
    display: inline-block;
    padding: 0;
}
footer #menu-footer-menu li:after {
    content: "|";
    padding: 0 4px;
    color: rgba(255, 255, 255, 0.15);
}
footer #menu-footer-menu li:last-child:after {
    content: "";
    padding: 0;
}

footer a,
footer ul li a,
footer nav ul li a {
    text-decoration: none;
}

footer a {
    text-decoration: none;
    color: var(--footer-link-colour, #bdc3c7);
}
footer a:hover {
    color: var(--footer-link-hover-colour, #ffffff);
}

footer small {
    font-size: 12px;
}
footer .footer-signature {
    position: relative;
    margin: 8px 0;
    padding: 8px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
footer .footer-signature ul {
    display: inline-block;
}

footer form {
    padding: 16px 0;
}
footer input {
    font-family: inherit;
    font-size: inherit;
    padding: 8px 8px;
    border: 0 none;
    border-radius: 3px;
}
footer input[type="submit"] {
    font-weight: 500;
}

.alignright {
    text-align: right;
}

#menu {
    cursor: pointer;
    padding: 24px 0;
    font-size: 24px;
}

#menu span {
    text-transform: uppercase;
}

#side-menu {
    display: block;
    position: fixed;
    will-change: transform;

    backface-visibility: hidden;

    top: 0;
    left: 0;
    bottom: 0;
    min-width: 340px;
    max-width: 480px;
    padding: 32px 16px 64px 16px;
    background-color: #060811;
    z-index: 110;

    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
    transform: translate(-640px, 0px);
    transition: 0.3s ease-in-out;
}
#side-menu .side-menu-close {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #fafafa;

    margin: 0;
    padding: 0 0 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#side-menu ul {
    margin: 0;
    padding: 0 0 0 16px;
    background: none !important;
}
#side-menu .menu {
    margin: 0 0 24px 0;
    padding: 0;
}
#side-menu .menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#side-menu .menu li.page_item_has_children > a {
    font-weight: 500;
}
#side-menu .menu li a {
    display: block;
    padding: 12px 0;
    text-decoration: none;
    color: #fafafa;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#side-menu .menu li.is-bold a {
    font-weight: 700;
}
#side-menu a {
    text-decoration: none;
}
#side-menu p {
    padding: 16px 0;
    margin: 0;
    color: #fafafa;
    font-size: 14px;
}
#side-menu .mobile-logo {
    width: 64px;
    height: auto;
}

#side-menu.active {
    transform: translate(0px, 0px);
    transition: 0.3s ease-in-out;
    overflow: auto;
}

#side-menu .sub-menu li a {
    padding: 6px 0;
    font-size: 14px;
}

body.overlaid {
    overflow: hidden;
}

.mobile-logo-header,
.side-menu-icon {
    display: none;
}
.side-menu-icon {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 140;
    padding: 16px;
    background-color: #212121;
    color: #fafafa;

    backface-visibility: hidden;
}
.side-menu-icon a {
    color: #fafafa;
    text-decoration: none;
}

#overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 105;
    display: none;
    transition: 0.3s ease-in-out;
    backface-visibility: hidden;
}
#overlay.active {
    display: block;
    transition: 0.3s ease-in-out;
}

.wrap-content img.saturn-fullwidth,
img.saturn-fullwidth,
.saturn-fullwidth {
    box-sizing: border-box;
    position: relative;
    width: 100vw;
    max-width: initial;
    left: 50%;
    right: 50%;
    margin: 0 -50vw;
}

header nav:not(.wp-block-navigation) .menu-item.menu-toggle {
    display: none;
    float: right;
}
@media only screen and (max-width: 1024px) {
    header nav:not(.wp-block-navigation) .menu-item {
        display: none;
    }
    header nav:not(.wp-block-navigation) .menu-item.menu-toggle {
        display: block;
    }

    .side-menu-icon {
        display: block;
    }
    header nav:not(.wp-block-navigation) ul {
        margin: 0;
        text-align: left;
    }

    .logo {
        font-size: 24px;
    }

    .wrap-inner {
        padding: 84px 16px;
    }

    footer {
        padding: 32px 0;
    }
    footer .alignright {
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    .property-grid--carousel .flickity-prev-next-button.previous,
    .property-grid--carousel .flickity-prev-next-button.next,
    .gallery .buttons,
    #site-menu {
        display: none;
    }
}

h1.entry-title {
    font-weight: 300;
    margin: 24px 0;
    padding: 24px 0;
    border-bottom: 0 solid rgba(0, 0, 0, 0.1);
    border-bottom-width: var(--entry-title-border-height, 0);
}

.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}

.bold a,
.bold {
    font-weight: 700 !important;
}

/**
 * Gutenberg image styles
 */
.alignwide {
    margin-left: -80px;
    margin-right: -80px;
    max-width: 100vw;
}
.alignfull,
.wp-block-image.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
}

@media only screen and (max-width: 768px) {
    .alignwide {
        margin-left: 0;
        margin-right: 0;
    }
}

@keyframes popIn {
    0% {
        transform: translateX(-16px);
        opacity: 0.25;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

iframe {
    max-width: 100%;
}

.slider {
    position: relative;
}
.slider .slide-control {
    margin: 0;
    padding: 0;
}
.slider .slide-control li {
    list-style: none;
    padding: 0;
    margin: 0 2px 0 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #bdc3c7;
    border-radius: 100%;
    transform: scale(0.75);
    transition: all 0.25s ease;
    cursor: pointer;
}
.slider .slide-control li.active,
.slider .slide-control li:hover {
    background-color: #7f8c8d;
    transform: scale(1);
}

.page-template-page-highlight.has-featured-image .wrap-inner {
    margin: 0 auto 0 auto;
    padding-top: 0;
}

.primary {
    color: var(--primarycolor);
}
.wrap-content p#breadcrumbs {
    font-size: 14px;
}

/**
 * Blog UI
 */
.flex-container-updated {
    display: grid;
    grid-template-columns: repeat(var(--saturn-posts-per-row, 3), 1fr);
    grid-gap: 2em;
}

@media (max-width: 768px) {
    .flex-container-updated {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .flex-container-updated {
        grid-template-columns: repeat(1, 1fr);
    }
}

.saturn-blog-item img {
    border-radius: 2px;
    max-width: 100%;
    height: auto;
    margin: 0;
}
.flex-container-updated img {
    aspect-ratio: var(--saturn-post-aspect-ratio, auto);
    object-fit: cover;
    width: 100%;
    height: auto;
}
.saturn-blog-item h3 {
    margin: 16px 0;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
}
.saturn-blog-excerpt {
    font-size: 14px;
}

.saturn-blog-item ul.post-categories {
    margin: 0;
    padding: 0;
    list-style: none;
}
.saturn-blog-item ul.post-categories li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}
.saturn-blog-item ul.post-categories li a {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    padding: 6px;
    margin: 2px;
    text-decoration: none;
    background-color: var(--primarycolor);
    color: #ffffff;
    border-radius: 3px;
}

.saturn-blog-link {
    display: block;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 1.35;
}

.saturn-cat-pagination {
    padding: 24px;
    text-align: center;
}
.saturn-cat-pagination a {
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    color: #000000;
    font-size: 14px;
}
.saturn-cat-pagination a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

/**
 * Contact Form 7
 */
div.wpcf7 {
    background-color: transparent;
    border: 0 none;
    padding: 24px 0;
}
.wpcf7-form {
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.025);
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    border: 1px solid #cccccc;
    font-family: inherit;
    font-size: inherit;
    border-radius: 2px;
    padding: 8px;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    padding: 8px 24px;
    border-radius: 2px;
}
.wpcf7-form p {
    margin: 2px 0;
}
.wpcf7 form p label {
    font-size: 13px;
}

h2.saturn-search-header {
    margin: 48px 0 0 0;
}
.saturn-search-result {
    margin: 0 0 24px 0;
}
.saturn-search-result h3 {
    margin: 0;
}
.saturn-search-result h3 a {
    color: var(--primarycolor);
    font-weight: 400;
}
.saturn-search-result a,
.saturn-search-result h3 a {
    text-decoration: none;
}

figure {
    margin-inline-start: 0;
    margin-inline-end: 0;
}

/**
 * Forms and Form Fields
 */
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    padding: 8px;
    border: 1px solid #bdc3c7;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
button {
    font-size: 16px;
    padding: 12px 24px;
    border: 0 none;
}

/**
 * WooCommerce Form Integration
 */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    padding: 8px;
    border: 1px solid #bdc3c7;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/**
 * Block Editor Table Integration
 */
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    padding: 8px 16px;
}

.saturn-anim-in {
    transform: translateY(4rem) translateZ(0);
    transition:
        transform cubic-bezier(0.19, 1, 0.22, 1) 2s,
        opacity cubic-bezier(0.19, 1, 0.22, 1) 2s;
    opacity: 0.5;
}
.saturn-anim-in.is-changed {
    transform: translateY(0rem) translateZ(0);
    opacity: 1;
}

.saturn--up {
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 36px;
}

/**
 * Side Panel
 */
#site-menu {
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 128;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(100vw);
    background-color: #ffffff;
    transition: 750ms cubic-bezier(0.17, 0.84, 0.44, 1) all;
    font-family: var(--body_font);
}

#site-menu.show-nav {
    transform: translateX(0);
    box-shadow: -128px 0 256px rgba(0, 0, 0, 0.5);
}
.site-menu-content {
    padding: 48px;
}

.site-menu-content ul {
    padding: 0;
    margin: 0;
}
.site-menu-content ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-menu-content a {
    text-decoration: none;
}
.site-menu-content a:hover {
    text-decoration: none;
}
.site-menu-content ul li a {
    text-decoration: none;
    font-size: 24px;
    font-weight: 300;
    line-height: 2;
}
body.no-scroll {
    overflow: hidden;
    height: 100vw;
}

#site-menu::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
#site-menu::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
#site-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border: 0 none #ffffff;
    border-radius: 48px;
}
#site-menu::-webkit-scrollbar-thumb:hover,
#site-menu::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, 1);
}
#site-menu::-webkit-scrollbar-track {
    border-radius: 48px;
}
#site-menu::-webkit-scrollbar-corner {
    background: transparent;
}

/**
 * Saturn Author Box
 */
.saturn-author-box {
    padding: 3%;
    padding-bottom: 10px;
    margin: 2em 0;
    font-size: 0.9em;
    background-color: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
}
.saturn-author-box .saturn-author-avatar {
    width: 128px;
    height: auto;
    border-radius: 100%;
    margin-right: 30px;
}
.saturn-author-box .saturn-author-avatar img {
    border-radius: 100%;
}
.saturn-author-title {
    margin-bottom: 0.1em;
    font-weight: 600;
    font-size: 18px;
}
.saturn-author-description {
    line-height: 1.6em;
    font-size: 16px;
}
.saturn-author-links a {
    margin-top: -1.5em;
    font-size: 2em;
    line-height: 2em;
    float: left;
}
@media (max-width: 768px) {
    .saturn-author-box {
        padding: 20px;
        padding-bottom: 25px;
        margin-top: 60px;
        flex-direction: column;
        text-align: center;
    }
    .saturn-author-box .saturn-author-avatar {
        margin-right: 0;
        width: 100%;
        margin-top: -60px;
    }
    .saturn-author-box .saturn-author-avatar img {
        max-width: 100px;
    }
    .saturn-author-links a {
        float: none;
        align-self: center;
    }
    .saturn-author-description {
        margin-bottom: -0.1em;
    }
}

/**
 * Font Awesome
 */
svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
.svg-inline--fa.fa-lg {
    vertical-align: -0.225em;
}
.svg-inline--fa.fa-w-1 {
    width: 0.0625em;
}
.svg-inline--fa.fa-w-2 {
    width: 0.125em;
}
.svg-inline--fa.fa-w-3 {
    width: 0.1875em;
}
.svg-inline--fa.fa-w-4 {
    width: 0.25em;
}
.svg-inline--fa.fa-w-5 {
    width: 0.3125em;
}
.svg-inline--fa.fa-w-6 {
    width: 0.375em;
}
.svg-inline--fa.fa-w-7 {
    width: 0.4375em;
}
.svg-inline--fa.fa-w-8 {
    width: 0.5em;
}
.svg-inline--fa.fa-w-9 {
    width: 0.5625em;
}
.svg-inline--fa.fa-w-10 {
    width: 0.625em;
}
.svg-inline--fa.fa-w-11 {
    width: 0.6875em;
}
.svg-inline--fa.fa-w-12 {
    width: 0.75em;
}
.svg-inline--fa.fa-w-13 {
    width: 0.8125em;
}
.svg-inline--fa.fa-w-14 {
    width: 0.875em;
}
.svg-inline--fa.fa-w-15 {
    width: 0.9375em;
}
.svg-inline--fa.fa-w-16 {
    width: 1em;
}
.svg-inline--fa.fa-w-17 {
    width: 1.0625em;
}
.svg-inline--fa.fa-w-18 {
    width: 1.125em;
}
.svg-inline--fa.fa-w-19 {
    width: 1.1875em;
}
.svg-inline--fa.fa-w-20 {
    width: 1.25em;
}
.svg-inline--fa.fa-pull-left {
    margin-right: 0.3em;
    width: auto;
}
.svg-inline--fa.fa-pull-right {
    margin-left: 0.3em;
    width: auto;
}
.svg-inline--fa.fa-border {
    height: 1.5em;
}
.svg-inline--fa.fa-li {
    width: 2em;
}
.svg-inline--fa.fa-fw {
    width: 1.25em;
}
.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -0.125em;
    width: 1em;
}
.fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.fa-layers-counter,
.fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center;
}
.fa-layers-text {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.fa-layers-counter {
    background-color: #ff253a;
    border-radius: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: 0.25em;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}
.fa-layers-bottom-right {
    bottom: 0;
    right: 0;
    top: auto;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}
.fa-layers-bottom-left {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}
.fa-layers-top-right {
    right: 0;
    top: 0;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: top right;
    transform-origin: top right;
}
.fa-layers-top-left {
    left: 0;
    right: auto;
    top: 0;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}
.fa-xs {
    font-size: 0.75em;
}
.fa-sm {
    font-size: 0.875em;
}
.fa-1x {
    font-size: 1em;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-6x {
    font-size: 6em;
}
.fa-7x {
    font-size: 7em;
}
.fa-8x {
    font-size: 8em;
}
.fa-9x {
    font-size: 9em;
}
.fa-10x {
    font-size: 10em;
}
.fa-fw {
    text-align: center;
    width: 1.25em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
.fa-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    position: relative;
    width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1.25em;
}
.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2.5em;
}
.fa-inverse {
    color: #fff;
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.svg-inline--fa .fa-primary {
    fill: var(--fa-primary-color, currentColor);
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1);
}
.svg-inline--fa .fa-secondary {
    fill: var(--fa-secondary-color, currentColor);
    opacity: 0.4;
    opacity: var(--fa-secondary-opacity, 0.4);
}
.svg-inline--fa.fa-swap-opacity .fa-primary {
    opacity: 0.4;
    opacity: var(--fa-secondary-opacity, 0.4);
}
.svg-inline--fa.fa-swap-opacity .fa-secondary {
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1);
}
.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
    fill: #000;
}
.fad.fa-inverse {
    color: #fff;
}
