/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
@media (max-width: 767px) {
    .flex .elementor-image-box-wrapper {
        text-align: left !important;
        display: flex;
        gap: 10px;
		justify-content: center;
        align-items: center;
    }
}

/* Perfect triangle placement without breaking layout */
.thim-ekits-menu__dropdown {
    position: relative !important;
}

.thim-ekits-menu__dropdown::before {
    content: "";
    position: absolute;
    top: -13.05px; /* triangle height */
    left: 50%;
    transform: translateX(-50%);

    width: 28.94px;    /* your exact width */
    height: 13.05px;   /* your exact height */

    background-image: url('/wp-content/uploads/2025/12/Subtract.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    z-index: 999999;
    pointer-events: none;
}
