/**
* Theme Name: Westio Child
* Description: This is a child theme of Westio, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: westio
* Version: 1.0.1
*/

html .single-post .entry-title {
    font-size: 40px;
}

@media screen and (max-width: 767px) {

    html .button-popup-content .mfp-close,
    html .button-popup-content .mfp-close:active {
        top: 10px;
        right: 10px;
    }


}

html .form-container {
    overflow: hidden !important;
}

html .single-post .single-content {
    max-width: 860px;
    margin: 0 auto;
}

html .meta-separator,
html .post-author,
html .meta-reply {
    display: none !important;
}

@media screen and (max-width: 767px){

    html .single-post .entry-title {
        font-size: 24px;
    }

}