/*
Theme Name: Ratio Child
Theme URI: https://ratio.qodeinteractive.com/
Description: A child theme of Ratio Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.1.2
Template: ratio
Text Domain: ratio
*/
body {
    font-family: 'Be Vietnam Pro', sans-serif !important;
}
h1 {
    font-size: 28px;
    line-height: 1.2121212121em;
}

h2 {
    font-size: 24px;
    line-height: 1.2121212121em;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 17px;
    line-height: 1.5555555556em;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}



h1, h2, h3, h4, h5, h6,
p,
button, input, textarea, select {

    font-family: 'Be Vietnam Pro', sans-serif !important;
}
body.admin-bar{
    margin-top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar{
        margin-top: 46px;
    }
}

.edgtf-blog-slide-image{
    position: relative;
    padding-top: 75%;
    height: auto;
    overflow: hidden;
}

.edgtf-blog-slide-image img{
        position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.edgtf-blog-slide-info-holder h3 a{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}