/* Start custom CSS for text-editor, class: .elementor-element-e0eb858 *//* ========================================================
   SKILLZONE ADVANCED BARISTA COURSE
   Primary: #277bb7
   Secondary: #000000
   Elementor Full Width Compatible
======================================================== */

.sza-page {

    --sza-blue: #277bb7;
    --sza-black: #000000;
    --sza-white: #ffffff;

    --sza-text: #5e6871;
    --sza-light: #f4f8fb;
    --sza-border: #e1e8ed;

    position: relative;

    width: 100vw;
    max-width: 100vw;

    left: 50%;

    margin-left: -50vw;

    overflow: hidden;

    color: var(--sza-black);
}


.sza-page *,
.sza-page *::before,
.sza-page *::after {
    box-sizing: border-box;
}


.sza-container {

    width: 100%;
    max-width: 1280px;

    margin: 0 auto;

    padding-left: 25px;
    padding-right: 25px;
}



/* ==========================================
   GLOBAL
========================================== */

.sza-section {

    width: 100%;

    padding: 95px 0;
}


.sza-light {
    background: var(--sza-light);
}


.sza-eyebrow {

    display: inline-block;

    margin-bottom: 14px;

    color: var(--sza-blue);

    font-size: 12px;
    font-weight: 800;

    line-height: 1.3;

    letter-spacing: 2.7px;

    text-transform: uppercase;
}


.sza-section-heading {

    max-width: 780px;

    margin: 0 auto 52px;

    text-align: center;
}


.sza-section-heading h2,
.sza-content h2,
.sza-science-heading h2 {

    margin: 0 0 18px;

    color: var(--sza-black);

    font-size: clamp(32px,4vw,48px);

    line-height: 1.15;

    font-weight: 750;
}


.sza-section-heading p,
.sza-content p {

    color: var(--sza-text);

    font-size: 15.5px;

    line-height: 1.85;
}


.sza-content p {

    margin: 0 0 17px;
}


.sza-two-column {

    display: grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap: 75px;

    align-items: center;
}



/* ==========================================
   BUTTONS
========================================== */

.sza-btn {

    display: inline-flex;

    min-height: 53px;

    padding: 0 28px;

    align-items: center;
    justify-content: center;

    border-radius: 7px;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition: .3s ease;
}


.sza-btn-primary {

    background: var(--sza-blue);

    border: 2px solid var(--sza-blue);

    color: #ffffff;
}


.sza-btn-primary:hover {

    background: var(--sza-black);

    border-color: var(--sza-black);

    color: #ffffff;
}


.sza-btn-outline {

    border: 2px solid var(--sza-black);

    color: var(--sza-black);

    background: transparent;
}


.sza-btn-outline:hover {

    background: var(--sza-black);

    color: #ffffff;
}


.sza-btn-white {

    background: #ffffff;

    border: 2px solid #ffffff;

    color: var(--sza-blue);
}


.sza-btn-white:hover {

    background: var(--sza-black);

    border-color: var(--sza-black);

    color: #ffffff;
}


.sza-btn-black {

    background: var(--sza-black);

    border: 2px solid var(--sza-black);

    color: #ffffff;
}


.sza-btn-black:hover {

    background: #ffffff;

    border-color: #ffffff;

    color: var(--sza-blue);
}



/* ==========================================
   HERO
========================================== */

.sza-hero {

    position: relative;

    width: 100%;

    padding: 90px 0;

    background:
        linear-gradient(
            120deg,
            #edf6fc 0%,
            #ffffff 68%
        );
}


.sza-hero::before {

    content: "";

    position: absolute;

    width: 520px;
    height: 520px;

    top: -275px;
    left: -230px;

    border-radius: 50%;

    background: rgba(39,123,183,.09);
}


.sza-hero-grid {

    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns:
        1fr .95fr;

    gap: 70px;

    align-items: center;
}


.sza-hero-content h1 {

    max-width: 710px;

    margin: 0 0 21px;

    color: var(--sza-black);

    font-size: clamp(44px,5vw,68px);

    line-height: 1.04;

    font-weight: 760;
}


