@charset "UTF-8";
/*
Theme Name: MetroGist
Theme URI: https://unitedtheme.com/themes/metrogist/
Author: UnitedTheme
Author URI: https://unitedtheme.com/
Description: MetroGist is a sophisticated and dynamic WordPress theme crafted for magazines and news websites. Featuring a sleek, responsive design, it offers customizable layouts, advanced typography, and seamless social media integration. With its powerful customization options and user-friendly interface, MetroGist ensures your content is presented beautifully and professionally, making it the ideal choice for modern publishers.
Requires at least: 5.3
Tested up to: 6.7
Requires PHP: 5.5
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: metrogist
Tags: blog, news, entertainment, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, full-width-template, rtl-language-support, custom-header, translation-ready, theme-options, threaded-comments, footer-widgets
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
    --------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
.bypostauthor {
    display: block;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #666;
    font-family: "Roboto Slab";
    font-size: 16px;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: "Poppins";
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 1.2;
}
p {
    margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
body {
    background: #fff;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 100%;
}
figure {
    margin: 1em 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
::-moz-selection {
    color: #333;
    background: #fbedc4;
}
::selection {
    color: #333;
    background: #fbedc4;
}
/*--------------------------------------------------------------
# Cursor Animation
--------------------------------------------------------------*/
.theme-custom-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}
.theme-cursor-secondary {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #ced0d4;
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.theme-cursor-secondary.cursor-hover {
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-color: #ced0d4;
    opacity: 0.3;
}
.theme-cursor-primary {
    margin-left: -30px;
    margin-top: -30px;
    width: 30px;
    height: 30px;
    border: 2px solid #ced0d4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    -webkit-transition: all 0.08s ease-out;
    -o-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
}
.theme-cursor-primary.cursor-hover {
    opacity: 0;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0;
    padding: 10px 15px;
}
button:focus-visible,
input[type="button"]:focus-visible,
input[type="reset"]:focus-visible,
input[type="submit"]:focus-visible {
    outline: thin dotted;
}
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 {
    color: #666;
    border: 1px solid #e3e3e3;
    padding: 10px 15px;
}
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: #111;
    outline: thin dotted;
}
textarea {
    width: 100%;
}
input,
textarea,
select {
    color: #666;
}
.btn-link:link,
.btn-link:visited {
    position: relative;
    margin: 30px auto 0;
    min-width: 280px;
    padding: 14px 30px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    color: #232323;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 0.08em;
    border-radius: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.btn-link:link:after,
.btn-link:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.btn-link:link:hover,
.btn-link:visited:hover {
    color: #262626;
}
.btn-link:link:hover:after,
.btn-link:visited:hover:after {
    height: 450%;
}
/* Gibson Buttons */
.btn-link {
    border: 2px solid #262626;
    color: #fff;
    display: inline-block;
}
.btn-link:after {
    opacity: 0;
    background-image: -webkit-linear-gradient(transparent 50%,
    rgba(225, 181, 183, 0.2) 50%);
    background-image: -moz-linear-gradient(transparent 50%,
    rgba(225, 181, 183, 0.2) 50%);
    background-size: 10px 10px;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    transform: translateX(-50%) translateY(-50%) rotate(25deg);
}
.btn-link:hover:after {
    height: 600% !important;
    opacity: 1;
    z-index: 1;
}
.continue-link {
    display: block;
    max-width: 280px;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9999;
}
.preloader {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.preloader-disabled .preloader {
    transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
.preloader-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
.preloader .spinner {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: contanim 2s linear infinite;
    animation: contanim 2s linear infinite;
}
.preloader .filter {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.preloader .filter:nth-child(1) circle {
    stroke: #84ebbd;
    stroke-dasharray: 1, 300;
    stroke-dashoffset: 0;
    -webkit-animation: strokeanim 3s calc(0.2s * (1)) ease infinite;
    animation: strokeanim 3s calc(0.2s * (1)) ease infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.preloader .filter:nth-child(2) circle {
    stroke: #4977ec;
    stroke-dasharray: 1, 300;
    stroke-dashoffset: 0;
    -webkit-animation: strokeanim 3s calc(0.2s * (2)) ease infinite;
    animation: strokeanim 3s calc(0.2s * (2)) ease infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.preloader .filter:nth-child(3) circle {
    stroke: #f6bb67;
    stroke-dasharray: 1, 300;
    stroke-dashoffset: 0;
    -webkit-animation: strokeanim 3s calc(0.2s * (3)) ease infinite;
    animation: strokeanim 3s calc(0.2s * (3)) ease infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.preloader .filter:nth-child(4) circle {
    stroke: #333841;
    stroke-dasharray: 1, 300;
    stroke-dashoffset: 0;
    -webkit-animation: strokeanim 3s calc(0.2s * (4)) ease infinite;
    animation: strokeanim 3s calc(0.2s * (4)) ease infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
@-webkit-keyframes strokeanim {
    0% {
        stroke-dasharray: 1, 300;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 120, 300;
        stroke-dashoffset: -58.548324585;
    }
    100% {
        stroke-dasharray: 120, 300;
        stroke-dashoffset: -175.6449737549;
    }
}
@keyframes strokeanim {
    0% {
        stroke-dasharray: 1, 300;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 120, 300;
        stroke-dashoffset: -58.548324585;
    }
    100% {
        stroke-dasharray: 120, 300;
        stroke-dashoffset: -175.6449737549;
    }
}
@-webkit-keyframes contanim {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes contanim {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #232323;
    text-decoration: none;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    outline: none;
}
a:active,
a:visited {
    color: #232323;
}
a:hover,
a:focus {
    text-decoration: none;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    color: #262626;
    outline: none;
}
a:focus-visible {
    outline: thin dotted;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
body.showing-menu-modal {
    overflow: hidden;
}
#mobile-header {
    display: none;
}
@media only screen and (max-width: 991px) {
    #mobile-header {
        border-left: 1px solid;
        border-right: 1px solid;
        display: inline-block;
        vertical-align: middle;
    }
    .site .header-block.header-block-1 .top-navigation {
        display: none;
    }
    .united-navigation .row {
        margin-right: 0;
        margin-left: 0;
    }
    .united-navigation .row .col {
        padding-left: 0;
        padding-right: 0;
    }
}
.nav-right {
    float: right;
}
.nav-socialmedia,
.nav-search {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 767px) {
    .nav-socialmedia {
        display: none;
    }
}
body button.subscribe-popup-btn:hover,
body button.subscribe-popup-btn:focus {
    background: #0b7ce3;
}
@media (max-width: 575px) {
    .subscribe-popup-btn {
        display: none;
    }
}
.nav-search {
    padding-right: 0;
}
.icon-search svg {
    fill: currentColor;
    height: 18px;
    width: 18px;
}
.united-toggle-icon {
    width: 23px;
    height: 2px;
    top: 50%;
    translate: 0 -50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.united-toggle-icon:before,
.united-toggle-icon:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.united-toggle-icon:before {
    top: -8px;
}
.united-toggle-icon:after {
    top: 8px;
}
.united-toggle-icon.united-toggle-icon-close {
    background-color: transparent;
}
.united-toggle-icon.united-toggle-icon-close:before {
    -webkit-transform: translateY(8px) rotateZ(-45deg);
    -moz-transform: translateY(8px) rotateZ(-45deg);
    -ms-transform: translateY(8px) rotateZ(-45deg);
    -o-transform: translateY(8px) rotateZ(-45deg);
    transform: translateY(8px) rotateZ(-45deg);
}
.united-toggle-icon.united-toggle-icon-close:after {
    -webkit-transform: translateY(-8px) rotateZ(45deg);
    -moz-transform: translateY(-8px) rotateZ(45deg);
    -ms-transform: translateY(-8px) rotateZ(45deg);
    -o-transform: translateY(-8px) rotateZ(45deg);
    transform: translateY(-8px) rotateZ(45deg);
}
.united-toggle-icon,
.united-toggle-icon:before,
.united-toggle-icon:after {
    background: #333;
}
@media only screen and (min-width: 992px) {
    .icon-down {
        border: solid #333;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .sub-menu .icon-down {
        border-color: #fff;
    }
}
.menu-description {
    background: #ff2222;
    color: #fff;
    text-transform: initial;
    padding: 4px 12px;
    border-radius: 4px;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 400;
}
.menu-description:hover,
.menu-description:focus {
    filter: alpha(opacity=75);
    opacity: 0.75;
}
.menu-modal {
    background: #fff;
    display: none;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: -99999rem;
    right: 99999rem;
    top: 0;
    transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
    z-index: 99999;
}
@media (min-width: 1000px) {
    .menu-modal {
        background: rgba(0, 0, 0, 0);
        opacity: 1;
        justify-content: flex-end;
        transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
    }
}
.menu-modal.show-modal {
    display: flex;
}
.menu-modal.active {
    left: 0;
    opacity: 1;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-out;
}
.menu-modal-toggles {
    margin-bottom: 24px;
}
.menu-modal-toggles .toggle {
    display: inline-block;
    font-size: 22px;
    color: #e3140b;
}
.menu-modal-toggles .toggle svg {
    color: rgba(0, 0, 0, 0.7);
    margin-left: 4px;
}
.menu-modal-inner {
    display: flex;
    justify-content: stretch;
    width: 100%;
    background-color: #fff;
}
@media (min-width: 1000px) {
    .menu-modal-inner {
        box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
        opacity: 0;
        transform: translateX(20rem);
        transition: transform 0.2s ease-in, opacity 0.2s ease-in;
    }
}
@media (min-width: 1000px) {
    .menu-modal.active .menu-modal-inner {
        opacity: 1;
        transform: translateX(0);
        transition-timing-function: ease-out;
    }
}
.menu-modal .menu-title {
    width: 100%;
    font-size: 28px;
}
.menu-wrapper.section-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 100px;
    width: 100%;
    padding: 40px 80px;
    overflow-y: auto;
}
@media (max-width: 991px) {
    .menu-wrapper.section-inner {
        padding: 40px;
    }
}
@media (max-width: 575px) {
    .menu-wrapper.section-inner {
        padding: 15px;
    }
}
.menu-wrapper.section-inner::-webkit-scrollbar {
    display: none;
}
.menu-top .menu-title {
    margin-bottom: 24px;
}
.menu-top > ul,
.sub-menu {
    margin: 0;
    padding: 0;
    width: 100%;
}
.menu-wrapper .menu-top > ul {
    flex-wrap: wrap;
}
.menu-top > ul li {
    list-style: none;
}
.menu-top > ul a {
    width: 100%;
    font-size: 24px;
    font-weight: 500;
}
.menu-top > ul:not(:last-child) {
    margin-bottom: 52px;
}
.menu-wrapper :where(.menu-top > ul, .menu-top > ul ul, .wpintf-wrapper) {
    display: flex;
    align-items: center;
    gap: 20px 40px;
}
@media (max-width: 767px) {
    .menu-wrapper :where(.menu-top > ul, .menu-top > ul ul, .wpintf-wrapper) {
        flex-direction: column;
        align-items: flex-start;
    }
}
.menu-bottom {
    text-align: right;
}
.menu-bottom .icon-label {
    display: none !important;
}
.menu-bottom .icon {
    top: 0;
    margin: 0;
    vertical-align: middle !important;
}
.site-header .toggle-menu {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    vertical-align: middle;
}
/* ## Single Post Navigation */
/*------------------------------------------------------------
 * ## Post-navigation
 *------------------------------------------------------------
 */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    clear: both;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.single .site-main .comment-navigation,
.single .site-main .posts-navigation,
.single .site-main .post-navigation {
    padding-left: 0;
    padding-right: 0;
}
.nav-links {
    width: 100%;
    display: table;
    text-align: center;
    margin-bottom: 30px;
}
.nav-previous {
    border-width: 2px 1px 2px 2px;
    text-align: left;
}
.nav-next {
    border-width: 2px 2px 2px 1px;
    text-align: right;
}
.nav-previous,
.nav-next {
    display: table-cell;
    position: relative;
    padding: 15px;
    width: 50%;
    border-style: solid;
    border-color: #eaeaea;
}
.nav-previous a,
.nav-next a {
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    .site-main .comment-navigation,
    .site-main .posts-navigation,
    .site-main .post-navigation {
        border: 0;
    }
    .nav-previous:before {
        left: inherit;
    }
    .nav-next:after {
        right: inherit;
    }
    .site-main .comment-navigation:after,
    .site-main .posts-navigation:after,
    .site-main .post-navigation:after {
        display: none;
    }
}
.nav-links .page-numbers {
    background: transparent;
    display: inline-block !important;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 7px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 50px;
    width: auto !important;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover,
.nav-links .page-numbers:focus {
    background: #000;
    color: #fff;
    border-color: #000;
}
/* ## Single Post Comments */
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.comments-title {
    border-bottom: 2px solid #f3f2f1;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0.15em;
    font-size: 1.45em;
    padding-bottom: 1.5em;
    margin: 3em 0 3em;
}
.comment-list {
    padding: 0;
    margin: 0;
}
.comment-list,
.comment-list ol {
    list-style-type: none;
}
.comment-body {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 2.2em;
    padding-bottom: 0.8em;
}
.comment-meta {
    position: relative;
    margin-left: 70px;
    color: #000;
    background-color: inherit;
    margin-top: inherit;
    padding: 0;
}
.comment .avatar {
    position: absolute;
    left: -70px;
    width: 50px;
    height: 50px;
}
.children {
    margin-left: 1em;
    padding-left: 0;
}
.comment .avatar {
    top: -5px;
}
@media screen and (min-width: 30em) {
    .children {
        margin-left: 2em;
    }
    .comment-meta {
        margin-left: 80px;
    }
    .comment .avatar {
        top: 0px;
        left: -90px;
        width: 55px;
        height: 55px;
    }
    .comment-content {
        margin-left: 80px;
    }
}
@media screen and (min-width: 50em) {
    .children {
        margin-left: 3em;
    }
    .comment-meta {
        margin-left: 90px;
    }
    .comment .avatar {
        top: 5px;
        left: -90px;
        width: 55px;
        height: 55px;
    }
    .comment-content {
        margin-left: 90px;
    }
}
.comment-meta b a {
    text-decoration: none;
    color: #333;
}
.comment-meta a {
    text-decoration: none;
    color: #888;
}
.comment-meta a:hover,
.comment-meta a:focus {
    border-bottom: 2px solid #000;
}
.comment-metadata a:hover,
.comment-metadata a:focus {
    border-color: #ebebeb;
}
.comment-author {
    font-size: 1em;
    line-height: 1.3em;
}
.comment-author b {
    font-weight: 500;
}
.says {
    font-size: 80%;
}
.comment-metadata {
    margin-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 0.8em;
    line-height: 1em;
}
.comment-metadata .edit-link {
    float: right;
    margin-top: -1.5em;
}
.comment-metadata .edit-link a {
    padding: 0.5em 1em;
    font-weight: 600;
    color: #999;
}
.comment-metadata .edit-link a:hover,
.comment-metadata .edit-link a:focus,
.comment-metadata .edit-link a:active {
    color: #fff;
    border: 1px solid #999;
}
.reply {
    margin-bottom: 1.5em;
}
@media screen and (min-width: 30em) {
    .reply {
        margin-left: 80px;
    }
}
@media screen and (min-width: 50em) {
    .reply {
        margin-left: 90px;
    }
}
.reply a {
    display: inline-block;
    padding: 0.5em 1.3em;
    font-size: 0.62em;
    color: #fff;
    line-height: 1.6em;
    text-decoration: none;
    transition: all 0.3s;
    border-radius: 99px;
    background-color: #999;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.15em;
}
.reply a:hover,
.reply a:focus {
    background: #000;
    color: #fff;
    border-color: #000;
}
.comment-respond {
    padding: 1em 1.5em;
    background-color: #fbfbfb;
    border: 1px solid #ebebeb;
    margin-bottom: 2em;
}
@media screen and (min-width: 50em) {
    .comment-respond {
        padding: 1em 1.8em;
    }
}
#reply-title {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.5em;
    display: block;
}
.comment-content ol {
    list-style-type: decimal;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor .avatar {
    box-sizing: content-box;
}
.logged-in-as {
    margin: 0.5em 0;
}
@media screen and (min-width: 50em) {
    .logged-in-as {
        font-size: 85%;
    }
}
.comment-notes {
    color: #888;
    margin-top: 0.5em;
}
.comment-form label {
    width: 5em;
    display: inline-block;
    margin-bottom: 20px;
}
.comments-area .comment-form-cookies-consent input,
.comments-area .comment-subscription-form input,
.comments-area .comment-form-cookies-consent label,
.comments-area .comment-subscription-form label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    width: inherit;
}
.comments-area .comment-form-cookies-consent input,
.comments-area .comment-subscription-form input {
    margin-right: 5px;
}
.comment-form textarea,
.comment-form input {
    border-radius: 0;
    font-size: 85%;
}
.comment-form .submit {
    background-color: #000;
    font-weight: 600;
    border: none;
    color: #fff;
    border-radius: 0;
    padding: 1em 1.5em;
}
.form-submit {
    margin-bottom: 0.8em;
}
.site-main .comment-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous {
    float: left;
    width: 100%;
}
.comment-navigation .nav-next {
    float: right;
    text-align: center;
    width: 100%;
}
.comment-navigation a {
    font-size: 1.5em;
}
.comment-navigation {
    font-weight: 600;
    text-align: left;
    overflow: hidden;
}
.comment-navigation a {
    color: #000;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 1.2em;
    border: 1px solid #ebebeb;
    transition: all 0.3s;
    background-color: #fbfbfb;
}
@media screen and (min-width: 62em) {
    .comment-navigation a {
        padding: 1.5em;
    }
}
@media screen and (min-width: 80em) {
    .comment-navigation a {
        padding: 1.8em;
    }
}
.comment-navigation a:hover,
.comment-navigation a:focus {
    border-color: #999;
    color: #fff;
    background-color: #999;
}
@media screen and (min-width: 30em) {
    .comment-navigation .nav-previous {
        display: flex;
        align-items: stretch;
        float: left;
        width: 48%;
    }
    .comment-navigation .nav-next {
        display: flex;
        align-items: stretch;
        float: right;
        text-align: right;
        width: 48%;
    }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    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;
}
#content[tabindex="-1"]:focus {
    outline: none;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-main .comment-navigation:before,
.site-main .posts-navigation:before,
.site-main .post-navigation:before,
.site-main .comment-navigation:after,
.site-main .posts-navigation:after,
.site-main .post-navigation:after,
.united-navigation:before,
.united-navigation:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.united-block:before,
.united-block:after,
.search-form:before,
.search-form:after,
.row:before,
.row:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-main .comment-navigation:after,
.site-main .posts-navigation:after,
.site-main .post-navigation:after,
.united-navigation:after,
.site-content:after,
.site-footer:after,
.united-block:after,
.search-form:after,
.row:after {
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}
#secondary .widget {
    margin-bottom: 55px;
}
.widget-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 2px;
    margin: 20px 0;
    text-transform: uppercase;
    color: #000;
}
.widget-title:before {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 30px;
    right: 10px;
    margin-left: 10px;
}
.widget select {
    max-width: 100%;
}
.widget ul,
.widget ol {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.widget_recent_comments li,
.widget_pages li a,
.widget_archive li a,
.widget_meta li a,
.widget_categories li,
.widget_nav_menu li a,
.widget_recent_entries li a {
    padding: 10px 0;
    position: relative;
    display: table;
    width: 100%;
}
.tagcloud a {
    font-size: 14px !important;
    text-transform: uppercase;
    line-height: 25px;
}
#wp-calendar {
    width: 100%;
    margin: 0;
}
#wp-calendar caption {
    text-align: right;
}
#wp-calendar thead th {
    text-align: center;
}
#wp-calendar tbody td {
    border: 1px solid #313131;
    text-align: center;
    padding: 8px;
}
.site-widget-area #wp-calendar tbody td {
    border-color: #d0d0d0;
}
#wp-calendar tbody td:hover {
    background: #000;
    filter: alpha(opacity=62);
    opacity: 0.62;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    text-transform: uppercase;
    text-align: left;
    border: none;
    background: none;
}
#wp-calendar tfoot #prev {
    text-transform: uppercase;
    text-align: left;
    border: none;
    background: none;
}
#wp-calendar tfoot td.pad {
    display: none;
}
.widget_rss img {
    display: none;
}
.rss-date {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.rssSummary {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6em;
}
.widget_rss li a {
    display: block;
    line-height: 1.4em;
    text-transform: uppercase;
}
.widget_rss cite {
    font-size: 12px;
    display: block;
    padding-bottom: 20px;
}
.widget_rss li:last-child cite {
    padding-bottom: 0;
}
.tagcloud > a {
    border: 1px solid #e2e2e2;
    display: inline-block;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 6px 12px;
    margin-right: 6px;
    margin-bottom: 6px;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.wrapper,
.site-content {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 768px) {
    .wrapper,
    .site-content {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.wrapper-small {
    max-width: 1400px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row-collapse {
    margin-left: auto;
    margin-right: auto;
}
.col {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}
.row-collapse > .col {
    padding-left: 0;
    padding-right: 0;
}
.col-one {
    width: 10%;
}
.col-two {
    width: 20%;
}
.col-three {
    width: 30%;
}
.col-three-1 {
    width: 33.33%;
}
.col-three-1:nth-child(3n + 1) {
    clear: left;
}
.col-four {
    width: 40%;
}
.col-five {
    width: 50%;
}
.col-six {
    width: 60%;
}
.col-seven {
    width: 70%;
}
.col-eight {
    width: 80%;
}
.col-nine {
    width: 90%;
}
.col-full {
    width: 100%;
}
@media (max-width: 991px) {
    .col {
        width: 100%;
    }
}
#primary,
#secondary {
    float: left;
    width: 100%;
}
#primary {
    width: 66.66%;
}
.error404 #primary,
.no-sidebar #primary {
    width: 100%;
}
#secondary {
    width: 33.33%;
}
.left-sidebar #primary {
    float: right;
}
.left-sidebar #primary {
    padding-left: 40px;
    padding-right: 0;
}
.right-sidebar #primary {
    padding-left: 0;
    padding-right: 40px;
}
#primary .site-main:before,
#primary .site-main:after {
    content: "";
    clear: both;
    display: table;
}
.home.blog #primary .site-main,
body.archive #primary .site-main {
    margin-left: -15px;
    margin-right: -15px;
}
.home.blog #primary .hentry,
body.archive #primary .hentry {
    width: 50%;
    float: left;
}
.home.blog #primary .hentry:nth-child(2n + 1),
body.archive #primary .page-content .hentry:nth-child(2n + 1) {
    clear: left;
}
.home.blog #primary .hentry,
body.archive #primary .hentry,
body.archive #primary .page-header {
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (max-width: 640px) {
    .home.blog #primary .hentry,
    body.archive #primary .hentry {
        width: 100%;
    }
}
.left-sidebar #secondary {
    border-right: 1px solid;
}
.left-sidebar #secondary .widget {
    padding-left: 0;
    padding-right: 40px;
}
.right-sidebar #secondary {
    border-left: 1px solid;
}
.right-sidebar #secondary .widget {
    padding-left: 40px;
    padding-right: 0;
}
@media only screen and (max-width: 991px) {
    #primary {
        width: 100%;
    }
    #secondary {
        border: 0 !important;
        width: 100%;
    }
    .left-sidebar #primary {
        float: left;
    }
}
@media only screen and (max-width: 767px) {
    #primary {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.site-content {
    clear: both;
}
.site-content #primary,
.site-content #secondary {
    padding-top: 40px;
}
#masthead {
    background-color: #fff;
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    #masthead {
        margin-bottom: 16px;
    }
}
.header-has-logo {
    display: flex;
    align-items: center;
    gap: 80px;
    padding: 8px 30px;
}
@media (max-width: 1600px) {
    .header-has-logo {
        gap: 40px;
    }
}
@media (max-width: 1340px) {
    .header-has-logo {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 16px 30px;
    }
}
@media (max-width: 767px) {
    .header-has-logo {
        padding: 15px;
    }
}
.header-has-logo > img {
    width: 400px;
}
@media (max-width: 1600px) {
    .header-has-logo > img {
        width: 200px;
    }
}
.header-has-logo .header-block-wrapper {
    flex: 1;
}
@media (max-width: 1340px) {
    .header-has-logo .header-block-wrapper {
        flex: auto;
        width: 100%;
    }
}
.header-has-logo .exclusive-news {
    color: #000;
    background-color: transparent;
}
.header-has-logo .exclusive-news-box .ticker-content span.time-news,
.header-has-logo .exclusive-news a:not(:hover, :focus),
.header-has-logo .exclusive-news-box .ticker-controls li:after {
    color: #000;
}
.header-has-logo .exclusive-news-box .ticker-swipe,
.header-has-logo .exclusive-news-box .ticker-swipe span {
    background-color: #fff;
}
.header-has-logo .wrapper {
    padding: 0;
}
.header-block.header-block-1 {
    background: #252525;
    border-bottom: 1px solid;
}
.top-navigation {
    position: relative;
}
.top-navigation {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid;
    border-right: 1px solid;
}
.top-navigation ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.top-navigation .menu > ul > li {
    display: inline-block;
    vertical-align: middle;
}
#mobile-header #responsive-menu-button,
.top-navigation .menu > ul > li > a {
    display: block;
    padding: 15px 10px;
    color: #afafaf;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.header-block-2 {
    padding: 30px 0;
}
@media (min-width: 992px) {
    .header-block-2 {
        display: none;
    }
}
.header-block-2.header-block-center {
    padding: 60px 0;
}
.header-block-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 8px 0;
}
.header-block-content .icon-search {
    background: transparent !important;
    color: #000;
    padding: 8px 0;
}
.site-branding {
    width: 15%;
}
@media (max-width: 1340px) {
    .site-branding {
        width: 100%;
        text-align: center;
    }
    .site-branding .site-logo img {
        max-width: 400px;
    }
}
@media (max-width: 1024px) {
    .site-branding .site-logo img {
        max-width: 320px;
    }
}
@media (max-width: 767px) {
    .site-branding .site-logo img {
        max-width: 280px;
    }
}
@media (max-width: 575px) {
    .site-branding .site-logo img {
        max-width: 70%;
    }
}
.header-banner {
    width: 85%;
}
.header-banner a {
    display: block;
}
.header-banner img {
    vertical-align: top;
}
.site-branding,
.header-banner {
    display: table-cell;
    vertical-align: middle;
}
.header-block-center .site-branding,
.header-block-center .header-banner {
    display: block;
    text-align: center;
    margin: 20px auto;
    width: 100%;
}
#mobile-header,
.header-block.header-block-1,
.top-navigation,
.topbar-time {
    border-color: #3c3c3c;
}
.site-title {
    font: 300 48px/1.2 "Oswald", san-serif;
    text-transform: uppercase;
}
.header-block-center .site-branding .site-title {
    font-size: 94px;
    font-weight: 700;
    letter-spacing: -2px;
}
.header-block-center .site-description {
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    .header-block-2.header-block-center {
        padding: 40px 0;
    }
    .header-block-center .site-branding .site-title {
        font-size: 44px;
    }
}
.site-description {
    word-spacing: 2px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}
