/*
 Theme Name:   Tokyo Trip Guide
 Template:     kadence
 Author:       Tokyo Trip Guide
 Description:  Kadence child theme for Tokyo Trip Guide with Bootstrap 5.3.
 Version:      1.0.0
 Text Domain:  tokyotripguide
*/

:root {
    --primary-text: #1A2526;
    --secondary-text: #667479;
    --accent-red: #FF4136;
}

/* Typography */
body, .site-main {
    /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; */
    color: var(--primary-text);
}

h1, h2, h3 {
    color: var(--primary-text);
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

h2 {
    font-size: 1.5rem;
    font-weight: 600;
}

/* Breadcrumbs */
.breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 0.5rem;
}

.breadcrumb-item a {
    color: var(--secondary-text);
    text-decoration: none;
}

.breadcrumb-item.active {
    color: var(--primary-text);
}

/* Tags/Badges */
.badge {
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0.4em 0.8em;
    border-radius: 20px;
    background: #E5E9EB;
    color: var(--primary-text);
}

/* Contact Info */
.contact-info i {
    color: var(--secondary-text);
    margin-right: 0.5rem;
}

.contact-info a {
    color: var(--secondary-text);
    text-decoration: none;
}

.contact-info a:hover {
    color: var(--primary-text);
}

.hours {
    color: var(--secondary-text);
}

.hours .open-now {
    color: #28A745;
}
.hours .closing-now {
    color: #db3604;
}

/* Gallery */
.gallery-grid .row {
    margin: -0.5rem;
}

.gallery-grid .col {
    padding: 0.5rem;
}

.gallery-grid img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

/* Overview Section */
.overview-section {
    margin-top: 2rem;
}

.overview-section p {
    color: var(--secondary-text);
    line-height: 1.6;
}

/* Attributes */
.attributes i {
    color: var(--secondary-text);
    margin-right: 0.5rem;
}

.attributes span {
    color: var(--secondary-text);
}

.get-directions {
    background: var(--accent-red);
    color: white;
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
}

/* Kadence Compatibility */
.site-main {
    padding: 2rem 0;
}

@media (max-width: 768px) {
    .gallery-grid img {
        height: 150px;
    }
    h1 {
        font-size: 2rem;
    }
}

/* Reservation Buttons */
/* a.reservation-link {
border: 2px solid;
}
img.reservation-icon {
    display: inline-block;
}
a.viator-btn {
background: #176B6D!important;
color: #ffffff!important;
border: 2px solid #176B6D!important;
}
a.getyourguide-btn {
background: #f53!important;
color: #ffffff!important;
border: 2px solid #ff5533!important;
}
a.klook-btn {
background: #ff5b00!important;
color: #ffffff!important;
border: 2px solid #ff5b00!important;
}
a.tripcom-btn {
background: #00429b!important;
color: #ffffff!important;
border: 2px solid #496ace!important;
} */
.booking-options-section {
    text-align: center!important;
}
.reservation-link {
    display: inline-flex!important;
    align-items: center!important;
    padding: 10px 20px!important;
    border-radius: 25px!important;
    font-size: 1.1rem!important;
    transition: transform 0.2s ease, box-shadow 0.2s ease!important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)!important;
}
.reservation-link:hover {
    transform: translateY(-2px)!important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3)!important;
}
.reservation-icon {
    vertical-align: middle!important;
}
.viator-btn {
    background-color: #176B6D!important; /* Viator blue */
}
.viator-btn:hover {
    background-color: #008768!important;
}
.getyourguide-btn {
    background-color: #ff5533!important; /* GetYourGuide orange */
    color: #fff !important; /* Dark text for contrast */
}
.getyourguide-btn:hover {
    background-color: #ff2a00!important;
}
.tripcom-btn {
    background-color: #0078D4!important; /* Trip.com blue */
}
.tripcom-btn:hover {
    background-color: #0066B3!important;
}
.klook-btn {
    background-color: #FF6200!important; /* Klook orange */
}
.klook-btn:hover {
    background-color: #E55700!important;
}
.discovercars-btn {
    background: #0a578b!important;
}
.discovercars-btn:hover {
    background: #007dc7!important;
}
.rentalcarscom-btn {
    background: #2E3192!important;
}
.rentalcarscom-btn:hover {
    background: #1879ca!important;
}
.gocity-btn {
    background: #00626b!important;
    color: #ffffff!important;
}
.gocity-btn:hover {
    background: #002a3a!important;
    color: #ffffff!important;
}
.bookingcom-btn {
    background: #003580!important;
    color: #ffffff!important;
}
.bookingcom-btn:hover {
    background: #002a3a!important;
    color: #ffffff!important;
}
.agoda-btn {
    background: #ee363f!important;
    color: #ffffff!important;
}
.agoda-btn:hover {
    background: #fcb716!important;
    color: #ffffff!important;
}
.hostelworld-btn {
    background: #f47853!important;
    color: #ffffff!important;
}
.hostelworld-btn:hover {
    background: #ffb8a2!important;
    color: #002a3a!important;
}
.hotellook-btn {
    background: #78ba36!important;
    color: #ffffff!important;
}
.hotellook-btn:hover {
    background: #313131!important;
    color: #ffffff!important;
}

