/*
 Theme Name:   Blade Child
 Theme URI:    http://themeforest.net/user/greatives
 Description:  Blade Child Theme
 Version:      3.1.6
 Author:       Greatives Team
 Author URI:   http://greatives.eu
 Template:     blade
*/

.angle-quote {font-size:1.5rem;}
.blog-single #grve-main-content .grve-main-content-wrapper { padding-top: 20px; }
.blog-single .blog-top { display: flex; justify-content: space-between; align-items: center; margin: 0 0 30px 0; }
.blog-single .blog-top .blog-img-thumb { width: 35%; }
.blog-single .blog-top .blog-img-thumb img { width: 100%; }
.blog-single .blog-top a { background: #9cbe4e; color: #fff; text-transform: uppercase; font-weight: 700; padding: 10px 30px; border-radius: 10px; margin: 30px 0 0; cursor: pointer; }
.blog-single .blog-top a:hover { background: #12596f; }
.blog-single .date-section {margin: 0 0 10px 0;letter-spacing: 0;}
.blog-single .date-section .date { color:#11637c; font-weight: 900; margin: 0 10px 0 0; }
.blog-single .date-section .author { color: #65bdc7; text-transform: capitalize; }
.blog-news-page.grve-blog-small .grve-media img { max-width: 148px; }
.blog-single .prefix-after-title { color: #156182; text-transform: none; font-size: 1.25rem; }
.blog-single div#grve-main-content a { color: #9cbe4e; }
@media (max-width:767px) {    
    .blog-single .blog-top a { padding: 5px 20px; border-radius: 6px; font-size: 0.875rem; }
    .blog-single .blog-top .blog-img-thumb { width: 60%; }
    .blog-news-page.grve-blog-small .grve-media img { max-width: 77px; }
    body .grve-filter ul li { margin: 0 10px 10px 0 !important; }
}

#js_warning {position:fixed; width:100%; background:red; padding:1.5rem 0; z-index:1000; }
#js_warning p {text-align:center; max-width:60%; margin:0 auto; font-size:1.5rem; line-height:1.15; font-weight:bold; color:white; }