/*
Theme Name: Boldz Child
Theme URI: https://wpriverthemes.com/boldz/
Template: boldz
Author: WordPressRiver
Author URI: https://themeforest.net/user/wordpressriver
Description: Introducing a WordPress theme tailored for Personal Portfolio WordPress Theme
Tags: portfolio
Version: 1.0.0.1729839727
Updated: 2024-10-25 07:02:07

*/

.logo img {
    height: auto;
}

.wa-bottom-video .hero-banner-sec {
    padding-top: 0;
}

.wa-recent-projects .process-lists .process-box-content > img, .wa-recent-projects .process-lists .process-box-content> p {
    display: none;
}

.wa-recent-projects .process-lists .process-box-content> .wa-project-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wa-project-open{
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.wa-project-content{
    margin-bottom: 15px;
}
.wa-project-open::after{
    position: absolute;
    content: '';
    height: 1px;
    left:0;
    right: 0;
    bottom: 0;
    background: #fff;
}
.dialog-lightbox-message .elementor-location-popup{
    overflow: auto;
}