/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
* {
    box-sizing: border-box;
}

h1.entry-title {
    display: none !important;
}

html {
    /*width: 100vw;*/
    /* overflow-x: clip; */
}

body {
    font-family: 'Bau';
    margin: 0px !important;

    overflow-x: clip !important;
    width: 100vw !important;
}




/*
|--------------------------------------------------------------------------
| Highlight
|--------------------------------------------------------------------------
*/
@media(max-width: 1100px) {
    .highlights {
        /* grid-auto-flow: column; */
        display: flex;
        overflow: scroll;
        scroll-snap-type: x mandatory;
        scroll-snap-align: start;
        flex-wrap: nowrap;
        scroll-padding: 1px;
    }

    .highlight {
        scroll-snap-align: start;
        flex-shrink: 0;
        width: 50%;
    }
}

@media (max-width: 800px) {
    .highlight {
        width: 100%;
    }
}


.highlight {
    background-color: var(--e-global-color-8811952 );
    min-height: 150px;
    display: grid;
    padding: 20px;
    grid-template-columns: auto 100px;
    align-items: center;
    grid-gap: 20px;
    text-decoration: none;
}

a.highlight:hover {
    background-color: var(--e-global-color-4bebc2f);
}

.highlight img {
    height: 100px;
    width: 100px;
    object-fit: cover;
}


.highlight .post-type-link {
    opacity: 0.5;
    font-family: 'Bau';
    font-size: 90%;
}

.highlight .post-type-link .arrow {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
}



/*
|--------------------------------------------------------------------------
| Reviews
|--------------------------------------------------------------------------
*/
.review a.link {
    color: inherit;
    /* text-decoration: underline; */
    text-underline-offset: 3px;
    /* position: relative; */
    display: flex;
}

.review h2.review-title {
    margin-top: 5px;
    margin-bottom: 5px;
}

.review .read-more:hover {
    text-decoration: none;
}

blockquote.review-title {
    padding: 0 !important;
    margin-left: 0;
    font-family: "TRJN DaVinci", sans-serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -1.3px;
    margin-top: 5px;
    margin-bottom: 10px;
    /* position: relative; */
}

.reviews {
    grid-gap: 30px;
    display: flex;
    flex-direction: column;
}


.review:not(:last-child) {
    border-bottom: 1px solid;
    padding-bottom: 30px;
}

details summary::-webkit-details-marker {
    display:none;
}

details summary::marker {
    display:none;
}


.title {
    font-family: 'Editorial';
}


details summary::-webkit-details-marker {
    display:none;
}

.reviews .fancy-button {
    text-transform: capitalize;
}


/*
|--------------------------------------------------------------------------
| Fancy button
|--------------------------------------------------------------------------
*/
.fancy-button {
    font-family: "Editorial", Sans-serif;
    font-size: 17px;
    letter-spacing: 0.2px;
    fill: var(--e-global-color-primary );
    color: var(--e-global-color-primary );
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary );
    border-radius: 26px 26px 26px 26px;
    padding: 8px 15px 9px 15px;
    width: max-content;
}


.fancy-button:hover {
    background-color: white;
    cursor: pointer;
}
