/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.lang-item a {
    font-size: 12px !important;
    padding: 8px !important;
    border-radius: 20px;
    border: 1px solid var(--theme-palette-color-4);
    height: 32px !important;
}

.lang-item i {
    margin-right: 4px;
    font-size: 14px;
}

#header .lang-item {
    margin-left: 10px;
}

.ct-panel-content-inner {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.ct-panel-content-inner .lang-item a {
    width: auto;
    margin-top: 2rem;
}

#footer .lang-item {
    margin-top: 20px;
}

/*
.lang-item .ct-menu-link::before {
    font-family: "Font Awesome 6 Free";
    content: "\f57d";
    font-weight: 900; 
    margin-right: 5px; 
}
*/

@media only screen and (max-width: 999px) {
    
    .stk-2a8a447.hero {
      background-image: unset !important;
    }

}

@media only screen and (min-width: 1000px) {
    
    .wp-block-video.video-crop video {
        height: 550px !important;
        object-fit: cover !important;
    }

}