.sza-hero-lead {

    max-width: 670px;

    margin: 0 0 13px;

    color: var(--sza-black);

    font-size: 18px;

    line-height: 1.7;

    font-weight: 500;
}


.sza-hero-text {

    max-width: 680px;

    margin: 0 0 27px;

    color: var(--sza-text);

    font-size: 15px;

    line-height: 1.8;
}


.sza-hero-features {

    display: grid;

    grid-template-columns:
        repeat(2,1fr);

    gap: 13px 24px;

    margin-bottom: 32px;
}


.sza-hero-features > div {

    display: flex;

    align-items: center;

    gap: 9px;

    color: var(--sza-black);

    font-size: 14px;

    font-weight: 600;
}


.sza-hero-features span {

    display: inline-flex;

    width: 25px;
    height: 25px;

    flex: 0 0 25px;

    align-items: center;
    justify-content: center;

    color: var(--sza-blue);

    background: rgba(39,123,183,.11);

    border-radius: 50%;
}


.sza-buttons {

    display: flex;

    gap: 12px;

    flex-wrap: wrap;
}



/* HERO IMAGE */

.sza-hero-image {
    position: relative;
}


.sza-hero-image > img {

    display: block;

    width: 100%;
    height: 570px;

    object-fit: cover;

    border-radius: 20px;
}


.sza-level-card {

    position: absolute;

    left: -30px;
    bottom: 30px;

    padding: 20px 25px;

    color: #ffffff;

    background: var(--sza-blue);

    border-radius: 10px;

    box-shadow:
        0 18px 45px rgba(0,0,0,.16);
}


.sza-level-card small,
.sza-level-card strong,
.sza-level-card span {

    display: block;
}


.sza-level-card small {

    margin-bottom: 3px;

    color: rgba(255,255,255,.7);

    font-size: 9px;

    letter-spacing: 1.5px;
}


.sza-level-card strong {
    font-size: 22px;
}


.sza-level-card span {

    margin-top: 3px;

    font-size: 11px;
}


.sza-hours-card {

    position: absolute;

    top: 25px;
    right: -25px;

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 15px 20px;

    background: #ffffff;

    border-radius: 10px;

    box-shadow:
        0 15px 40px rgba(0,0,0,.1);
}


.sza-hours-card > strong {

    color: var(--sza-blue);

    font-size: 35px;

    line-height: 1;
}


.sza-hours-card span,
.sza-hours-card small {

    display: block;
}


.sza-hours-card span {

    color: var(--sza-black);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;
}


.sza-hours-card small {

    margin-top: 2px;

    color: var(--sza-text);

    font-size: 10px;
}



/* ==========================================
   INFO STRIP
========================================== */

.sza-info-strip {

    width: 100%;

    background: var(--sza-black);
}


.sza-info-grid {

    display: grid;

    grid-template-columns:
        repeat(4,1fr);
}


.sza-info-item {

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 15px;

    padding: 28px 20px;

    border-right:
        1px solid rgba(255,255,255,.15);
}


.sza-info-item:last-child {
    border-right: 0;
}


.sza-info-item > span {

    color: var(--sza-blue);

    font-size: 12px;

    font-weight: 800;
}


.sza-info-item small,
.sza-info-item strong {

    display: block;
}


.sza-info-item small {

    color: #8d959c;

    font-size: 9px;

    letter-spacing: 1px;
}


.sza-info-item strong {

    margin-top: 3px;

    color: #ffffff;

    font-size: 14px;
}



/* ==========================================
   ABOUT
========================================== */

.sza-about-images {

    position: relative;

    padding-right: 70px;

    padding-bottom: 70px;
}


.sza-about-main {

    display: block;

    width: 100%;
    height: 560px;

    object-fit: cover;

    border-radius: 17px;
}


.sza-about-small {

    position: absolute;

    width: 275px;
    height: 225px;

    right: 0;
    bottom: 0;

    object-fit: cover;

    border: 8px solid #ffffff;

    border-radius: 14px;
}


.sza-photo-label {

    position: absolute;

    top: 30px;
    left: -20px;

    padding: 16px 20px;

    background: var(--sza-blue);

    color: #ffffff;

    border-radius: 7px;
}


.sza-photo-label span,
.sza-photo-label strong {
    display: block;
}


