/**
 * Theme Name: FroConPro
 * Description: Based on Blocksy theme as child theme
 * Author: Andrei Abozau
 * Template: blocksy
 * Text Domain: fcp
 */

@font-face {
    font-family: 'Manrope';
    src: url('./assets/fonts/manrope/static/Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('./assets/fonts/manrope/static/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('./assets/fonts/manrope/static/Manrope-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.bod-block-title-closer {
    cursor: pointer;
}

.bod-modal-content .wpforms-field-radio li,
.bod-modal-content .wpforms-field-checkbox li {
    list-style: none;
}

#top-video-section.stk--has-background-overlay::before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGBgYFBgYAAAA+gAoRKK458AAAAASUVORK5CYII=");
    background-repeat:repeat;
    background-size:auto;
}

[data-menu] > ul > li > a::after {
    width: 15px !important;
}