/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for the Astra theme
Author: Your Name
Author URI: https://yourwebsite.com/
Template: astra
Version: 1.0.0
*/

/* You can add custom CSS below */

.blog-container {
	max-width: 920px;
	margin: 0 auto;
}

.blog-content-wrapper {
	display: flex;
	flex-direction: column;	
	align-items: center;
	padding-bottom: 60px;
}

.blog-main-img {
    max-height: 80vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 8px;
}

.blog-main-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.entry-header h1 {
    font-size: 2.4rem;
}

.acf-blog-btn {
	background-color: #000000 !important;
	color: #ffffff;
	border-radius: 100px;
    margin-top: 60px !important;
}

.post-navigation {
	display: none;
}