.sza-photo-label span {

    font-size: 9px;

    letter-spacing: 2px;
}


.sza-photo-label strong {

    margin-top: 3px;

    font-size: 15px;
}


.sza-about-highlights {

    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 10px;

    margin-top: 27px;
}


.sza-about-highlights > div {

    padding: 18px 13px;

    background: var(--sza-light);

    border-radius: 8px;
}


.sza-about-highlights strong,
.sza-about-highlights span {

    display: block;
}


.sza-about-highlights strong {

    color: var(--sza-blue);

    font-size: 14px;
}


.sza-about-highlights span {

    margin-top: 4px;

    color: var(--sza-text);

    font-size: 10px;
}



/* ==========================================
   MODULES
========================================== */

.sza-module-grid {

    display: grid;

    grid-template-columns:
        repeat(3,minmax(0,1fr));

    gap: 20px;
}


.sza-module {

    position: relative;

    padding: 30px;

    background: #ffffff;

    border: 1px solid var(--sza-border);

    border-radius: 13px;

    overflow: hidden;

    transition: .3s ease;
}


.sza-module:hover {

    transform: translateY(-6px);

    border-color:
        rgba(39,123,183,.35);

    box-shadow:
        0 18px 45px rgba(0,0,0,.07);
}


.sza-module-featured {

    background: var(--sza-blue);

    border-color: var(--sza-blue);
}


.sza-module-num {

    position: absolute;

    top: 16px;
    right: 19px;

    color: rgba(39,123,183,.13);

    font-size: 45px;

    font-weight: 800;
}


.sza-module-featured .sza-module-num {
    color: rgba(255,255,255,.18);
}


.sza-module-icon {

    display: flex;

    width: 57px;
    height: 57px;

    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    color: var(--sza-blue);

    background: rgba(39,123,183,.09);

    border-radius: 10px;

    font-size: 23px;
}


.sza-module-featured .sza-module-icon {

    color: #ffffff;

    background: rgba(255,255,255,.15);
}


.sza-module h3 {

    margin: 0 0 11px;

    color: var(--sza-black);

    font-size: 20px;

    line-height: 1.3;
}


.sza-module > p {

    margin: 0 0 18px;

    color: var(--sza-text);

    font-size: 13.5px;

    line-height: 1.7;
}


.sza-module ul {

    margin: 0;

    padding: 15px 0 0;

    border-top:
        1px solid var(--sza-border);

    list-style: none;
}


.sza-module li {

    position: relative;

    margin-bottom: 7px;

    padding-left: 19px;

    color: var(--sza-text);

    font-size: 12px;
}


.sza-module li::before {

    content: "•";

    position: absolute;

    left: 2px;

    color: var(--sza-blue);

    font-weight: 900;
}


.sza-module-featured h3 {
    color: #ffffff;
}


.sza-module-featured > p,
.sza-module-featured li {

    color: rgba(255,255,255,.8);
}


.sza-module-featured ul {

    border-top-color:
        rgba(255,255,255,.2);
}


.sza-module-featured li::before {
    color: #ffffff;
}



/* ==========================================
   SCIENCE
========================================== */

.sza-science {

    width: 100%;

    padding: 90px 0;

    background: var(--sza-blue);
}


.sza-science-grid {

    display: grid;

    grid-template-columns:
        .8fr 1.2fr;

    gap: 75px;

    align-items: center;
}


.sza-science-heading > span {

    display: block;

    margin-bottom: 11px;

    color: rgba(255,255,255,.68);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;
}


.sza-science-heading h2 {
    color: #ffffff;
}


.sza-science-heading p {

    margin: 0;

    color: rgba(255,255,255,.8);

    font-size: 15px;

    line-height: 1.8;
}


.sza-science-cards {

    display: grid;

    grid-template-columns:
        repeat(2,1fr);

    gap: 14px;
}


.sza-science-cards > div {

    padding: 24px;

    border:
        1px solid rgba(255,255,255,.2);

    background:
        rgba(255,255,255,.08);

    border-radius: 10px;
}


.sza-science-cards strong {

    color: rgba(255,255,255,.5);

    font-size: 12px;
}


