/* 
================================================================================

Theme Name:     Reichenberger Immobilien
Theme URI:      http://www.reichenberger-immobilien.de

Description:    Reichenberger Immobilienvermittlung - persönlich, kompetent und erfolgreich! Made by creativdrei Werbeagentur GmbH

Author:         creativdrei Werbeagentur GmbH
Author URI:     http://www.creativdrei.de

Version:        1.0

Date created:	28/05/2025
Last modified:	03/09/2025

================================================================================
*/




/*============================================================================*/
/* ----- GENERAL ----- */
/*============================================================================*/

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: clip;
    scroll-behavior: smooth;
    scroll-padding-top: 100px; /* for fixed headers */
}

body {
    margin: 0px auto;
    overflow-x: clip;
}

    /* Text selection */
    ::selection {background: var(--wp--preset--color--black); color: var(--wp--preset--color--white);}
    ::-moz-selection {background: var(--wp--preset--color--black); color: var(--wp--preset--color--white);}

    /* Images */
    a img {border: none;transition: all ease 0.4s;}
    a img:hover {opacity: 0.75;}

    /* Headlines */
    h1, h2, h3, p {
        overflow-wrap: normal;
        word-break: normal;
    }

    /* Lists */
    ul.wp-block-list,
    .es-property-field__value ul {
        padding: 0 !important;
        list-style: none;
    }

        ul.wp-block-list li,
        .es-property-field__value ul li {
            padding: 0 0 0 20px;
            background: url(assets/img/icon-list-style.svg) no-repeat;
            background-position: left 8px;
            background-size: 10px 10px;
        }

    .skip-link.screen-reader-text {
        visibility: hidden;
    }



/*============================================================================*/
/* ----- TEMPLATE & THEME ----- */
/*============================================================================*/

/* ----- HEADER ----- */

header {
    position: relative;
    top: 0;
    height: auto;
    width: 100%;
    z-index: 20;
}

    #menu-button {
        display: none;
    }

    nav#main-menu {
        width: auto;
        height: 100%;
    }

        /* 1st Level */
        nav#main-menu ul {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            list-style: none;

            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
        }

            nav#main-menu ul li {
                position: relative;
                z-index: 2;
                width: auto;
                height: calc(100% + 5px);
                margin: 0 1.25rem;
                padding: 2.5rem 0 0.625rem 0;
                transition: all ease 0.4s;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                
                display: flex;
                align-items: center;
            }

            nav#main-menu ul li:hover {
                border-bottom-color: var(--wp--preset--color--pastel-red);
            }

            nav#main-menu ul li.current-menu-item,
            nav#main-menu ul li.current-menu-ancestor,
            nav#main-menu ul li.current_page_parent,
            nav#main-menu ul li.current-page-ancestor {
                border-bottom-color: var(--wp--preset--color--pastel-red);
            }

                nav#main-menu ul li a {
                    width: auto;
                    display: block;
                    margin: 0;
                    padding: 0;
                    transition: all ease 0.4s;

                    font-weight: 400;
                    letter-spacing: 1px;
                    text-decoration: none;
                    text-transform: uppercase;
                    font-size: var(--wp--preset--font-size--m);
                    color: var(--wp--preset--color--wine-red);
                }

                nav#main-menu ul li:hover > a {
                    color: var(--wp--preset--color--pastel-red);
                }

                nav#main-menu ul li.current-menu-item > a,
                nav#main-menu ul li.current-menu-ancestor > a,
                nav#main-menu ul li.current_page_parent > a,
                nav#main-menu ul li.current-page-ancestor > a {
                    color: var(--wp--preset--color--pastel-red);
                }

                nav#main-menu ul li button {
                    width: 8px;
                    height: 8px;
                    border: none;
                    font-size: 0;
                    cursor: pointer;
                    background: transparent;
                    margin-left: 4px;
                }

                    nav#main-menu ul li button span {
                        width: 100%;
                        height: 100%;
                        display: block;
                        transition: all ease 0.4s;
                        background: var(--wp--preset--color--wine-red);
                        mask: url(assets/img/icon-arrow.svg) no-repeat;
                        mask-size: 100% 100%;
                        -webkit-mask: url(assets/img/icon-arrow.svg) no-repeat;
                        -webkit-mask-size: 100% 100%;
                    }

                    nav#main-menu ul li:hover button span {
                        background: var(--wp--preset--color--pastel-red);
                    }

                    nav#main-menu ul li.current-menu-item > button span,
                    nav#main-menu ul li.current-menu-ancestor > button span,
                    nav#main-menu ul li.current_page_parent > button span,
                    nav#main-menu ul li.current-page-ancestor > button span {
                        background: var(--wp--preset--color--pastel-red);
                    }

        /* 2nd Level */
        nav#main-menu ul li ul {
            position: absolute;
            z-index: 1;
            top: 88px;
            padding: 0;
            height: auto;
            width: 240px;
            display: none;
            margin: 0 0 0 -50%;
        }

            nav#main-menu ul li ul li {
                width: calc(100% - 1.25rem);
                height: auto;
                border: none;
                margin: 0 0 2px 0;
                padding: 0.625rem;
                background: rgba(237, 229, 218, 0.90);
            }

                nav#main-menu ul li ul li a {
                    width: 100%;
                    margin: 0;
                    padding: 0;
                    height: auto;
                    display: block;
                    text-align: center;
                }


