/*!
Theme Name: Liquifer
Theme URI: https://bootstrap-wp.com
Author: i-gap
Description: based on "WP Bootstrap 4" - Check demo on https://bootstrap-wp.com
Version: 1.0.0

Basis of WP Bootstrap 4 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

html, body {
    height: 100%;
    font-family: 'tt_hovesmedium';
    font-size: 18px;

    font-weight: normal;
    font-style: normal;
}

body {
    background-color: black;
    background-image: url("assets/images/liquifer-gradient-lighter.png");
    background-position: center top;
    background-repeat: repeat-y;
    background-size: contain;
}

strong,
b {
    font-family: "tt_hovesdemibold";
    font-style: normal;
    font-weight: normal;
}

.site {
    max-width: 1500px;
    width: 95%;
    margin: 0 auto;
}

.site-main {
    max-width: 880px;
    margin: 0 auto;
}

.navbar-text {
    font-family: 'tt_hovesmedium';
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 1.2rem;
    max-width: 550px;
    margin-left: auto;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Text meant only for screen readers. */
.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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    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: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

.widget {
    margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.4rem;
}

.page-content em,
.entry-content em,
.entry-summary em {
    font-family: "tt_hovesdemibold";
    font-style: normal;
    font-weight: normal;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

.site-branding-text img {
    /*max-width: 80%;*/
    width:110px;
    min-width:110px;
}

.wp-caption {
    margin-bottom: 0.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.2rem 0;
}

.wp-caption-text {
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: auto;
    text-rendering: optimizeLegibility !important;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: auto;
}

a, button, input {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

blockquote {
    font-size: 1.25rem;
    padding: 1.25rem 1.75rem;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

table th, table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

table table {
    background-color: #fff;
}

figcaption {
    padding-top: 0;
    padding-bottom: .75rem;
    color: black;
    text-align: left;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    padding: 0.5rem 1.25rem;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

input[type="button"]:active, input[type="button"]:hover, input[type="reset"]:active, input[type="reset"]:hover, input[type="submit"]:active, input[type="submit"]:hover {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    cursor: pointer;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]: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 {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

input[type="text"]:-webkit-input-placeholder, input[type="text"]:-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-webkit-input-placeholder, input[type="email"]:-moz-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-webkit-input-placeholder, input[type="url"]:-moz-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-webkit-input-placeholder, input[type="password"]:-moz-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-webkit-input-placeholder, input[type="search"]:-moz-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-webkit-input-placeholder, input[type="number"]:-moz-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-webkit-input-placeholder, input[type="tel"]:-moz-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-webkit-input-placeholder, input[type="range"]:-moz-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-webkit-input-placeholder, input[type="date"]:-moz-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-webkit-input-placeholder, input[type="month"]:-moz-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-webkit-input-placeholder, input[type="week"]:-moz-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-webkit-input-placeholder, input[type="time"]:-moz-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-webkit-input-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-webkit-input-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-webkit-input-placeholder, input[type="color"]:-moz-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-webkit-input-placeholder, textarea:-moz-placeholder, textarea:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

select {
    height: calc(2.25rem + 2px);
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

blockquote {
    font-style: italic;
    font-size: 1.15rem;
    border-left: 3px solid rgba(33, 37, 41, 0.25);
    padding: 0.5rem 1.75rem;
    background: rgba(33, 37, 41, 0.05);
}

blockquote p {
    font-size: 1.15rem;
}

blockquote p:last-child {
    margin-bottom: 0;
}

.navbar-dark .navbar-nav .dropdown-menu a {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.site-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    margin-left: 1rem;
    white-space: nowrap;
    display: inline-block;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    white-space: nowrap;
    display: inline-block;
}

.post-thumbnail {
    margin-top: 1.5em;
    display: inline-block;
}

.card-title.entry-title {
    margin-bottom: .25rem;
}


.entry-title {
    font-family: "tt_hovesextrabold" !important;
    font-size: 64px;
    line-height: 0.95em;
}

.entry-meta {
    font-size: .9rem;
}

.entry-footer {
    font-size: .9rem;
    margin-top: 1rem;
}

.comments-link {
    float: right;
    margin: 4px 0px 4px 10px;
    font-size: 90%;
    padding-top: 0.2em;
}

.cat-links .badge, .tags-links .badge {
    font-size: 90%;
    font-weight: normal;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin: 4px 10px 4px 0;
    padding: 0.4em .9em;
}

.cat-links a, .tags-links a {
    color: #6c757d;
}

.cat-links a:hover, .tags-links a:hover {
    text-decoration: none;
    color: #212529;
}

.entry-meta a, .comments-link a, .edit-link a {
    color: #6c757d;
}

.entry-meta a:hover, .comments-link a:hover, .edit-link a:hover {
    text-decoration: none;
    color: #007bff;
}

.entry-title a:hover {
    color: #007bff !important;
}

.content-area.wp-bp-404 .card-body {
    padding: 2.5rem 4rem;
}

.sidebar-1-area .widget, .footer-widgets .widget {
    margin-bottom: 0;
    padding: 2rem;
}

.sidebar-1-area .widget ul, .footer-widgets .widget ul {
    padding-left: 20px;
    color: #6c757d;
    margin-bottom: 0;
}

.sidebar-1-area .widget ul li, .footer-widgets .widget ul li {
    padding-top: 3px;
    padding-bottom: 3px;
    list-style: square;
}

.sidebar-1-area .widget ul li:last-child, .footer-widgets .widget ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar-1-area .widget ul li a, .footer-widgets .widget ul li a {
    color: #6c757d;
}

.sidebar-1-area .widget ul li a:hover, .footer-widgets .widget ul li a:hover {
    color: #212529;
    text-decoration: none;
}

.footer-widgets .widget {
    padding: 0.5rem;
}

#wp-calendar #next {
    text-align: right;
}

#wp-calendar #prev a, #wp-calendar #next a {
    color: #6c757d;
}

#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
    color: #212529;
    text-decoration: none;
}

#calendar_wrap table th, #calendar_wrap table td {
    padding: .25rem;
}

.hentry.card .card-body {
    padding: 1.5rem;
}

select {
    height: calc(2.25rem + 2px);
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.entry-title a:hover {
    text-decoration: none;
}

.mt-3r {
    margin-top: 3rem;
}

.wp-bs-4-jumbotron {
    margin-bottom: 0;
}

.wp-bs-4-jumbotron .jumbotron-heading {
    font-weight: 600;
}

.wp-bs-4-jumbotron .container {
    max-width: 40rem;
}

.comments-area {
    clear: both;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.comments-area .media-body {
    overflow: auto;
}

.comments-area .comment-list {
    list-style: none;
    padding-left: 0;
}

.comments-area .comment-list > li {
    border-bottom: 1px solid #dee2e6 !important;
    padding: 2.5rem 4rem;
}

.comments-area .comment-list ul.children {
    list-style: none;
    padding-left: 2rem;
}

.comments-area .comment-list ul.children li {
    padding: 2.5rem 0 0;
}

.comments-area .comment-list .comment-respond {
    padding: 2.5rem 4rem;
}

.comments-area .comments-title {
    padding: 2.5rem 4rem;
    border-bottom: 1px solid #dee2e6 !important;
}

.comments-area .comment-navigation {
    padding: 1rem 4rem 0;
    border-bottom: 1px solid #dee2e6 !important;
}

.comments-area .wb-comment-form {
    padding: 2.5rem 4rem;
}

.comments-area .wb-cancel-reply {
    margin-left: 2rem;
}

.comments-area .logged-in-as {
    padding-left: 15px;
    font-size: .9rem;
}

.comments-area .logged-in-as a {
    color: #6c757d;
}

.comments-area .logged-in-as a:hover {
    color: #212529;
    text-decoration: none;
}

.comments-area .wb-comment-notes {
    font-size: .9rem;
}

.comments-area .no-comments {
    padding: 1rem 4rem;
}

.comments-area small {
    font-size: .9rem;
}

.comments-area p {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.comments-area .comment-reply-link, .comments-area .comment-edit-link {
    margin-right: 1rem;
    color: #6c757d;
}

.comments-area .comment-reply-link:hover, .comments-area .comment-edit-link:hover {
    color: #212529;
    text-decoration: none;
}

.comments-area .comment-author a:hover {
    text-decoration: none;
    color: #212529;
}

.wp-bp-sticky {
    position: absolute;
    top: 0;
    right: 1rem;
}

.nav-links {
    display: inline-block;

}

.single .post-navigation .nav-links a,
.post-navigation .nav-links a,
.liquifer-link a
{
    color: black;
    font-family: tt_hovesmedium;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.6rem;
    text-transform: uppercase;
}

.single .post-navigation .nav-links a:hover,
.post-navigation .nav-links a:hover,
.liquifer-link a
{
    color: black;
    font-family: tt_hovesmedium;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.6rem;
    text-transform: uppercase;
    text-decoration: none;
}


.navbar {
    padding: 1rem 0;
    flex-wrap: nowrap;
}

#wp-bp-posts-slider {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

#wp-bp-posts-slider .carousel-item img {
    width: auto;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

#wp-bp-posts-slider .carousel-caption {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem 4rem;
}

#wp-bp-posts-slider .carousel-control-prev, #wp-bp-posts-slider .carousel-control-next {
    width: 10%;
}

.custom-logo-link {
    margin-right: 1rem;
}

.site-title a, .navbar-dark .navbar-brand, .site-description {
    color: #fff;
    margin-bottom: 0;
}

.navbar-brand {
    font-size: 1.5rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    opacity: 0.5;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
    /*opacity: 0.75;*/
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
    /*opacity: 1;*/
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .dropdown-menu .active > .nav-link {
    color: #212529;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
    color: #212529;
}

.page-template-full-width .site-footer.mt-4, .wb-bp-front-page .site-footer.mt-4 {
    margin-top: 0 !important;
}

.wb-hide-mobile-sidebar .wp-bp-sidebar-width {
    display: none;
}


.navbar-toggler {
    font-size: 2.5rem !important;
}

.navbar-toggler:focus {
    outline: none !important;
}

.site-header {

}

body.custom-background .wp-bp-main-content .col-md-8 {
    background: #f8f9fa;
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.site-footer .textwidget a {
    color:#212529 !important;
}

.site-footer a:hover {
    text-decoration: none;
}

.admin-bar .site-header.sticky-top {
    top: 32px;
}

.wb-bp-front-page .site-header {
    border-bottom: 0;
}

.wb-bp-front-page .wp-bs-4-jumbotron {
    padding: 0;
    background-size: cover;
    background-position: center;
    background-color: #343a40;
    border-radius: 0;
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay {
    padding: 10rem 2rem; /* background: rgba(#212529, 0.7); */
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .lead {
    opacity: .75;
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .jumbotron-heading {
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.wb-bp-front-page .wp-bp-services-section {
    padding: 4rem 0;
}

.wb-bp-front-page .wp-bp-main-content {
    padding: 4rem 0;
}

.wb-bp-front-page .wp-bp-main-content p {
    font-size: 1.25rem;
    font-weight: 300;
}

.wb-bp-front-page .wp-bp-main-content blockquote {
    font-size: 1.35rem;
}

.wb-bp-front-page .wp-bp-main-content blockquote p {
    font-size: 1.35rem;
}

.wb-bp-front-page .wp-bp-main-content .post-thumbnail {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.wb-bp-front-page .wp-bp-feat-card-img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px;
    width: 100%;
}

.wp-caption .wp-caption-text {
    font-size: 0.9rem;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
    .hentry.card .card-body {
        padding: 2.5rem 4rem;
    }

    .wb-hide-mobile-sidebar .wp-bp-sidebar-width {
        display: block;
    }



}


.entry-content a {
    color: #272f4a !important;
    font-weight: normal;
    font-style: normal;
    font-family: 'tt_hovesdemibold';
}

/*-----------------------------------------
# Overlay Menu
 ----------------------------------*/

.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    /*background-color: black;*/
    /*background-image: url("assets/images/liquifer-gradient-lighter.png");*/
    /*background-position: center top;*/
    /*background-repeat: repeat-y;*/
    /*background-size: contain;*/
    overflow-y: hidden;
    transition: 0.2s;
}

.overlay .closebtn {
    position: absolute;
    top: -4px;
    right: 22px;
    font-size: 5rem;
    color: black;
    line-height: 1em;
}

.overlay a.closebtn:hover {
    text-decoration: none;
}

.overlay-wrapper {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
    height:100vh;
    background-color:rgba(255,255,255,0.9);
}

#primary-menu {
    padding: 100px 25% 0 25%;
}

#primary-menu li a {
    color: black;
    font-family: tt_hovesextrabold;
    font-size: 4rem;
    font-weight: normal;
    line-height: 4rem;
}

#primary-menu li a img.liquifer-arrow {
    display: none;
}

#primary-menu li li {
    list-style: none;
    text-transform: uppercase;
}

#primary-menu li ul.sub-menu li a img.liquifer-arrow {
    display: inline-block;
}

#primary-menu li ul.sub-menu {
    padding-left: 0;
}

#primary-menu li li a {
    color: black;
    font-family: tt_hovesmedium;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.6rem;

}

#primary-menu li a:hover {
    text-decoration: none;
}

