/******************************************************************
Theme Name: PSD to WP Dev
Theme URI: http://www.psdtowpdev.com
Description: PSD to WP Developers.
Author: Ibrahim Rana
Author URI: http://ibrahimrana.com
Version: 5.0 (Development)
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Sass
******************************************************************/
@import url('//fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
.content-not-found {margin: 50px auto 20px;}
@media screen and (max-width: 639px) {
	.content-not-found {margin: 90px auto 30px;}
}		
.content-not-found img {margin-bottom: 45px;}

/* PART 1 - Before Lazy Load *//*
img[data-lazyloaded]{
	opacity: 0;
}

/* PART 2 - Upon Lazy Load *//*
img.litespeed-loaded{
	-webkit-transition: opacity .5s linear 0.2s;
	-moz-transition: opacity .5s linear 0.2s;
	transition: opacity .5s linear 0.2s;
	opacity: 1;
}*/