/*!
Theme Name: Newsmatic Child
Description: Child theme for Newsmatic theme
Author: Your Name
Template: newsmatic
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../newsmatic/style.css");

/* Custom styles for child theme go below this line */

/* Header Custom Image Styles */
.site-header.layout--default .header-custom-image {
    flex: 0 1 25%;
    text-align: end;
    padding: 0 5px;
}

.site-header.layout--default .header-custom-image img {
    max-height: 100px;
    width: auto;
    border-radius: 4px;
}

.header-right-button-wrap {
	display: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .site-header.layout--default .header-custom-image img {
        max-height: 75px;
    }
}

@media (max-width: 610px) {
    .site-header.layout--default .header-custom-image img {
        max-height: 60px;
    }
}