/*@media screen and (max-width: 450px) {*/
/*    .overlay .closebtn {*/
/*        font-size: 40px;*/
/*        top: 22px;*/
/*        right: 47px;*/
/*        width: 30px;*/
/*    }*/
/*}*/

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 22px;
        right: 47px;
        width: 30px;
    }
}

.front-page {
    display: flex;
    align-items: flex-end;
}

.front-page-item {
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
    flex-basis: auto;

    min-height: 250px;
    margin: 1.5rem;
}

.front-page-bottom-item {
    display: flex;
    align-items: flex-end;
    flex-basis: auto;
    margin: 0 1.5rem;
}

.front-page-item.front-page-center-item {
    flex-grow: 2;
    min-height: 450px;
}


.container-item {
    position: relative;
    flex-grow: 1;
    flex-basis: auto;
    text-align: center;
}

.container-bottom-item {
    position: relative;
    text-align: left;
    margin:0;
    padding:0;
    flex-grow:1;
}

.container-head {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 72px;
    color: black;
    font-family: 'tt_hovesextrabold';
    line-height: 2.5rem;
    letter-spacing: -0.07rem;
}

.container-text {
    position: absolute;
    width:130%;
    top: 0;
    left: 0;
    margin:0 1.5rem;
    line-height:1.2em;
    font-size:1.1em;
}

