footer{
	background-image:url(/wp-content/themes/wayofleaf/img/footer.png);
}
.ftr-top-left > a{
	background: url(/wp-content/themes/wayofleaf/img/logo.png) no-repeat;
	background-size: 100% auto;
}
footer .soc a:nth-child(1){
	background: url(/wp-content/themes/wayofleaf/img/ftr-soc-4.png) no-repeat;
}
footer .soc a:nth-child(2){
	background: url(/wp-content/themes/wayofleaf/img/ftr-soc-3.png) no-repeat;
}
footer .soc a:nth-child(3){
	background: url(/wp-content/themes/wayofleaf/img/ftr-soc-2.png) no-repeat;
}
footer .soc a:nth-child(4){
	background: url(/wp-content/themes/wayofleaf/img/ftr-soc-1.png) no-repeat;
}

.home .blgtm-banner-home2{
	background: url(../temp/wol-pk-banner-457x400-min.jpg) no-repeat top center;
	background-size: auto 100%;
}

.blgtm-banner-home2.cat-all{
	background: url(../temp/wol-pk-banner-457x400-min.jpg) no-repeat top center;
	background-size: auto 100%;
}
.blgtm-banner-home2.cat-seeds-growing{
	background: url(../temp/wol-banner-Ilgm-min.jpg) no-repeat top center;
	background-size: auto 100%;
}
.blgtm-banner-home2.cat-mushrooms-amino{
	background: url(../temp/Mushroom_708х402-min.jpg) no-repeat top center;
	background-size: auto 100%;
}

.btn-readmore{
	color: #2ab999;
	font-size: 18px;
	line-height: 20.46px;
	text-transform: uppercase;
	letter-spacing: 1.41px;
	height: 37px;
	position: relative;
	display: inline-block;
	padding-right: 56px;
	font-weight: bold;
	cursor: pointer;
}
.btn-readmore:after{
	position: absolute;
	top: -7px;
	right: 10px;
	content: " ";
	width: 35px;
	height: 35px;
	border-radius: 40px;
	background: #2ab999 url(/wp-content/themes/wayofleaf/img/arrow-right.png) no-repeat center;
	box-shadow: 4px 0px 24px rgba(5, 100, 82, 0.26);
	transform: rotate(90deg);
	transition: .5s;
}
.btn-readmore.ar-bm:after{
	transform: rotate(270deg);
}

@media (max-width: 1500px){
	footer {
	    background: url(/wp-content/themes/wayofleaf/img/footer.png) no-repeat top center;
	}
}
@media (max-width: 1024px){
	footer{
    	background: url(/wp-content/themes/wayofleaf/img/footerbg-movb.png) no-repeat top right;
	}
	.menu-item-has-children::after {
		content: '';
		position: absolute;
		right: 1em;
		width: 15px;
		height: 15px;
		background: url("/wp-content/themes/wayofleaf/img/hm-slide-nav-down-gray.png") center no-repeat;
		background-size: 70%;
		transition: .5s;
		top: 1.1em;
	}
	.menu-item-has-children.show .sub-menu {
		padding: 5px 0 15px;
		opacity: 1;
		height: auto;
		position: relative;


	}
	.menu-item-has-children.show::after {
		transform: rotate(180deg);
	}

}