/*
Theme Name: Uno Child
Theme URI: http://www.codesymbol.com/themes/uno/
Version: 2.0.4
Author: CodeSymbol
Author URI: http://www.codesymbol.com/
Template: uno
Description: Uno Child Theme.
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: uno
Tags: threaded-comments, theme-options, post-formats, featured-images, custom-colors, custom-background
*/

.screen-reader-text {
	display: none;
}

main {background-color: #FFF;}

.row.boxed {
    max-width: 1640px;
    margin: 0 auto;
    width: auto;
}

.blog.has-sidebar .posts
    {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    }
.PortfolioPostWrapper
    {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    }
.PortfolioPostWrapper>div
    {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 3rem;
    }

.single-projects .column.three-fifth {
    margin: 0 auto !important;
    float: none !important;
}

@media screen and (max-width: 992px)
{
.PortfolioPostWrapper>div
    {
    width: 100%;
    }
h1 {
        font-size: 38px;
    line-height: 46px;
}

}

@media screen and (max-width: 1200px)
{

.single-projects .column.three-fifth {
    width: 100% !important;
}
}


.tax-project-category
    {
    max-width: 1640px;
    margin: 0 auto;
    }

.SingleFilter.current {text-decoration: underline;}
.SinglePortfolio h4 {font-size: 14px;line-height: 1.1;margin-bottom: 0;margin-top: 10px;}
.ProjectFilterWrapper
    {
    text-align: center;
    margin-bottom: 30px;
    }
.ProjectFilterWrapper>div
    {
    display: inline-block;
    font-weight: 400;
    padding: 0px 10px;    
    }
.ProjectFilterWrapper>div:hover
    {
    cursor: pointer;text-decoration: underline;
    }

.custom_gallery {position: relative;}
.single_custom_gallery_box {font-size: 0; img {width: 100%;}}
.single_custom_gallery {font-size: 0;}

    .single_custom_gallery_grid_sizer, .single_custom_gallery
        {
        width: 32%;
        }
    .single_custom_gallery_gutter_sizer
        {
        width: 2%;
        }

.single_custom_gallery {margin-bottom: 30px;}

.projects-navigation a {display: none !important;}

.type_gall_masonry
    {
    }

    @media screen and (max-width: 1000px) {
        .single_custom_gallery_grid_sizer, .single_custom_gallery
        {
        width: 100%;
        }
    .single_custom_gallery_gutter_sizer
        {
        width: 0%;
        }
      }