/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.blog-left .wpr-grid-image-wrap img {
    height: 200px;
    object-fit: cover;
}

.wpr-grid-slider-dots {
    display: none !important;
}

.wpr-grid-slider-arrow {
    top: 27% !important;
}

.post-slider-right .slick-slide img {
    height: 200px;
    object-fit: cover;
}

body.category .site-main, body.single-post .site-main {
    max-width: 1000px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

body.category .entry-title, body.single-post .entry-title, body.single-post .site-main h5 {
    font-weight: 700;
}

body.category .site-main h2 {
    font-size: 18px;
}

body.category .site-main h2 a, body.single-post .site-main a {
    color: #000000 !important; text-decoration: none;
}

body.category .site-main a:hover, body.single-post .site-main a:hover {
    color: #777BF9 !important;
}


body.category .site-main img, body.single-post .site-main img {
    border-radius: 9px;
    margin-bottom: 30px;
    width: 100%;
}

body.category article.post {
    margin-bottom: 30px;
}

body.category article.post:last-child {
    margin-bottom: 0px;
}

body.single-post .site-main .page-content a {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .page-header .entry-title{
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .page-header .entry-title{
        max-width: 100%;
    }
}
@media (max-width: 575px) {
    .page-header .entry-title{
        padding-inline-start: 0;
        padding-inline-end: 0;
    }
}