/*
Theme Name: adskeeper v1
Theme URI: https://hangbona.com/themes/hangbona
Author: The Hangbona Team
Author URI: https://hangbona/
Description: Our default theme for version 5.0.0
Version: 1.0.0
Requires at least: 5.0.0
*/
/*Background style*/
a{
	text-decoration: none;
}
.bg-style{
    background-color: rgb(0, 131, 218);
}
/*Logo*/
.custom-logo{
    max-width: 100%;
}
/*Text style*/
.text-style{
    color: rgb(0, 131, 218);
}
/*Widgets*/
.widget ul{
    list-style-type: none;
}
.widget h2{
    font-size: 20px;
}
.widget ul li a{
    color: #198754;
    font-size: 18px;
    text-decoration: none;
}

/*Thumbnail */
.wp-post-image{
    width: 100%;
    height: auto;
    border-radius: 3px;
}
.wp-block-image>img{
    width: 100%;
    height: auto;
    border-radius: 3px;
}
.size-full{
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.th-readmore{
    background: white !important;
    color: burlywood;
}
.cat-links a{
    color: #198754 !important; 
}
.current{
    color: red !important;
}

/*Embed Youtube 
iframe, object {
    max-width: 100% !important;
}
*/

/*Comment Form*/
p.comment-form-author input, p.comment-form-email input, p.comment-form-url input{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}