/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy-pro
 * Text Domain: blocksy-pro
 * Version: 1.0.4.7
 * Requires at least: 6.0
 */

body {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    word-break: break-word;
}


.compliance .compliance-age {
    padding: 12px;
    font-size: 14px;
    line-height: 20px;
    background: red;
    color: white;
    font-weight: bold;
}

.compliance .compliance-text {
    padding: 10px;
    font-size: 14px;
    background: white;
    color: grey;
    font-weight: bold;
}


#nsn_league .nav-league ul.menu {
    display: block;
}


#header [data-device=mobile] {
    display: block !important;
}
  
#offcanvas [data-device=mobile] {
    display: block !important;
}
  
#header [data-device=desktop] {
    display: block !important;
}
  
#offcanvas [data-device=desktop] {
    display: none !important;
}

.item-has-link{
    cursor: pointer;
}

.author-box-socials span span.off_href{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: var(--background-color, var(--paletteColor1));
}

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load{
    width: 100% !important;
    height: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
