/**
* Theme Name: Freshio Child
* Description: This is a child theme of Freshio, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavotheme</a>
* Template: freshio
* Version: 2.4.2
*/
.hentry .entry-title a, .hentry .entry-meta, .widget .widget-title, .hentry .entry-header .posted-on a {
	color:#4B0409;
}


/* Popup style start here */
.enquiry-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
}
.popup-content {
    background: #fff;
    width: 90%;
    max-width: 500px;
    margin: 80px auto;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}
.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}
