body{
    margin: 0;
}
.wrap.top_bar {
    background: #000;
    height: 40px;
    line-height: 40px;
}
.inner_top{
    width: 1170px;
    margin: 0 auto;
    text-align: left;
}
.inner_top ul.social-icons {
    max-height: 40px;
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}
.inner_top ul.social-icons li {
    display: inline-block;
    font-size: 13px;
}
.inner_top ul.social-icons a {
    color: #ebebeb;
    display: inline-block;
    padding: 0 6px;
    line-height: inherit;
    text-decoration: none;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.actions {
    float: right;
}

.search-submit {
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    color: #444;
    font-size: 13px;
    color: #ebebeb;
}

input.search-field {
    font-family: "Ubuntu",Arial,sans-serif;
    background: transparent;
    border: none;
    padding: 0;
    margin-left: 8px;
    border: 0;
    width: 60px;
    background: inherit;
    color: #b4b4b4;
    text-transform: uppercase;
    font-family: Poppins,Arial,sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    -webkit-transition: width .3s ease-in;
    transition: width .3s ease-in;
}
.wrap.logo-wrap .title {
    padding: 55px 0;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

.wrap.logo-wrap .title a {
    text-decoration: none;
    color: #2e2e2e;
    font-size: 70px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    text-transform: uppercase;
}
.wrap.wrap_in {
    overflow-x: hidden;
    overflow-y: hidden;
}
.navigation-wrap .wrap {
  width: 1170px; 
   margin: 0 auto;
   text-align: left;
}
.body_wrap{
    width: 1170px; 
    margin: 0 auto;
    text-align: left;
}
.col-8.main-content {
    float: unset;
}
.main-footer  section.mid-footer.cf, .main-footer .bg-wrap{
    width: 1170px;
    margin: 0 auto;
 }
 .home_dynamic .home_post_4 {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
.home_dynamic .large img {
    width: 100%;
    object-fit: contain;
    height: 400px;
}
.archive_dynamic .home_post_4 {
    width: 50%;
    display: flex;
    flex-basis: 49%;
}

.archive_dynamic {
    width: 1170px;
    margin: 30px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.archive_dynamic .home_post_4 img {
    width: 100%;
}

