/*
Theme Name: Palm Beach Child
Template: palm-beach
Theme URI: https://themezee.com/themes/palm-beach/
Author: ThemeZee
Author URI: https://themezee.com
Description: Palm Beach is a professional WordPress theme perfectly suited for a travel magazine. It features a stunning fullscreen slider, beautiful typography and a three-column grid-layout for posts. Head off on vacation now!
Version: 2.1.1
Requires at least: 5.2
Tested up to: 6.9
Requires PHP: 5.6
AMP: true
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: palm-beach
Tags: two-columns, custom-background, custom-header, custom-logo, custom-menu, editor-style, rtl-language-support, grid-layout, blog, news, featured-image-header, featured-images, flexible-header, full-width-template, threaded-comments, translation-ready, theme-options, one-column, left-sidebar, right-sidebar, three-columns
*/

/* --- parent theme colors --- */
:root {
    --primary-color: #64BDE3;
    --secondary-color: #53B5DF;
    --tertiary-color: #41AEDC;
    --accent-color: #5C946E;
    --highlight-color: #C14953;
    --light-gray-color: #e4e4e4;
    --gray-color: #646464;
    --dark-gray-color: #2F323A;
    --text-color: #2F323A;
    --medium-text-color: #646464;
    --light-text-color: #949494;
    --dark-border-color: #2F323A;
    --medium-border-color: #c4c4c4;
    --light-border-color: #e4e4e4;
    --link-color: #64BDE3;
    --link-hover-color: #2F323A;
    --button-color: #f4f4f4;
    --button-text-color: #2F323A;
    --button-border-color: #e4e4e4;
    --button-hover-color: #64BDE3;
    --button-hover-text-color: #F5FFFF;
    --page-background-color: #F5FFFF;
    --header-background-color: #F5FFFF;
    --site-title-color: #2F323A;
    --site-title-hover-color: #64BDE3;
    --navi-color: #2F323A;
    --navi-hover-color: #64BDE3;
    --navi-border-color: #e4e4e4;
    --navi-submenu-color: #f4f4f4;
    --title-color: #2F323A;
    --title-hover-color: #64BDE3;
    --widget-title-color: #2F323A;
    --widget-title-hover-color: #64BDE3;
    --footer-background-color: #F5FFFF;
    --footer-border-color: #e4e4e4;
    --text-font: "Hind", tahoma, arial, sans-serif;
    --title-font: "Montserrat", verdana, arial, sans-serif;
    --navi-font: "Hind", tahoma, arial, sans-serif;
    --widget-title-font: "Montserrat", verdana, arial, sans-serif;
    --title-font-weight: bold;
    --navi-font-weight: normal;
    --widget-title-font-weight: bold;
    --title-text-transform: uppercase;
    --navi-text-transform: none;
    --widget-title-text-transform: uppercase;
    --text-line-height: 1.6;
    --title-line-height: 1.6;
}

/* --- custom styles --- */
.footer-navigation {
    display: flex;
    justify-content: space-between;
}

.footer-wrap {
    border-top: none;
}

.entry-meta .meta-reading-time {
    margin-right: 1.5em;
}

/* Hide post meta if they are deactivated in settings */
body.categories-hidden .header-title-wrap .entry-meta .meta-reading-time,
body.categories-hidden .header-title-background .entry-meta .meta-reading-time {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}

/*--------------------------------------------------------------
# - Media Queries for Layout
--------------------------------------------------------------*/
@media only screen and (max-width: 20em) {
    .entry-meta .meta-reading-time {
        display: block;
    }
}

/* TODO --- check if working and if needed, then change to vars --- */
.header-title-image-container {
    /* background: rgba(0, 0, 0, 0.3); */
}

.header-title {
    color: #F5FFFF;
}

.header-title-image-container .header-title {
    color: #F5FFFF;
}

/* Entry Meta in Header area */
.header-title-wrap .page-header .entry-meta,
.header-title-wrap .page-header .entry-meta a:link,
.header-title-wrap .page-header .entry-meta a:visited {
    color: #F5FFFF;
}

.has-white-background-color,
.has-white-background-color[class] {
    background-color: #F5FFFF;
}

/* Widget Bundle */
.tzwb-social-icons .social-icons-menu li a:hover {
    color: #F5FFFF;
    background: #2F323A;
}

