/**
* Theme Name: Lagix Child
* Description: This is a child theme of lagix
* Author: designervily
* Template: lagix
* Version: 1.0
*/
.pbmit-footer-style-2 .pbminfotech-element-list-box .pbmit-list-items li:not(:last-child) {
    padding-bottom: 0;
}

body .pbmit-team-style-1 .pbmit-bottom-content {
    position: static;
    flex-direction: column;
    text-align: center;
    padding: 25px 18px 18px;
}
body .pbmit-team-style-1 .pbmit-team-title, 
body .pbmit-team-style-1 .pbmit-team-title a {
    font-size: 22px;
    line-height: 26px;
    color : var(--pbmit-lagix-blackish-color);
}
body .pbmit-team-style-1 .pbminfotech-team-position{
    color : var(--pbmit-lagix-global-color);
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    letter-spacing: 0px;
}
body .pbmit-team-style-1 .pbminfotech-post-item{
    padding:12px;
    background: var(--pbmit-lagix-white-color);
    box-shadow: 0 0 10px 5px rgba(0, 19, 96, 0.03);                                                                                          
}
body .pbmit-team-style-1 .pbmit-team-btn{
    padding-top: 10px;
}
body .pbmit-team-style-1 .pbmit-team-btn .pbmit-team-text{
    width:auto;
    color : var(--pbmit-lagix-blackish-color);
    font-size: 16px;
    text-transform: capitalize;
    line-height: 26px;
}
body .pbmit-team-style-1 .pbmit-short-desc{
    padding-top: 17px;
    margin-top: 20px;
    border-top: 1px solid #E4E4E4;
    font-size: 15px;
    line-height: 22px;
    display: none;
}
body .pbmit-portfolio-style-1 .pbminfotech-post-content{
    gap: 0;
    border: 1px solid #E4E4E4;
    background-color: var(--pbmit-lagix-white-color);
}

body .pbmit-portfolio-style-1 .pbminfotech-post-content .pbmit-box-content{
    position: static;
    opacity: 1;
    visibility: visible;
    transform: translate(0%, 0%);
    padding: 25px 20px 20px 20px;
    text-align: left;
}
.pbmit-portfolio-style-1 .pbmit-featured-wrapper::before{
    display:none;
}
body .pbmit-portfolio-style-1 .pbmit-portfolio-title{
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    order: -1;
    padding-bottom: 5px;
}  
body .pbmit-portfolio-style-1 .pbmit-portfolio-title a{
    color : var(--pbmit-lagix-blackish-color);
}
body .pbmit-portfolio-style-1 .pbmit-property-address{
    font-size: 15px;
    line-height: 26px; 
    text-transform: none;
}
body .pbmit-portfolio-style-1 .pbmit-box-content-inner{
    display: flex;
    flex-direction:column;
}
body .pbmit-portfolio-style-1 .pbmit-port-cat a:hover, 
body .pbmit-portfolio-style-1 .pbmit-portfolio-title a:hover {
    color: var(--pbmit-lagix-global-color);
}

body .pbmit-portfolio-style-1 .pbmit-property-pdf{
    position: absolute;
    top: 10px;
    right: 10px;
}
body .pbmit-portfolio-style-1 .pbmit-property-pdf svg {
    width: 40px;
    height: 40px;
    fill: #fff;
}
body .pbmit-portfolio-style-1 .pbmit-property-pdf svg g {
    fill: #fff;
}