.sza-science-cards h3 {

    margin: 9px 0 6px;

    color: #ffffff;

    font-size: 19px;
}


.sza-science-cards p {

    margin: 0;

    color: rgba(255,255,255,.72);

    font-size: 12px;

    line-height: 1.65;
}



/* ==========================================
   BREWING
========================================== */

.sza-brew-methods {

    display: grid;

    grid-template-columns:
        repeat(2,1fr);

    gap: 10px;

    margin-top: 25px;
}


.sza-brew-methods > div {

    padding: 16px;

    background: var(--sza-light);

    border-radius: 8px;
}


.sza-brew-methods span,
.sza-brew-methods small {

    display: block;
}


.sza-brew-methods span {

    color: var(--sza-black);

    font-size: 15px;

    font-weight: 700;
}


.sza-brew-methods small {

    margin-top: 3px;

    color: var(--sza-blue);

    font-size: 10px;
}


.sza-brew-image {
    position: relative;
}


.sza-brew-image img {

    display: block;

    width: 100%;
    height: 550px;

    object-fit: cover;

    border-radius: 16px;
}


.sza-brew-note {

    position: absolute;

    right: -25px;
    bottom: 28px;

    max-width: 230px;

    padding: 20px 22px;

    background: var(--sza-black);

    border-radius: 9px;

    color: #ffffff;
}


.sza-brew-note strong,
.sza-brew-note span {

    display: block;
}


.sza-brew-note strong {
    font-size: 16px;
}


.sza-brew-note span {

    margin-top: 5px;

    color: #c4c9cd;

    font-size: 11px;

    line-height: 1.5;
}



/* ==========================================
   CREATIVE
========================================== */

.sza-creative {
    background: #ffffff;
}


.sza-creative-grid {

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 18px;
}


.sza-creative-card {

    padding: 29px;

    border: 1px solid var(--sza-border);

    border-radius: 11px;

    transition: .3s ease;
}


.sza-creative-card:hover {

    transform: translateY(-5px);

    border-color: var(--sza-blue);
}


.sza-creative-card > span {

    color: var(--sza-blue);

    font-size: 11px;

    font-weight: 800;
}


.sza-creative-card h3 {

    margin: 10px 0 9px;

    color: var(--sza-black);

    font-size: 18px;
}


.sza-creative-card p {

    margin: 0;

    color: var(--sza-text);

    font-size: 13px;

    line-height: 1.7;
}



/* ==========================================
   ASSESSMENT
========================================== */

.sza-assessment {

    width: 100%;

    padding: 85px 0;

    background: var(--sza-black);
}


.sza-assessment-grid {

    display: grid;

    grid-template-columns:
        .8fr 1.2fr;

    gap: 70px;

    align-items: center;
}


.sza-assessment-small {

    color: var(--sza-blue);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;
}


.sza-assessment h2 {

    margin: 10px 0 14px;

    color: #ffffff;

    font-size: clamp(31px,4vw,45px);

    line-height: 1.15;
}


.sza-assessment p {

    margin: 0;

    color: #adb5bc;

    font-size: 14px;

    line-height: 1.8;
}


.sza-assessment-steps {

    display: grid;

    grid-template-columns:
        repeat(5,1fr);

    gap: 8px;
}


.sza-assessment-steps > div {

    min-height: 125px;

    padding: 18px 13px;

    border:
        1px solid rgba(255,255,255,.16);

    border-radius: 8px;
}


.sza-assessment-steps strong,
.sza-assessment-steps span {

    display: block;
}


.sza-assessment-steps strong {

    margin-bottom: 15px;

    color: var(--sza-blue);

    font-size: 12px;
}


.sza-assessment-steps span {

    color: #ffffff;

    font-size: 12px;

    line-height: 1.5;
}



/* ==========================================
   CERTIFICATION
========================================== */

.sza-cert-image img {

    display: block;

    width: 100%;
    height: 530px;

    object-fit: cover;

    border-radius: 16px;
}


.sza-cert-stats {

    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 10px;

    margin-top: 27px;
}


.sza-cert-stats > div {

    padding: 19px;

    background: #ffffff;

    border: 1px solid var(--sza-border);

    border-radius: 8px;
}


.sza-cert-stats strong,
.sza-cert-stats span {

    display: block;
}