@media (max-width: 768px) {
    .booking-options-section .d-flex {
        flex-direction: column!important;
        align-items: center!important;
    }
    .reservation-link {
        width: 100%!important;
        max-width: 100%!important;
        justify-content: center!important;
    }
}
.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 0;
    color: var(--bs-accordion-btn-color)!important;
}


@media (min-width:640px){
.tokyotripguide-hotel-cheapest-rate-wrapper{display:block;padding:0;}
}
@media (min-width:768px){
.tokyotripguide-hotel-cheapest-rate-wrapper{display:block;}
}
@media (min-width:1024px){
.tokyotripguide-hotel-cheapest-rate-wrapper{border-bottom:none;}
}
.iWwa{color:#192024;padding:4px 0;}
.iWwa-container{display:flex;align-items:center;width:100%;}
@media (min-width:640px){
.iWwa{padding:8px 0;}
}
.iWwa-data-wrapper{margin-right:16px;}
.iWwa-data-wrapper.iWwa-mod-relative{position:relative;}
.iWwa-data{font-weight:600;line-height:32px;}
@media (min-width:1024px){
.iWwa-data{font-weight:700;line-height:40px;}
}
.iWwa-dataPrefix,.iWwa-title{font-weight:600;line-height:20px;}
.iWwa-subtitle{font-weight:400;line-height:20px;margin:0;}

.same-height-img {
    object-fit: cover;
    height: 275px!important;
}

    /* Timeline styling */
    .timeline {
        position: relative;
        padding-left: 3rem;
        margin-left: 1rem;
    }

    .timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 7px;
        height: 100%;
        width: 2px;
        background-color: #dee2e6;
    }

    .timeline-item {
        position: relative;
        margin-bottom: 2rem;
    }

    .timeline-item:last-child {
        margin-bottom: 0;
    }

    .timeline-item-marker {
        position: absolute;
        left: -3rem;
        width: 1rem;
    }

    .timeline-item-marker-text {
        position: absolute;
        width: 100px;
        left: -3.5rem;
        top: 0.5rem;
        font-size: 0.875rem;
        font-weight: 500;
        transform: translateX(-100%);
        text-align: right;
        padding-right: 0.5rem;
    }

    .timeline-item-marker-indicator {
        position: absolute;
        left: -0.915rem;
        top: 0.375rem;
    }

    .timeline-item-content {
        padding-bottom: 0.5rem;
        padding-top: 0.25rem;
    }

    /* Navigation scroll */
    .nav-scroller {
        position: relative;
        z-index: 2;
        overflow-y: hidden;
    }

    .nav-scroller .nav-link-item {
        display: block;
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
        font-weight: 500;
        color: #6c757d;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    }

    .nav-scroller .nav-link-item:hover,
    .nav-scroller .nav-link-item.active {
        color: #fff;
        background-color: #0d6efd;
    }

    /* Hero section enhancements */
    .itinerary-hero {
        position: relative;
    }

    .itinerary-hero::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
        z-index: 1;
    }

    /* Icons and badges */
    .icon-box {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
    }

    /* Print styles */
    @media print {

        #itinerary-navbar,
        .sticky-top,
        #share,
        .modal {
            display: none !important;
        }

        .container {
            width: 100% !important;
            max-width: 100% !important;
        }

        .timeline::before {
            background-color: #000 !important;
        }

        .card {
            break-inside: avoid;
        }
    }

    .single-itinerary .breadcrumb-item+.breadcrumb-item::before {
        color: #ffffff!important;
    }