/* Palm Beach Slider Theme */
.post-slider .zeeslide .header-title a:link,
.post-slider .zeeslide .header-title a:visited {
    color: #F5FFFF;
}

.post-slider-controls .zeeflex-direction-nav a::before {
    color: #F5FFFF;
}

/* --- old custom css --- */
.custom-logo {
    float: left;
    width: 75px;
}

#infinite-footer {
    display: none;
}

.wp-block-uagb-table-of-contents .uagb-toc__title {
    display: none;
}

.uagb-toc__wrap {
    padding: 20px 15px 20px 20px !important;
}

.uagb-toc__title {
    padding-left: 0;
    padding-bottom: 10px;
}

.uagb-toc__list-wrap {
    margin-left: -1.4em !important;
}

.uagb-toc__list {
    margin-left: 0.7em !important;
}

.uagb-toc__list>a:link {
    text-decoration: none !important;
}

.uagb-toc__list>a:visited {
    text-decoration: none !important;
}

.uagb-toc__list>a:hover {
    text-decoration: none !important;
    color: #64BDE3 !important;
}

.uagb-toc__list>a:active {
    text-decoration: none !important;
}

.uagb-toc__list>a::before {
    content: "• ";
}

.uagb-toc__scroll-top {
    color: #64BDE3CC;
    border: 1px solid #64BDE366;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
}

.uagb-toc__scroll-top:hover {
    color: #64BDE3;
    border: 1px solid #64BDE3;
    border-radius: 5px;
}

.cli-bar-btn_container {
    display: grid;
}

.header-main {
    padding-top: 8px;
}

.content-archive.content-area {
    width: 100%;
    padding-right: 0;
}

.post-wrapper.clearfix {
    margin-right: 0;
    justify-content: center;
}

.post-column.clearfix {
    margin-right: 0;
    padding-right: 0;
    max-width: 520px;
    margin: 0 25px;
}

@media only screen and (max-width: 35em) {
    .post-column.clearfix {
        margin: 0;
    }
}

.widget_tag_cloud .tagcloud a,
.entry-tags .meta-tags a {
    font-size: 1rem !important;
    padding: .4em .6em .2em .6em;
    margin: 0 10px 10px 0;
    min-width: 48px;
    /* TODO height: */
}

.entry-tags .tags-title {
    font-size: 1rem !important;
    padding: .4em .6em .2em .6em;
    margin: 0 0 10px 0;
}

@media only screen and (max-width: 40em) {
    .page-header .entry-meta {
        font-size: 16px !important;
        font-size: 1rem !important;
    }
}

@media only screen and (max-width: 55em) {
    .page-header .entry-meta {
        font-size: 16px !important;
        font-size: 1rem !important;
    }
}

.entry-header .entry-meta {
    font-size: 16px !important;
    font-size: 1rem !important;
}

.entry-content>.more-link {
    font-size: 16px !important;
    font-size: 1rem !important;
}

@media only screen and (max-width: 32em) {
    .site-title {
        font-size: 18px !important;
        font-size: 1.125rem !important;
    }
}

.main-navigation.always-on ul,
.main-navigation.always-on ul ul {
    display: block;
}

.main-navigation.always-on>ul {
    border: none;
}

div.sharedaddy h3.sd-title {
    font-size: 16px;
    font-size: 1rem;
}

.sd-content ul li {
    margin: 0 14px 14px 0;
    padding: 0;
}

#jp-relatedposts h3.jp-relatedposts-headline em {
    font-size: 16px;
    font-size: 1rem;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    font-size: 16px;
    font-size: 1rem;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    margin-top: 10px;
}

#jp-relatedposts {
    padding-top: 0;
    margin: 0 0 1em 0;
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
    border: none;
    content: initial;
    display: initial;
    margin-bottom: 0;
    min-width: initial;
    width: initial;
}

div.sharedaddy h3.sd-title:before {
    border: none;
    content: initial;
    display: initial;
    margin-bottom: 0;
    min-width: initial;
    width: initial;
}

.sd-content ul li.share-end {
    margin: 0;
    display: none;
}

