header .site-primary-header-wrap .ast-builder-grid-row {
	display: flex;
}
header .site-primary-header-wrap .ast-builder-grid-row .site-header-primary-section-right {
	margin: auto;
    padding-right: 120px;
}
[data-section=section-header-mobile-trigger] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
	fill: #231f20;
}
@media screen and (max-width: 1342px) {
	header .site-primary-header-wrap .ast-builder-grid-row .site-header-primary-section-right {
    	padding-right: 0;
		margin-right: 15px;
	}
}
@media screen and (max-width: 921px) {
	header .site-primary-header-wrap .ast-builder-grid-row .site-header-primary-section-left {
		padding-left: 20px;
	}
}
@media screen and (max-width: 380px) {
	.ast-hfb-header .site-header {
		margin: 0;
	}
}


.single-post h2,
.single-post h3,
.single-post h4,
.single-post h5,
.single-post h6,
.single-post p{
	margin-bottom: 1.75rem;
}