@media only screen and (max-width: 1000px){
#blog-featured #title {
    padding: 150px 50px;
}}
@media only screen and (max-width: 600px){
#blog-cats {
    display: none;
}
}
@media only screen and (max-width: 500px){
#blog-featured #title {
    padding-top: 100px;
    padding-bottom: 80px;
}
}

.gb-query-loop-wrapper{
	max-width:100%;
	width:100%;
	
}
#thumb {
	top: 0;
	left: 0;
	position: absolute;
}#overlay {
	top: 0;
	left: 0;
	position: absolute;
}
#blog-cats a {
    display: block;
    line-height: 36px;
    padding: 0 25px;
    cursor: pointer;
    border-radius: 35px;
    text-decoration: none;
    font-weight: 600;
    transition: color .2s;
    border: 1px solid transparent;
    font-size: 14px;
}
#blog-cats a:hover {
    opacity: .6;
}
#blog-cats .current-menu-item>a {
    opacity: 1;
    color: #0366d6;
    border-color: #d1d5da;
}
#post-list h2 a {
	text-decoration: none;
}
#post-list #post-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
#post-list #post-excerpt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}



.gb-query-loop-wrapper figure {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 2 / 1;
    overflow: hidden;
}