/*
 Theme Name:   King News Child Theme
 Author:       Template Monster
 Author URI:   http://www.templatemonster.com/
 Description:  Real Estate theme.
 Version:      1.0.2
 Template:     king-news
 Version:      1.0.2
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, footer-widgets, full-width-template
 Text Domain:  king-news-child
*/
@import url("../king-news/style.css");

.post {
    max-width: 1000px;
}

.post__date, .tm_fpblock__item__date {
    display: none !important;
}

.tm_fpblock__item__title {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px;
}

.post-author-bio {
    display: none;
}

.post-thumbnail {
    text-align: center;
}

.social-list .social-list__items li > a[href*="mailto"]::before {
    content: '\f003';
}

a.button-red {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    min-height: 42px;
    font-weight: bold;
    text-decoration: none !important;
    background-color: #FF4C4C;
}

a.button-red:hover {
    background-color: #FF0000;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

a.button-black {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    min-height: 42px;
    font-weight: bold;
    text-decoration: none !important;
    background-color: #0b0b0b;
}

a.button-black:hover {
    background-color: #000;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

iframe {
    align: center;
    margin: 0 auto;
}

h3 {
    font-size: 20px !important;
}

h3 + p {
    margin-top: 25px !important;
}

p {
    margin: 20px 0 !important;
}

ul, ol {
    margin: 20px 0 !important;
}

b, strong {
    font-weight: 700 !important;
}

.wpp-post-title {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.wpp-excerpt {
    color: #000;
}

.wpp-thumbnail {
    display: inline;
    float: left;
    margin: 0 10px 30px 0;
    border: none;
}