/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/* Hide bottom bullets on block with logos */

.logos-carousel .owl-dots {
    display: none !important;
}


.custom-bg-home {
    background-image: url("/wp-content/uploads/2023/02/tex-01.jpg") !important;
    background-size: cover !important;
    background-position: 0 0 0 50% !important;
}

/* Hide post category in header title  */

#page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a:not(:hover) {
    color: #ffffff;
    border-color: rgba(255,255,255,0.4);
    display: none !important;
}


/* Hide comments section on single post */

.comments-section {
    display: none !important;
}


/* Hide social share buttons */
.nectar-social {
    display: none !important;
}


/* Hide post category in posts grid-list */

.blog-recent[data-style=minimal] .meta {
    margin-bottom: 13px;
    display: none !important;
}