.sza-cert-stats strong {

    color: var(--sza-blue);

    font-size: 22px;
}


.sza-cert-stats span {

    margin-top: 4px;

    color: var(--sza-text);

    font-size: 10px;
}



/* ==========================================
   AUDIENCE
========================================== */

.sza-audience-grid {

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 18px;
}


.sza-audience-card {

    padding: 29px;

    border: 1px solid var(--sza-border);

    border-radius: 11px;

    transition: .3s ease;
}


.sza-audience-card:hover {

    transform: translateY(-5px);

    border-color: var(--sza-blue);

    box-shadow:
        0 14px 35px rgba(0,0,0,.05);
}


.sza-audience-card > span {

    color: var(--sza-blue);

    font-size: 11px;

    font-weight: 800;
}


.sza-audience-card h3 {

    margin: 10px 0 9px;

    color: var(--sza-black);

    font-size: 19px;

    line-height: 1.3;
}


.sza-audience-card p {

    margin: 0;

    color: var(--sza-text);

    font-size: 13px;

    line-height: 1.7;
}



/* ==========================================
   PATHWAY
========================================== */

.sza-path-section {
    background: var(--sza-light);
}


.sza-pathway {

    display: grid;

    grid-template-columns:
        1fr 60px 1fr 60px 1fr;

    gap: 10px;

    align-items: center;
}


.sza-path-card {

    display: block;

    min-height: 235px;

    padding: 30px;

    color: inherit;

    background: #ffffff;

    border: 1px solid var(--sza-border);

    border-radius: 12px;

    text-decoration: none;

    transition: .3s ease;
}


a.sza-path-card:hover {

    transform: translateY(-5px);

    border-color: var(--sza-blue);
}


.sza-path-card > span {

    color: var(--sza-blue);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.5px;
}


.sza-path-card h3 {

    margin: 12px 0 9px;

    color: var(--sza-black);

    font-size: 21px;
}


.sza-path-card p {

    min-height: 65px;

    margin: 0 0 17px;

    color: var(--sza-text);

    font-size: 13px;

    line-height: 1.6;
}


.sza-path-card > strong {

    color: var(--sza-blue);

    font-size: 12px;
}


.sza-path-current {

    background: var(--sza-blue);

    border-color: var(--sza-blue);
}


.sza-path-current > span,
.sza-path-current h3,
.sza-path-current > strong {

    color: #ffffff;
}


.sza-path-current p {
    color: rgba(255,255,255,.8);
}


.sza-path-arrow {

    color: var(--sza-blue);

    text-align: center;

    font-size: 30px;
}



/* ==========================================
   FAQ
========================================== */

.sza-faq-container {
    max-width: 1000px;
}


.sza-faq-list {

    border-top:
        1px solid var(--sza-border);
}


.sza-faq {

    border-bottom:
        1px solid var(--sza-border);
}


.sza-faq summary {

    position: relative;

    padding: 23px 50px 23px 0;

    cursor: pointer;

    list-style: none;

    color: var(--sza-black);

    font-size: 17px;

    font-weight: 700;
}


.sza-faq summary::-webkit-details-marker {
    display: none;
}


.sza-faq summary::after {

    content: "+";

    position: absolute;

    right: 5px;
    top: 16px;

    color: var(--sza-blue);

    font-size: 28px;
}


.sza-faq[open] summary::after {
    content: "−";
}


.sza-faq p {

    max-width: 850px;

    margin: 0;

    padding: 0 50px 23px 0;

    color: var(--sza-text);

    font-size: 14px;

    line-height: 1.8;
}



/* ==========================================
   FINAL CTA
========================================== */

.sza-final {

    width: 100%;

    padding: 80px 0;

    background: var(--sza-blue);
}


.sza-final-grid {

    display: grid;

    grid-template-columns:
        1fr auto;

    gap: 50px;

    align-items: center;
}


.sza-final-grid > div:first-child {
    max-width: 760px;
}


.sza-final-grid > div:first-child > span {

    display: block;

    margin-bottom: 9px;

    color: rgba(255,255,255,.7);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;
}


