/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* body {
    transition: background 0.5s ease;
}

.dark {
    --primary-title-color: #fff;
    --primary-text-color: #fff;
    background: #000;
    color: var(--primary-text-color);
} */

:root {
    /* --plyr-video-background: #fff; */
    /* --plyr-video-background: var(--bricks-color-pevqwl); */
    --plyr-video-background: var(--bricks-color-sjkyky);
}

.bricks-mobile-menu {
    margin-top: 9rem;
}

.bricks-menu-item .sub-menu {
    overflow: hidden;
}

.wp-editor.li-checkbox ul,
.wp-editor.price-item-list ul {
    list-style: none;
    padding: 0;
}

.wp-editor.li-checkbox li {
    display: flex; /* Ensures the checkmark and text stay in a row */
    align-items: flex-start; 
    margin-bottom: 0.2rem;
}

.wp-editor.li-checkbox li::before {
    content: '';
    display: inline-block;
    height: 1.2rem;
    width: 1.2rem;
    margin-top: 0.3rem;
    margin-right: 0.7rem;
    background-image: url('/wp-content/themes/bricks-child/assets/checkmark-lightpng.png');
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0; /* Prevents checkmark from resizing */
}

.wp-editor.price-item-list li::before {
    content: '';
    display: inline-block;
    height: 1.1rem;
    width: 1.1rem;
    margin-right: 0.5rem;
    background-image: url('/wp-content/themes/bricks-child/assets/check-solid.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translateY(0.2rem);
}

.brxe-button {
    transition: background 0.1s ease-in;
}


input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/**
    Adjust extra CTA button in bricks builder menu.
*/
li.extra-button {
    display: none;
}

@media (max-width: 1250px) {
    li.extra-button {
        display: block;
    }
}

li.extra-button {
    margin-top: 1rem;
}

.injected-btn {
    line-height: 1.3;
    width: max-content;
}

.accordion-title-wrapper {
    min-height: 0 !important;
}

input[name="hidden-tracking-source"] {
    display: none;
}

/**
 Styles for the blog section
*/

.blog-related-content h1,
.blog-related-content h2,
.blog-related-content h3,
.blog-content-container h1,
.blog-content-container h2,
.blog-content-container h3 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.blog-related-content h2,
.blog-content-container h2 {
    font-size: 1.56rem;
}

.full-width {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.full-width img {
    object-fit: cover;
    width: 100%;
}

.brxe-post-content *:not(.full-width, .full-width img) {
    max-width: 725px;
    margin-left: auto;
    margin-right: auto;

}

.blog-content-container img {
    border-radius: 8px;
}

.blog-content-container {
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 400;
}
