.container {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}


.top-menu {
    /* display: none; */
    order: 3;
    right: 0;
    width: 100%;
    margin-left: auto;
    height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.menu-button {
    display: block;
    position: relative;
    height: 32px;
    width: 36px;
    /* right: 20px; */
    order: 2;
}

span.mb-1 {}

.menu-button span {
    width: 100%;
    position: absolute;
    left: 0;
    height: 1.6px;
    background: white;
    transition: 0.3s;
}

span.mb-1 {
    top: 0;
}

span.mb-3 {
    bottom: 0;
}

span.mb-2 {
    top: 16px;
}

.menu-open span.mb-2 {
    opacity: 0;
}

.menu-open span.mb-1 {transform: rotate(45deg);top: 14px;}

.menu-open span.mb-3 {
    transform: rotate(-45deg);
    top: 14px;
}

header .container {
    flex-wrap: wrap;
}

a.logo {
    order: 1;
    max-width: 200px;
}

.menu-open .top-menu {
    height: calc(100vh - 100px);
    overflow: auto;
}

ul#menu-top {
    flex-direction: column;
    text-align: right;
    align-items: end;
}

header .menu-item a {
    margin-left: 0;
    padding: 10px!important;
    display: block;
}

header {
    padding-bottom: 28px;
}

.hero-wrap small {
    font-size: 15px;
}

h1, .h1 {
    font-size: 30px;
}

body {
    font-size: 15px;
}

.block-grey_2_no_image .col.col-1 {
    display: none;
}

.block-grey_2_no_image .col.col-2 {
    padding: 0;
    width: 100%;
    max-width: 100%;
}

h2, .h2 {
    font-size: 25px;
    margin-bottom: 25px;
    padding-top: 0;
}

section.block.block-white_2_image .wrap {
    padding: 0;
}

section.block.block-white_2_image .wrap .container {
    padding: 0;
    display: block;
}

section.block.block-white_2_image .wrap .col {
    width: 100%;
    max-width: 100%;
}

section.block.block-white_2_image .wrap .col-2 {
    padding: 30px;
    padding-top: 50px;
}

section.block.block-grid_pages h2 {
    font-size: 25px;
    margin-top: 15px;
}

h6, .h6 {
    font-size: 35px;
}

section.block.block-grid_pages .page {
    width: 100%!important;
}

.hero {
    padding-top: 500px;
}

.slider-type1 img {
    max-width: calc(100vw - 60px);
}

section.block.block-faq .wrap .container {
    display: block;
}

section.block.block-faq .wrap .col {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

h3, .h3 {
    font-size: 23px;
    line-height: 1.1;
}

.faq-item {
    padding: 25px 0;
    padding-right: 30px;
}

.answer {
    padding-top: 20px;
}

.faq-item span.close {
    top: 30px;
}

section.block.block-contact_form .col-1 {
    display: none;
}

section.block.block-contact_form .col-2 {
    padding: 0!important;
    max-width: 100%;
    width: 100%;
}

footer .col-1 {
    width: 100%!important;
    margin-left: 0!important;
    max-width: 100%!important;
}

footer .container {
    flex-wrap: wrap;
}

.f-title {
    font-size: 25px;
}

section.block.block-posts_grid .container, .archive-content .container {
    display: block;
}

section.block.block-posts_grid .page, .archive-content .page {
    width: 100%;
    margin-bottom: 50px;
}

.container.cols.number_list .col-1 {
    width: 10px;
    display: block;
    min-width: 0;
    max-width: 10px;
}

.container.cols.number_list .col-2 {
    width: calc(100% - 10px);
    max-width: calc(100% - 10px);
    box-sizing: border-box;
    padding-left: 40px;
}

.block-grey_2_no_image h2 span {
    left: -55px;
}

.hero.archive {
    padding-top: 85px;
    border-top: 1px solid white;
}

.hero.archive .container {
    border-top: 1px solid white;
    padding-top: 40px;
}

a.page.archive-item, .post-type-archive-partner a.page.archive-item, .blog a.page.archive-item {
    width: 100%;
    margin-bottom: 50px;
}

.post-type-archive-project header {
    background: #332F2B!important;
}

.single-image {
    margin-right: 0;
}

.author-tag {
    width: 100%;
    box-sizing: border-box;
}

section.similar_articles .container {
    display: block;
}

section.similar_articles {
    padding-top: 1px;
}

.single-post a.more {
    display: block;
    text-align: center;
}

.block-grey_2_no_image h2 {
    padding-top: 0;
}

.block-grey_2_no_image .wrap {
    padding-top: 50px;
    padding-bottom: 35px;
}

.content {
    padding-bottom: 0;
    margin-bottom: 0;
}

.content p {
    margin-bottom: 15px;
}

.slider-type1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.slider-type1 h6 {
    margin-top: 25px;
}

.slider-type1 p {
    margin-top: 15px;
}

section.block.block-grid_pages {
    padding-top: 50px;
    padding-bottom: 50px;
}

section.block.block-grid_pages .container {
    gap: 50px;
}

section.block.block-faq h2 {
    font-size: 25px;
}

section.block.block-faq .wrap {
    padding-bottom: 40px;
}

.slider-type2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.slider-type2 img {
    margin: 0;
}

section.block.block-contact_form {
    padding: 50px 0;
}

.slider-type2 h2 {
    margin-bottom: 25px;
}

.owl-nav {
    top: 19%;
}


section.block.block-map .col.col-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 50px;
}

section.block.block-map .col {
    width: 100%;
    min-width: 100%;
}

section.block.block-map .cols {
    display: block;
}

.slider-type2 .owl-nav {
    top: 12%;
}

.topics a {
    font-size: 11px;
    margin-right: 3px;
    padding: 6px 21px;
}

ul.sub-menu {
	position: static;
	display: block;
	background: none;
}

#menu-top .menu-item-has-children {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

#menu-top .sub-menu {
    display: none;
}

#menu-top .sub-menu .submenu-toggle{
    display: none;
}

#menu-top .menu-item-has-children.is-open .sub-menu {
    display: block;
    width: 100%;
}

#menu-top .submenu-toggle {

    border: 0;
    padding: 6px;
    background: transparent;
    cursor: pointer;
}

#menu-top .submenu-toggle:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    margin: 6px auto;
}

#menu-top .menu-item-has-children.is-open > .submenu-toggle:before {
    transform: rotate(45deg);
}