a#previous {
    padding-top: 1em;
}

a#next {
    padding-bottom: 1em;
}

.liquifer-arrow-wrapper {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 26px;
}

.liquifer-arrow-wrapper .liquifer-arrow {
    position: absolute;
    top: 8px;
    left: 0;
}

.nav-next a:hover img {
    animation-name: link-right;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

a.liquifer-link-right:hover img {
    animation-name: link-right;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

#primary-menu a:hover img.liquifer-arrow {
    animation-name: link-right;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}


a:hover .liquifer-arrow-wrapper img {
    animation-name: link-left-absolute;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

a#previous:hover {
    animation-name: arrow-previous;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}


a#next:hover {
    animation-name: arrow-next;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}


@keyframes arrow-previous {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -25px;
    }
}

@keyframes arrow-next {
    0% {
        margin-left: 0;
    }
    100% {
        margin-right: -25px;
    }
}

@keyframes link-right {
    0% {
        padding-left: 0;
    }
    100% {
        padding-left: 10px;
    }
}

@keyframes link-left {
    0% {
        padding-right: 0;
    }
    100% {
        padding-right: 10px;
    }
}

@keyframes link-left-absolute {
    0% {
        left: 0;
    }
    100% {
        left: -10px;
    }
}

.front-page-center-item {
    max-with: 50%;
}