.sd-content div.sharing-hidden div.inner ul li {
    margin: 0 7px 0px 7px;
    padding: 0;
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before {
    font: normal 34px/1 social-logos;
    left: 0.5px;
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
    top: 10px;
    font-size: 16px;
    font-size: 1rem;
    padding: 4px 10px 2px 6px;
}

.sd-content ul li a.sd-button:before {
    top: 1px
}

#cookie-law-info-bar[data-cli-type=popup] .cli-bar-container {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
}

.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
    line-height: initial;
    font-size: 16px;
    font-size: 1rem;
}

@media only screen and (max-width: 55em) {
    #secondary.sidebar {
        display: none;
    }
}

@media only screen and (max-width: 32em) {
    .header-main.container {
        padding-right: 0.5em;
        padding-left: 0.5em;
    }
}

.site-description {
    font-size: 16px;
    font-size: 1rem;
}

@media only screen and (max-width: 32em) {
    .site-description {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

figcaption {
    font-size: 16px !important;
    font-size: 1rem !important;
    margin-top: 10px !important;
}

.uagb-toc__list-wrap ol.uagb-toc__list>li {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

input#subscribe_comments {
    margin-bottom: 14px;
    margin-right: 8px;
}

input#subscribe_blog {
    margin-bottom: 14px;
    margin-right: 8px;
}

.bloggerei-pixel {
    position: absolute;
    z-index: -999;
    opacity: 0.01;
}

.header-social {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.header-social ul {
    list-style: none;
    margin: 0;
    padding-top: 20px;
    padding-right: 6px;
}

@media only screen and (min-width: 60em) {
    .header-social ul {
        padding-right: 10px;
    }
}

.header-social ul>li {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}

.footer-social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid var(--footer-border-color);
    border-top: 1px solid var(--footer-border-color);
}

.footer-social ul {
    list-style: none;
    margin: 0;
    padding: 1em;
}

.footer-social ul>li {
    display: inline-block;
    padding-left: 0.6em;
    padding-right: 0.6em;
    font-size: 3em;
    height: 1.5em;
}

@media only screen and (max-width: 40em) {
    .footer-social ul {
        padding: 1em;
    }

    .footer-social ul>li {
        font-size: 1.3em;
    }
}

.header-main {
    padding-top: 0;
}

.entry-content a.uagb-post__link-complete-box {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    transition: none;
}

.entry-content a.uagb-post__link-complete-box:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    transition: none;
}

.entry-content a.spectra-container-link-overlay {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    transition: none;
}

.entry-content a.spectra-container-link-overlay:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    transition: none;
}

.entry-content a.editorskit-block-link {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    transition: none;
}

.entry-content a.editorskit-block-link:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    transition: none;
}

.entry-content a {
    text-decoration: none;
    box-shadow: 0px -5px 0px 0px #64BDE399 inset;
    -webkit-box-shadow: 0px -5px 0px 0px #64BDE399 inset;
    -moz-box-shadow: 0px -5px 0px 0px #64BDE399 inset;
    transition: 250ms;
    transition-timing-function: ease-in;
}