/* Container Styles */
.addon-container {
    background: #fff!important;
    border-radius: 8px!important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1)!important;
    margin: 2rem 0!important;
}

.addon-content {
    padding: 1.5rem!important;
}

.addon-shadow {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1)!important;
}

.addon-spacing {
    margin: 2rem 0!important;
}

/* Title Styles */
.addon-title {
    font-size: 1.25rem!important;
    font-weight: bold!important;
    color: #333!important;
    margin: 1rem 0!important;
    text-align: center!important;
}

.addon-title-size {
    font-size: 1.25rem!important;
}

.addon-margin {
    margin-bottom: 1rem!important;
}

/* Divider Styles */
.addon-divider {
    border: 0!important;
    border-top: 1px solid #e0e0e0!important;
}

.addon-divider-width {
    width: 25%!important;
    margin-bottom: 1.2rem !important;
}

/* Text Styles */
.addon-text {
    font-size: 0.875rem!important;
    color: #666!important;
}

.addon-text-small {
    font-size: 0.875rem!important;
    text-align: center!important;
}

/* List Styles */
.addon-list {
    display: grid!important;
    gap: 0.5rem!important;
}

.addon-item {
    background: #f9f9f9!important;
    border-radius: 6px!important;
    padding: 1rem!important;
    text-decoration: none!important;
    transition: background 0.2s ease!important;
}

.addon-item-interactive:hover {
    background: #f0f0f0!important;
}

.addon-item-padding {
    padding: 1rem!important;
}

/* Item Content Styles */
.addon-item-flex {
    display: flex!important;
    justify-content: space-between!important;
    align-items: center!important;
}

.addon-item-justify {
    justify-content: space-between!important;
}

.addon-item-title {
    font-size: 1.1rem!important;
    font-weight: 600!important;
    margin: 0!important;
}

.addon-item-title-size {
    font-size: 1.1rem!important;
}

.addon-item-title-dark {
    color: #222!important;
}

/* Meta Styles */
.addon-item-meta {
    margin-top: 0.5rem!important;
    display: flex!important;
    align-items: center!important;
}

.addon-item-meta-align {
    align-items: center!important;
}

.addon-item-meta-gap {
    gap: 0.5rem!important;
}

.addon-meta-text {
    font-size: 0.75rem!important;
    margin-left:5px!important;
}

.addon-meta-weight {
    font-weight: 600!important;
}

.addon-meta-color {
    color: #777!important;
}

/* Image Styles */
.addon-image {
    max-width: 100%!important;
    height: auto!important;
}

/* Icon Styles */
.addon-icon {
    margin-right: 0.25rem!important;
}

.addon-icon-success {
    color: #28a745!important;
}

.addon-icon-danger {
    color: #dc3545!important;
}

.addon-icon-esim {
    color: #f2695f!important;
}

.addon-icon-primary {
    color: #007bff!important;
}

/* Responsive Layout */
@media (min-width: 768px) {
    .addon-list {
        grid-template-columns: repeat(2, 1fr)!important;
        gap: 1rem!important;
    }
}

@media (max-width: 767px) {
    .addon-list {
        grid-template-columns: 1fr!important;
        gap: 0.5rem!important;
    }
}
.rentcar-shortcode-button {
    width:100%!important;
}

