/*
 Theme Name:   BuilderSpot Child
 Theme URI:    https://victorthemes.com/themes/builderspot/
 Description:  BuilderSpot Child Theme
 Author:       VictorThemes
 Author URI:   https://www.templatemonster.com/authors/victorthemes
 Template:     builderspot
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready
 Text Domain:  builderspot-child
*/

/* Write Custom CSS */
.blspt-news-info-inner p {
    display: none;
}

.blspt-news-info h3 {
    /* word-break: break-all; */
    word-break: break-word;
}

.blspt-topbar .blspt-simple-link {
    /* top: 2px; */
    top: 0;
}

.blspt-brand {
    padding: 25px 0;
}

.blspt-brand img {
    height: 50px;
    padding-right: 10px;
}

.blspt-brand a {
    display: flex;
    align-items: center;
}

.blspt-page-title {
    padding: 20px 0;
}

.blspt-page-title h1 {
    font-size: 35px;
    line-height: 35px;
}

@media screen and (max-width: 380px) {
    .blspt-header .blspt-brand img {
        width: unset;
    }
}

@media screen and (min-width: 767px) {
    .blspt-second-image {
        right: -50px;
    }
}
