/*!
Theme Name: bmt_wp
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bmt_wp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bmt_wp is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */


/* Blog details page start */
.blog-details-page {
    padding: 80px 0px;
}

.blog-details-banner img {
    width: 100%;
    border-radius: 8px;
}

h2.blog-details-heading {
    margin: 20px 0px 25px 0px;
}

ul.list-inline.blog-date-list {
    margin: 2px 0 14px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.list-inline.blog-date-list li i {
    color: var(--secondary-light);
    margin-right: 6px;
}

.blog-details-page-left p {
    margin: 15px 0px;
}

.blog-details-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 30px 0px;
}

.blog-details-thumbs img {
    width: 32%;
}
.blog-page-search.blog-box-wrap form {
    width: 100%;
}
.blog-page-search {
    position: relative;
    display: flex;
    align-items: center;
}
.blog-page-search.blog-box-wrap form button {
    border: none;
    background: transparent;
    height: 39px;
}
.blog-page-search input {
    width: 100%;
    height: 40px;
    padding: 10px 40px 10px 10px;
    border-radius: 10px;
    border: 1px solid #cdcdcd;
}

.blog-page-search span {
    position: absolute;
    right: 28px;
    font-size: 21px;
    color: var(--secondary-light);
}

span.heading-after {
    position: relative;
    width: 100%;
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 20px;
    font-weight: 600;
}

.recent-post-item {
    display: flex;
    align-items: center;
    margin: 10px 0px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.recent-post-item .post-thumb {
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

.recent-post-item h5 {
    flex: 1;
    line-height: 24px;
    color: var(--secondary-light);
}

.recent-post-item .post-thumb img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 6px;
}

.blog-categori-list h5 {
    padding: 10px 0px;
    border-bottom: 1px solid #e0e0e0;
    color: var(--secondary-light);
}

.blog-social-list li {
    margin: 0px 7px;
    background: var(--secondary-light);
    color: #fff;
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border-radius: 6px;
}

span.heading-after::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 66px;
    background: var(--secondary-light);
    bottom: -5px;
    left: 0;
}

.blog-details-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 30px 0px;
}

/* Blog details page end */

/* blog page start */
.blog-inner-page {
    padding: 80px 0px;
}

.stories_update_inner {
    background: #fff;
    box-shadow: 0px 2px 9px #0000002e;
    border-radius: 10px;
    margin: 15px 9px;
    overflow: hidden;
}

.stories_update_inner .globalBtnOutline {
    color: var(--black);
}

.stories-update-thumb {
    position: relative;
}
.stories-update-thumb img{
    width: 100%;
    object-fit: cover;
}

.stories-update-thumb ul {
    background: var(--secondary-light);
    position: absolute;
    bottom: 10px;
    list-style-type: none;
    display: inline-flex;
    left: 0;
    padding: 2px 14px;
    border-radius: 0px 5px 5px 0px;
    color: #fff;
    gap: 15px;
}

.stories_down {
    padding: 30px;
}

.stories_down h4 {
    font-size: 18px;
}

.stories_down p {
    font-size: 16px;
    margin: 12px 0px;
    color: #000;
}

.blog-box-wrap {
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 0px #c7c7c7;
    margin: 15px 0;
}

.recent-post-blog-list .recent-post-item:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.blog-categori-list {
    display: flex;
    flex-direction: column;
}

.blog-categori-list h5:last-child {
    border-bottom: 0px;
}

/* blog page end */