/* ----- MAIN CONTENT ----- */

main {
    position: relative;

    animation-name: starting;
    animation-duration: 1.2s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes starting {
    0% {opacity: 0;}
    100% {opacity: 1;}
}


    /* Article Cover (Custom) */
    .cover-desc {
        position: relative;
        z-index: 1;
    }

    .cover-desc .wp-block-column:first-child {
        margin-top: clamp(-5rem, -2.941vw + -2.647rem, -3.75rem); /* -60px to -80px @ 600 to 1280px */
        margin-left: -40px;
    }

    /* Contact PopUp */
    body.wp-theme-reichenberger-immo .wp-block-buttons.contact-btns {
        position: fixed;
        z-index: 12;
        top: 0;
        right: 0;
    }

    .wp-block-group.contact-popup {
        width: 400px;
        height: 400px;
        transition: all ease 0.4s;
    }

    body.wp-theme-reichenberger-immo .wp-block-group.contact-popup {
        position: fixed;
        z-index: 14;
        top: 0;
        right: -400px;
    }

    body.wp-theme-reichenberger-immo .wp-block-group.contact-popup.opened {
        top: 0;
        right: 0;
    }

    .contact-close-btn {
        cursor: pointer;
    }

    /* Estatik Plugin */
    .es-powered,
    .es-breadcrumbs,
    .es-listing__meta {
        display: none !important;
    }

    .es-search {
        display: none !important;
    }

    .es-properties__search + .es-properties__list {
        margin: 60px 0;
    }

    .es-single {
        max-width: var(--wp--style--global--wide-size);
    }

    .es-property-section .es-property-fields .es-property-field {
        color: var(--wp--preset--color--dark-taupe);
        font-size: var(--wp--preset--font-size--m);
    }

    .es-property-section .es-property-section__title {
        color: var(--wp--preset--color--nebula-grey);
        font-size: var(--wp--preset--font-size--l);
        font-weight: 700;
    }

    .es-property-section .es-property-section__title:after {
        background: var(--wp--preset--color--nebula-grey);
    }

    .property-title.heading-font {
        font-weight: 700;
        line-height: 1.4;
        color: var(--wp--preset--color--wine-red);
        font-size: var(--wp--preset--font-size--xxl)
    }

    .es-property-section .es-property-fields .es-property-field .es-property-field__label {
        margin-bottom: 0;
    }

    .es-property-section.es-property_section--basic-facts .es-property-fields .es-property-field .es-property-field__label {
        font-weight: 700;
    }

    .es-request-form.es-request-form--section {
        max-width: unset !important;
    }

    .es-listing__terms,
    .es-single .es-address {
        font-size: var(--wp--preset--font-size--s);
        color: var(--wp--preset--color--dark-taupe);
        font-weight: 400;
        text-transform: uppercase;
    }

    .es-listing__terms li a {
        font-weight: 700;
        text-transform: uppercase;
        font-size: var(--wp--preset--font-size--s);
        color: var(--wp--preset--color--dark-taupe);
    }

    .es-listing__terms li:after {
        background: var(--wp--preset--color--dark-taupe) !important;
    }

    .es-icon.es-icon_check-mark:before {
        color: var(--wp--preset--color--pastel-red);
    }

    .es-property-field__value a {
        color: var(--wp--preset--color--dark-taupe);
    }

    .es-documents .es-document {
        color: var(--wp--preset--color--wine-red);
    }

    .es-listing {
        color: var(--wp--preset--color--dark-taupe);
    }

    .es-listing__title {
        text-transform: uppercase !important;
        font-weight: 700 !important;
        font-size: var(--wp--preset--font-size--m) !important;
    }

    .es-listing__title a {
        color: var(--wp--preset--color--wine-red);
    }

    .es-listing .es-price {
        font-size: var(--wp--preset--font-size--m) !important;
    }

    .es-badge {
        font-size: var(--wp--preset--font-size--xs) !important;
        color: var(--wp--preset--color--dark-taupe);
        background: var(--wp--preset--color--light-grey);
    }

    .es-badge a {
        font-weight: 500;
        text-transform: uppercase;
    }

    .es-listing .es-address {
        font-size: var(--wp--preset--font-size--xs);
    }

    .es-address:before {
        float: left;
        content: "";
        width: 18px;
        height: 18px;
        margin: 2px 4px 0 0;
        display: block;
        background: var(--wp--preset--color--dark-taupe);
        mask: url(assets/img/icon-pin.svg) no-repeat;
        mask-size: 100% 100%;
        -webkit-mask: url(assets/img/icon-pin.svg) no-repeat;
        -webkit-mask-size: 100% 100%;
    }

    .es-control__hfm {
        display: none !important;
    }

    .es-request-form {
        max-width: unset !important;
    }
    
    .es-request-form__fields {
        width: 100% !important;
        max-width: 900px !important;
    }

    body .es-field.es-field--phone>div .es-field__tel {
        max-width: unset !important;
    }

    .es-mobile-gallery__pager {
        display: none !important;
    }

/* ----- FOOTER ----- */

footer {
    position: relative;
}

    .to-top-btn {
        position: fixed;
        bottom: 1.25rem;
        right: 1.25rem;
    }


/* ----- BLOCK ADJUSTMENTS ----- */

/* General */
.alignfull.has-global-padding {
    padding-left: var(--wp--style--root--padding-left);
    padding-right: var(--wp--style--root--padding-right);
}

.is-layout-constrained > :first-child,
.is-layout-flow > :first-child {
    margin-block-start: 0;  
}

.is-layout-constrained > :last-child,
.is-layout-flow > :last-child {
    margin-block-end: 0;  
}

/* Media/Text Block */
.wp-block-media-text .wp-block-media-text__content > :first-child {
    margin-block-start: 0;
}

.wp-block-media-text .wp-block-media-text__content > :last-child {
    margin-block-end: 0;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 10%;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0 10% 0 0;
}

.wp-block-media-text.alignfull .wp-block-media-text__content {
    padding: 0 10% 0 10%;
}

/* Cover Block */
.wp-block-cover {
    padding: 0;
}

    .wp-block-cover.alignfull .wp-block-cover__inner-container {
        padding-left: var(--wp--style--root--padding-left);
        padding-right: var(--wp--style--root--padding-right);
    }

/* Buttons Block */
.wp-block-button {
    transition: all ease 0.4s;
}

.wp-block-button:hover {
    transform: scale(1.05);
}

.wp-block-button.is-style-underlined {
    position: relative;
}

    .wp-block-button.is-style-underlined .wp-block-button__link {
        position: relative;
        z-index: 1;
        transition: all ease 0.4s;
        background-color: transparent;
        color: var(--wp--preset--color--pastel-red);
    }

    .wp-block-button.is-style-underlined .wp-block-button__link:hover {
        color: var(--wp--preset--color--white);
    }

    .wp-block-button.is-style-underlined .wp-block-button__link.has-white-color:hover {
        color: var(--wp--preset--color--pastel-red) !important;
    }

    .wp-block-button.is-style-underlined:after {
        position: absolute;
        z-index: 0;
        bottom: 0;
        width: 100%;
        height: 6px;
        content: "";
        display: block;
        transition: all ease 0.4s;
        background: var(--wp--preset--color--pastel-red);
    }

    .wp-block-button.is-style-underlined:hover:after  {
        height: 100%;
    }

    .has-pastel-red-background-color .wp-block-button.is-style-underlined:after,
    .has-wine-red-background-color .wp-block-button.is-style-underlined:after,
    .has-dark-taupe-background-color .wp-block-button.is-style-underlined:after,
    .has-black-background-color .wp-block-button.is-style-underlined:after {
        background: var(--wp--preset--color--white) !important;
    }


/* Quote Block */
blockquote.wp-block-quote {
    position: relative;
    overflow: visible;
    padding: 2.5rem;
}

blockquote.wp-block-quote > * {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

blockquote.wp-block-quote:before,
blockquote.wp-block-quote:after {
    position: absolute;
    top: 0;
    left: 2.5rem;
    width: clamp(1.5rem, 5.882vw + -0.706rem, 4rem); /* 24-64px @ 600-1280px */
    height: clamp(1.5rem, 5.882vw + -0.706rem, 4rem);
    content: "";
    display: block;
    background: url(assets/img/icon-quote.webp) no-repeat;
    background-size: 100% 100%;
}

blockquote.wp-block-quote:after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 2.5rem;
    transform: rotate(180deg);
}

cite {
    margin-top: 2.5rem;
    font-style: normal;
}


/* File Block */
.wp-block-file {
    display: flex;
    align-items: center;
    font-size: var(--wp--preset--font-size--m) !important;
}

.wp-block-file a:first-child:before {
    position: relative;
    float: left;
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 6px;
    background-color: var(--wp--preset--color--black);

    mask: url(img/icon-download.svg) no-repeat;
    -webkit-mask: url(img/icon-download.svg) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
}


/* Flip Box Block (Custom) */

.flip-box {
    position: relative;
    cursor: pointer;
    transition: all ease 0.4s;
}

    .flip-box-front {
        position: relative;
        width: 100%;
        z-index: 1;
        transition: all ease 0.4s;
    }

    .flip-box-front:hover {
        background: var(--wp--preset--color--soft-beige) !important;
    }

    .flip-box-front.hidden {
        opacity: 0;
        pointer-events: none;
    }

    .flip-box-back {
        position: absolute;
        width: 100%;
        z-index: 0;
        top: 0;
        left: 0;
        transition: all ease 0.4s;
    }

    .flip-box-front:after,
    .flip-box-back:after {
        position: absolute;
        right: 1.25rem;
        bottom: 1.25rem;
        width: 24px;
        height: 24px;
        content: "";
        display: block;
        transition: all ease 0.2s;
        background: url(assets/img/icon-plus.svg) no-repeat;
        background-size: 100% 100% !important;
    }

    .flip-box-back:after {
        background: url(assets/img/icon-minus.svg) no-repeat;
    }

    .flip-box-front:hover:after {
        width: 32px;
        height: 32px;
    }

/* Carousel Slider Block (Plugin) */
.wp-block-cb-carousel-v2 .cb-button-next:after, 
.wp-block-cb-carousel-v2 .cb-button-prev:after {
    font-size: clamp(1.5rem, 1.176vw + 1.059rem, 2rem); /* 24-32px @ 600-1280px */
    font-weight: 600;
}

.wp-block-cb-carousel-v2 .cb-button-next, 
.wp-block-cb-carousel-v2 .cb-button-prev {
    color: var(--wp--preset--color--pastel-red);
}

.wp-block-cb-carousel-v2 .cb-pagination .cb-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--wp--preset--color--pastel-red);
}


