@media(min-width: 1600px){
    .featured_projects .text-content {
        left:74px;

    }
    .hero_bottom {
        right: 172px;
    }
    .page_hero:after {
        width:343px;
    }
    .page_hero:after {
        width: 342px;
    }
    .parent_page_hero:after {
        width: 349px;
    }
}

@media(max-width: 1600px){
    .homepage_hero:after {
        width:200px;
    }
    .page_hero:after {
        width: 210px;
        background-position: bottom left;
    }
    .hero_bottom {
        right: 80px;
    }
    .parent_page_hero:after {
        width: 193px;
    }
}
@media (max-width: 1360px){
    .compaines_box .text-content h3 {
        font-size: 22px;
    }
    .compaines_box .text-content p {
        font-size: 14px;
    }
}

@media (min-width: 1200px){
    .container {
        width: 100%;
    }
}

@media (max-width: 1320px) {
    .page_hero:after {
        display: none;
    }
    .compaines_box {
        padding:0 15px;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
    .container--searchResults {
        padding-bottom: 60px;
    }

    h1 {
        font-size: 34px;
    }

    h2, .top_footer h3 {
        font-size: 24px;
    }

    h3,
    .featured_projects .summary div p,
    .compaines_box .text-content h3 {
        font-size: 22px;
    }

    .top_footer h3.border_left:before {
        margin-top: 5px;
    }

    h2.border_left:before, h3.border_left:before {
        margin-top: 5.6px;
        height: 17px;
        margin-bottom: 15px;
    }

    .compaines_box .text-content p {
        font-size: 14px;
    }

    .company-item.company-half .text-content p {
        max-width: 447px;
    }

    .compaines_box .company-half h3 {
        max-width: 445px;
    }

    .compaines_box .text-content {
        padding: 30px;
    }

    .header-search div.search-form {
        max-width: 750px;
    }

    .projects_filter_form > div.row > div {
        padding-right: 15px;
        padding-left: 15px;
    }

    .team_lists .member > a {
        height: 410px;
    }
}
@media (max-width: 1150px){
    .header_logo img {
        max-width: 250px;
    }
    .header_menu li a {
        font-size: 16px;
    }
    .header_menu li {
        padding: 11px 8px 5px 8px;
    }
    .sub-menu li a {
        font-size: 14px
    }
    .footer_bottom .footer_menu_small li {
        float: left;
        margin-right: 20px;
    }
    .header-search div.search-form {
        max-width: 660px;
    }
    .section_title_box .left {
        margin-right: 45px;
    }
    .section_title_box .left h2 {
        white-space: nowrap;
    }
    .project_enteries .entery .units {
        font-size: 37px;
    }
    .project_enteries .entery .unit_title {
        font-size: 14px;
    }
    .filters_row .filter-1, .filters_row .filter-2 {
        min-width: calc(30% - 39px);
    }
    .filters_row .filter-3 {
        min-width: 40%;
    }
}

@media screen and (min-width: 1025px) {
    .menu-toggle,
    .search-form-mobile,
    .mobile_bottom_menu
    {
        display: none;
    }
}

.header_logo .desktop_logo {
    display: block;
}
.header_logo .mobile_logo {
    display: none;
}

@media screen and (max-width: 1024px) {
    .top_menu,
    .main-navigation,
    .footer_right_side {
        display: none;
    }

    .search-form .search-field {
        width: 100%;
    }

    .page_hero h1 {
        font-size: 34px;
    }

    .homepage_hero {
        padding-top: 56px;
        min-height: 300px;
    }

    .site-header {
        position: relative;
    }

    .main-navigation.toggled {
        display: block;
        position: fixed;
        top: 64px;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;

    }
    .mobile_nav {
        overflow-y: auto;
        height: 100%;
        padding: 0 36px 80px;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }
    .menu-col-static {
        position: static;
    }

    .main-navigation {
        width: 100%;
        position: absolute;
        left: 0;
        top: 65px;
        background: #415263;
        padding:0;
    }

    .header_menu {
        float: left;
        margin: 0;
        width: 100%;
    }

    .header_menu li {
        display: block;
        width: 100%;
    }

    .site-header {
        background-color: #243746;
        min-height: 65px;
    }

    .header_logo img {
        max-width: 146px;
    }

    .site-header {
        padding-top: 0;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
    }

    .header_logo {
        margin-top: 18px;
        margin-bottom:5px;
    }

    .menu-toggle {
        margin-top: 22px;
    }

    .header_menu ul:not(.sub-menu) > li {
        padding: 18.5px 0;
        border-bottom: solid 1px #748893;
    }

    .header_menu li a {
        font-size: 18px;
        display: inline-block;
    }

    .menu-item-has-children > a:after {
        right: 10px;
    }

    .container, .page_content .large_container.container {
        width: 100%;
        padding: 0 36px;
    }
    .container--searchResults {
        padding-bottom: 60px;
    }

    .sub-menu li a {
        font-size: 16px;
    }

    .header_menu li:hover .sub-menu {
        display: none;
    }

    .header_menu li .sub-menu.active {
        display: block;
        position: static;
        width: 100%;
        max-width: 100%;
        box-shadow: none;
        padding: 10px 13px 0;
        margin-bottom: -2px;
    }

    .hero_bottom {
        display: none;
    }

    .menu-item-has-children span.sub-menu-toggle {
        background-image: url(../icons/arrow.svg);
        width: 55px;
        height: 35px;
        content: '';
        display: inline-block;
        margin-left: 13px;
        background-repeat: no-repeat;
        background-size: 14px;
        right: 0;
        position: absolute;
        background-position: center 7px;
        margin-top: -7px;
    }

    .header_menu .menu-item-has-children > a:after {
        display: none;
    }

    .menu-item-has-children > a.active + span {
        transform: rotate(180deg);
        background-position: center 9px;
    }

    .search-form-mobile {
        margin-top: 23px;
        padding-bottom: 30px;
        border-bottom: 1px solid #748893;
    }

    .search-form-mobile label {
        color: #859ca8;
        display: block;
        margin-bottom: 2px;
        font-weight: 600;

    }

    .search-form-mobile input.search-field {
        max-width: 100%;
    }

    .mobile_bottom_menu.top_menu {
        display: block;
        float: left;
        margin: 22px 0;
    }

    .top_menu li {
        display: block;
        width: 100%;
        padding: 0;
        line-height: 2.5;
    }

    .featured_projects .text-content h3 {
        text-transform: none;
    }

    body.menu-open {
        width: 100%;
        overflow: hidden !important;
        position: absolute;
        top:0;
        bottom:0;
        /*
        position: fixed;
        */
    }

    .featured_projects .second_image,
    .featured_projects .summary {
        height: 140px;
    }

    .featured_projects .overlay,
    .featured_projects .large_image {
        height: 280px;
    }

    .parent_page_hero {
        padding: 0;
        min-height: 59px;
        display: flex;
        align-items: center;
        padding-top: 100px;
        padding-bottom: 120px;
    }

    .parent_page_hero h1 {
        font-size: 24px;
    }

    .single_content .project_logo {
        display: none;
    }

    .single_main_content {
        margin-top: 0;
    }

    h1,
    .search_bar h1 {
        font-size: 20px;
    }

    .single_team .avatar img {
        max-width: 100%;
        object-fit: cover;
        margin-bottom: 15px;
        height: 100%;
    }

    .featured_post .text_content {
        padding-left: 15px;
        padding-bottom: 15px;
    }

    .featued_icon {
        top: -30px;
        font-size: 16px;
        line-height: 30px;
        width: 198px;
        height: 30px;
        background-position: center;
        margin-left: -19px;
    }

    div.project_enteries .entery {
        width: 100% !important;
        margin-bottom: 0 !important;
        padding: 21px 42px 0;
    }

    div.project_enteries .entery:first-child {
        padding-top: 19px;
    }

    div.project_enteries .entery:last-child {
        padding-bottom: 14px;
    }

    div.project_enteries .entery:last-child > div,
    div.project_enteries .entery:nth-last-child(2) > div {
        border: 0;
    }

    div.project_enteries .entery > div {
        border-bottom: solid 1px #748893;
        padding: 0 0 21px;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .project_enteries {
        padding: 0;
    }

    .project_enteries .entery {
        max-width: 50%;
    }

    .project_details {
        margin: 14px 0;
    }

    .project_slider {
        margin-top: 14px;
    }

    .footer_bottom .row > div.col-md-3 {
        width: 100%;
    }

    .single_team .avatar {
        background-size: contain;
        background-position: top;
    }

    .header_logo .desktop_logo {
        display: none;
    }
    .header_logo .mobile_logo {
        display: block;
    }
}

@media (min-width: 991px){
    .address_breaker_mobile {
        display: none;
    }
}
@media (max-width: 991px) {

    .address_breaker_desktop,
    .footer_addresses .address_breaker_mobile:last-child {
        display: none;
    }

    .compaines_box .text-content p {
        font-size: 16px;
    }

    .company-item.company-half .text-content p,
    .compaines_box .company-half h3 {
        max-width: 507px;
    }

    .compaines_box .overlay {
        background-color: #243746;
        opacity: 0.9;
        height: 275px;
        width: 100%;
    }

    .top_footer {
        height: auto;
        background-repeat: no-repeat;
    }

    .top_footer p {
        max-width: 431px;
    }

    .top_footer {
        background-position: center;
        background-size: cover;
    }

    .compaines_box div.first {
        padding: 0;
    }

    .footer_addresses {
        max-width: 560px;
        margin: 0 auto;
    }

    .projects_row .col-large {
        width: 100%;
        margin: 0;
    }

    .projects_row .col-small {
        width: 100%;
        float: left;
    }

    .featured_projects .second_image, .featured_projects .summary {
        width: 50%;
        float: left;
    }

    .compaines_box .text-content {
        position: relative;
        left: 0;
        top: 0;
        padding: 30px;
        min-height: 275px;
    }

    .compaines_box .company-large .overlay,
    .compaines_box .company-half .overlay {
        position: absolute;
        height: 100%;
    }

    .compaines_box .company-item {
        min-height: 275px;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .compaines_box {
        padding:0 15px;
    }
    .compaines_box div.first,
    .compaines_box div.last{
        padding: 0 15px;
    }
    .compaines_box .company-item {
        margin-top: 15px;
    }
    .projects_filter_form > div.row > div {
        display: table;
        width: 100%;
    }
    .projects_filter_form .nice-select {
        margin-bottom: 17px;
    }
    .projects_filter_form {
        display: flex;
        justify-content: center;
    }
    .filter_buttons {
        max-width: 460px;
        margin-top: 11px;
    }
    .projects_filter_form .nice-select {
        width: 460px;
        max-width: 460px;

    }
    .page_link {
        background-size: cover;
    }
    .search_bar .search-form .search-field {
        width: calc(100% - 180px);
    }
    .filters_row {
        max-width: 450px;
    }
    .filters_row > div {
        min-width: 100%!important;
    }
    .projects .row > div {
        width: 100%;
    }
    .compaines_box.in_grid .company-half, .compaines_box.in_grid .company-half .overlay {
        min-height: 271px;
    }
    .compaines_box.in_grid .company-item.company-half .text-content {
        min-height: 271px;
    }
    .compaines_box.in_grid .row > div:nth-last-child(1) .company-item,
    .compaines_box.in_grid .row > div:nth-last-child(1) .overlay,
    .compaines_box.in_grid .row > div:nth-last-child(1) .text-content,
    .compaines_box.in_grid .row > div:nth-last-child(2) .company-item,
    .compaines_box.in_grid .row > div:nth-last-child(2) .text-content,
    .compaines_box.in_grid .row > div:nth-last-child(2) .overlay {
        height: 100%;
        min-height: 300px;
    }
    .team_lists .member > a {
        height: 330px;
    }
}
@media (max-width:767px){
    .row.flex-middle {
        display: block;
    }
}

@media (min-width: 767px) {
    .company-item h3.mobile,
    .top_footer .overlay,
    .back_to_top,
    .carousel_addresses.footer_addresses.owl-carousel,
    .mobile_breadcrumb,
    .custom_dots
    {
        display: none;
    }
    .single_page_content_col {
        padding-left:8px;
    }
    .news_items_col {
        padding-right: 10px;
    }
    .business_untis_col {
        padding-right: 9px;
    }

}

@media (max-width: 767px){

    .footer_addresses.desktop,
    .desktop_breadcrumb{
        display: none;
    }
    .company-item h3.mobile {
        display: flex;
    }

    button.scroll_down:hover {
        background-image: url(../icons/arrow_button.svg);
    }
    button.scroll_down:active, button.scroll_down:before{
        background-image: url(../icons/arrow-button-hover.svg);
        content:''
    }

    .page_hero h1 {
        font-size: 32px;
        line-height: 1.31;
    }

    .page_hero {
        min-height: 465px;
    }
    .section_title_box {
        padding: 29px 0;
    }
    .featured_projects {
        margin-top:20px;
    }
    .section_title_box h2 {
        margin-bottom:5px;
    }
    .section_title_box .section_paragraph a {
        display: block;
        margin-top:3px;
    }
    .featured_projects .summary div {
        flex-direction: column-reverse;
        display: flex;
        text-align: center;
    }
    .featured_projects .summary div span {
        text-transform: none;
        font-weight: normal;
    }
    .featured_projects .summary div:before {
        display: none;
    }
    .featured_projects .second_image, .featured_projects .summary {
        height: 120px;
    }
    .btn.btn-default {
        padding: 7px 12px;
    }

    .compaines_box .text-content h3 {
        text-transform: none;
    }
    .company-item.no_bg_mobile .overlay {
        opacity: 1;
    }
    .top_footer_logo {
        max-width: 144px;
    }
    .top_footer {
        padding: 43px 0;
        position: relative;
    }
    .top_footer h3.border_left:before {
        margin-top: -2px;
        height: 46px;
    }
    .top_footer h3.border_left {
        display: flex;
        align-items: center;
        line-height: 1.17;
        margin-top: 21px;
    }
    .top_footer .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        background-image: linear-gradient(to left, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
        top: 0;
    }
    .top_footer p {
        max-width: 100%;
    }
    .top_footer p a {
        display: block;
    }
    .footer_bottom {
        min-height: 265px;
        padding: 50px 0 32px;
        float: left;
        width: 100%;
    }
    .back_to_top {
        background-color: #415364;
        text-align: center;
        padding:6px;
        float: left;
        width: 100%;
    }

    .back_to_top span {
        font-size: 18px;
        font-weight: 800;
        font-style: italic;
        line-height: 1.56;
        color: #ffffff;
    }

    .carousel_addresses .address_item {
        width:100%;
    }
    .carousel_addresses .address_item div {
        position: relative;
        margin-left: 10px;
    }
    .footer_addresses {
        padding: 0 32px;
    }
    .carousel_addresses.footer_addresses {
        float: left;
        background: white;
        max-width: 100%;
        padding-right: 0;
    }
    .footer_addresses h4 {
        max-width: 200px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-bottom: 34px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
    }
    .owl-theme .owl-dots .owl-dot span {
        background-color: #b7ccd8;
    }
    .owl-theme .owl-dots .owl-dot.active span {
        background-color: #748893;
    }
    .main-navigation.toggled {
        padding-bottom: 60px;
    }
    .page_content h2 {
        font-size: 20px;
    }
    .parent_page_hero {
        min-height: 59px;
        display: flex;
        align-items: center;
    }

    .nice-select,
    .projects_filter_form .nice-select {
        width: 100%;
    }
    .page_content .container,
    .single_content .container{
        width: 100%;
        padding: 0 15px;
    }

    .projects_filter_form {
        padding: 28px 24px 10px;
    }
    .projects_filter_form label {
        font-size: 13px;
    }
    .nice-select {
        font-size: 15px;
    }
    .btn.filter_button {
        font-size: 13px;
        padding: 10px 11px;
    }
    .projects .project img.attachment-post-thumbnail {
        max-height: 196px;
    }
    .projects .project .project_content {
        padding: 19px 23px 30px;
    }

    .projects .project .project_logo span {
        font-size: 13px;
        text-transform: none;
        margin-top:0;
    }
    .mobile_breadcrumb {
        color: #b7ccd8;
    }
    .mobile_breadcrumb a {
        font-size: 14px;
    }

    .project_details > div {
        padding: 13px 0;
    }
    div.project_slider, .project_carousel_parent {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .project_slider > div:after {
        display: none;
    }
    .related_projects .row > div {
        padding-right: 20px;
        padding-left: 20px;
    }

    .project_carousel_parent {
        padding: 8px 9px 10px;
        background-color: #ebebeb;
        margin-bottom: 26px;
    }
    .project_carousel_parent ul {
        background-color: #ebebeb;
    }
    .project_slider img {
        max-height: 56vw;
    }
    .project_details > div:last-child {
        border-bottom: 0;
    }
    .flex-direction-nav .flex-prev:before,
    .flex-direction-nav a.flex-next:before {
        width: 28.3px;
        height: 28.3px;
    }
    div.project_carousel {
        margin:0;
    }
    div.project_carousel.flexslider .slides img {
        width: 112px;
        height: 63px;
    }

    .list_2 {
        margin-top: 30px;
    }
    .related_projects {
        background-size: contain;
    }
    .related_projects h3 {
        font-size: 24px;
    }
    div.projects.related_projects .project {
        width: calc(100% + 30px);
        margin-left: -15px;
        box-shadow: none;
        margin-bottom: 14px;
        min-height: auto;
    }
    .featured_post img {
        max-height: 200px;
    }
    .news_item img {
        margin-bottom:13px;
    }
    .news_item {
        padding-bottom: 15px;
        margin-bottom: 31px;
    }
    .xs-row-reverse {
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .post_filter {
        margin-bottom: 30px;
    }
    .single_news .attachment-post-thumbnail {
        height: 200px;
        object-fit: cover;
    }
    .single_news div.excerpt p {
        font-size: 16px;
    }
    .single_content .post_filter {
        margin-top:30px;
        margin-bottom:0;
    }
    .link_widget {
        margin-bottom:30px;
        width: calc(100% + 30px);
        margin-left: -15px;
        /*margin-top: -35px;*/
        padding: 15px 35px 25px;
        background-color: #f5f5f5;

    }
     body.page .link_widget {
         display: none;
     }
     body.page-parent.page .link_widget {
         display: block;
    }
    .compaines_box.in_grid {
        padding:0;
        margin-bottom: 30px;
    }
    .compaines_box.in_grid .company-item {
        height: auto;
    }
    .compaines_box.in_grid .company-item .overlay {
        height: 100%;
        min-height: auto;
    }
    .compaines_box.in_grid .company-half {
        min-height: auto;
    }
    .single_business_unit .images .left,
    .single_business_unit .images .right{
        padding:0 15px;
    }
    .single_business_unit .images img {
        margin-bottom: 15px;
    }
    .single_business_unit .images {
        margin: 30px 0 15px;
    }
    iframe {
        width: 100%;
        height: auto;
        min-height: 200px;
    }
    div.projects.related_projects .project {

    }
    .section_title_box {
        display: block;
    }
    .link_widget h3 a, .link_widget h3 a:hover {
        color: #748893;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
    }

    .link_widget ul,
    .single_page .link_widget ul {
        border-left: 0;
        margin-top: 11px;
        max-width: 100%;
    }
    .link_widget ul li a {
        font-style: italic;
    }
    .link_widget ul li {
        padding: 10px 0;
    }
    .page_link .text_content {
        background-color: rgba(36, 55, 70, 0.7);
    }
    .search_bar .search-form .search-field {
        width: 100%;
    }
    .search_bar .search-form .btn {
        display: none
    }
    .link_widget h3 a:after {
        background-image: url(../icons/arrow.svg);
        background-size: 14px;
        width: 34px;
        height: 18px;
        content: '';
        background-position: center 1.3px;
        display: inline-block;
        background-repeat: no-repeat;
    }

    .link_widget ul {
        height: 0;
        overflow: hidden;
    }
    .link_widget.active ul {
        height: auto;
    }
    .link_widget {
        padding-bottom:3px;
    }
    .link_widget.active {
        padding-bottom:25px;
    }
    .link_widget.active a:after {
        transform: rotate(180deg);
        background-position: center -2px;
    }
    body.page-child .link_widget,
    .single_business_unit .link_widget{
        display: none;
    }
    .project_enteries .entery {
        max-width: 100%;
    }
    div.project_enteries .entery:nth-last-child(2) > div {
        border-bottom: solid 1px #748893;
    }
    .text_container {
        padding: 0 21px;
    }
    div.project_enteries .entery > div {
        display: flex;
        justify-content: center;
    }
    .team_lists .group > div {
        width:50%;
        float: left;
    }
    .team_lists .member > a {
        width: 100%;
        height: 330px;
    }
    .custom_dots {
        display: flex;
        justify-content: center;
        margin-bottom:30px;
        margin-top:10px;
    }
    .custom_dots > span {
        width: 8px;
        height: 8px;
        background: #B7CCD8;
        border-radius: 50%;
        display: inline-block;
        margin: 4.5px;
    }
    .custom_dots > span.active {
        background: #748893;
    }
    .carousel_addresses .owl-item {
        transition: .2s;
    }
    .carousel_addresses .owl-item.active {
        margin-left: 0px;
    }
    .carousel_addresses .owl-item.active + div {
        margin-left: -180px;
    }
    div#primary {
        background-image: inherit!important;
    }
    .white_bg_col {
        margin-top:20px;
        padding-top:0;
    }
    .page_link h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .col-large.featured_project_in_content {
        margin-bottom: 15px;
    }
    .page_link .text_content {
        padding: 36px 20px;
    }
    .compaines_box .text-content a.btn {
        bottom: 0;
        position: relative;
    }
    .compaines_box .row > div:nth-last-child(1) .company-item,
    .compaines_box .row > div:nth-last-child(1) .overlay,
    .compaines_box .row > div:nth-last-child(2) .company-item,
    .compaines_box .row > div:nth-last-child(2) .overlay {
        height: 100%;
    }

    .related_projects.projects {
        background-size: cover;
    }
    .team_lists .member a img {
        width: 345px;
        object-position: center;
        height: 345px;
        object-fit: cover;
    }

    .four_member.team_lists .member a div {
        width: 345px;
        height: 345px;
    }
    .four_member.team_lists .member > a {
        height: 345px;

    }
    .soc_icons li a:before {
        display: none!important;
    }
    .single_team .avatar img {
        width: 290px;
        height: auto;
        max-height: 100%;
    }
}

@media (max-width: 480px) {

    .team_lists .group > div {
        width:100%;
        float: left;
    }
    .team_lists .member > a {
        width: 345px;
        height: 345px;
        margin: 0 auto;
    }
    .carousel_addresses .owl-item.active + div {
        margin-left: -70px;
    }

    .container, .page_content .large_container.container {
        padding: 0 20px;
    }
    .container--searchResults {
         padding-bottom: 60px;
     }

}

@media (max-width: 375px){
    .team_lists .member > a {
        width: 290px;
        height: 290px;
        margin: 0 auto;
    }

    .four_member.team_lists .member a div {
        width: 290px;
        height: 290px;
    }
    .four_member.team_lists .member > a {
        height: 290px;

    }
    .team_lists .member a img {
        width: 290px;
        object-position: center;
        height: 290px;
        object-fit: cover;
    }

}

@media (max-width: 360px){
    .container {
        padding: 0 20px;
    }
    .container--searchResults {
        padding-bottom: 60px;
    }
    .section_paragraph,
    .section_title_box h2{
        margin-left:15px;
    }

    .section_title_box .left h2 {
        white-space: normal;
    }

    h3, .featured_projects .summary div p, .compaines_box .text-content h3 {
        font-size: 20px;
    }
    .carousel_addresses .owl-item.active + div {
        margin-left: 0;
    }
}
@media (max-width: 1040px) {
    .wp-image-1840 {
        object-fit: cover;
        max-width: 100%;
    }
}
.carousel_addresses {
    padding-top: 30px;
}
.otgs-development-site-front-end {
    display: none;
}
