.kp-main {
    color: black;
}

.kp-main-section-title, .kp-main-section-content {
    display: flex;
}

.kp-post {
    flex: 3;
    margin-right: 3rem;
}

.kp-sidebar {
    flex: 1.15;
    position: relative;
}

.kp-sidebar-title {
    position: absolute;
    bottom: 0.5rem;
	font-size: 2.5rem;
    font-weight: bold;
}

.kp-category {
    font-size: 1.3rem;
    margin-bottom: 1rem;

}

.kp-category a:hover {
    color: #FF0000;
	text-decoration: underline;
}

.kp-title {
    font-size: 3rem;
    color: #000000;
    font-weight: bold;

}

.kp-hr {
    border-top: 1px dashed black;
}

.kp-popular {
    border: 1px solid #4D4D4D;
    padding: 1rem;
}

.kp-popular-post-category {
    font-size: 1.1rem;
    margin-bottom: .5rem;
}

.kp-popular-post-category a:hover{
	text-decoration: underline;
	color: #FF0000;
}

.kp-popular-post-img-box img {
    width: 100%;
    object-fit: contain;
}

.kp-popular-post-title {
    font-size: 1.5rem;
	font-weight: bold;
}

/*.kp-popular-post-title a:hover{
	text-decoration: underline;
	color: #FF0000;
}*/

.kp-popular-post:not(:last-child) {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #B3B3B3;
}

.kp-popular-post {
    display: block;
}

.kp-content p{
    font-size: 19px;
	margin: 5px 0 25px;
}

.kp-content h4{
    font-size: 22px;
	font-weight: bold;
	margin: 30px 0 0;
}

.kp-content li{
    font-size: 19px;
}


.kp-content a{
    color: #007fac;
}

.kp-content a:hover{
	text-decoration:underline;
}

.kp-content .wp-block-image{
	margin:0;
}

.kp-content img{
	object-fit:contain;
	height: auto;
}