.site-title,
.site-description {
    margin: 0 auto;
}
.site-description {
    color: #000;
}
.site-title a {
    position: relative;
    z-index: 1;
}
.site .site-title a:hover,
.site .site-title a:focus {
    color: #0b7ce3;
}
@media only screen and (max-width: 767px) {
    .site-branding,
    .header-banner {
        display: block;
        width: 100%;
    }
    .header-banner {
        margin-top: 1rem;
    }
}
.model-search-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.popup-form {
    display: table-cell;
    vertical-align: middle;
}
.search-form {
    text-align: center;
}
.search-form label {
    display: block;
    width: 70%;
    float: left;
}
.search-form label .search-field {
    background: #f1f1f1;
    height: 45px;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
}
.search-form .search-submit {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 30%;
}
.model-search .search-form {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.05);
}
.model-search .search-form label {
    width: 85%;
    width: calc(100% - 200px);
}
.model-search .search-form .search-submit {
    float: right;
    font-size: 24px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
}
.model-search .search-form label .search-field {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #ccc;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    font-size: 18px;
    letter-spacing: 1px;
    width: 100%;
}
.model-search {
    position: fixed;
    width: 0;
    height: 100%;
    overflow-y: auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 20px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    margin: auto;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .model-search .search-form label,
    .model-search .search-form .search-submit {
        margin: 10px 0;
        width: 100%;
    }
}
.united-model .model-search {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.model-search .cross-exit {
    background: none;
    color: #000;
    position: fixed;
    bottom: 80px;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    z-index: 1;
    width: 40px;
    height: 30px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.model-search .cross-exit:focus-within {
    outline: 1px dotted;
}
.model-search .cross-exit:hover,
.model-search .cross-exit:focus {
    background: none;
}
.model-search .cross-exit:after,
.model-search .cross-exit:before {
    content: "";
    height: 1px;
    width: 41px;
    position: absolute;
    background-color: #333;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.model-search .cross-exit:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.model-search .cross-exit:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slick-slider * {
    outline: none;
}
.carousel-center {
    text-align: center;
}
.carousel-center .slick-track {
    display: inline-block;
    margin: 0 auto;
}
#mainslider {
    background-color: #fff;
    margin-bottom: 32px;
}
#mainslider .slick-slide-image {
    height: 552px;
    overflow: hidden;
    position: relative;
}
#mainslider .slick-slide img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
}
.error-404,
.slide-caption .wrapper {
    max-width: 900px;
}
.slides-title {
    font-size: 24px;
    line-height: 1.1em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.slide-caption .entry-meta {
    margin-bottom: 15px;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.hentry:not(:last-child) {
    margin: 0 0 1.5em;
}
#primary .hentry {
    padding-bottom: 2em;
}
.hentry .entry-header {
    margin: 0 auto;
}
.hentry .photo-grid .entry-header .entry-title {
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 15px auto;
}
.hentry .photo-grid .entry-header .entry-title,
.hentry .photo-grid .entry-header .entry-meta {
    text-align: left;
}
.hentry .photo-grid .entry-header .entry-meta > span {
    padding-left: 0;
}
.united-block-bg {
    padding-top: 40px;
    padding-bottom: 40px;
}
.featured-carousel .title-header,
.featured-carousel .hentry .photo-grid .entry-header .entry-title,
.featured-carousel .hentry .photo-grid .entry-header .entry-title a {
    color: #fff;
}
.featured-carousel {
    color: #fff;
    background: #1e1e1e;
    padding: 80px 0;
}
.featured-carousel a:not(:hover, :focus) {
    color: #fff;
}
.featured-carousel article > a {
    display: block;
    margin-bottom: 16px;
}
.featured-carousel .entry-meta {
    margin: 0 0 8px;
}
#mainslider,
.featured-carousel .carousel-slider {
    overflow: hidden;
}
:where(#mainslider, .featured-carousel) .slick-list {
    margin: 0 -16px;
}
:where(#mainslider, .featured-carousel) .slick-slide {
    padding: 0 16px;
}
@media (max-width: 991px) {
    :where(#mainslider, .featured-carousel) .slick-list {
        margin: 0 -8px;
    }
    :where(#mainslider, .featured-carousel) .slick-slide {
        padding: 0 8px;
    }
}
.recommended-section {
    border-top: 1px solid;
    padding-top: 60px;
    padding-bottom: 30px;
}
.recommended-section article {
    margin-bottom: 30px;
}
.recommended-section .entry-title {
    margin-bottom: 8px;
}
.newsletter-block ~ .recommended-section {
    background: #faf8f7;
}
.single .hentry .entry-header,
.single .hentry .entry-content,
.single .hentry .entry-footer,
.page-template-default.page .hentry .entry-header,
.page-template-default.page .hentry .entry-content,
.page-template-default.page .hentry .entry-footer {
    text-align: left;
    width: 100%;
}
.entry-meta,
.entry-footer {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.entry-footer {
    margin: 20px auto;
}
.entry-meta-small {
    margin: 15px auto 0;
    font-size: 12px;
}
.entry-meta-bullets > span a {
    background: #e3140b;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 6px;
    text-transform: uppercase;
    vertical-align: middle;
    margin-bottom: 10px;
}
.banner-tiles .main-navigation {
    margin-top: 24px;
}
@media (max-width: 991px) {
    .banner-tiles .main-navigation {
        display: none;
    }
}
.banner-tiles .site-branding {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.banner-tiles .site-branding .site-logo {
    margin-bottom: 16px;
}
.banner-tiles .site-branding .site-logo img {
    max-width: 400px;
}
@media (max-width: 991px) {
    .banner-tiles .site-branding .site-logo img {
        max-width: 288px;
    }
}
@media (max-width: 767px) {
    .banner-tiles .site-branding .site-logo img {
        max-width: 80%;
    }
}
.banner-tiles .site-branding .menu-title {
    display: none;
}
.banner-tiles .row > .col:last-child {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}
.banner-tiles .main-navigation .menu ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    vertical-align: top;
}
.banner-tiles .main-navigation .menu ul li {
    position: relative;
    display: inline-block;
}
.banner-tiles .main-navigation .menu ul li a {
    color: #444;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.banner-tiles .main-navigation .menu .main-menu > li.menu-item-has-children > .wpintf-wrapper > a::after,
.banner-tiles .main-navigation .menu ul.sub-menu li.menu-item-has-children > .wpintf-wrapper > a::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 16px;
    translate: 0 -50%;
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: #fff;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
}
.banner-tiles .main-navigation .menu .main-menu > li.menu-item-has-children > .wpintf-wrapper > a::after {
    border-color: #444;
}
@media only screen and (min-width: 992px) {
    .banner-tiles .main-navigation .menu {
        display: inline-block;
        vertical-align: middle;
    }
    .banner-tiles .main-navigation .menu ul > li > .wpintf-wrapper > a {
        display: block;
        position: relative;
        padding: 12px 16px;
        z-index: 2;
    }
    .banner-tiles .main-navigation .menu .main-menu > li.menu-item-has-children > .wpintf-wrapper > a {
        padding-right: 40px;
    }
    .banner-tiles .main-navigation div.menu > ul > li > .wpintf-wrapper > a:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        top: -2px;
        left: 0;
        z-index: -1;
        background: transparent;
    }
    .banner-tiles .main-navigation .menu ul > li.current_page_item > .wpintf-wrapper > a .icon-down,
    .banner-tiles .main-navigation .menu ul > li:focus > .wpintf-wrapper > a .icon-down,
    .banner-tiles .main-navigation .menu ul > li:hover > .wpintf-wrapper > a .icon-down {
        border-color: #fff;
    }
    .banner-tiles .main-navigation .menu ul > li.current_page_item > .wpintf-wrapper > a:before,
    .banner-tiles .main-navigation .menu > ul > li:focus > .wpintf-wrapper > a:before,
    .banner-tiles .main-navigation .menu > ul > li:hover > .wpintf-wrapper > a:before {
        background: #e3140b;
    }
    .banner-tiles .main-navigation .menu ul ul li {
        width: 100%;
    }
    .banner-tiles .main-navigation .menu ul ul a {
        color: #fff;
        font-size: 12px;
        display: block;
        padding: 12px 30px;
        line-height: inherit;
    }
    .banner-tiles .main-navigation ul ul li a:hover,
    .banner-tiles .main-navigation ul ul li a:focus {
        background: #262626;
    }
    .banner-tiles .main-navigation .menu ul ul {
        background: #2d2d2d;
        position: absolute;
        text-align: left;
        visibility: hidden;
        filter: alpha(opacity=0);
        opacity: 0;
        margin: 0 auto;
        padding: 0;
    }
    .banner-tiles .main-navigation .menu li:hover > .wpintf-wrapper > ul,
    .banner-tiles .main-navigation .menu li:focus > .wpintf-wrapper > ul {
        visibility: visible;
        filter: alpha(opacity=1);
        opacity: 1;
        z-index: 999;
        -webkit-transition: opacity 0.4s, top 0.4s;
        -moz-transition: opacity 0.4s, top 0.4s;
        -ms-transition: opacity 0.4s, top 0.4s;
        -o-transition: opacity 0.4s, top 0.4s;
        transition: opacity 0.4s, top 0.4s;
    }
    .banner-tiles .main-navigation .menu li:focus-within > .wpintf-wrapper > ul {
        visibility: visible;
        filter: alpha(opacity=1);
        opacity: 1;
        z-index: 999;
        -webkit-transition: opacity 0.4s, top 0.4s;
        -moz-transition: opacity 0.4s, top 0.4s;
        -ms-transition: opacity 0.4s, top 0.4s;
        -o-transition: opacity 0.4s, top 0.4s;
        transition: opacity 0.4s, top 0.4s;
    }
    .banner-tiles .main-navigation .menu > ul > li > .wpintf-wrapper > ul {
        top: 100%;
        left: 0;
        width: 260px;
    }
    .banner-tiles .main-navigation .menu > ul > li:last-child > .wpintf-wrapper > ul {
        left: auto;
        right: 0;
    }
    .banner-tiles .main-navigation .menu ul ul ul {
        top: -20px;
        left: 100%;
    }
    .banner-tiles .main-navigation .menu ul ul li:hover ul,
    .banner-tiles .main-navigation .menu ul ul li:focus ul {
        top: 0;
    }
    .banner-tiles .main-navigation .menu ul ul li:focus-within ul {
        top: 0;
    }
    .icon-down {
        border: solid #333;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .sub-menu .icon-down {
        border-color: #fff;
    }
}
.banner-tiles .main-navigation .menu .menu-mobile {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    text-align: left;
    position: relative;
    z-index: 9999;
    display: none;
}
.banner-tiles .main-navigation .menu .menu-mobile li {
    display: block;
    border-bottom: 1px solid;
    float: none;
}
.banner-tiles .main-navigation .menu .menu-mobile li a {
    line-height: 50px;
    display: block;
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.banner-tiles .main-navigation .menu .menu-mobile li a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.banner-tiles .main-navigation .menu .menu-mobile li .sub-menu,
.banner-tiles .main-navigation .menu .menu-mobile li .children {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #dcdcdc;
    display: none;
}
.banner-tiles .main-navigation .menu .menu-mobile li .sub-menu > li:first-child,
.banner-tiles .main-navigation .menu .menu-mobile li .children > li:first-child {
    border-top: 0;
}
.menu-description {
    background: #e3140b;
    color: #fff;
    text-transform: initial;
    padding: 4px 12px;
    border-radius: 4px;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 400;
}
.menu-description:hover,
.menu-description:focus {
    filter: alpha(opacity=75);
    opacity: 0.75;
}
@media (min-width: 992px) and (max-width: 1600px) {
    .banner-tiles .row > .col:first-child {
        width: 60%;
    }
    .banner-tiles .row > .col:last-child {
        width: 40%;
    }
}
@media (min-width: 992px) and (max-width: 1600px) {
    .banner-tiles .row > .col.no-right-grid,
    .banner-tiles .row > .col.no-left-grid {
        width: 100%;
    }
}
.tile-right-grid {
    background-color: #f5f5f5;
    padding: 28px;
}
@media (max-width: 575px) {
    .tile-right-grid {
        padding: 16px;
    }
}
.no-left-grid .tile-right-grid article {
    margin: 0;
}
.no-left-grid .tile-right-grid {
    background-color: transparent;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
@media (max-width: 1199px) {
    .no-left-grid .tile-right-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .no-left-grid .tile-right-grid {
        grid-template-columns: 1fr;
    }
}
.banner-tiles .article-flex .entry-title {
    font-size: 20px;
    margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .banner-tiles .article-flex .entry-title {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .banner-tiles .article-flex .entry-title {
        font-size: 18px;
    }
}
.banner-tiles .article-flex .entry-meta-small {
    margin-top: 8px;
}
.banner-tiles .entry-meta-bullets > span a {
    position: relative;
    margin-bottom: 14px;
}
.banner-tiles .entry-meta-bullets > span a:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid #333;
    border-right: 7px solid transparent;
    border-top-color: #e3140b;
    position: absolute;
    bottom: -7px;
    left: 0;
}
.banner-tiles .entry-meta-bullets > span a:hover:after,
.banner-tiles .entry-meta-bullets > span a:focus:after {
    border-top-color: #fff;
}
.tile-bottom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 32px;
}
@media (max-width: 1600px) {
    .tile-bottom-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}
@media (max-width: 575px) {
    .tile-bottom-grid {
        grid-template-columns: 1fr;
    }
}
.tile-bottom-grid:not(:has(> *)) {
    margin: 0;
}
.tile-bottom-grid article.hentry {
    margin: 0;
}
.tile-bottom-grid .photo-wrapper {
    height: auto;
}
.tile-bottom-grid .photo-wrapper:has(img) {
    margin-bottom: 16px;
}
.tile-bottom-grid img {
    height: 280px;
}
.entry-meta-bullets > span a:hover,
.entry-meta-bullets > span a:focus {
    background: #fff;
}
.entry-meta > span {
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
}
.entry-meta > span:first-child {
    padding-left: 0;
}
.entry-footer .cat-links,
.entry-footer .tags-links {
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
}
.entry-footer .cat-links {
    padding-left: 0;
}
.single .entry-footer .cat-links,
.single .entry-footer .tags-links {
    width: 100%;
    display: block;
    margin: 10px auto;
    padding: 0;
}
.single .entry-meta {
    padding-bottom: 20px;
}
.single .entry-meta > span {
    float: left;
}
.single .entry-meta > span:first-child {
    padding-left: 0;
}
.updated:not(.published) {
    display: none;
}
.page-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.excerpt .continue-link,
.entry-content .continue-link {
    margin-left: 0;
}
.entry-title {
    font-size: 22px;
}
.united-block .title-header,
.single .site-main .entry-header .entry-title {
    font-size: 42px;
}
.entry-title,
.title-header {
    line-height: 1.2;
    text-transform: uppercase;
}
.united-block .title-header {
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.united-block .title-header span {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.united-block .title-header span:before,
.united-block .title-header span:after {
    content: "";
    width: 27px;
    height: 15px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
}
.united-block .title-header span:before {
    background: url(images/title-arrow-left.png) no-repeat center center;
    left: 0;
}
.united-block .title-header span:after {
    background: url(images/title-arrow-right.png) no-repeat center center;
    right: 0;
}
.hentry .photo-grid:has(.photo-wrapper img) .entry-header {
    padding: 20px;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    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;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.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.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: block;
    float: left;
    width: 100%;
    padding: 0 5px;
    position: relative;
    margin: 0 auto 15px;
}
.widget .gallery-item {
    margin: 5px auto;
}
.gallery-item img {
    vertical-align: top;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-2 .gallery-item:nth-child(2n + 1) {
    clear: left;
}
.gallery-columns-3 .gallery-item {
    width: 33.33%;
}
.gallery-columns-3 .gallery-item:nth-child(3n + 1) {
    clear: left;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-4 .gallery-item:nth-child(4n + 1) {
    clear: left;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-5 .gallery-item:nth-child(5n + 1) {
    clear: left;
}
.gallery-columns-6 .gallery-item {
    width: 16.66%;
}
.gallery-columns-6 .gallery-item:nth-child(6n + 1) {
    clear: left;
}
.gallery-columns-7 .gallery-item {
    width: 14.28%;
}
.gallery-columns-7 .gallery-item:nth-child(7n + 1) {
    clear: left;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-8 .gallery-item:nth-child(8n + 1) {
    clear: left;
}
.gallery-columns-9 .gallery-item {
    width: 11.11%;
}
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
    clear: left;
}
.gallery-caption {
    display: block;
    background: #000;
    background: rgba(0, 0, 0, 0.74);
    color: #fff;
    font-size: 85%;
    line-height: 1.22857143;
    position: absolute;
    bottom: 10px;
    left: 5px;
    right: 5px;
    padding: 15px;
    text-align: left;
}
.widget .gallery-caption {
    display: none;
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 991px) {
    body .gallery:not(.gallery-columns-1) .gallery-item {
        width: 50%;
        clear: none !important;
    }
    body .gallery:not(.gallery-columns-1) .gallery-item:nth-child(2n + 1) {
        clear: left !important;
    }
}
@media only screen and (max-width: 640px) {
    body .gallery:not(.gallery-columns-1) .gallery-item {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 290px;
        width: 100%;
    }
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
    background-color: #f7f7f7;
    border-top: 1px solid;
}
.site-widget-area {
    padding-top: 50px;
    padding-bottom: 30px;
}
.footer-social-menu {
    text-align: center;
    padding: 40px 0;
    background: #e5192c;
}
.footer-end {
    background: #080808;
    padding: 40px 0;
    text-align: center;
}
.footer-end,
.footer-end a {
    color: #ccc;
    color: rgba(255, 255, 255, 0.8);
}
.social-navigation {
    font-size: 10px;
}
.social-navigation.social-navigation-nav {
    display: inline-block;
    vertical-align: middle;
}
.social-navigation ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}
.social-navigation li {
    display: inline;
}
.social-navigation a {
    -webkit-border-radius: 45px;
    border-radius: 45px;
    display: inline-block;
    height: 45px;
    margin: 0 0.15em 0 0;
    text-align: center;
    width: 45px;
}
.nav-socialmedia .social-navigation a {
    height: auto;
    margin: 0 auto;
}
.social-navigation .icon {
    height: 18px;
    top: 12px;
    width: 18px;
    vertical-align: top;
}
.nav-socialmedia .social-navigation .icon {
    top: 0;
    vertical-align: middle;
}
.icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative;
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;
}
body .site .social-navigation.social-navigation-nav a {
    background: none;
    color: #000000;
    width: 24px;
}
.copyright-info {
    color: rgba(255, 255, 255, 0.64);
    margin: 10px auto;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.social-nav-disabled .copyright-info {
    text-align: left;
}
.photo-wrapper,
.home.blog #primary .hentry .post-thumbnail,
body.archive #primary .hentry .post-thumbnail {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
.photo-wrapper img,
.home.blog #primary .hentry .post-thumbnail img,
body.archive #primary .hentry .post-thumbnail img {
    vertical-align: top;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    object-fit: cover;
    width: 100%;
}
.photo-wrapper-1 img {
    height: 420px;
}
.photo-wrapper-2 img {
    height: 380px;
}
.banner-tiles .photo-wrapper-2 img {
    height: 320px;
}
.banner-tiles .photo-grid-3 .photo-wrapper-2 img {
    height: 664px;
}
@media only screen and (max-width: 767px) {
    .banner-tiles .photo-grid-3 .photo-wrapper-2 img {
        height: 460px;
    }
}
.photo-wrapper:hover img,
.photo-wrapper:focus img,
.home.blog #primary .hentry .post-thumbnail:hover img,
.home.blog #primary .hentry .post-thumbnail:focus img,
body.archive #primary .hentry .post-thumbnail:hover img,
body.archive #primary .hentry .post-thumbnail:focus img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.hentry .photo-wrapper:hover:before,
.hentry .photo-wrapper:hover:after,
.hentry .photo-wrapper:focus:before,
.hentry .photo-wrapper:focus:after,
.home.blog #primary .hentry .post-thumbnail:hover:before,
.home.blog #primary .hentry .post-thumbnail:focus:before,
body.archive #primary .hentry .post-thumbnail:hover:before,
body.archive #primary .hentry .post-thumbnail:focus:before,
.home.blog #primary .hentry .post-thumbnail:hover:after,
.home.blog #primary .hentry .post-thumbnail:focus:after,
body.archive #primary .hentry .post-thumbnail:hover:after,
body.archive #primary .hentry .post-thumbnail:focus:after {
    content: "";
    background: #a0a0a0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.hentry .photo-wrapper:hover:before,
.hentry .photo-wrapper:focus:before,
.home.blog #primary .hentry .post-thumbnail:hover:before,
.home.blog #primary .hentry .post-thumbnail:focus:before,
body.archive #primary .hentry .post-thumbnail:hover:before,
body.archive #primary .hentry .post-thumbnail:focus:before {
    mix-blend-mode: screen;
    opacity: 0.1;
    z-index: 2;
}
.hentry .photo-wrapper:hover:after,
.hentry .photo-wrapper:focus:after,
.home.blog #primary .hentry .post-thumbnail:hover:after,
.home.blog #primary .hentry .post-thumbnail:focus:after,
body.archive #primary .hentry .post-thumbnail:hover:after,
body.archive #primary .hentry .post-thumbnail:focus:after {
    mix-blend-mode: multiply;
    opacity: 1;
    z-index: 3;
}
.hentry .photo-wrapper .zoom-image {
    display: block;
    position: relative;
    z-index: 1;
}
.banner-tiles .hentry .photo-wrapper .zoom-image {
    position: relative;
}
.banner-tiles .hentry .photo-wrapper .zoom-image:after {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 75%);
    background: -webkit-linear-gradient(bottom,
    rgba(0, 0, 0, 0.7) 0%,
    transparent 75%);
    background: -moz-linear-gradient(bottom,
    rgba(0, 0, 0, 0.7) 0%,
    transparent 75%);
    background: -ms-linear-gradient(bottom,
    rgba(0, 0, 0, 0.7) 0%,
    transparent 75%);
    background: -o-linear-gradient(bottom,
    rgba(0, 0, 0, 0.7) 0%,
    transparent 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.banner-tiles .photo-grid:has(.photo-wrapper img) header.entry-header,
.banner-tiles .photo-grid:has(.photo-wrapper img) .entry-header .entry-title a {
    color: #fff;
}
.banner-tiles .photo-grid header.entry-header .entry-meta-bullets {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.hentry .photo-wrapper:hover .zoom-image,
.hentry .photo-wrapper:focus .zoom-image,
.home.blog #primary .hentry .post-thumbnail:hover,
.home.blog #primary .hentry .post-thumbnail:focus,
body.archive #primary .hentry .post-thumbnail:hover,
body.archive #primary .hentry .post-thumbnail:focus {
    filter: grayscale(100%);
}
.photo-grid-bg:has(.photo-wrapper img) {
    background-color: #fff;
    margin: 0 0 35px;
}
.photo-grid-2 {
    position: relative;
}
.photo-grid-2:not(:has(.photo-wrapper img)) header.entry-header {
    background-color: #f5f5f5;
    padding: 20px;
}
.photo-grid-2:has(.photo-wrapper img) header.entry-header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.slider {
    position: relative;
    overflow: hidden;
}
.slider .slick-slider {
    margin: 0 -8px;
}
.slider .slick-slide {
    padding: 0 8px;
}
.slick-track {
    display: flex !important;
}
.slick-slide {
    height: inherit !important;
}
.slick-nav-arrow {
    background: #e5192c;
    position: absolute;
    z-index: 1;
    display: block;
    width: 60px;
    font-size: 42px;
    cursor: pointer;
    color: #fff;
    top: 50%;
    margin-top: -30px;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
#mainslider .slick-nav-arrow {
    top: 50%;
    translate: 0 -50%;
}
.slick-nav-arrow:before {
    display: block;
    line-height: 60px;
    height: 60px;
}
.slick-slide-prev {
    left: 20px;
}
.slick-slide-next {
    right: 20px;
}
.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
.slider-nav .slick-dots {
    top: 50px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    vertical-align: middle;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border-radius: 50%;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    background: #e5192c;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    content: "";
    background: transparent;
    border: 1px solid #e5192c;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    text-align: center;
    opacity: 0.25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #fff;
}
.overlay:before {
    position: absolute;
    left: 0;
    right: 0;
}
.overlay-enable:before {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    filter: alpha(opacity=35);
    opacity: 0.35;
}
#mainslider .item,
.site #secondary,
.comments-title,
.comments-area .comment-respond .comment-reply-title,
#wp-calendar tbody td,
.recommended-section,
.site .site-footer{
    border-color: #eeeeee;
}
.social-navigation a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.navigation.pagination .page-numbers.current,
.tagcloud > a:hover,
.tagcloud > a:focus {
    background-color: #262626;
    color: #fff;
}
.social-navigation a:hover,
.social-navigation a:focus,
button:hover,
button:active,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
    background-color: #262626;
}
.comment-form .submit:hover,
.comment-form .submit:active,
.comment-form .submit:focus {
    background: #e5192c;
}
.site-title,
.site-title a,
.entry-meta a,
.entry-footer a {
    color: #e5192c;
}
@media only screen and (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
}
.error-404 {
    margin-left: auto;
    margin-right: auto;
}
.error-404 .search-form {
    margin-bottom: 30px;
}
.search-results .page-header,
.archive .page-header .page-title {
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: 700;
}
.search-results .page-header span,
.archive .page-header span {
    color: #000;
    font-weight: 700;
}
.tags-links a:before {
    content: "#";
    display: inline-block;
    margin-right: 4px;
}
.home.no-sidebar .site-content #main .hentry {
    text-align: center;
}
.home.no-sidebar .site-content #main .entry-content {
    max-width: 1040px;
}
.home.no-sidebar .site-content #main .entry-content .continue-link {
    margin-left: auto;
}
@media only screen and (max-width: 991px) {
    .site-title {
        font-size: 48px;
    }
}
.elementor-html .preloader {
    display: none;
}
.newsletter-block {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.mc4wp-form-fields {
    margin: 0 auto;
    max-width: 540px;
}
.mc4wp-form-fields > p {
    display: block;
    float: left;
}
.mc4wp-form-fields > p label {
    display: none;
}
.mc4wp-form-fields input[type="text"],
.mc4wp-form-fields input[type="email"] {
    width: 400px;
    background: transparent;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #a7a7a7;
    color: #333;
    border-radius: 0;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
}
.mc4wp-form-fields input[type="text"]::-webkit-input-placeholder,
.mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
    color: #333;
}
.mc4wp-form-fields input[type="text"]::-moz-placeholder,
.mc4wp-form-fields input[type="email"]::-moz-placeholder {
    color: #333;
}
.mc4wp-form-fields input[type="text"]:-ms-input-placeholder,
.mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
    color: #333;
}
.mc4wp-form-fields input[type="text"]:-moz-placeholder,
.mc4wp-form-fields input[type="email"]:-moz-placeholder {
    color: #333;
}
.mc4wp-form-fields input[type="submit"] {
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    height: 50px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    width: 140px;
    border-radius: 0;
    background: #e5192c;
}
.mc4wp-form-fields input[type="submit"]:hover,
.mc4wp-form-fields input[type="submit"]:focus {
    filter: alpha(opacity=85);
    opacity: 0.85;
}
.mc4wp-response {
    clear: both;
    max-width: 540px;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .mc4wp-form-fields > p,
    .mc4wp-form-fields input[type="email"],
    .mc4wp-form-fields input[type="submit"] {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    body .site .social-navigation.social-navigation-nav {}
    .united-navigation .wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .united-navigation .nav-right {
        float: none;
        text-align: center;
    }
    body .site .site-content #primary,
    body .site .site-content #secondary .widget {
        padding-left: 0;
        padding-right: 0;
    }
}
.entry-content a {
    box-shadow: 0 -2px 0 #4be695 inset;
}
/*Gutenberg Fix*/
.wp-block-gallery {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.wp-block-quote {
    margin: 30px 0 30px 0 !important;
    padding: 50px !important;
    font-size: 15px;
    font-style: normal;
    text-align: left;
    quotes: none;
    box-sizing: border-box;
    font-weight: 400;
    position: relative;
    border-left: 0 !important;
    background: #252525;
    color: #fff;
}
.wp-block-quote:before {
    content: "\201C";
    position: absolute;
    top: 20px;
    left: 30px;
    padding: 0;
    color: #fff;
    background: transparent;
    font-size: 100px;
    display: block;
    line-height: 1;
    height: 30px;
}
.wp-block-quote cite {
    font-size: 12px;
    font-style: normal;
}
.wp-block-quote.is-style-large {
    margin-bottom: 23px;
    margin-top: 0 !important;
}
.wp-block-quote.is-style-large p {
    font-size: 24px !important;
    line-height: 1.5 !important;
}
.wp-block-quote p {
    color: #fff !important;
    font-size: 18px;
    line-height: 25px !important;
}
.wp-block-quote a {
    color: #fff;
}
.wp-block-quote a:hover {
    color: #fff;
}
@media only screen and (min-width: 768px) {
    .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        max-width: 1000%;
    }
    .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: auto;
        max-width: 1000%;
    }
    .alignwide img,
    .alignfull img {
        display: block;
        margin: 0 auto;
    }
}
/*--------------------------------------------------------------
##Back to top
--------------------------------------------------------------*/
#scroll-up {
    background: #e5192c;
    color: #fff;
    position: fixed;
    z-index: 8000;
    bottom: 45px;
    right: 15px;
    display: none;
    width: 55px;
    height: 55px;
    font-size: 34px;
    line-height: 55px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 100%;
}
#scroll-up:hover,
#scroll-up:focus {
    background-color: #373737;
    color: #fff;
    line-height: 45px;
}
@media only screen and (max-width: 767px) {
    #scroll-up {
        right: 20px;
        bottom: 20px;
    }
}
.rtl .slick-nav-arrow {
    /*rtl:begin:ignore*/
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    /*rtl:end:ignore*/
}
.site .zoom-gallery {
    position: relative;
}
.site .enlarge-icon-zoomer {
    cursor: pointer;
    position: absolute;
    height: 50px;
    right: 20px;
    top: 20px;
    width: 50px;
    display: flex;
    z-index: 99;
    align-items: center;
    justify-content: center;
    background: #333;
    background: rgba(0, 0, 0, 0.12);
    margin: 0;
    padding: 0;
}
.site .enlarge-icon-zoomer:hover,
.site .enlarge-icon-zoomer:focus {
    background: #000;
    background: rgba(0, 0, 0, 0.62);
}
.site .enlarge-icon {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 490.667 490.667' fill='white' style='enable-background:new 0 0 490.667 490.667;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M423.531,67.136c-4.16-4.16-10.923-4.16-15.083,0L259.115,216.469c-4.16,4.16-4.16,10.923,0,15.083 c2.091,2.069,4.821,3.115,7.552,3.115c2.731,0,5.461-1.045,7.531-3.115L423.531,82.219 C427.691,78.059,427.691,71.296,423.531,67.136z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M416,64c-5.888,0-10.667,4.779-10.667,10.667v128c0,5.888,4.779,10.667,10.667,10.667c5.888,0,10.667-4.779,10.667-10.667 v-128C426.667,68.779,421.888,64,416,64z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M416,64H288c-5.888,0-10.667,4.779-10.667,10.667S282.112,85.333,288,85.333h128c5.888,0,10.667-4.779,10.667-10.667 S421.888,64,416,64z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M231.531,259.136c-4.16-4.16-10.923-4.16-15.083,0L67.115,408.469c-4.16,4.16-4.16,10.923,0,15.083 c2.091,2.069,4.821,3.115,7.552,3.115c2.731,0,5.461-1.045,7.531-3.115l149.333-149.333 C235.691,270.059,235.691,263.296,231.531,259.136z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M74.667,277.333C68.779,277.333,64,282.112,64,288v128c0,5.888,4.779,10.667,10.667,10.667S85.333,421.888,85.333,416V288 C85.333,282.112,80.555,277.333,74.667,277.333z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M202.667,405.333h-128C68.779,405.333,64,410.112,64,416c0,5.888,4.779,10.667,10.667,10.667h128 c5.888,0,10.667-4.779,10.667-10.667C213.333,410.112,208.555,405.333,202.667,405.333z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M458.667,0H32C14.357,0,0,14.357,0,32v426.667c0,17.643,14.357,32,32,32h426.667c17.643,0,32-14.357,32-32V32 C490.667,14.357,476.309,0,458.667,0z M469.333,458.667c0,5.867-4.8,10.667-10.667,10.667H32c-5.867,0-10.667-4.8-10.667-10.667 V32c0-5.867,4.8-10.667,10.667-10.667h426.667c5.867,0,10.667,4.8,10.667,10.667V458.667z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}
.floating-post-navigation {
    position: fixed;
    top: 50%;
    z-index: 999;
    width: 340px;
    height: 200px;
    overflow: hidden;
    background: #000;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
    -moz-transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
    -o-transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.24, 0.6, 0.25, 1);
}
.floating-post-navigation,
.floating-post-navigation a {
    color: #fff !important;
}
@media (max-width: 575px) {
    .floating-post-navigation {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}
.floating-post-navigation img {
    filter: alpha(opacity=65);
    opacity: 0.65;
}
.floating-navigation-prev {
    right: calc(100% - 50px);
}
.floating-navigation-prev:hover {
    right: calc(100% - 339px);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.floating-navigation-next {
    left: calc(100% - 50px);
}
.floating-navigation-next:hover {
    left: calc(100% - 339px);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.floating-post-navigation img {
    object-fit: cover;
    position: absolute;
    top: 0;
    height: 100% !important;
}
.floating-navigation-prev img {
    right: 50px;
}
.floating-navigation-next img {
    left: 50px;
}
.floating-post-navigation a {
    color: inherit;
}
.single .floating-post-navigation a:hover,
.single .floating-post-navigation a:focus {
    color: inherit !important;
}
.floating-post-navigation .floating-navigation-label {
    font-weight: 700;
    position: absolute;
    top: 0;
    writing-mode: vertical-rl;
    right: 0;
    height: 100%;
    text-align: center;
    width: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 2;
    letter-spacing: 3px;
}
.floating-navigation-next .floating-navigation-label {
    right: auto;
    left: 0;
}
.floating-post-navigation .floating-navigation-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 100%;
    padding: 20px 60px 20px 20px;
    z-index: 2;
}
.floating-navigation-next .floating-navigation-title {
    padding: 20px 20px 20px 60px;
}
.error-404 .page-header {
    text-align: center;
}
.error-404 .page-title {
    font-size: clamp(4rem, 40vw, 20rem);
    font-weight: 200;
    line-height: 1;
}
.error-404 .page-subtitle {
    font-size: clamp(1.75rem, 3vw, 2.375rem);
}
.error-404 .page-content {
    margin: 100px 0;
}
.error-404 .page-content .search-title {
    font-size: 28px;
    font-weight: 100;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.united-block-bg .site-branding {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .united-block-bg .site-branding {
        display: none;
    }
}
.united-block-bg .site-title {
    font-size: 64px;
}
.article-content-overlay {
    position: relative;
}
.article-content-overlay .slide-caption {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    padding: 32px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.article-content-overlay .slide-caption a:not(:hover, :focus) {
    color: #fff;
}
.section-spacing {
    margin-bottom: 100px;
}
.featured-tiles-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
@media (max-width: 1600px) {
    .featured-tiles-content {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .featured-tiles-content {
        grid-template-columns: repeat(1, 1fr);
    }
}
.united-featured-tiles article {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.united-featured-tiles .photo-wrapper {
    height: 200px;
    width: 232px;
    background-color: #f3f3f3;
}
@media (max-width: 1024px) {
    .united-featured-tiles .photo-wrapper {
        width: 100%;
    }
}
.united-featured-tiles .photo-wrapper :where(a, img) {
    height: 100%;
    width: 100%;
}
.united-featured-tiles .entry-header {
    flex: 1;
}
.subscribe-popup {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 888;
    line-height: 0;
    transition: 0.45s;
}
.subscribe-popup.active {
    top: 0;
}
.subscribe-popup-content {
    position: relative;
    max-width: 100%;
    width: 1080px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .subscribe-popup-content {
        width: calc(100% - 40px);
    }
}
@media (max-width: 767px) {
    .subscribe-popup-content {
        flex-direction: column;
        max-height: calc(100% - 40px);
        overflow-y: auto;
    }
}
.subscribe-popup-image {
    width: 50%;
    height: 492px;
    line-height: 0;
}
@media (max-width: 767px) {
    .subscribe-popup-image {
        height: 320px;
        width: 100%;
    }
}
.subscribe-popup-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.subscribe-popup-details {
    width: 50%;
    padding: 48px;
}
@media (max-width: 767px) {
    .subscribe-popup-details {
        width: 100%;
        padding: 24px;
    }
}
.subscribe-popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
}
.subscribe-popup .mc4wp-form-fields input {
    border-right: 1px solid #a7a7a7;
    width: 100%;
}
.subscribe-popup .mc4wp-form-fields {
    max-width: 100%;
    margin: 0;
}
.subscribe-popup .mc4wp-form-fields > p {
    float: none;
}
.article-flex:has(.photo-wrapper img) {
    display: flex;
    gap: 16px;
}
.article-flex:has(.photo-wrapper img) .photo-wrapper {
    height: 136px;
    width: 40%;
}
.article-flex:has(.photo-wrapper img) .photo-wrapper :where(a, img) {
    display: block;
    height: 100%;
    width: 100%;
}
.article-flex:has(.photo-wrapper img) .photo-wrapper img {
    object-fit: cover;
}
.article-flex:has(.photo-wrapper img) .entry-header {
    width: 60%;
}
.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-clamp-3 {
    -webkit-line-clamp: 3;
}
.category-carousel-item {
    text-align: center;
    padding: 0 12px;
}
.category-carousel-item a {
    display: inline-block;
}
.category-carousel-image {
    height: 108px;
    width: 108px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f5f5f5;
    margin-bottom: 16px;
    border-radius: 50%;
    padding: 4px;
    border: 1px solid #e3140b;
    overflow: hidden;
}
.category-carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    transform: scale(1) rotate(0deg);
    transition: 0.6s;
}
.category-carousel-item a:hover img,
.category-carousel-item a:focus img {
    transform: scale(1.1) rotate(20deg);
}
.category-carousel-item .entry-title {
    font-size: 18px;
    letter-spacing: 0.8px;
}
.grid-list-header {
    margin-bottom: 24px;
}
.grid-list-title {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.7px;
}
.grid-list-header svg {
    font-size: 28px;
    margin-left: 4px;
    vertical-align: middle;
}
@media (min-width: 992px) {
    .theme-grid-list .row > .col:not(:last-child) {
        border-right: 1px dashed #adadad;
    }
}
.theme-grid-list article:not(:last-of-type) {
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px dashed #adadad;
}
.theme-grid-list article:first-child .photo-wrapper:has(img) {
    margin-bottom: 16px;
}
.theme-grid-list .entry-title {
    margin: 0;
}
.theme-grid-list article:not(:first-child) .entry-title {
    font-size: 18px;
}
@media (max-width: 991px) {
    .theme-grid-list .row > .col:not(:last-child) .grid-list-body {
        margin-bottom: 32px;
    }
}
.adj-cat .cat-links > a:first-child ~ a {
    display: none;
}
#main.site-main article :where(.entry-header, .zoom-gallery, .entry-footer, .entry-content p) {
    margin: 0 0 16px;
}
#main.site-main article .entry-content p a {
    margin-top: 24px;
}
.entry-image {
    object-fit: cover;
}
.entry-image-large img {
    height: 395px;
}
.entry-image-big img {
    height: 292px;
}