.entry-content a.more-link {
    text-decoration: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.entry-content a.more-link:hover {
    text-decoration: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.entry-content a:hover {
    text-decoration: none;
    color: white;
    box-shadow: 0px -55px 0px 0px #64BDE399 inset;
    -webkit-box-shadow: 0px -55px 0px 0px #64BDE399 inset;
    -moz-box-shadow: 0px -55px 0px 0px #64BDE399 inset;
    transition: 250ms;
    /* TODO transition-timing-function: cubic-bezier(.78, 1.51, .47, .04); */
}

a:focus {
    outline: none;
}

ol.uagb-toc__list li a.active {
    color: #64BDE3;
}

.footer-navigation-bottom {
    display: flex;
    justify-content: center;
    width: 100%;
}

.footer-navigation-bottom-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-navigation-bottom-wrapper>li {
    display: inline-block;
    flex: 1 1 0px;
    min-width: 150px;
    text-align: center;
}

.elementor-778 {
    padding-top: 3em;
}

.newsletter-headline {
    color: #64BDE3;
    font-size: 2.5em;
    font-weight: 600;
}

.newsletter-input {
    display: flex;
    justify-content: space-between;
    padding-top: 1.1em;
    padding-bottom: 1em;
    column-gap: 1rem;
}

@media only screen and (max-width: 48em) {
    .newsletter-input {
        padding-top: 0.5em;
    }
}

.newsletter-input>.form-group {
    width: 100%;
    position: relative;
}

.newsletter-input>.form-group>.form-input {
    width: 100%;
    height: 3em;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding-left: 15px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}

.newsletter-input>.form-group>.input-error {
    box-shadow: 0 0 5px var(--highlight-color);
    border: 1px solid var(--highlight-color);
}

.newsletter-input>.form-group>.form-input:focus {
    box-shadow: 0 0 5px #64BDE3;
    border: 1px solid #64BDE3;
}

.formbuilder-checkbox-inline {
    position: relative;
}

.newsletter-error-msg {
    color: var(--highlight-color);
    font-size: 0.8em;
}

.wp-block-columns {
    display: flex;
}

p.affiliate-disclaimer {
    border: 1px solid rgba(86, 182, 214, 0.6);
    border-radius: 6px;
    padding: 30px;
    background-color: rgba(204, 204, 204, 0.08);
    font-size: 0.9em;
}

.notify-me-button-wrapper {
    text-align: center;
}

.notify-me-button {
    border: 2px solid #64BDE3;
    border-radius: 4px;
    color: #64BDE3 !important;
    text-decoration: none !important;
    cursor: pointer;
}

.notify-me-button:hover {
    color: white !important;
    border-color: #64BDE3 !important;
}

.newsletter-button {
    border: 2px solid #64BDE3;
    border-radius: 4px;
    color: #64BDE3 !important;
}

.newsletter-button:hover {
    color: white !important;
    text-decoration: none;
}

.newsletter-button-disabled {
    pointer-events: none;
    border: 2px solid var(--light-text-color) !important;
    color: var(--light-text-color) !important;
    -webkit-box-shadow: 0 -5px 0 0 var(--light-text-color) inset !important;
    -moz-box-shadow: 0 -5px 0 0 var(--light-text-color) inset !important;
}

.notify-me-modal {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.15);
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
    opacity: 0;
    visibility: hidden;
}

.notify-me-modal-state {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.notify-me-modal-state:checked+.notify-me-modal,
.notify-me-modal.dialog_open {
    transition-delay: 0s;
    opacity: 1;
    visibility: visible;
}

.notify-me-modal-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    width: 100vw;
    height: 100vh;
    cursor: pointer;
}

.notify-me-modal-state:checked+.notify-me-modal .notify-me-modal-wrap {
    opacity: 1;
    padding: 2rem;
}

.notify-me-modal-wrap {
    position: relative;
    z-index: 1;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    max-width: 640px;
    padding: 2rem;
    border-radius: 0.25rem;
    /*border: 1px solid #969696;*/
    background: #F5FFFF;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    transition: all .5s;
}

.notify-me-modal-close {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    cursor: pointer;
    color: lightgrey;
}

h2.notify-me-modal-header {
    font: 200 2em/1em Raleway, Open Sans, Arial, Sans-Serif;
    text-transform: initial;
    letter-spacing: -0.025em;
    margin: 0 0 1rem;
}

.notify-me-modal-content {
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.015em;
}

.main_area {
    transition: all 0.5s ease-out;
}

.notify-me-modal-state:checked~.main_area,
.main_area.dialog_open {
    filter: blur(6px);
}

.book-now-button-wrapper {
    text-align: center;
}

.book-now-button {
    border: 2px solid #64BDE3;
    border-radius: 4px;
    color: #64BDE3 !important;
    text-decoration: none !important;
    cursor: pointer;
}

.book-now-button:hover {
    color: white !important;
    border-color: #64BDE3 !important;
}

.wp-post-image {
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.post-gallery>.wp-block-column>.wp-block-image img {
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.newsletter-wrapper {
    max-width: 1290px;
    margin: auto;
    padding: 40px 2.5em 0;
}

@media only screen and (max-width: 70em) {
    .newsletter-wrapper {
        padding: 40px 2em 0;
    }
}

@media only screen and (max-width: 30em) {
    .newsletter-wrapper {
        padding: 40px 1.5em 0;
    }
}

.author-info-text-box>.author-info-headline {
    margin-bottom: 0;
}

.author-info-text-box>.author-info-subtitle {
    margin-top: 0;
}

.mobile-toc-button {
    transition: opacity 0.5s ease;
    background-color: rgba(251, 251, 251);
    color: #64BDE3CC;
    border: 1px solid #64BDE366;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 13px;
    position: fixed;
    right: 50px;
    bottom: 110px;
    opacity: 0;
}

@media (min-width: 1025px) {
    .mobile-toc-button {
        display: none !important;
    }
}

.mobile-toc-button.show {
    transition: opacity 0.5s ease;
    opacity: 1;
}

.mobile-toc-button.show:hover {
    color: #64BDE3;
    border: 1px solid #64BDE3;
    border-radius: 5px;
    cursor: pointer;
}

.mobile-toc-view {
    transition: bottom 0.5s ease;
    position: fixed;
    bottom: -600px;
    width: 100%;
    z-index: 1000;
    background-color: rgba(251, 251, 251);
}

.mobile-toc-view.show {
    transition: bottom 0.5s ease;
    bottom: 0;
}

.scroll-to-top-button {
    transition: opacity 0.5s ease;
    background-color: rgba(251, 251, 251);
    color: #64BDE3CC;
    border: 1px solid #64BDE366;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 13px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    opacity: 0;
}

.scroll-to-top-button.show {
    transition: opacity 0.5s ease;
    opacity: 1;
}

.scroll-to-top-button.show:hover {
    color: #64BDE3;
    border: 1px solid #64BDE3;
    border-radius: 5px;
    cursor: pointer;
}

.uagb-timeline__day-new {
    background-color: #eee;
    padding: 15px 20px;
}

.uagb-timeline__marker {
    margin: 15px;
    padding: 14px;
}

.site-header {
    border-bottom: none;
}

.no-pad-top {
    padding-top: 0;
}

.slick-slide {
    min-height: 300px !important;
}

.uagb-post__image-position-background .uagb-post__image img {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
    transform: translate(0%, 0%);
    min-height: 100%;
}

#sb_instagram {
    max-width: 1280px;
    margin: auto !important;
    padding: 0 2.5em;
}

@media only screen and (max-width: 70em) {
    #sb_instagram {
        padding: 0 2em;
    }
}

@media only screen and (max-width: 30em) {
    #sb_instagram {
        padding: 0 1.5em;
    }
}

