/**
 * Theme Name: NowaDays Child Theme
 * Description: This is a child theme for Nowadays - Multipurpose One/Multi Page Creative Theme
 * Author: Pavel Marhaunichy help@likeaprothemes.com
 * Author URI: https://likeaprothemes.com
 * Theme URI: https://themeforest.net/item/nowadays-multipurpose-onemultipage-wordpress-theme/18399207?ref=Like-A-Pro
 * Version: 1.0.0
 * Text Domain: nowadays
 * License: https://themeforest.net/licenses
 * License URI: https://themeforest.net/licenses
 * Template: nowadays
 */

/**
 * Add your custom css below
 */

/** Costumisation from child-theme
 */
.section-2 {

    padding: 40px 0;
    text-align: left;
    overflow: hidden;
}
.video-bg__sound.muted::before {
    content: '\f026';
}
.video-bg__sound::before {
    position: absolute;
    left: 100px;
    bottom: 50px;
    font-size: 50px;
    color: rgba(255,255,255,.4);
    z-index: 1;
    cursor: pointer;
}
video-bg__sound.muted::after {
    content: 'x';
    position: absolute;
    font-size: 25px;
    color: rgba(255,0,0,.3);
    left: 108px;
    bottom: 61px;
    cursor: pointer;
}
.portfolio-filter__item:hover{color: #fff;}
.portfolio-filter__item_active{color: #fff !important;}