p a {
text-decoration: underline;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
font-family: 'Heebo', sans-serif;
}
body{
font-family: 'Nunito', sans-serif;
}
.navbar-wp .navbar-nav > li> a {
font-family: 'Nunito', sans-serif;
}
::-webkit-scrollbar-thumb:hover { 
background: var(--grady-color);
}
.site-title {
font-family: 'Heebo', sans-serif;
}
a:focus {
outline: 1px solid;
} 
.bs-masonry-columns.c2 {
column-gap: 1.5rem;
columns: 2;
}
.bs-masonry-columns div {
display: inline-block;
width: 100%; 
}
.bs-headfour .navbar-wp{
padding-top: 50px;
padding-bottom: 20px;
}
.list-blog.bs-blog-post {
display: grid;
grid-template-columns: repeat(2, 1fr);
-moz-column-gap: 2rem;
column-gap: 2rem;
text-align: left;
padding: 45px;
}
.list-blog .bs-blog-thumb {
width: 100%;
height: 100%;
max-width: 100%;
min-width: 100%;
}
.navbar-wp .dropdown-menu{
box-shadow: 0 0 10px 0 #0000003a;
}
.bs-recent-blog-post .small-post .img-small-post.right{
border: 2px solid #000;
border-radius: 8px;
}
.bs-blog-meta .bs-author .auth img{
border: 2px solid #000;
}
.bs-blog-post .title{
display: -webkit-box;
max-height: 100%;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.bs-blog-post.single .bs-header .title{
display: block;
line-height: 1.2;
}
.comment-form-comment textarea#comment {
height: 280px;
}
@media (max-width: 991.98px) {
.bs-masonry-columns.c2{ 
columns: 1;
}
}
@media (min-width: 992px) {
#sidebar-right {
padding-right: unset;
padding-left: 20px;
}
}
@media (max-width: 767.98px) {
.list-blog.bs-blog-post { 
grid-template-columns: repeat(1, 1fr);
}
.bs-headfour .navbar-wp {
height: auto;
}
}