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

/*----------FLAGS------------*/

[class^="flag-"]::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 20px;
    aspect-ratio: 1.5;

    margin-left: 25px;
}

@media screen and (max-width: 767px) {
.mobile-menu [class^="flag-"]::before 
	{
        display: none !important;
	}
}

.flag-pl::before {
    background-image: url('https://flagcdn.com/w40/pl.png') ;
}

.flag-ua::before {
    background-image: url('https://flagcdn.com/w40/ua.png');
}

.flag-fr::before {
    background-image: url('https://flagcdn.com/w40/fr.png');
}

.flag-us::before {
    background-image: url('https://flagcdn.com/w40/us.png');
}

.flag-eu::before {
    background-image: url('https://flagcdn.com/w40/eu.png');
}

/*----------BLOCK IMAGE ------------*/

.wp-block-image img {
	border-radius: 6px;
}

.wp-block-image > figcaption a{
	color: #787878 !important;
}

.wp-block-list li::marker{
	color: #c9c9c9 !important; 
}
.wp-block-list li strong{
	color: #1c1c1c !important; 
}