.front-page-left-item,
.front-page-right-item {
    max-width: 25%;
}

.front-page-left-item .container-image,
.front-page-right-item .container-image {
    /*opacity: 0.75;*/
    /*transition: opacity 1s;*/
}

.front-page-left-item .container-image:hover,
.front-page-right-item .container-image:hover {
    /*opacity: 1;*/
    /*transition: opacity 0.2s;*/
}

.front-page-left-item .container-head {
    text-align: left;
    top:auto;
    bottom:-40px;
    left: -63px;
    cursor: pointer;
    z-index: 5;
    font-size:48px;
    font-family: 'tt_hovesbold';

}

.front-page-center-item .container-head {
    width: 130%;
    text-align: left;
    top: -51px;
    left:-10%;
    z-index: 5;
    line-height: 0.8;
    text-shadow: -2px 0px #8892a4;
}

.liquifer-text-shadow {
    text-shadow: -2px 0px #8892a4;
}

h3.liquifer-image-overlay {
    position: absolute;
    bottom: -0.3em;
    left: -5%;
    line-height: 1em;
    color: black;
    text-align: left;
    width: 110%;
    font-size: 1.2em;
    text-shadow: -2px 0px #8892a4;
    font-family: 'tt_hovesextrabold';
}

.front-page-right-item .container-head {
    text-align: right;
    top: -47px;
    right: -63px;
    cursor: pointer;
    z-index: 5;
    font-size:48px;
    font-family: 'tt_hovesbold';
}

