/* 
Theme Name: Hello Boerske
Theme URI: https://cherry-marketing.nl/
Description: Hello Boerske is a child theme of Hello Elementor
Author: Cherry Marketing
Author URI: https://cherry-marketing.nl/
Template: hello-elementor
Version: 1.0.0
Text Domain: boerske
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
*/

.product-title {
    position: absolute;
    left: 0px;
    bottom: 20px;
    display: flex !important;
    align-items: center;
    height: 66px;
    padding-left: 32px;
    padding-right: 2px;
    background-color: #ea661b;
    transform: translateX(-15%);
    transition: transform .3s;
}

.product-wrapper:hover .product-title {
    transform: translateX(0);
}

.product-title::after {
    content: url('./assets/media/slide-shape.svg');
    position: absolute;
    left: 99%;
    top: 0;
}

.product-wrapper .elementor-widget-theme-post-featured-image img {
    transition: transform .3s;
}

.product-wrapper:hover .elementor-widget-theme-post-featured-image img {
    transform: scale(1.05);
}

h1.elementor-heading-title u,
h2.elementor-heading-title u {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-85%, -105%);
    font-family: 'Patrick Hand', sans-serif;
    font-size: 3.5rem;
    text-transform: none !important;
    text-decoration: none !important;
}

@media ( max-width: 767px ) {
    h1.elementor-heading-title u,
    h2.elementor-heading-title u {
        display: block;
        position: relative;
        transform: unset;
    }
}

/*
 * Menu
 */
header .elementor-nav-menu .elementor-item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 1px;
    background-color: #FFF6EE;
    transition: .3s;
}

header .elementor-nav-menu .elementor-item:hover::before {
    width: 100%;
}

/*
 * Accordion
 */
button.location-accordion-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: .4em 0;
    border: unset;
    background: unset;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: left;
    color: #ea661b;
    cursor: pointer;
    outline: none;
}

button.location-accordion-toggle:hover, button.location-accordion-toggle:focus {
	background-color: unset;
}

.location-accordion-toggle[aria-expanded="true"], .location-accordion-toggle:hover {
  text-decoration: underline;
}

button.location-accordion-toggle::after {
    content: url('./assets/media/chevron.svg');
}

.location-accordion-toggle:focus {
    outline: 3px solid #005fcc;
    outline-offset: 2px;
}

.location-accordion-content {
    max-height: 0;
    transition: max-height 0.2s ease-out;
    overflow: hidden;
}

.location-accordion-content strong {
    display: block;
    margin-bottom: .5em;
    color: #ea661b;
}

.location-accordion-content[aria-hidden="false"] {
    max-height: fit-content;
}

/*
 * Map
 */
#map {
    border-radius: 6px;
    height: 650px;
}