/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
#testcls:before
{
    content: "";
    position: absolute;
    width: 100px;
	height: 140px;
    top: 40px;
    left: 30px;
    background-image: url("https://onlinestart.cz/wp-content/uploads/2021/07/arrow.png");
	background-repeat: no-repeat;
	background-position: left top;
    -webkit-transform: rotate(240deg) scaleX(-1);
    transform: rotate(240deg) scaleX(-1);
}

#header_main{
position: fixed;  
}
*/

