/*
Theme Name: Kalium Child
Theme URI: https://kaliumtheme.com
Template: kalium
Author: Laborator
Author URI: https://laborator.co/
Description: Start creating that amazing website that you have always wanted, only with Kalium &mdash; Connect with Laborator on: Envato &bull; Twitter &bull; Facebook &bull; Instagram
Version: 3.0.1588777524
Updated: 2020-05-06 17:05:24

*/

/* header*/
.site-header {
    border-bottom: 1px solid #eaeaea;
}

/* typography */
.vc_gitem-post-data h2 {
    font-size: 1.5rem!important;
}

// portfolio detailpage

.portfolio-holder .item-box .info h3 a {
    font-size: 1.5rem!important;
}

.project-description {
    padding-bottom: 20px;
    border-bottom: 5px solid #eaeaea;
}

.project-description h2 { 
    margin-bottom: 30px
}
    
.project-multiple-links a {
    margin-top: 20px;
}

.project-multiple-links a::before {
    content: url('https://www.photo-art.be/wp-content/themes/kalium-child/img/mail.svg');
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 10px;
}

.link-bio {
    margin-top: 10px;
}

.link-bio a {
    font-size: 18px;
}

.link-bio a::before {
    content: url('https://www.photo-art.be/wp-content/themes/kalium-child/img/avatar.svg');
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 10px;
}

.single-portfolio-holder .details .project-description p {
    font-size: 15px;
    line-height: 1.5;
}



.gg_sold .vc_gitem-acf {
    width: 15px;
    height: 15px;
    background: red;
    border-radius: 50%;
    color: transparent;
}

.gg_sold .vc_gitem-acf:empty {
    display: none;
}


/* fix the grids */

.vc_gitem-zone-a .vc_gitem-row-position-top {
    position: absolute;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
}

.vc_grid {
    margin: 0 auto !important;
}

.vc_grid-filter li { display: block!important; margin-left: 0; }


.gallery .row {
    display: flex;
    flex-wrap: wrap;
}



/* extra elements*/
.back-to-top {
    position: absolute;
    bottom: 110px;
    right: 45px;
    z-index: 999;
}