/*
 Theme Name:   Hestia Child
 Theme URI:    http://example.com/hestia-child
 Description:  Hestia Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hestia
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("../hestia/style.css");

/* Custom Footer Styles */
.hestia-child-footer {
    width: 100%;
    text-align: right; /* Right-aligned text */
    color: #E7232B;   /* Your red color */
    font-weight: bold;
    font-family: sans-serif;
    padding: 20px;
    box-sizing: border-box;
}