.front-page-right-item .container-head .space-arrow {

}

.front-page-bottom {
    display: flex;
    align-items: flex-start;
    min-height:3em;
}

.front-page-bottom-left-item,
.front-page-bottom-right-item {
    width:28%;
}

.front-page-bottom-center-item {
    flex-basis: auto;
    text-align: left;
    width: 44%;
}


#grid {
    position: fixed;
    top: 0;
    left: -7px;
    bottom: 0;
    width: 100vw;
    height: 80vh;
    text-align: center;
    /*Flexbox*/
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-image: url(assets/images/liquifer-grid.svg);
    background-position: center;
    background-repeat: repeat-y;
    margin-top: 10vh;
    margin-bottom: 10vh;

    z-index: 2000;
    pointer-events: none;
    opacity: 0.5;
    background-size: 70%;
}


/**
// Archive
 */
h1.archive-title {
    font-size: 96px;
    color: black;
    font-family: 'tt_hovesextrabold';
    line-height: 2.5rem;
    letter-spacing: -0.07rem;
}

img.opacity-50 {

    opacity: 1;
    transition: all 1s;
}

img.opacity-50:hover {
    opacity: 1;
    transition: all 0.4s;
}

.liquifer-category {
    display: inline-block;
    color: #212529;
    font-family: tt_hovesmedium;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.83rem;
    text-transform: uppercase;
    margin-right:0.8rem;
    transition:all 1s;
    border: 2px solid transparent;
    padding:0 3px;
}

.liquifer-category:hover {
    text-decoration: none;
    color:black;
    /*border: 2px solid black;*/
    transition:all 1s;
}

.archive-title-wrapper {
    position:absolute;
    width:90%;
    text-align: center;
    z-index:5;
}

.archive-header {
    height:1.8rem;
}

#page .entry-content h2 {
    font-family: "tt_hovesextrabold" !important;
    font-size: 64px;
    line-height: 1em;
    font-style: normal;
    font-weight: normal;
}

#page .wp-block-column figure {
    margin: 0;
}

#page .no-border,
.liquifer-link {
    margin-bottom: 0;
}

.liquifer-link a:after {
    display: inline-block;
    position: absolute;
    top: 2px;
    content: url(assets/images/liquifer-arrow-bottom.svg);
}

.liquifer-link a:hover:after {
    padding-left:10px;
    transition:all 0.5s;
}

a.liquifer-link-right,
a.liquifer-link-left,
.entry-content a.no-underline {
    border-bottom: none !important;
}




/**
---------- 1024
 */
@media screen and (max-width: 1020px) {
    .navbar-text {
        display: none;
    }
}


@media screen and (max-width: 1440px) {


    .front-page-item.front-page-center-item {
        min-height:200px;
    }

    .front-page-center-item .container-head {
        top:-36px;
    }

    .front-page-right-item .container-head {
        right:0;
    }

    .front-page-left-item .container-head {
        left:0;
    }

    .container-head {
        font-size:48px !important;
    }
}

/**
---------- 768
 */
@media screen and (max-width: 768px) {
    .front-page {
        flex-direction: column;
        align-items: center;
    }

    .front-page-center-item  {
        order: 1;
    }

    .front-page-bottom-center-item .container-text,
    .front-page-center-item .container-head {
        left: 0;
        width: 110%;
    }

    .front-page-right-item,
    .front-page-bottom-right-item {
        order: 2;
        display:none;
    }

    .front-page-left-item,
    .front-page-bottom-left-item {
        order: 3;
        display:none;
    }

    .front-page-bottom-center-item {
        width:90%;
        max-width:90%;
        margin:0 auto;
    }

    .navbar-text {
        font-family: 'tt_hovesmedium';
        text-transform: uppercase;
        font-size: 1rem;
        line-height: 1rem;
        max-width: 550px;
        margin-left: auto;
    }

    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
        margin-bottom: 0.5em;
    }

    .overlay .closebtn {
        width: 0.4em;
        height: 0.4em;
        top:-11px;
        right:41px;
    }

    #page .entry-content h2 {
        font-family: "tt_hovesextrabold" !important;
        font-size: 48px;
        line-height: 1em;
        font-style: normal;
        font-weight: normal;
    }

    .site-branding-text img {
        /*max-width: 80%;*/
        width:90px;
        min-width:90px;
    }

    .entry-title {
        font-family: "tt_hovesextrabold" !important;
        font-size: 45px;
        line-height: 0.95em;
    }

    h1.archive-title {
        font-size: 55px;
        line-height: 1.4em;
    }

    #grid {
        background-size: 140%;
    }
}