.footer-partner-img-fluid{max-width:100%;height:auto;}
.footer-partner-d-flex{display:flex!important;}
.footer-partner-flex-wrap{flex-wrap:wrap!important;}
.footer-partner-justify-content-center{justify-content:center!important;}
.footer-partner-me-2{margin-right:.5rem!important;}
.footer-partner-gap-3{gap:1rem!important;}
.footer-partner-fw-bold{font-weight:700!important;}
.footer-partner-d-flex {
    margin-top: 30px;
}
.footer-partners-logo {
    display: inline-flex !important;
    align-items: center !important;
    padding: 8px 10px !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    transition: transform .2s ease, box-shadow .2s ease !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2) !important;
}

/* Tokyo Weather */
.visually-hidden {
    position: absolute !important;
    width: 1px!important;
    height: 1px!important;
    clip: rect(0, 0, 0, 0)!important;
}

.tokyoweather {
    display: none!important;
}

@media all {
    .visually-hidden {
        position: absolute !important;
        width: 1px!important;
        height: 1px!important;
        padding: 0!important;
        margin: -1px!important;
        overflow: hidden!important;
        clip: rect(0, 0, 0, 0)!important;
        white-space: nowrap!important;
        border: 0!important;
    }

    label {
        cursor: pointer!important;
        display: block!important;
    }

    label {
        -webkit-tap-highlight-color: transparent!important;
        touch-action: manipulation!important;
        -webkit-user-select: none!important;
        -moz-user-select: none!important;
        user-select: none!important;
    }

    .tokyoweather {
        display: block!important;
        display: grid!important;
        grid-template-columns: repeat(10, 1fr)!important;
        grid-template-areas: "rg rg rg hd hd hd hd hd hd hd" "gr gr gr gr gr gr gr gr gr gr" "cf cf cf lg lg lg lg lg lg lg"!important;
        flex: 1 0 auto!important;
        font-size: 16px!important;
        height: -moz-fit-content!important;
        height: fit-content!important;
        margin-bottom: 2em!important;
        margin-top: 2em!important;
        -webkit-user-select: none!important;
        -moz-user-select: none!important;
        user-select: none!important;
    }

    .tokyoweather__months {
        grid-area: gr!important;
        -moz-column-gap: 16px!important;
        column-gap: 16px!important;
        display: none!important;
        flex-direction: row!important;
        margin-top: 15px!important;
        margin-bottom: 10px!important;
        margin-left: -15px!important;
        overflow: hidden!important;
        overflow-x: scroll!important;
        scrollbar-width: none!important;
        padding: 0 15px!important;
        width: calc(100% + 30px)!important;
    }

    .tokyoweather__months--1 {
        display: flex!important;
    }

    .tokyoweather__months::-webkit-scrollbar {
        display: none!important;
    }

    .tokyoweather__item {
        flex: 1 0 auto!important;
        transition: opacity .1s ease!important;
        width: calc(15.45% - 14px)!important;
    }

    .tokyoweather__item:first-child .tokyoweather__item-name {
        margin-left: 0!important;
        padding-right: 8px!important;
        width: calc(100% + 8px)!important;
    }

    .tokyoweather__item:last-child .tokyoweather__item-name {
        margin-right: 0!important;
        padding-left: 8px!important;
        width: calc(100% + 8px)!important;
    }

    .tokyoweather__item-bar {
        align-items: center!important;
        background-color: rgba(255, 69, 0, .15)!important;
        height: 200px!important;
        border-top-left-radius: 9em!important;
        border-top-right-radius: 9em!important;
        width: 100%!important;
        padding-top: 15px!important;
        min-width: 40px!important;
        display: flex!important;
        flex-direction: column!important;
        justify-content: space-between!important;
        opacity: 1!important;
        transition: opacity .1s!important;
    }

    .tokyoweather__item-bar--mixed {
        background-color: rgba(240, 187, 104, .15)!important;
    }

    .tokyoweather__item-bar--mixed .tokyoweather__item-temp__graph:before {
        background-color: #f0bb68!important;
    }

    .tokyoweather__item-bar--good {
        background-color: rgba(159, 191, 137, .15)!important;
    }

    .tokyoweather__item-bar--good .tokyoweather__item-temp__graph:before {
        background-color: #9fbf89!important;
    }

    .tokyoweather__item-bar--best {
        background-color: rgba(90, 127, 83, .1)!important;
    }

    .tokyoweather__item-bar--best .tokyoweather__item-temp__graph:before {
        background-color: #5a7f53!important;
    }

    .tokyoweather__item-name {
        border-top: 1px solid #F5F4F2!important;
        font-family: inherit!important;
        font-weight: 900!important;
        text-align: center!important;
        line-height: 1!important;
        padding-top: 10px!important;
        margin-bottom: 5px!important;
        width: calc(100% + 16px)!important;
        margin-left: -8px!important;
        text-transform: capitalize!important;
    }

    .tokyoweather__item-sky {
        font-size: 1.55em!important;
        line-height: 1!important;
        padding-bottom: 27px!important;
    }

    .tokyoweather__item-temp {
        display: flex!important;
        flex: 1 0 auto!important;
        flex-direction: column!important;
        align-items: center!important;
        justify-content: flex-end!important;
    }

    .tokyoweather__item-temp__text {
        font-family: inherit!important;
        font-size: .75em!important;
        height: 1em!important;
        line-height: 1!important;
        margin: -100% 0 8px!important;
        white-space: nowrap!important;
    }

    .tokyoweather__item-temp__text-f {
        display: none!important;
    }

    .tokyoweather__item-temp__graph {
        height: 20px!important;
        width: 20px!important;
        position: relative!important;
    }

    .tokyoweather__item-temp__graph:before {
        background: inherit!important;
        border-top-left-radius: 9em!important;
        border-top-right-radius: 9em!important;
        content: ""!important;
        position: absolute!important;
        bottom: 0!important;
        left: 0!important;
        right: 0!important;
        top: 0!important;
    }

    .tokyoweather__toggle {
        grid-area: cf!important;
        background-color: #F5F4F2!important;
        border-radius: 17px!important;
        cursor: pointer!important;
        height: 34px!important;
        padding: 3px!important;
        position: relative!important;
        width: 75px!important;
        flex: 0 0 auto!important;
        margin-right: 10px!important;
    }

    .tokyoweather__toggle-container {
        border-radius: inherit!important;
        height: 100%!important;
        position: relative!important;
    }

    .tokyoweather__toggle-button {
        border-radius: inherit!important;
        height: inherit!important;
        position: absolute!important;
        width: 50%!important;
        background-color: #fff!important;
        transition: transform .2s cubic-bezier(.25, .46, .45, .94)!important;
        transform: translateX(0)!important;
    }

    .tokyoweather__toggle-names {
        align-items: center!important;
        color: #606060!important;
        display: flex!important;
        height: 100%!important;
        font-family: inherit!important;
        font-weight: 900!important;
        font-size: 14px!important;
        line-height: 1!important;
        justify-content: space-around!important;
        position: relative!important;
    }

    .tokyoweather__toggle-c {
        color: #353535!important;
    }

    .tokyoweather__checkbox:checked+.tokyoweather__toggle-button {
        transform: translateX(100%)!important;
    }

    .tokyoweather__checkbox:checked+.tokyoweather__toggle-button+.tokyoweather__toggle-names>.tokyoweather__toggle-f {
        color: #353535!important;
    }

    .tokyoweather__checkbox:checked+.tokyoweather__toggle-button+.tokyoweather__toggle-names>.tokyoweather__toggle-c {
        color: #3A3A3A!important;
    }

    .tokyoweather__legend {
        grid-area: lg!important;
        align-self: center!important;
        display: flex!important;
        flex-direction: row!important;
        flex-wrap: wrap!important;
        justify-content: flex-end!important;
    }

    .tokyoweather__legend:has(.tokyoweather__legend-item--best:hover)~.tokyoweather__months .tokyoweather__item-bar:not(.tokyoweather__item-bar--best),
    .tokyoweather__legend:has(.tokyoweather__legend-item--good:hover)~.tokyoweather__months .tokyoweather__item-bar:not(.tokyoweather__item-bar--good),
    .tokyoweather__legend:has(.tokyoweather__legend-item--mixed:hover)~.tokyoweather__months .tokyoweather__item-bar:not(.tokyoweather__item-bar--mixed),
    .tokyoweather__legend:has(.tokyoweather__legend-item--poor:hover)~.tokyoweather__months .tokyoweather__item-bar:not(.tokyoweather__item-bar--poor),
    .tokyoweather__legend:has(.tokyoweather__legend-item:hover) .tokyoweather__legend-item:not(:hover) {
        opacity: .5!important;
    }

    .tokyoweather__legend-item {
        font-family: inherit!important;
        font-size: .8em!important;
        height: 1em!important;
        line-height: 1!important;
        margin: 5px 0!important;
        opacity: 1!important;
        transition: opacity .1s!important;
    }

    .tokyoweather__legend-item:before {
        border-radius: 5px!important;
        border-radius: 64% 45% 64% 36%/43% 45% 63% 57%!important;
        content: ""!important;
        display: inline-block!important;
        height: 10px!important;
        margin-right: 4px!important;
        width: 10px!important;
    }

    .tokyoweather__legend-item+.tokyoweather__legend-item {
        padding-left: 10px!important;
    }

    .tokyoweather__legend-item--poor:before {
        background-color: #e27769!important;
    }

    .tokyoweather__legend-item--mixed:before {
        background-color: #f0bb68!important;
    }

    .tokyoweather__legend-item--good:before {
        background-color: #9fbf89!important;
    }

    .tokyoweather__legend-item--best:before {
        background-color: #5a7f53!important;
    }

    .tokyoweather:has(.tokyoweather__checkbox:checked) .tokyoweather__item-temp__text-c {
        display: none!important;
    }

    .tokyoweather:has(.tokyoweather__checkbox:checked) .tokyoweather__item-temp__text-f {
        display: inline!important;
    }

    @media (min-width:768px) {
        .tokyoweather__months {
            -moz-column-gap: 0!important;
            column-gap: 0!important;
            padding: 0!important;
            margin-left: -8px!important;
            margin-right: -8px!important;
            width: auto!important;
        }

        .tokyoweather__months:hover>.tokyoweather__item {
            opacity: .5!important;
        }

        .tokyoweather__months:hover>.tokyoweather__item:hover {
            opacity: 1!important;
        }

        .tokyoweather__item {
            padding: 0 8px!important;
            width: 56px!important;
        }
    }

    @media only screen and (max-width:359px) {
        .tokyoweather__months {
            margin-left: -10px!important;
            padding: 0 10px!important;
            width: calc(100% + 25px)!important;
        }

        .tokyoweather__item {
            width: calc(18.2% - 14px)!important;
        }
    }

    @media (min-width:1024px) and (max-width:1156px) {
        .tokyoweather__months {
            margin-left: -5px!important;
            margin-right: -5px!important;
        }

        .tokyoweather__item {
            padding: 0 5px!important;
            width: 46px!important;
        }

        .tokyoweather__item-bar {
            min-width: 30px!important;
        }
    }
}

