/*--------------------------------------------------------------
# Portfolios
--------------------------------------------------------------*/
.post.portfolio-post {
    margin: 40px 0;
}

.thbportfolio .post {
    margin-bottom: 30px;
}

.thbportfolio .post .post-gallery {
    margin-bottom: 25px;
}

.single-portfolio .post .post-gallery {
    margin-bottom: 35px;
}

.single-portfolio .post .post-gallery.flex-video {
    margin-bottom: 35px;
}

.thbportfolio .post .post-title .post_categories {
    margin-bottom: 5px;
}

.single-portfolio .post .post-title .post_categories {
    text-align: left;
    margin-bottom: 17px;
}

/* Single */
.portfolio-content {
    padding: 30px 35px;
    z-index: 99px;
    background: #fff;
    margin-top: -30px;
}

.portfolio-content.margin {
    margin-top: -120px;
    z-index: 1000;
}
.portfolio-content .post-title h2 {
    margin: 0;
}

.portfolio-layout2 #product_share,
.portfolio-layout1 #product_share {
    float: left;
    border: 0;
    height: 25px;
    line-height: 25px;
    margin-bottom: 25px;
}

.portfolio-layout2 #product_share .placeholder,
.portfolio-layout1 #product_share .placeholder {
    float: left;
    padding: 0;
    width: 100%;
}

.portfolio-layout2 #product_share .placeholder .button,
.portfolio-layout1 #product_share .placeholder .button {
    padding: 0 20px 0 0;
}

.portfolio-layout2 .post-title,
.portfolio-layout1 .post-title {
    margin-bottom: 15px;
}

.portfolio-layout2 .post-title h2,
.portfolio-layout1 .post-title h2 {
    text-transform: uppercase;
}

.portfolio-layout2 .post-content {
    margin-bottom: 40px;
}

.portfolio_attributes {
    margin: 0;
    padding: 0;
    list-style: none;
}

.portfolio_attributes li {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.portfolio_attributes li label {
    margin-bottom: 5px;
}

.portfolio_attributes li p {
    margin: 0;
    color: #222;
}

.portfolio-layout2 .portfolio_attributes li {
    border-bottom: 1px dotted #e8e8e8;
}

.portfolio-layout2 .portfolio_attributes li label {
    float: left;
    text-transform: none;
    min-width: 140px;
    font-weight: 700;
    margin: 0;
    font-size: 14px;
}

.portfolio-layout2 .portfolio_attributes li p {
    font-size: 14px;
}

#portfolioselect {
    position: relative;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

#portfolioselect #sortportfolio {
    display: block;
    float: left;
    line-height: 36px;
    font-size: 12px;
    width: 100%;
    height: 36px;
    padding: 0 34px 0 12px;
    border: 1px solid #dcdcdc;
    text-transform: uppercase;
    color: #737373;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#portfolioselect #sortportfolio:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: 14px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #bababa transparent transparent transparent;
}

#portfolioselect ul {
    list-style: none;
    margin: 0;
    display: none;
    float: left;
    width: 100%;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

#portfolioselect ul li a {
    display: block;
    width: 100%;
    float: left;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    color: #878787;
    padding: 10px 12px;
}

#portfolioselect ul li a:hover, #portfolioselect ul li a.active {
    color: #222;
}

.portfolio .related h2 {
    margin-top: 0;
}

/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/
.portfolio_attributes .btn-tickets {
    float: none;
    text-align: center;
}

.portfolio_attributes li:first-child label {
    display: none;
}

.single-portfolio .post .post-gallery {
    margin-bottom: 10px !important;
}
.tentoonstelling-titel {
    margin-bottom: 20px;
    font-family: 'TazRegular', sans-serif;
}

aside.post-meta.cf {
    display: none;
}

[class*="column"] + [class*="column"]:last-child {
    float: left;
}

.portfolio_attributes li:first-child label {
    display: none;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 40.063em) {
    .portfolio-content.margin {
        margin-top: 0;
    }
    .portfolio-content {
        padding: 30px 15px;
    }
}