.wp-block-cover {
    min-height: 0px;
    aspect-ratio: 1/2;
}

@media only screen and (max-width: 60em) {
    .wp-block-cover {
        min-height: 0px;
        aspect-ratio: 1/1.5;
    }
}

@media only screen and (max-width: 30em) {
    .wp-block-cover__inner-container h2 {
        font-size: 1.3rem !important;
    }
}

@media only screen and (max-width: 60em) {
    .uagb-icon-list__label {
        font-size: 1.4rem !important;
    }
}

@media only screen and (max-width: 30em) {
    .uagb-icon-list__label {
        font-size: 1.2rem !important;
    }
}

@media only screen and (max-width: 25em) {
    .uagb-icon-list__label {
        font-size: 1rem !important;
    }
}

.uagb-post__inner-wrap h4 a {
    color: #fff !important;
}

.uagb-post__image:before {
    background-color: #00000040 !important;
    opacity: 50;
    z-index: 1
}


.uagb-post__inner-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
}

.uagb-post__inner-wrap h4 {
    margin-top: 0 !important;
}

.uagb-post-grid-byline {
    display: none !important;
}

.uagb-post__inner-wrap h4 a {
    color: #fff !important;
}

.uagb-post__image:before {
    background-color: #00000040 !important;
    opacity: 50 !important;
}

.uagb-post__image {
    padding-bottom: 0 !important;
}

.slick-slide {
    height: 300px !important;
}

.uagb-post__items article {
    height: 300px !important;
}

.uagb-post__image {
    height: 300px;
}

.image-title-border {
    background-color: rgba(255, 255, 255, 0.6);
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 0 50px black;
    max-width: 800px;
}

.newsletter-background {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
}

.wp-block-cover.cover-small {
    height: 200px;
    min-height: 200px !important;
}

.wp-block-cover__image-background {
    transition: 250ms;
    transition-timing-function: ease-in-out;
}

.wp-block-cover:hover .wp-block-cover__image-background {
    transform: scale(1.1);
}

.uagb-post__inner-wrap .uagb-post__image a img {
    transition: 250ms;
    transition-timing-function: ease-in-out;
    object-fit: cover;
}