/* Misc */
a {
    outline: none!important;
    text-decoration: none!important;
}

table,td,th{border:1px solid #dddddd!important}table{border-collapse:separate!important;border-spacing:0!important;border-width:1px 0 0 1px!important;margin:0 0 1.5em!important;width:100%!important}th{font-weight:700!important}td,th{padding:8px;border-width:0 1px 1px 0!important}
.faq-field .faq-item h3,
.faq-field .faq-item h4 {
    font-size: 1.5rem!important;
    margin: 20px 0px!important;
}
.faq-title-section h2 {
    font-size: 2rem!important;
}
.enote.summary-keytakeaways a.cta-button {
    color: #fff !important;
}

.archive-description {
	    text-align: left;
    margin: 50px 0px 75px;
}
.entry-hero .kadence-breadcrumbs {
    max-width: 1290px;
    margin-top: 50px;
    margin-bottom: 50px;
}

/* Pinterest pin it block */
.block-pinterest{background:#edf2f7 center left/auto 370px;border-radius:15px;display:block;height:220px;margin:36px 0;overflow:hidden;padding:0 1.3em;text-decoration:none;width:100%;}
.block-pinterest:focus,.block-pinterest:hover{text-decoration:none;}
.block-pinterest:focus .block-pinterest__image,.block-pinterest:hover .block-pinterest__image{-webkit-transform:translateY(-10px);transform:translateY(-10px);}
.block-pinterest__container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.block-pinterest__image{-ms-flex-item-align:start;align-self:start;border:6px solid #fff;border-radius:15px;-webkit-box-shadow:2px 2px 2px rgba(0,0,0,.05),-2px 2px 2px rgba(0,0,0,.04),2px 2px 2px rgba(0,0,0,.05);box-shadow:2px 2px 2px rgba(0,0,0,.05),-2px 2px 2px rgba(0,0,0,.04),2px 2px 2px rgba(0,0,0,.05);height:100%;margin-top:15px;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;pointer-events:none;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .2s!important;transition:transform .2s!important;transition:transform .2s,-webkit-transform .2s!important;width:100%;will-change:transform;}
.block-pinterest__image-wrap{-ms-flex-item-align:start;align-self:start;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:105%;max-width:150px;width:100%;}
.lazyloaded{min-height:initial;opacity:1;-webkit-transition:all 300ms;transition:all 300ms;}
@media (min-width:375px){
.block-pinterest__content{min-width:50%;}
}
@media (min-width:768px){
.block-pinterest{background-position:top right;background-size:auto 370px;padding:0 2em;}
.block-pinterest__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}
.block-pinterest__content{margin-right:15px;min-width:60%;}
.block-pinterest__image-wrap{max-width:210px;margin-right:20px;}
}
@media (max-width:979px){
    .visible-desktop{display:none;}
    }
   .btn-pinterest :first-child {
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 0;
    width: 32px;
    line-height: 43px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
   }
   .btn-pinterest,
   .btn-pinterest:hover,
   .btn-pinterest:active,
   .btn-pinterest:focus,
   .btn-pinterest:visited,
   .btn-pinterest:focus-within,
   .btn-pinterest:focus-visible,
   .btn-pinterest:target,
   .btn-pinterest:first-child:active {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0,0,0,0.2);
}
span.btn-pinterest {
    border: 0;
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    padding: 15px 15px 15px 44px;
    border-radius: 8px;
    color: #fff;
    background-color: #cb2027;
    letter-spacing: 0.5px;
    outline: 0;
    margin-bottom: 6px;
}
.block-pinterest__content p.h3 {
    font-size: calc(1.3rem + 0.6vw);
    font-weight: bold;
    margin-bottom: 0 !important;
}
@media (min-width: 1200px) {
    .block-pinterest__content p.h3 {
        font-size: 1.75rem;
    }
}
.shadow-sm{-webkit-box-shadow:0 0.125rem 0.25rem rgba(29, 58, 83, 0.15)!important;box-shadow:0 0.125rem 0.25rem rgba(29, 58, 83, 0.15)!important;}
.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}
.shadow-lg{box-shadow:0 1rem 3rem rgba(0, 0, 0, 0.175)}
.rounded{border-radius:0.375rem!important;}

@media screen and (min-width: 601px) {
    .share-buttons {
		margin: 50px auto;
    display: block;
    text-align: center;
    }
}
.share-buttons a {
    display: inline-block;
    padding: .5rem;
    margin: 0 .5rem .25rem 0;
    border-radius: 2px;
    border-radius: .5rem;
    line-height: 1rem;
    text-decoration: none;
    opacity: 1;
    transition: opacity .3s ease-in-out 0s, color .3s ease-in-out 0s;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}
.share-buttons a.facebook {
    background: #1877f2;
}
.share-buttons a.twitter {
    background: #1da1f2;
}
.share-buttons a.telegram {
    background: #26a5e4;
}
.share-buttons a.whatsapp {
    background: #25d366;
}
.share-buttons a.line {
    background: #00c300;
}
.share-buttons a.pinterest {
    background: #bd081c;
}
.share-buttons a.pocket {
    background: #ef3f56;
}
.share-buttons a svg {
    fill: #fff;
    max-width: 20px;
    width: 100%;
}
.share-buttons a svg {
    width: 100%;
    box-shadow: none;
}