/*
Template: genesis
Version: 22.12.28.12.39
Author: Hamed
Theme Name: Hamed's Genesis Theme (a Child)
*/

body {
	font-family: 'IranSans'!important;
}

.post-edit-link {
	display:none;
}

.text-justify {
	text-align: justify;
}

.bgLogo {
	background-image: url('/wp-content/uploads/2023/01/IranNovinLogo-1.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: rgba(255,255,255,0.93);
	background-blend-mode: soft-light;
	background-position: center;
	background-size: min(90vh, 100vw);
	margin: 0!important;
}

#loaderWrapper {
	position: fixed; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	z-index: 9999;
  }

#loader {
	display: none;
	width: 100px;
	height: 100px;
	font-size: 40px;
}