/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.post-content img {width:100%;height:auto;}
.post-content figure {margin-bottom:30px;}

.w-grid-item .post_image.stretched,
.w-grid-item .post_image.stretched > a {
	height: 100%;
	width: 100%;
}

.w-grid-item .post_image.stretched img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.auto-width-btn {
	display: inline-block !important;
	width: max-content !important;
	flex: 0 0 auto !important;
	margin-top:6px!important;
	align-self: flex-start !important;
}

.auto-width-btn > .w-nav-anchor {
	display: inline-flex !important;
	width: auto !important;
}

.w-tabs[style*="--sections-title-size"]>div>div>.w-tabs-section-header>.w-tabs-section-title {
    font-weight: bold;
}

.press-release-information {
    border: 1px solid #ddd;
    padding: 25px;
}

.press-release-information p {
    margin: 0 0 6px;
}

.press-release-information p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .w-menu.layout_hor .menu {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 auto;
    }
}