/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.img-align-left{
	text-align:left !important;
}
.narrow-header{
	max-width:630px;
}
.custom-font-size{
		line-height:1.3 !important;
	}
@media (max-width:767px){
	.custom-font-size{
		font-size:24px !important;
	}
}

.feed-header {
	text-align:center;
}

.unclickable > a {
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .unclickable > a {
        pointer-events: auto;
    }
}

.bulma-blocks-50-50-hero .hero .hero-image .background-image {
    background-position: top;
}