.sza-final h2 {

    margin: 0 0 13px;

    color: #ffffff;

    font-size: clamp(31px,4vw,45px);

    line-height: 1.15;
}


.sza-final p {

    margin: 0;

    color: rgba(255,255,255,.82);

    font-size: 14px;

    line-height: 1.8;
}


.sza-final-buttons {

    display: flex;

    gap: 11px;

    flex-wrap: wrap;
}



/* ==========================================
   TABLET
========================================== */

@media (max-width: 1024px) {

    .sza-hero-grid,
    .sza-two-column {
        gap: 45px;
    }


    .sza-module-grid {
        grid-template-columns:
            repeat(2,1fr);
    }


    .sza-creative-grid,
    .sza-audience-grid {
        grid-template-columns:
            repeat(2,1fr);
    }


    .sza-assessment-steps {
        grid-template-columns:
            repeat(3,1fr);
    }

}



/* ==========================================
   MOBILE / TABLET
========================================== */

@media (max-width: 767px) {

    .sza-container {

        padding-left: 18px;
        padding-right: 18px;
    }


    .sza-section {
        padding: 65px 0;
    }


    .sza-hero {
        padding: 60px 0;
    }


    .sza-hero-grid,
    .sza-two-column,
    .sza-science-grid,
    .sza-assessment-grid,
    .sza-final-grid {

        grid-template-columns: 1fr;
    }


    .sza-hero-content h1 {
        font-size: 42px;
    }


    .sza-hero-image > img {
        height: 430px;
    }


    .sza-level-card {
        left: 15px;
    }


    .sza-hours-card {
        right: 15px;
    }


    .sza-info-grid {
        grid-template-columns:
            repeat(2,1fr);
    }


    .sza-info-item:nth-child(2) {
        border-right: 0;
    }


    .sza-info-item:nth-child(-n+2) {

        border-bottom:
            1px solid rgba(255,255,255,.15);
    }


    .sza-about-images {

        padding-right: 40px;
        padding-bottom: 55px;
    }


    .sza-about-main {
        height: 450px;
    }


    .sza-about-small {

        width: 220px;
        height: 180px;
    }


    .sza-photo-label {
        left: 15px;
    }


    .sza-science {
        padding: 65px 0;
    }


    .sza-brew-image img {
        height: 430px;
    }


    .sza-brew-note {
        right: 15px;
    }


    .sza-assessment-steps {
        grid-template-columns:
            repeat(2,1fr);
    }


    .sza-cert-image img {
        height: 430px;
    }


    .sza-pathway {

        grid-template-columns: 1fr;

        gap: 13px;
    }


    .sza-path-arrow {

        transform: rotate(90deg);

        height: 35px;

        line-height: 35px;
    }


    .sza-path-card {
        min-height: auto;
    }


    .sza-path-card p {
        min-height: auto;
    }

}



/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 520px) {

    .sza-hero-content h1 {
        font-size: 36px;
    }


    .sza-hero-features,
    .sza-about-highlights,
    .sza-module-grid,
    .sza-science-cards,
    .sza-brew-methods,
    .sza-creative-grid,
    .sza-assessment-steps,
    .sza-cert-stats,
    .sza-audience-grid {

        grid-template-columns: 1fr;
    }


    .sza-buttons,
    .sza-final-buttons {

        flex-direction: column;
    }


    .sza-btn {
        width: 100%;
    }


    .sza-info-grid {
        grid-template-columns: 1fr;
    }


    .sza-info-item {

        justify-content: flex-start;

        border-right: 0;

        border-bottom:
            1px solid rgba(255,255,255,.15);
    }


    .sza-info-item:last-child {
        border-bottom: 0;
    }


    .sza-hero-image > img {
        height: 350px;
    }


    .sza-hours-card {
        display: none;
    }


    .sza-level-card {

        left: 12px;
        right: 12px;

        width: auto;
    }


    .sza-about-images {
        padding: 0;
    }


    .sza-about-main {
        height: 370px;
    }


    .sza-about-small {
        display: none;
    }


    .sza-brew-image img {
        height: 360px;
    }


    .sza-brew-note {

        left: 15px;
        right: 15px;

        max-width: none;
    }


    .sza-cert-image img {
        height: 360px;
    }

}/* End custom CSS */