/*580*/
@media screen and (max-width: 768px) {
    .rn-row.two > .rn-col,
    .rn-row.three > .rn-col,
    .rn-row.four > .rn-col, 
    .rn-row.five > .rn-col {
        width: 98%;
        margin: 0 auto;
        display: block;
    }
    #location-projects .box {
        width: 100%;
        margin-bottom: 30px;
    }
    #location-projects, #custom-header .ch-wrapper {
        width: 90%!important;
    }
    #custom-header #logo-container, #custom-header #custom-menu {
        width: 100%!important;
        max-width: 90%!important;
        text-align: center!important;
    }
    #custom-header ul.menu {
        padding-left: 0;
    }
    #location-projects h1 {
        text-align: center;
    }
    .single #location-projects .rn-header {
        margin: 40px 0 10px;
        text-align: center;
    }
    #location-projects .slick-initialized .slick-slide {
        text-align: center;
    }
    #location-projects .slick-slide img {
        display: inline;
    }
    .single #location-projects .recent-posts h4 {
        min-height: 0;
        margin-bottom: 15px;
    }
    .single #location-projects .recent-feat-image {
        height: auto;
    }
    .single #location-projects .recent-posts .excerpt {
        min-height: 0;
    }
    .single #location-projects .recent-posts li {
        display: block;
        text-align: center;
        margin-bottom: 40px;
    }
    .single #location-projects .description iframe {
        max-width: 100%;
        height: auto;
    }
    .archive #location-projects .left, 
    .archive #location-projects .right {
        width: 100%!important;
    }

    .archive #location-projects .box {
        width: 100%;
        float: left;
        background: #EFEFEF;
        margin-right: 0;
        margin-left: 0;
        padding: 10px;
        margin-bottom: 10px;
        box-sizing: border-box;
    }   

    .rn-row.two > .rn-col:nth-child(1) {
        width: 100%;
    }

    .rn-row.two > .rn-col:nth-child(2) {
        width: 100%;
    }   

    .archive #location-projects .boxes, .page #location-projects .boxes {
        overflow-y: unset;
    }
    .archive #location-projects .box:nth-child(even) {
        margin-left: 0;
        margin-right: 0;
    }


    .single-project .img-holder {
        width: 48%;
    }
    .single #location-projects .content-ii iframe{
        max-width: 100%;
    }

}