/* 
 Theme Name:   OMR-Generate
 Theme URI:    
 Description:  
 Author:       admin
 Author URI:   http://192.168.122.100
 Template:     generatepress
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.site-main {
	margin: 1em!important
}

.entry-content {
	margin: 1em!important	
}

.wp-block-image {
	margin: auto
}

site-logo {
	display: inline-flex;
	max-width:100%
}
header, header-image, is-logo-image{
	display: inline-flex;
}
.grid-container{
	max-width:1480px;
	display: flex
}

header, header-image, is-logo-image {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}*
.wp-block-table table{
	table-layout: auto;
    width: auto;
}
.entry-title a {
    color: #000000;
}
.entry-meta {
    color: var(--contrast-2);
    display: none;
}