/* ----- BLOCK EDITOR ADJUSTMENTS ----- */

/* Seitentitel */
.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper {
    margin: 0 !important;
    text-align: center !important;
    border-bottom: 1px solid #E0E0E0 !important;
}

    .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper h1 {
	    font-size: 1rem;
        line-height: 1.4;
        font-weight: 700;
        color: #252525;
	    font-style: none;
        text-transform: none;
        margin: 0 auto !important;
        padding: 10px 0 10px 0 !important;
        font-family: var(--wp--preset--font-family--system-font) !important;
    }


/* ----- FORMS ----- */

main form {
    margin: 0;
    padding: 0;   
    
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;

    font-size: var(--wp--preset--font-size--s);
}

    main fieldset {
        margin: 0;
        padding: 0;
        border: none;
    }

        main .form-full {
            position: relative;
            width: 100%;
        }

        main .form-half {
            position: relative;
            width: 48%;
        }

        main form mark {
            background: none;
            color: var(--wp--preset--color--pastel-red);
        }
    
        main legend {display: none;}
        
        main label  {display: block; font-weight: 700;}

        main form p {margin: 0.625rem 0 !important;}
        
        main input,
        main select,
        main textarea {
            width: 100%;
            outline: none;
            padding: 12px;
            background: var(--wp--preset--color--white);
            border: 1px solid var(--wp--preset--color--pastel-red);

            color: var(--wp--preset--color--dark-taupe);
            font-weight: 400;
            font-size: var(--wp--preset--font-size--s);
            font-family: var(--wp--preset--font-family--source-sans-3);
        }
        
        main select {
            width: 100%;
        }
        
        main textarea {
            height: 200px;
            overflow: auto;
        }

        input[type="checkbox"] {
            width: auto;
            height: auto;
            appearance: none;
            -webkit-appearance: none; /* for Safari */
            outline: none;
            margin-right: 6px;
            padding: 8px; /* instead of width and height */
            border: 1px solid var(--wp--preset--color--pastel-red);
        }

        input[type="checkbox"] + span {
            font-weight: 400;
        }

        input[type="checkbox"]:checked {
            background: url(assets/img/icon-check.svg) no-repeat var(--wp--preset--color--pastel-red);
            background-size: 20px 20px;
            background-position: center center;
        }
        
        main input:focus,
        main select:focus,
        main textarea:focus {
            outline: 2px solid var(--wp--preset--color--pastel-red)
        }

        main input::placeholder,
        main select::placeholder,
        main textarea::placeholder {
            color: var(--wp--preset--color--nebula-grey);
        }

        .form-suffix {
            position: absolute;
            top: 45px;
            right: 35px;
        }
        
        /* Buttons */
        main input[type=submit],
        main button[type=submit] {
            position: relative;
            z-index: 1;
            border: none;
            cursor: pointer;
            margin: 12px 0;
            display: inline;
            padding: 12px 22px 6px 22px;
            transition: all ease 0.4s;
            background-color: transparent;
            border-bottom: 6px solid var(--wp--preset--color--pastel-red);

            font-weight: 600;
            line-height: 1.4;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: var(--wp--preset--color--pastel-red);
            font-size: var(--wp--preset--font-size--m);
            font-family: var(--wp--preset--font-family--source-sans-3);
        }
        
        main input[type=submit]:hover,
        main button[type=submit]:hover {
            background: var(--wp--preset--color--pastel-red);
            color: var(--wp--preset--color--white);
        }
        
        main input[type=submit]:active,
        main button[type=submit]:active {
            outline: none;
        }

