/**
Theme Name: Astra Child
Author: WPKEJI.COM
Author URI: https://www.wpkeji.com/
Description: A child theme for Astra, developed by WPKEJI.COM
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
@font-face {
    font-family: 'Rubik';
    src: url('./font/Rubik-SemiBold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Rubik';
    src: url('./font/Rubik-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('./font/Rubik-Light.ttf');
    font-weight: 300;
}

* {
    font-family: 'Rubik', sans-serif ;/*!important*/
}

#content #tab-description .wp-video {
    max-width: 95%;
    margin-bottom: 1.6em;
}

#content #tab-description .mejs-controls:not([style*="display: none"]) {
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .35));
    background: linear-gradient(transparent, rgba(0, 0, 0, .35));
}
#new-box .uael-post-wrapper .uael-post__title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 55px;
}