/*!
Theme Name: Interium Child
Theme URI: https://www.thetechmakers.com/
Author: The Tech Makers
Author URI: https://www.thetechmakers.com/
Description: Theme for OST Interiors site
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Template: interium
Text Domain: interium
Tags: 

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

body {
	font-family: "Montserrat",Sans-serif !important;
	font-weight: 500 !important;
}
.news-more-link, 
body.blog .entry-meta a.btn, 
#shop-popup div.wpforms-container-full .wpforms-form button[type=submit] {
	font-family: "Montserrat",Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0px 0px 0px rgba(0,0,0,.3);
    background-color: #f58634;
    color: #fff;
}
.news-more-link:hover {
	background-color: #f58634;
}
.widget_recent_entries a:hover, .widget_recent_comments a:hover {
    color: #f58634 !important;
}