/* Plugin adjustments: Contact Form 7 */

.wpcf7-list-item {
    margin-left: 0 !important;
}        

img.ajax-loader {
    width: 16px !important;
    height: auto !important;
}

.wpcf7 form .wpcf7-response-output {
    border: none !important;
    width: 95%;
    margin: 0 !important;
    padding: 10px 2.5% 10px 2.5% !important;

    color: #fff !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #69C200;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    background: var(--wp--preset--color--pastel-red);
}

.wpcf7-not-valid-tip {
    display: none !important;
}


/*============================================================================*/
/* ----- BREAKPOINT @ 1200 Pixel ----- */
/*============================================================================*/

@media only screen and (max-width: 1200px) { 
    
/* ----- HEADER ----- */

header .wp-block-group.header-container {
    min-height: auto !important;
    height: 60px !important;
}

header .wp-block-site-logo a img {
    width: 130px;
}

#menu-button {
    right: 5vw;
    width: 24px;
    height: 24px;
    border: none;
    font-size: 0;
    cursor: pointer;
    display: block;
    background: transparent;
}

    #menu-button span {
        width: 100%;
        height: 100%;
        display: block;
        transition: all ease 0.4s;
        background: var(--wp--preset--color--wine-red);
        mask: url(assets/img/icon-menu.svg) no-repeat;
        mask-size: 100% 100% !important;
        -webkit-mask: url(assets/img/icon-menu.svg) no-repeat;
        -webkit-mask-size: 100% 100% !important;
    }

    #menu-button.opened span {
        transform: rotate(180deg);
        mask: url(assets/img/icon-close.svg) no-repeat;
        -webkit-mask: url(assets/img/icon-close.svg) no-repeat;
    }

