/*
Theme Name: Scrolling World
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: Hello Elementor Child Theme
Author: Balinder kumar
Template: hello-elementor
Version: 3.0.1
*/
body {
    overflow-x: hidden;
}
span.swiper-pagination-bullet {
    padding: 1px 10px !important;
    border-radius: 5px;
    height: 4px !important;
}
div#categories-badage ul li {
    background: #2196F3;
    padding: 3px 8px;
    border-radius: 32px;
    font-size: 11px;
    font-family: 'Montserrat';
    font-weight: 500;
}

div#featured-image-slider:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to top, #000000eb, #003d4d00);
    left: 0;
    border-radius: 10px;
}
div#heading-title-post h1 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
div#title-post h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}