/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.document-btns {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}
.doc-save,
.doc-open{
    padding: 10px 30px;
    border: 2px solid #2035f2;
    font-weight: 600;
    transition: .4s;
}
.doc-save:hover,
.doc-open:hover{
    background: #2035f2;
    color: #fff;
}
.header-title {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    line-height: 40px;
}
.blue-text{
    color: #00a0cd;
}
div#current_date_time_block {
    color: #fff;
    font-weight: 600;
}
.social-icons-header{
    display: flex;
    gap: 15px;
}
.social-icons-header .single-icon img{
    width: 32px;
    height: 32px;
}

.post .post-date.wd-post-date {
	display: none;
}

.footer-section .post .title {
	font-size: 16px;
}

.wd-prefooter {
	display: none;
}

footer .blog-post-loop .article-body-container {
	background-color: var(--wd-primary-color);
}