nav#main-menu {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: 0;
    overflow-y: hidden;
    transition: all ease 0.4s;
    background: rgba(238, 238, 238, 0.95);
}

nav#main-menu.opened {
    height: calc(100vh - 60px);
}

    /* 1st Level */
    nav#main-menu ul {
        height: auto;
        display: block;
        overflow-y: auto;
        max-height: calc(100vh - 60px);
    }

        nav#main-menu ul li {
            margin: 0;
            padding: 0;
            width: 100%;
            border: none;
            height: auto;
            display: block;
            border-top: 1px solid var(--wp--preset--color--nebula-grey);
        }

            nav#main-menu ul li a {
                height: auto;
                padding: 1rem 5vw;
            }

            nav#main-menu ul li button {
                position: absolute;
                margin: 0;
                top: 18px;
                right: 5vw;
                width: 20px;
                height: 20px;
            }

            nav#main-menu ul li button span {
                background: var(--wp--preset--color--wine-red) !important;
            }

            nav#main-menu ul li.opened button span {
                transform: rotate(-90deg);
            }

    /* 2nd Level */
    nav#main-menu ul li ul {
        position: relative;
        top: auto;
        margin: 0;
        padding: 0 0 1.25rem 0;
        width: 100%;
    }

        nav#main-menu ul li ul li {
            margin: 0;
            padding: 0;
            background: transparent;
        }

            nav#main-menu ul li ul li a {
                width: 90vw;
                text-align: left;
                padding: 0.5rem 5vw;
            }


