@media screen and (max-width: 991px) {
    header.site-header {
        position: fixed !important;
        width: 100%;
        top:0;
    }

    body {
        padding-top: 95px;
    }
    .blog_single_wrapper .post_content > .row > * {
        flex-basis: 0%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
@media screen and (max-width: 400px) {
	header.site-header .navbar .mobile_bar a {
		min-width:40px;
	}
}
.ahForm form {
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    width: 70% !important;
}
.ahForm label {
    font-family: arial, helvetica, sans-serif;
    font-size: 18px !important;
    color:#fff !important;
}
.ahForm input {
    font: 400 11px system-ui;
    max-width: none !important;
    background-color: #f5f8fa !important;
    border: 1px solid #cbd6e2 !important;
}
.ahForm button {
    cursor: pointer;
    line-height: 12px;
    border-radius: 3px !important;
    text-transform: none !important;
    background: #ff7a59;
    padding: 12px 24px !important;
    display: inline-block !important;
}