/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
body.en .widget-el {
    display: none;
}

/* Hide the widget with class 'widget-en' when the page's language is set to Serbian ('sr' class is present on the body tag) */

body.el .widget-en {
    display: none;
}

form textarea {--theme-form-field-height:70px;}