/**
---------- 629
 */
@media screen and (max-width: 629px) {
    .navbar-text {
        display:none;
    }

    #primary-menu {
        padding:25% 5%;
    }

    #primary-menu li a {
        font-size:2em;
        line-height:1.2em;
    }

    .site-branding-text img {
        /*max-width: 80%;*/
        width:80px;
        min-width:80px;
    }

    #grid {
        background-size: 170%;
        left:0;
    }

    .archive-title {
        font-size: 45px;
        line-height: 0.95em;
    }
}

@media screen and (max-width: 320px) {
    .post-navigation {
        display:none;
    }
}

.liquifer-icon {
    width:40px;
    height:26px;
    overflow:hidden;
    display: inline-block;
    margin-left: 1em;
    vertical-align: text-bottom;
}


.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide {
    background: none !important;
}

.icons {
    white-space: nowrap;
}

#mysearch {
    position:absolute;
    width:100%;
    top:30px;
    display:none;
    pointer-events: none;
}

#mysearch.display-search {
    display:block;
}

.mysearch-content {
    margin: 0 auto;
    width: 50%;
}

.searchform {
    pointer-events: all;
}

.searchform input[type="text"] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #343a40;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid black;
}

.searchform input[type="text"]:focus {
    box-shadow: none;
}

.link {
    font-family:'tt_hovesdemibold';
    color: #212529;
    /*border-bottom: 2px dashed rgba(0, 0, 0, 0.5);*/
}

.link:hover {
    color: #000000;
    text-decoration:none;
}

.narrow {
    max-width: 68%;
    margin: 1em auto;
}

@media screen and (max-width: 768px) {
    .narrow {
        max-width: 90%;
        margin: 1em auto;
    }
}

.news {
    position: relative;
    clear:both;
    margin-bottom:0.5em;
    line-height: 1.2em;
}

.news-listing>.news:first-child {
    /*margin-bottom:1em;*/
}

.news-arrow {
    position: absolute;
    left: -55px;
    top: 3px;
}

.entry-content a,
.footer-widgets a {
    border-bottom: 2px solid currentColor;
    display: inline-block;
    line-height: 0.85;
    color:#212529;
}

.container-content {
    background-image: url('assets/images/liquifer-default-image.png');
    background-size: 100% 100%;
}

.mobile-only {
    display:none;
}

@media screen and (max-width: 768px) {
    .mysearch {
        display:none;
    }
    #openSearch {
        display:none;
    }

    .mobile-only {
        display:block;
    }
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.arrow-previous {
    float:left;
    width:50%;
}

.arrow-next {
    float:right;
    width:50%;
    text-align: right;
}

.arrow-previous img,
.arrow-next img {
    transition: all 0.2s ease;
}

.arrow-previous-hover img {
    margin-left:0 !important;
    transition: all 0.2s ease;
}

.arrow-next-hover img {
    margin-right:0 !important;
    transition: all 0.2s ease;
}

.arrow-previous img,
.arrow-next img {
    width: 55%;
    margin: 1em 15%;
}

.footer-widgets {
    line-height:1.3em;
}

img.earth-arrow,
img.space-arrow {
    max-width: 90px;

}

img.earth-arrow {
    margin-right: 0.2em;
}
img.space {
    margin-left: 0.2em;
}

.news-arrow img {
    height: 90px;
}

.m-3 {
    margin: 1rem 0 !important;
}

@media screen and (max-height: 768px) {

    #primary-menu {
        padding:5% 25%;
    }

    #primary-menu li a {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}

@media screen and (max-width: 621px) {

    #primary-menu {
        padding:5px;
    }

    #primary-menu li a {
        font-size: 2rem;
        line-height: 2rem;
    }
}

@media screen and (max-width: 320px) {
    #primary-menu li a {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
}
