/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/
Description: Child theme for Astra, A very lightweight and beautiful theme made to work with Page Builders.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*
#content{
	min-height: 70vh;
}


.ast-dogadjaji{
	display: grid;
	grid-template-columns: 33% 33% 33%;
	grid-template-rows: 33% 33% 33%;
}


.ast-row {
    margin: 0 10%;
}
.ast-row:before{
	display: none;
}

#primary {
    padding: 0 5% !important; 
}

h1,h2{
	text-transform: inherit !important;
}

h2, h2>a{
	font-size: 20px !important;
}

.eael-entry-thumbnail img{
	height: 200px;
}

header.eael-entry-header {
    min-height: 135px;
}

.eael-entry-wrapper{
	padding: 15px 10px !important;	
}


.post-thumb img{
	max-height: 500px;
	object-fit: cover;
}

article{	
    width: 80%;
    margin: auto !important;	
}

article .entry-header {
	padding: 0 !important;
}

.eael-grid-post-link{
	text-transform: inherit !important;
}

.eael-posted-by{
	display: none;
}

.footer-adv-overlay,
.ast-footer-overlay,
.ast-small-footer  {
    background-color: #167ac6;
}

.elementor-widget-button a.elementor-button, 
.elementor-widget-button .elementor-button {
    
    background-color: #61ce70;
}
*/
/*
h2, h2>a{
	font-size: 20px !important;
}
*/