/* ----- MAIN CONTENT ----- */

/* Contact PopUp */
body.wp-theme-reichenberger-immo .wp-block-buttons.contact-btns {
    right: 20vw;
}

body.wp-theme-reichenberger-immo .wp-block-buttons.contact-btns .wp-block-button__link {
   font-size: var(--wp--preset--font-size--xs) !important;
   width: 100px;
   padding: 5px 10px !important;
   border-bottom-left-radius: 20px !important;
   border-bottom-right-radius: 20px !important;
}

.wp-block-group.contact-popup {
    width: 300px;
}

body.wp-theme-reichenberger-immo .wp-block-group.contact-popup {
    right: -300px;
}


/* ----- FOOTER ----- */
.to-top-btn {
    bottom: 0.625rem;
    right: 0.625rem;
}

    .to-top-btn img {
        width: 32px !important;
        height: 32px !important;
    }

    
} /* <--- END OF BREAKPOINT */


/*============================================================================*/
/* ----- BREAKPOINT @ 780 Pixel ----- */
/*============================================================================*/

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

/* ----- BLOCK ADJUSTMENTS ----- */
 
/* Columns Block */
/*
.wp-block-columns.alignfull > .wp-block-column {
    padding-left: 5%;
    padding-right: 5%;
}
*/

/* Flip Box Block (Custom) */
.flip-box-front:hover {
    background: var(--wp--preset--color--white) !important;
}

.flip-box-front:hover:after {
    width: 24px;
    height: 24px;
}


} /* <--- END OF BREAKPOINT */


/*============================================================================*/
/* ----- BREAKPOINT @ 600 Pixel ----- */
/*============================================================================*/

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

/* ----- BLOCK ADJUSTMENTS ----- */

/* Media/Text Block */
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 1.25rem 0 0 0;
} 

.wp-block-media-text.alignfull .wp-block-media-text__content,
.wp-block-media-text.has-background .wp-block-media-text__content {
    padding: 0 5% 0 5%;
}

/* ----- FORMS ----- */

main .form-half {
    width: 100%;
}

    
} /* <--- END OF BREAKPOINT */