/*Project View*/

body.single-portfolio .container {
	width:90%;
}

body.single-portfolio header {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.project-info {
    color: #ccc;
    margin-left: 20px;
}

body.single-portfolio #menu-btn {
    display:none;
}

@media screen and (min-width: 768px) {


    body {
        font-family: 'Didact Gothic', sans-serif;
        font-size: 18px;
        line-height: 1.628571429;
        background:#18191b;
    }

    .row br {
        display: none;
    }

    .container {
        width:80%;
        margin:0 auto;
        padding:2rem;
    }

     .container:after {
        clear:both;
        display: table; 
        content:"";
    }

    .container:before {
        display: table; 
        content:"";
    }

    .project-view .project-info h1{
        font-family: 'Didact Gothic', sans-serif;
        font-weight: 500;
        line-height: 1.1;
        margin-top: 6rem;
    }

    .vc_col-sm-6 {
        width: 50%;
        float:left
    }

    .vc_column_container>.vc_column-inner {
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    figure {
        display: block;
        margin: 0 0 1.75em 0;
    }

    .wpb_single_image img {
        height: auto;
        max-width: 100%;
        width:100%;
        vertical-align: top;
    }

}