@charset "utf-8";
/* 
Theme Name: Hoda
Author: Softiconic
Author URI: https://softiconic.com 
Version: 1.00    
*/

/*Gutenbarg css*/
.alignwide {
	margin-left  : -80px;
	margin-right : -80px;
}
.alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
}
.alignwide img{
	width: 100vw;
}
.alignfull img {
	width: 100vw;
}