/*
 Theme Name:   Hello Child
 Description:  Hello Child Theme, this is where baby WordPress themes are made.
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  helllochild
*/

a {
    text-decoration: none;
}

.hfe-post-content {
    text-align: center;
}

@media (max-width: 767px) {
    .mobile-hide {
        display: none;
    }
}

.hfe-post-image img {
    min-height: 300px;
    max-height: 300px;
}

.page-content .hfe-post-title a {
    text-decoration: none !important;
    text-align: center !important;
}

.elementor-widget-hfe-basic-posts .hfe-read-more {
    background: var( --e-global-color-accent ) !important;
    color: #fff !important;
    padding: 10px 20px;
    margin-top:20px;
    text-align: center;
}

.page-content .elementor-widget-hfe-basic-posts a.hfe-read-more:hover {
    background: #000;
}