.uagb-post__inner-wrap:hover .uagb-post__image a img {
    transform: scale(1.1);
}

.wp-image-wrapper {
    overflow: hidden;
}

.wp-image-wrapper img {
    transition: 250ms;
    transition-timing-function: ease-in-out;
}

.wp-image-wrapper img:hover {
    transform: scale(1.1);
}

.wp-block-image.is-style-rounded .wp-image-wrapper img:hover {
    transform: none;
}

.header-title-image {
    position: relative;
    overflow: hidden;
}

.header-title-image picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* This mimics background-size: cover */
    z-index: -1;
    /* Places it behind the text */
}

.header-title-image-container {
    position: relative;
    z-index: 1;
    /* Ensures text stays on top */
}

.container-background {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 0;
}

.container-background figure,
.container-background figure picture,
.container-background figure img {
    display: block;
    width: 100%;
    height: 100% !important;
}

.container-background figure img {
    object-fit: cover;
    object-position: left;
}

.container-with-background .uagb-container__shape {
    z-index: 3;
}

@media only screen and (max-width: 48em) {
    .image-title-border {
        max-width: 425px;
    }
}

/* Card container */
.timeline .card {
    position: relative;
    max-width: 400px;
    margin: auto;
}

/* setting padding based on even or odd */
.timeline .card:nth-child(odd) {
    padding: 30px 0 30px 30px;
}

.timeline .card:nth-child(even) {
    padding: 30px 30px 30px 0;
}

/* Global ::before */
.timeline .card::before {
    content: "";
    position: absolute;
    width: 50%;
    border: solid var(--primary-color);
}

/* Setting the border of top, bottom, left */
.timeline .card:nth-child(odd)::before {
    left: 0px;
    top: -5px;
    bottom: -5px;
    border-width: 5px 0 5px 5px;
    border-radius: 50px 0 0 50px;
    pointer-events: none;
}

/* Setting the border of top, bottom, right */
.timeline .card:nth-child(even)::before {
    right: 0;
    top: 0;
    bottom: 0;
    border-width: 5px 5px 5px 0;
    border-radius: 0 50px 50px 0;
    pointer-events: none;
}

/* Removing the border if it is the first card */
.timeline .card:first-child::before {
    border-top: 0;
    border-top-left-radius: 0;
}

/* Removing the border if it is the last card  and it's odd */
.timeline .card:last-child:nth-child(odd)::before {
    border-bottom: 0;
    border-bottom-left-radius: 0;
}

/* Removing the border if it is the last card  and it's even */
.timeline .card:last-child:nth-child(even)::before {
    border-bottom: 0;
    border-bottom-right-radius: 0;
}

/* Information about the timeline */
.timeline .card .info {
    display: flex;
    flex-direction: column;
    background: var(--light-gray-color);
    color: var(--text-color);
    border-radius: 10px;
    padding: 10px;
}

/* Title of the card */
.timeline .title {
    color: var(--primary-color);
    position: relative;
}

/* Timeline dot  */
.timeline .title::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 999px;
    border: 2px solid var(--primary-color);
}

/* text right if the card is even  */
.timeline .card:nth-child(even) .info .title {
    text-align: right;
}

.timeline .card:nth-child(even) .info .date {
    text-align: right;
}

.timeline .card:nth-child(even) .info .text {
    text-align: right;
}

.timeline .card .info .date {
    color: var(--light-text-color);
    margin-top: -4.5em;
}

.timeline .card .info {
    padding-top: 23px;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
}

/* setting dot to the left if the card is odd */
.timeline .card:nth-child(odd) .info .title::before {
    top: 12px;
    left: -65px;
}

/* setting dot to the right if the card is odd */
.timeline .card:nth-child(even) .info .title::before {
    top: 12px;
    right: -65px;
}

.comment-meta .comment-author img {
    border-radius: 100px;
}

.hyperlink22::after {
    content: " *";
}

.wp-block-group.hint {
    background-color: #f0f8ff;
    border-left: 5px solid var(--primary-color);
    border-radius: 0 8px 8px 0;
    padding: 20px 20px 20px 60px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
}

.wp-block-group.hint::before {
    content: '!';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    color: white;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

p.hint-title {
    color: var(--primary-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 600;
}

p.hint-text {
    margin-bottom: 0;
}
