
.post .divider {
    border-radius: 50%;
    background-color: #ffc631;
    width: 5px;
    height: 5px;
    display: inline-block;
    margin: 0 15px;
}
@media screen and (min-width: 767.98px) {
    .post .widgets {
        padding: 0 0 80px;
    }
}
@media screen and (min-width: 1199.98px) {
    .post .wrapper--content {
        max-width: calc(100% - 380px - 60px);
    }
}
.widgets {
    padding-bottom: 80px;
    min-width: 290px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.widgets--blog {
    padding-bottom: 0;
    padding-top: 80px;
}
.widgets_widget {
    border: 1px solid #c8c8c8;
    margin-bottom: 30px;
    padding: 20px;
}
.widgets_widget:last-of-type {
    margin-bottom: 0;
}
.widgets_widget img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.widgets_widget-title {
    margin-bottom: 30px;
    text-transform: capitalize;
}
.widgets_widget .icon--arrow {
    margin-right: 15px;
    font-size: 16px;
    margin-bottom: 3px;
}
.widgets_widget .icon--bubble {
    margin-right: 5px;
    color: #0da574;
}
.widgets_widget--search {
    margin-bottom: 30px;
}
.widgets_widget--search .btn i {
    font-size: 24px;
}
.widgets_widget--search .field {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 75%;
    padding: 16px 30px;
    border: 1px solid #c8c8c8;
    border-right: none;
    font-size: inherit;
    line-height: inherit;
}
.widgets_widget--search .field::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    color: #a9a9a9;
}
.widgets_widget--search .field::-moz-placeholder {
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    color: #a9a9a9;
}
.widgets_widget--search .field:-ms-input-placeholder {
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    color: #a9a9a9;
}
.widgets_widget--search .field::-ms-input-placeholder {
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    color: #a9a9a9;
}
.widgets_widget--search .field::placeholder {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    color: #a9a9a9;
}
.widgets_widget--search .field:focus::-webkit-input-placeholder {
    opacity: 0;
}
.widgets_widget--search .field:focus::-moz-placeholder {
    opacity: 0;
}
.widgets_widget--search .field:focus:-ms-input-placeholder {
    opacity: 0;
}
.widgets_widget--search .field:focus::-ms-input-placeholder {
    opacity: 0;
}
.widgets_widget--search .field:focus::placeholder {
    opacity: 0;
}
.widgets_widget--latest .list .list-item {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 23px;
}
.widgets_widget--latest .list .list-item .title {
    margin: 15px 0 8px;
    font-weight: inherit;
    font-size: 20px;
    line-height: 1.2;
}
.widgets_widget--latest .list .list-item .preview {
    max-height: 223px;
}
.widgets_widget--archives,
.widgets_widget--categories,
.widgets_widget--latest {
    font-family: Archivo, sans-serif;
    font-weight: 600;
}
.widgets_widget--archives,
.widgets_widget--categories,
.widgets_widget--tags {
    text-transform: uppercase;
}
.widgets_widget--calendar,
.widgets_widget--comments,
.widgets_widget--newsletter,
.widgets_widget--tags {
    color: #202c38;
}
.widgets_widget--categories .list .list-item,
.widgets_widget--comments .list .list-item,
.widgets_widget--latest .list .list-item {
    border-bottom: 1px solid #e9e6e6;
     margin-top: 10px;
}
.widgets_widget--categories .list .list-item:first-of-type,
.widgets_widget--comments .list .list-item:first-of-type,
.widgets_widget--latest .list .list-item:first-of-type {
    margin-top: 0;
}
.widgets_widget--categories .list .list-item:last-of-type,
.widgets_widget--comments .list .list-item:last-of-type,
.widgets_widget--latest .list .list-item:last-of-type {
    border: none;
    padding-bottom: 0;
}
.widgets_widget--categories .list .list-item {
    padding-bottom: 15px;
    margin-top: 15px;
}
.widgets_widget--categories .list .list-item .link {
    font-size: 18px;
    line-height: 23px;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.widgets_widget--categories .list .list-item .link:hover {
    color: #0da574;
}
.widgets_widget--comments .list .list-item {
    padding-bottom: 10px;
    margin-top: 20px;
}
.widgets_widget--comments .list .list-item .link {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.widgets_widget--comments .list .list-item .link:focus,
.widgets_widget--comments .list .list-item .link:hover {
    opacity: 0.7;
}
.widgets_widget--comments .list .list-item .link .username {
    font-weight: 500;
}
.widgets_widget--newsletter .widgets_widget-title {
    margin: 0;
}
.widgets_widget--newsletter .text {
    margin: 20px 0 30px;
    color: #202c38;
}
.widgets_widget--newsletter .form .field {
    border: 1px solid #a9a9a9;
    padding: 17px 19px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.widgets_widget--newsletter .form .field::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.widgets_widget--newsletter .form .field::-moz-placeholder {
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.widgets_widget--newsletter .form .field:-ms-input-placeholder {
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.widgets_widget--newsletter .form .field::-ms-input-placeholder {
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.widgets_widget--newsletter .form .field::placeholder {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.widgets_widget--newsletter .form .field:focus {
    border-color: #ffc631;
}
.widgets_widget--newsletter .form .field:focus::-webkit-input-placeholder {
    opacity: 0;
}
.widgets_widget--newsletter .form .field:focus::-moz-placeholder {
    opacity: 0;
}
.widgets_widget--newsletter .form .field:focus:-ms-input-placeholder {
    opacity: 0;
}
.widgets_widget--newsletter .form .field:focus::-ms-input-placeholder {
    opacity: 0;
}
.widgets_widget--newsletter .form .field:focus::placeholder {
    opacity: 0;
}
.widgets_widget--newsletter .form .btn {
    width: 100%;
}
.widgets_widget--newsletter .socials {
    margin-top: 40px;
}
.widgets_widget--tags .list .list-item .tag {
    border: 1px solid #e9e6e6;
    padding: 10px 20px;
    display: block;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.widgets_widget--tags .list .list-item .tag:focus,
.widgets_widget--tags .list .list-item .tag:hover {
    border-color: #001f3f;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.widgets_widget--archives .list .list-item {
    margin-bottom: 20px;
}
.widgets_widget--archives .list .list-item:last-of-type {
    margin-bottom: 0;
}
.widgets_widget--archives .list .list-item .link {
    font-size: 18px;
    line-height: 23px;
}
.widgets_widget--archives .list .list-item .link:focus .icon--arrow,
.widgets_widget--archives .list .list-item .link:hover .icon--arrow {
    color: #0da574;
}
.widgets_widget--archives .list .list-item .link .icon--arrow {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.widgets_widget--calendar {
    padding: 20px;
    text-transform: uppercase;
}
.widgets_widget--calendar .table {
    width: 100%;
}
.widgets_widget--calendar .table_header {
    text-align: left;
    border-bottom: 1px solid #e9e6e6;
    padding-bottom: 17px;
    margin-bottom: 12px;
    font-family: Archivo, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
}
.widgets_widget--calendar .table_body {
    text-align: center;
}
.widgets_widget--calendar .table_body-dates {
    height: 40px;
}
.widgets_widget--calendar .table_body-dates_date {
    cursor: pointer;
}
.widgets_widget--calendar .table_body-dates_date--current {
    background: #0da574;
    color: #fff;
    font-weight: 700;
}
.widgets_widget--calendar .navigation {
    color: #a9a9a9;
    margin-top: 30px;
    font-family: Archivo, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}
.widgets_widget--calendar .navigation_control {
    line-height: 18px;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.widgets_widget--calendar .navigation_control:focus,
.widgets_widget--calendar .navigation_control:hover {
    color: #0da574;
}
.widgets_widget--calendar .navigation_control-icon {
    margin-bottom: 2px;
}
.widgets_widget--calendar .navigation_control--prev .navigation_control-icon {
    margin-right: 10px;
    -webkit-transition: margin-right 0.3s ease-in-out;
    -o-transition: margin-right 0.3s ease-in-out;
    transition: margin-right 0.3s ease-in-out;
}
.widgets_widget--calendar .navigation_control--prev:hover .navigation_control-icon {
    margin-right: 5px;
}
.widgets_widget--calendar .navigation_control--next .navigation_control-icon {
    margin-left: 10px;
    -webkit-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
}
.widgets_widget--calendar .navigation_control--next:focus .navigation_control-icon,
.widgets_widget--calendar .navigation_control--next:hover .navigation_control-icon {
    margin-left: 5px;
}
@media screen and (min-width: 575.98px) {
    .widgets_widget {
        padding: 30px;
    }
    .widgets_widget--calendar {
        padding: 40px 30px 30px;
    }
    .widgets_widget--newsletter .form {
        max-width: 320px;
    }
    .widgets_widget--newsletter .form .field {
        border-right: none;
        margin-bottom: 0;
    }
    .widgets_widget--newsletter .form .btn {
        min-width: 130px;
        padding: 18px 0;
    }
}
@media screen and (min-width: 767.98px) {
    .widgets {
        padding: 80px 0;
    
    }
    .widgets--blog {
        padding: 80px 0 0;
    }
}
@media screen and (min-width: 991.98px) {
    .widgets {
        max-width: 380px;
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding: 0;
    }
    .widgets_widget {
        margin-bottom: 40px;
        padding: 40px 30px;
    }
    .widgets_widget--search {
        margin-bottom: 40px;
    }
    .widgets_widget--newsletter .form {
        max-width: 100%;
    }
    .widgets_widget--newsletter .form .field {
        max-width: 186px;
    }
    .widgets_widget--newsletter .form .btn {
        width: 131px;
        padding: 18px 0;
    }
}
.post_article .wrapper--list {
    margin: 20px 0;
}
.post_article .wrapper--media {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-height: 260px;
    overflow: hidden;
}
.post_article .wrapper--media::before {
    float: left;
    padding-top: 63.63636363636363%;
    content: "";
}
.post_article .wrapper--media::after {
    display: block;
    content: "";
    clear: both;
}
.post_article-img {
    max-height: 570px;
    overflow: hidden;
}
.post_article-img::before {
    float: left;
 
    content: "";
}
.post_article-img::after {
    display: block;
    content: "";
    clear: both;
}
.post_article-img_img {
    width: 100%;
}
.post_article-media {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.post_article-info {
    margin: 20px 0;
    text-transform: uppercase;
    color: #202c38;
    font-family: Archivo, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}
.post_article-info .link {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.post_article-info .link:hover {
    color: #0da574;
}
.post_article-info .comments_icon {
    display: none;
}
.post_article-info .author,
.post_article-info .comments,
.post_article-info .date,
.post_article-info .divider {
    margin-top: 10px;
}
.post_article-header {
    margin: 20px 0;
    color: #000810;
}
.post_article-text:last-of-type {
    margin-top: 20px;
}
.post_article-list {
    margin-bottom: 20px;
}
.post_article-list_item {
    margin-bottom: 15px;
}
.post_article-list_item:last-of-type {
    margin-bottom: 0;
}
.post_article-list_item .icon {
    margin-right: 10px;
    color: #001f3f;
}
.post_article-quote {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.post_article-quote_quote {
    quotes: none;
    font-family: Archivo, sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
}
.post_article-quote_author {
    display: block;
    text-transform: uppercase;
    margin-top: 30px;
    padding-left: 60px;
    position: relative;
    font-family: Archivo, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}
.post_article-quote_author:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 40px;
    background: #ffc631;
}
.post_article-footer {
    margin-top: 68px;
}
.post_article-footer_tags {
    margin-bottom: 15px;
    color: #202c38;
}
.post_article-footer_tags .tag {
    display: block;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 1px solid #e9e6e6;
    margin-right: 10px;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-top: 10px;
}
.post_article-footer_tags .tag:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    border-color: #001f3f;
}
.post_article-footer .socials {
    width: 100%;
}
.post_author {
    padding: 40px 0;
    border-top: 1px solid #e9e6e6;
    border-bottom: 1px solid #e9e6e6;
    text-align: center;
}
.post_author-avatar {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-block;
    margin-bottom: 15px;
}
.post_author-about .name {
    margin-bottom: 15px;
    font-family: Archivo, sans-serif;
    font-weight: 700;
}
.post_author-about .bio {
    color: #162739;
}
.post_author .btn {
    width: 100%;
    margin: 15px 0 0;
}
.post_nav {
    padding: 80px 0;
}
.post_nav-item:first-of-type {
    margin-bottom: 10px;
}
.post_nav-item:hover .label {
    color: #202c38;
}
.post_nav-item_control {
    border-radius: 50%;
    min-width: 40px;
    min-height: 40px;
    border: 1px solid #a9a9a9;
    color: #a9a9a9;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 16px;
}
.post_nav-item_control--prev {
    margin-right: 20px;
}
.post_nav-item_control--next {
    margin-left: 20px;
}
.post_nav-item_control--next .post_nav-item_hint {
    text-align: right;
}
.post_nav-item_control:focus,
.post_nav-item_control:hover {
    border-color: #001f3f;
    color: #001f3f;
}
.post_nav-item_hint {
    font-family: Archivo, sans-serif;
}
.post_nav-item_hint .label {
    display: inline-block;
    text-transform: uppercase;
    color: #a9a9a9;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.post_nav-item_hint .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
}
@media screen and (min-width: 575.98px) {
    .post_article-quote {
        padding: 40px;
    }
    .post_article-footer_tags {
        margin-bottom: 40px;
    }
    .post_author-avatar {
        margin-bottom: 0;
        margin-right: 30px;
    }
    .post_author-about {
        text-align: left;
    }
    .post_author .btn {
        width: unset;
        margin: 0 0 0 15px;
    }
    .post_nav-item:first-of-type {
        margin-bottom: 0;
    }
    .post_nav-item--next {
        text-align: right;
    }
    .post_nav-item_hint .label {
        margin-bottom: 11px;
    }
}
@media screen and (min-width: 767.98px) {
    .post_article-quote {
        padding: 60px;
    }
    .post_article-list {
        margin-right: 47px;
        margin-bottom: 0;
    }
    .post_article-footer_tags {
        margin-bottom: 0;
    }
    .post_article-footer_tags .tag {
        margin-top: 20px;
        margin-right: 20px;
    }
    .post_article-footer .socials {
        width: unset;
    }
    .post_author {
        padding: 40px 0;
    }
    .post_author-avatar {
        margin-bottom: 0;
        margin-right: 30px;
    }
    .post_author-about {
        text-align: left;
    }
    .post_author .btn {
        width: unset;
        margin: 0 0 0 15px;
    }
    .post_nav-item--next {
        text-align: right;
    }
    .post_nav-item_hint .label {
        margin-bottom: 10px;
    }
    .post_nav-item_hint .title {
        max-width: 205px;
    }
}
@media screen and (min-width: 991.98px) {
    .post .wrapper--list {
        margin: 30px 0;
    }
    .post_article-quote_quote {
        font-size: 30px;
        line-height: 40px;
    }
    .post_article-list {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .post_article-footer .socials {
        margin-top: 30px;
        width: 100%;
    }
    .post_author-avatar {
        margin-bottom: 0;
        margin-right: 30px;
    }
    .post_author-about .name {
        margin-bottom: 15px;
        display: inline-block;
    }
    .post_author-about .bio {
        max-width: 473px;
    }
}
@media screen and (min-width: 1199.98px) {
    .post_article-quote {
        padding: 80px;
    }
    .post_article-list {
        margin-right: 54px;
        margin-bottom: 0;
    }
    .post_article-footer .socials {
        margin: 0;
        width: auto;
    }
}
@media screen and (min-width: 1399.98px) {
    .post_article-list {
        margin-right: 94px;
    }
    .post_article-footer_tags {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .post_article-footer_tags .tag {
        margin-top: 0;
    }
}
.post_comments {
    margin: 80px 0;
}
.post_comments-title {
    color: #000;
    font-family: Archivo, sans-serif;
    font-weight: 800;
    margin-bottom: 30px;
}
.post_comments-list_item {
    margin-bottom: 30px;
}
.post_comments-list_item:last-of-type {
    margin-bottom: 0;
}
.post_comments-list_item[data-type="reply"] {
    margin-left: 40px;
}
.post_comments-list_item .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
}
.post_comments-list_item .comment_panel {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: Archivo, sans-serif;
    font-weight: 500;
}
.post_comments-list_item .comment_panel-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    text-transform: capitalize;
}
.post_comments-list_item .comment_panel-action {
    color: #0da574;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.post_comments-list_item .comment_panel-action:hover {
    color: #001f3f;
}
.post_comments-list_item .comment_panel-timestamp {
    color: #202c38;
}
.post_comments-list_item .comment_panel-action,
.post_comments-list_item .comment_panel-timestamp {
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
}
.post_comments-list_item .comment_text {
    color: #202c38;
    margin-left: -50px;
}
@media screen and (min-width: 575.98px) {
    .post_comments-list_item .comment_text {
        margin-left: unset;
    }
}
@media screen and (min-width: 767.98px) {
    .post_comments-list_item .comment_panel-timestamp {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 40px;
    }
}
@media screen and (min-width: 991.98px) {
    .post_comments-list_item[data-type="reply"] {
        margin-left: 80px;
    }
    .post_comments-list_item .avatar {
        width: 60px;
        height: 60px;
    }
}
.post_reply-title {
    margin-bottom: 30px;
}
.post_reply-form {
    font-size: inherit;
    line-height: inherit;
}
.post_reply-form_btn,
.post_reply-form_field:not([type="checkbox"]) {
    width: 100%;
}
.post_reply-form_field:not([type="checkbox"]) {
    padding: 15px 20px;
    border: 1px solid #a9a9a9;
    margin-bottom: 30px;
}
.post_reply-form_field {
    font-size: inherit;
    line-height: inherit;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.post_reply-form_field::-webkit-input-placeholder {
    color: #a9a9a9;
    font-size: inherit;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.post_reply-form_field::-moz-placeholder {
    color: #a9a9a9;
    font-size: inherit;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.post_reply-form_field:-ms-input-placeholder {
    color: #a9a9a9;
    font-size: inherit;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.post_reply-form_field::-ms-input-placeholder {
    color: #a9a9a9;
    font-size: inherit;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.post_reply-form_field::placeholder {
    color: #a9a9a9;
    font-size: inherit;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.post_reply-form_field:focus {
    border-color: #202c38;
}
.post_reply-form_field:focus::-webkit-input-placeholder {
    opacity: 0;
}
.post_reply-form_field:focus::-moz-placeholder {
    opacity: 0;
}
.post_reply-form_field:focus:-ms-input-placeholder {
    opacity: 0;
}
.post_reply-form_field:focus::-ms-input-placeholder {
    opacity: 0;
}
.post_reply-form_field:focus::placeholder {
    opacity: 0;
}
.post_reply-form_field[data-type="message"] {
    min-height: 160px;
}
.post_reply-form_field[type="checkbox"] {
    display: none;
}
.post_reply-form_field[type="checkbox"]:checked + label:before {
    color: #0da574;
}
.post_reply-form_field[type="checkbox"] + label {
    cursor: pointer;
}
.post_reply-form_field[type="checkbox"] + label:before {
    content: "\e90a";
    color: transparent;
    font-family: icomoon;
    width: 18px;
    height: 18px;
    border: 1px solid #c8c8c8;
    margin-right: 20px;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.post_reply-form_btn {
    margin-top: 40px;
}
.post_reply-form label {
    color: #162739;
}
@media screen and (min-width: 575.98px) {
    .post_reply-form_field[data-type="email"],
    .post_reply-form_field[data-type="name"] {
        width: calc(50% - 15px);
    }
    .post_reply-form_btn {
        max-width: 211px;
    }
}
.blog_list {
    margin-top: 40px;
}
.blog_list-item {
    margin-top: 30px;
}
.blog_list-item[data-order="1"] {
    margin-top: 0;
}
.blog_list-item .wrapper {
    height: 100%;
}
.blog_list-item .img-wrapper {
    max-height: 320px;
    overflow: hidden;
}
.blog_list-item .img-wrapper::before {
    float: left;
    padding-top: 78.04878048780488%;
    content: "";
}
.blog_list-item .img-wrapper::after {
    display: block;
    content: "";
    clear: both;
}
.blog_list-item .img-wrapper img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog_list-item .text-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.blog_list-item .text-wrapper .info {
    text-transform: uppercase;
    font-size: 14px;
    margin: 15px 0 10px;
}
.blog_list-item .text-wrapper .info .category {
    line-height: 22px;
    font-family: Archivo, sans-serif;
    font-weight: 600;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.blog_list-item .text-wrapper .info .category:focus,
.blog_list-item .text-wrapper .info .category:hover {
    color: #ffc631;
}
.blog_list-item .text-wrapper .info .divider {
    width: 5px;
    height: 5px;
    background: #ffc631;
    border-radius: 50%;
    display: inline-block;
    margin: 0 15px;
}
.blog_list-item .text-wrapper .info .date {
    color: #202c38;
}
.blog_list-item .text-wrapper .title {
    margin-bottom: 10px;
}
.blog_list-item .text-wrapper .preview {
    color: #202c38;
}
.blog_list-item .text-wrapper .divider--link {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #c8c8c8;
}
@media screen and (min-width: 767.98px) {
    .blog_list {
        margin: 40px -15px 0;
    }
    .blog_list-item {
        margin-top: 40px;
        padding: 0 15px;
    }
    .blog_list-item[data-order="2"] {
        margin-top: 0;
    }
}
@media screen and (min-width: 991.98px) {
    .blog_list-item {
        margin-top: 0;
    }
}


